diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-01-13 22:04:38 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-01-13 22:04:38 +0000 |
| commit | 4bd927d5131ef2c21e51c4c384090b1e33999748 (patch) | |
| tree | 4294f81211652a7e19f58d867fb77bfe3591e4bc /htroot/IndexControlURLs_p.html | |
| parent | 7eade3f18164e7928f8239f49419e84b9c88c514 (diff) | |
the Semantic Web moves in!
- added two new api files for document metadata:
- added a XHTML+RDFa html file shows the document metadata in a format that presents the data for rendering and for metadata retrieval. This is a typical document format for a semantic web data structure. the used RDF vocabulary is Dublin Core
- added a xml file that shows the same data as pure DC metadata
- integrated the API into the existing IndexControlURLs interface
With about one billion metadata files (URL metadata) this extension makes the freeworld YaCy network
to one of the probably largest metadata document provider for the semantic web!
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5490 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/IndexControlURLs_p.html')
| -rw-r--r-- | htroot/IndexControlURLs_p.html | 27 |
1 files changed, 11 insertions, 16 deletions
diff --git a/htroot/IndexControlURLs_p.html b/htroot/IndexControlURLs_p.html index 93c58f003..de09abb93 100644 --- a/htroot/IndexControlURLs_p.html +++ b/htroot/IndexControlURLs_p.html @@ -112,22 +112,17 @@ #(genUrlProfile)#
::No entry found for URL-hash #[urlhash]#
- ::<table>
- <tr><td class="small">URL String</td><td class="tt"><a href="#[urlNormalform]#">#[urlNormalform]#</a></td></tr>
- <tr><td class="small">Hash</td><td class="tt">#[urlhash]#</td></tr>
- <tr><td class="small">Description</td><td class="tt">#[urlDescr]#</td></tr>
- <tr><td class="small">Modified-Date</td><td class="tt">#[moddate]#</td></tr>
- <tr><td class="small">Loaded-Date</td><td class="tt">#[loaddate]#</td></tr>
- #(referrer)#
- <tr><td class="small">Referrer</td><td class="tt">unknown</td></tr>
- ::
- <tr><td class="small">Referrer</td><td class="tt"><a href="IndexControlURLs_p.html?urlhashsearch=&urlhash=#[hash]#">#[url]#</a></td></tr>
- #(/referrer)#
- <tr><td class="small">Doctype</td><td class="tt">#[doctype]#</td></tr>
- <tr><td class="small">Language</td><td class="tt">#[language]#</td></tr>
- <tr><td class="small">Size</td><td class="tt">#[size]#</td></tr>
- <tr><td class="small">Words</td><td class="tt">#[wordCount]#</td></tr>
- </table><br />
+ ::<iframe src="/api/yacydoc.html?urlhash=#[urlhash]#" width="100%" height="360" frameborder="0" scrolling="no"></iframe><br />
+ <div id="api">
+ <a href="/api/yacydoc.html?urlhash=#[urlhash]#">
+ <img src="env/grafics/api.png"></a>
+ <span>These document details can be retrieved as <a href="http://www.w3.org/TR/xhtml-rdfa-primer/">XHTML+RDFa</a>
+ document containg <a href="http://www.w3.org/RDF/">RDF</a> annotations in <a href="http://dublincore.org/">Dublin Core</a> vocabulary.
+ The XHTML+RDFa data format is both a XML content format and a HTML display format and is considered as an important <a href="http://www.w3.org/2001/sw/">Semantic Web</a> content format.
+ The same content can also be retrieved as pure <a href="/api/yacydoc.xml?urlhash=#[urlhash]#">XML metadata</a> with DC tag name vocabulary.
+ Click the API icon to see an example call to the search rss API.
+ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de/wiki/index.php/Dev:API">API wiki page</a>.</span>
+ </div>
<form action="IndexControlURLs_p.html" method="post" enctype="multipart/form-data">
<input type="hidden" name="keystring" value="" />
<input type="hidden" name="keyhash" value="" />
|
