annotate restService/templates/serviceDescription.html @ 14:a2bcca6539fd

static pages
author dwinter
date Mon, 12 Nov 2012 09:29:28 +0100
parents
children cce127a28fc9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14
a2bcca6539fd static pages
dwinter
parents:
diff changeset
1 <h1>PURL service</h1>
a2bcca6539fd static pages
dwinter
parents:
diff changeset
2
a2bcca6539fd static pages
dwinter
parents:
diff changeset
3 <h2>/purl/PURL</h2>
a2bcca6539fd static pages
dwinter
parents:
diff changeset
4 <p> Takes a <em>PURL</em> als Parameter and returns the real path as TXT.
a2bcca6539fd static pages
dwinter
parents:
diff changeset
5
a2bcca6539fd static pages
dwinter
parents:
diff changeset
6 <h2>/search</h2>
a2bcca6539fd static pages
dwinter
parents:
diff changeset
7 <p>needs a parameter ?q=PATH </p>
a2bcca6539fd static pages
dwinter
parents:
diff changeset
8
a2bcca6539fd static pages
dwinter
parents:
diff changeset
9 <p>Searched the PURL or all PURLs, wich belong to the PATH the internal search format is "LIKE" </p>
a2bcca6539fd static pages
dwinter
parents:
diff changeset
10
a2bcca6539fd static pages
dwinter
parents:
diff changeset
11 <h2>/docuview/PURL</h3>
a2bcca6539fd static pages
dwinter
parents:
diff changeset
12
a2bcca6539fd static pages
dwinter
parents:
diff changeset
13 <p>Is explained
a2bcca6539fd static pages
dwinter
parents:
diff changeset
14 at <a href="https://it-dev.mpiwg-berlin.mpg.de/tracs/metadataprovider/wiki/purls">https://it-dev.mpiwg-berlin.mpg.de/tracs/metadataprovider/wiki/purls</a>.
a2bcca6539fd static pages
dwinter
parents:
diff changeset
15 </p>
a2bcca6539fd static pages
dwinter
parents:
diff changeset
16
a2bcca6539fd static pages
dwinter
parents:
diff changeset
17 <h4>Config</h4>
a2bcca6539fd static pages
dwinter
parents:
diff changeset
18 The viewer configuration in stored in <em>viewer.config</em>.
a2bcca6539fd static pages
dwinter
parents:
diff changeset
19
a2bcca6539fd static pages
dwinter
parents:
diff changeset
20 <p> e.g.</p>
a2bcca6539fd static pages
dwinter
parents:
diff changeset
21 <pre>
a2bcca6539fd static pages
dwinter
parents:
diff changeset
22 echo,http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%s,http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?mode=imagepath&url=%s&viewMode=images
a2bcca6539fd static pages
dwinter
parents:
diff changeset
23 libcoll,http://libcoll.mpiwg-berlin.mpg.de/libviewa?url=%s,http://libcoll.mpiwg-berlin.mpg.de/libviewa?url=%s&viewMode=images
a2bcca6539fd static pages
dwinter
parents:
diff changeset
24 digilib,,http://digilib.mpiwg-berlin.mpg.de/digitallibrary/jquery/digilib.html?fn=%s
a2bcca6539fd static pages
dwinter
parents:
diff changeset
25 </pre>
a2bcca6539fd static pages
dwinter
parents:
diff changeset
26
a2bcca6539fd static pages
dwinter
parents:
diff changeset
27 <p>The format is:
a2bcca6539fd static pages
dwinter
parents:
diff changeset
28
a2bcca6539fd static pages
dwinter
parents:
diff changeset
29 <pre>
a2bcca6539fd static pages
dwinter
parents:
diff changeset
30 FLAVOUR,FULTEXTVIEWER,IMAGEVIEWER
a2bcca6539fd static pages
dwinter
parents:
diff changeset
31 </pre>
a2bcca6539fd static pages
dwinter
parents:
diff changeset
32
a2bcca6539fd static pages
dwinter
parents:
diff changeset
33 </p>
a2bcca6539fd static pages
dwinter
parents:
diff changeset
34
a2bcca6539fd static pages
dwinter
parents:
diff changeset
35 <h3>/indexMeta/PURL</h3>
a2bcca6539fd static pages
dwinter
parents:
diff changeset
36 <p>
a2bcca6539fd static pages
dwinter
parents:
diff changeset
37 Redirects to the index.meta file of the source, if existing.
a2bcca6539fd static pages
dwinter
parents:
diff changeset
38 </p>