Mercurial > hg > purlService
diff restService/templates/serviceDescription.html @ 14:a2bcca6539fd
static pages
author | dwinter |
---|---|
date | Mon, 12 Nov 2012 09:29:28 +0100 |
parents | |
children | cce127a28fc9 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/restService/templates/serviceDescription.html Mon Nov 12 09:29:28 2012 +0100 @@ -0,0 +1,38 @@ +<h1>PURL service</h1> + +<h2>/purl/PURL</h2> +<p> Takes a <em>PURL</em> als Parameter and returns the real path as TXT. + +<h2>/search</h2> +<p>needs a parameter ?q=PATH </p> + +<p>Searched the PURL or all PURLs, wich belong to the PATH the internal search format is "LIKE" </p> + +<h2>/docuview/PURL</h3> + +<p>Is explained +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>. +</p> + +<h4>Config</h4> +The viewer configuration in stored in <em>viewer.config</em>. + +<p> e.g.</p> +<pre> +echo,http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%s,http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?mode=imagepath&url=%s&viewMode=images +libcoll,http://libcoll.mpiwg-berlin.mpg.de/libviewa?url=%s,http://libcoll.mpiwg-berlin.mpg.de/libviewa?url=%s&viewMode=images +digilib,,http://digilib.mpiwg-berlin.mpg.de/digitallibrary/jquery/digilib.html?fn=%s +</pre> + +<p>The format is: + +<pre> +FLAVOUR,FULTEXTVIEWER,IMAGEVIEWER +</pre> + +</p> + +<h3>/indexMeta/PURL</h3> +<p> +Redirects to the index.meta file of the source, if existing. +</p> \ No newline at end of file