This repository was archived by the owner on Jul 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
200 lines (174 loc) · 10.9 KB
/
Copy pathindex.html
File metadata and controls
200 lines (174 loc) · 10.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>DSpace 6.4 Demonstration Repository</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="DSpace - Institution Document Repository Software" />
<meta name="description" content="Come test-drive the latest release of the DSpace software and leave feedback." />
<meta name="keywords" content="dspace, demonstration, testathon, feedback, repository, jspui, xmlui, manakin, rest" />
<meta name="robots" content="noarchive" />
<meta name="googlebot" content="noarchive" />
<!-- Le styles -->
<link href="./assets/css/bootstrap.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
}
</style>
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="./assets/js/html5shiv.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="./assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="./assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="./assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="./assets/ico/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="./assets/ico/favicon.png">
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="brand" href="#">DSpace 6.4 Demo</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li class="active"><a href="/">Home</a></li>
<li><a href="https://wiki.lyrasis.org/display/DSDOC6x/Release+Notes">Release Notes</a></li>
<!-- Interfaces -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Interfaces <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="https://demo6.dspace.org/xmlui">XMLUI</a></li>
<li><a href="https://demo6.dspace.org/jspui">JSPUI</a></li>
<li><a href="https://demo6.dspace.org/rest">REST API (official)</a></li>
<li><a href="http://demo6.dspace.org/oai/request?verb=Identify">OAI-PMH</a></li>
<li><a href="https://demo6.dspace.org/sword/servicedocument">SWORD Service Document (v.1)</a></li>
<li><a href="https://demo6.dspace.org/swordv2/servicedocument">SWORD Service Document (v.2)</a></li>
<li><a href="https://demo6.dspace.org/data/">RDF - Linked Open Data</a></li>
</ul>
</li>
<!-- /Interfaces -->
<li><a href="https://demo6.dspace.org/javadocs">Javadoc API</a></li>
<li><a href="https://github.com/DSpace/DSpace/releases">Download</a></li>
<li><a href="https://github.com/DSpace/DSpace">Github</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container">
<!-- Main hero unit for a primary marketing message or call to action -->
<div class="hero-unit">
<h1>DSpace 6.4 Demo Instance</h1>
<p>This is the demonstration, test-it-out, kick the tires, see how it
works instance of DSpace. This site is currently running DSpace 6.4.<br/>DSpace is composed of a core-API and
several distinct Web Interfaces.</p>
<p style="color:red"><strong>WARNING: Support for DSpace 6.x ENDED on July 1, 2023.</strong>
See <a href="https://wiki.lyrasis.org/display/DSPACE/Support+for+DSpace+5+and+6+is+ending+in+2023">Support for DSpace 5 and 6 is ending in 2023</a>.
We recommend upgrading to DSpace 7 as soon as possible. See links to DSpace 7 demo site below.
</div>
<div class="hero-unit">
<h2>DSpace 7.x is the most recent release!</h2>
<p>Demo sites of v7 can be found below:</p>
<ul>
<li>DSpace 7 UI demo: <a href="https://demo7.dspace.org/">https://demo7.dspace.org/</a></li>
<li>DSpace 7 REST demo: <a href="https://api7.dspace.org/server/">https://api7.dspace.org/server/</a></li>
<li>Latest <a href="https://wiki.lyrasis.org/display/DSPACE/DSpace+Release+7.0+Status">v7.x release status updates</a></li>
</ul>
</div>
<!-- Example row of columns -->
<div class="row">
<div class="span12">
<h2>6.x User Interfaces</h3>
<p>Try out the demo versions of the standard DSpace web applications.</p>
<ul class="thumbnails">
<li class="span4"><a href="/xmlui"><h3>XMLUI (Cocoon/XSLT)</h3><img class="img-polaroid" src="images/screenshots/xmlui.jpg"/></a> (The XML / XSLT / Cocoon user interface, aka Manakin)</li>
<li class="span4"><a href="/jspui"><h3>JSPUI (JSP)</h3><img class="img-polaroid" src="images/screenshots/jspui.jpg"/></a> (traditional JSP-based interface - build with bootstrap CSS)</li>
<!-- <li class="span4"><a href="http://mobile.demo.dspace.org/xmlui/"><h3>XMLUI - Mobile</h3><img class="img-polaroid" src="images/screenshots/xmlui-mobile.jpg"/></a></li> -->
</ul>
<h2>6.x Program Interfaces</h2>
<p>Programmatic Interfaces allow other systems to communicate with DSpace. Some interfaces are read-only to allow for harvesting, others enable content to be submitted to DSpace.</p>
<ul>
<li><a class="btn" href="https://demo6.dspace.org/rest/">REST API</a> Official REST API for DSpace (Jersey based), first released in 4.x.
<ul>
<li>DSpace <a href="https://wiki.lyrasis.org/display/DSDOC6x/REST+API">Documentation on REST API</a></li>
<li><a href='https://demo.dspace.org/rest/static/reports/index.html'>REST Collection Reports</a></li>
<li><a href='https://demo.dspace.org/rest/static/reports/query.html'>REST Metadata Query Reports</a></li>
</ul>
</li>
<li><a class="btn" href="/oai/request?verb=Identify">OAI (Open Archives Initiative)</a> Interface that allows for Metadata and Bitstream (content-file) harvesting, supporting OAI-PMH (Protocol for Metadata Harvest) and OAI-ORE (Object Reuse and Exchange) protocols
<ul>
<li>Supported <a href="/oai/request?verb=ListMetadataFormats">Metadata Harvesting Formats</a></li>
<li>DSpace <a href="https://wiki.lyrasis.org/display/DSDOC6x/OAI+2.0+Server">Documentation on OAI 2.0</a></li>
<li>More info on <a href="http://www.openarchives.org/pmh/">OAI-PMH protocol and its usage</a>.</li>
</ul>
</li>
<!-- NOTE: SWORD interfaces need HTTP to work correctly at this time -->
<li><a class="btn" href="http://demo6.dspace.org/sword/servicedocument">SWORD (v.1)</a> (Simple Web service Offering Repository Deposit) Service Document (requires login)
<ul>
<li>More info on <a href="http://www.swordapp.org/">SWORD protocol and its usage</a>.</li>
</ul>
</li>
<li><a class="btn" href="http://demo6.dspace.org/swordv2/servicedocument">SWORD (v.2)</a> Service Document (requires login)
<ul>
<li>More info on <a href="http://www.swordapp.org/">SWORD protocol and its usage</a>.</li>
</ul>
</li>
<li><a class="btn" href="/rdf/">RDF</a> Linked Open Data
<ul>
<li>More info on the <a href="https://wiki.lyrasis.org/display/DSDOC6x/Linked+(Open)+Data">DSpace RDF Linked Open Data interface and its usage</a>.</li>
</ul>
</li>
</ul>
<h3>What is DSpace</h3>
<p><a href="http://dspace.org">DSpace</a> is an open source repository software package typically used for creating open access repositories for scholarly and/or published digital content. While DSpace shares some feature overlap with content management systems and document management systems, the DSpace repository software serves a specific need as a digital archives system, focused on the long-term storage, access and preservation of digital content.</p>
<h3>Give Us Feedback!</h3>
<p>Each page of this DSpace Demo site has a <span style="color:blue">blue "Provide Feedback" button</span> on the right hand side of the page.
You can report issues, or suggest fixes just by clicking on that feedback button from whatever page you are on.</p>
<p>You may also search existing issues and vote on them by visiting our <a href="https://github.com/DSpace/DSpace/issues">DSpace Issue Tracker</a>.</p>
<h3>Download DSpace</h3>
<p>After you have tried out DSpace, you may wish to download and install it for yourself:
<ul>
<li><a href="https://github.com/DSpace/DSpace/releases">Download source or binary release (zip)</a></li>
<li><a href="https://github.com/DSpace/DSpace">GitHub</a> codebase</li>
</ul>
</p>
<h2>Where to Ask Questions</h2>
<p>Developers and power-users are available online in <a href="https://wiki.lyrasis.org/display/DSPACE/Slack">Slack</a>.
</div>
</div><!-- /first row -->
<hr>
<footer class="well">
<p>© DSpace</p>
<p class="bottom-right" >
<a href="http://dspace.org">DSpace</a> |
<a href="https://wiki.lyrasis.org/display/DSPACE/Home">DSpace Wiki</a> |
<a href="https://www.lyrasis.org/">LYRASIS</a>
</p>
</footer>
</div> <!-- /container -->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="//code.jquery.com/jquery-latest.js"></script>
<script src="./assets/js/bootstrap.js"></script>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-33620726-1', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
</body>
</html>