Mercurial > hg > purlService
comparison restService/templates/serviceDescription.html @ 14:a2bcca6539fd
static pages
author | dwinter |
---|---|
date | Mon, 12 Nov 2012 09:29:28 +0100 |
parents | |
children | cce127a28fc9 |
comparison
equal
deleted
inserted
replaced
13:a1577a498c85 | 14:a2bcca6539fd |
---|---|
1 <h1>PURL service</h1> | |
2 | |
3 <h2>/purl/PURL</h2> | |
4 <p> Takes a <em>PURL</em> als Parameter and returns the real path as TXT. | |
5 | |
6 <h2>/search</h2> | |
7 <p>needs a parameter ?q=PATH </p> | |
8 | |
9 <p>Searched the PURL or all PURLs, wich belong to the PATH the internal search format is "LIKE" </p> | |
10 | |
11 <h2>/docuview/PURL</h3> | |
12 | |
13 <p>Is explained | |
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>. | |
15 </p> | |
16 | |
17 <h4>Config</h4> | |
18 The viewer configuration in stored in <em>viewer.config</em>. | |
19 | |
20 <p> e.g.</p> | |
21 <pre> | |
22 echo,http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%s,http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?mode=imagepath&url=%s&viewMode=images | |
23 libcoll,http://libcoll.mpiwg-berlin.mpg.de/libviewa?url=%s,http://libcoll.mpiwg-berlin.mpg.de/libviewa?url=%s&viewMode=images | |
24 digilib,,http://digilib.mpiwg-berlin.mpg.de/digitallibrary/jquery/digilib.html?fn=%s | |
25 </pre> | |
26 | |
27 <p>The format is: | |
28 | |
29 <pre> | |
30 FLAVOUR,FULTEXTVIEWER,IMAGEVIEWER | |
31 </pre> | |
32 | |
33 </p> | |
34 | |
35 <h3>/indexMeta/PURL</h3> | |
36 <p> | |
37 Redirects to the index.meta file of the source, if existing. | |
38 </p> |