Minor Changes

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6656 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
suessthomas 15 years ago
parent 787b588c33
commit 063b29060c

@ -3,8 +3,8 @@
<head> <head>
<title>YaCy '#[clientname]#': Bookmarks</title> <title>YaCy '#[clientname]#': Bookmarks</title>
#%env/templates/metas.template%# #%env/templates/metas.template%#
<script src="/js/ajax.js" type="text/javascript"></script> <script src="/js/ajax.js" type="text/javascript"></script>
<script src="/js/Bookmarks.js" type="text/javascript"></script> <script src="/js/Bookmarks.js" type="text/javascript"></script>
#(display)# #(display)#
<link rel="alternate" type="application/rss+xml" title="RSS" href="Bookmarks.rss" /> <link rel="alternate" type="application/rss+xml" title="RSS" href="Bookmarks.rss" />
:: ::
@ -12,8 +12,8 @@
</head> </head>
<body id="Bookmarks" <body id="Bookmarks"
#(display)# #(display)#
onload="treeMenu_init(document.getElementById('folder'), window.name)" onload="treeMenu_init(document.getElementById('folder'), window.name)"
onunload="window.name = treeMenu_store(document.getElementById('folder'))" onunload="window.name = treeMenu_store(document.getElementById('folder'))"
:: ::
#(/display)# #(/display)#
> >
@ -25,7 +25,7 @@
document.write("\<a href=\"Bookmarks.rss?" + window.location.search.substring(1) + "\"\>") document.write("\<a href=\"Bookmarks.rss?" + window.location.search.substring(1) + "\"\>")
//]]> //]]>
</script> </script>
<img src="env/grafics/api.png" alt="API" /></a> <img src="env/grafics/api.png" width="60" height="40" alt="API" /></a>
<span>The bookmarks list can also be retrieved as RSS feed. This can also be done when you select a specific tag. <span>The bookmarks list can also be retrieved as RSS feed. This can also be done when you select a specific tag.
Click the API icon to load the RSS from the current selection. Click the API icon to load the RSS from the current selection.
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> 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>

@ -30,7 +30,7 @@
since it shows crawl requests from other peers. since it shows crawl requests from other peers.
</p> </p>
<p>Case (7) occurs if surrogate files are imported</p> <p>Case (7) occurs if surrogate files are imported</p>
<p><img src="/env/grafics/indexmonitor.png" alt="An illustration how yacy works" /></p> <p><img src="/env/grafics/indexmonitor.png" width="600" height="308" alt="An illustration how yacy works" /></p>
<p>The image above illustrates the data flow initiated by web index acquisition. <p>The image above illustrates the data flow initiated by web index acquisition.
Some processes occur double to document the complex index migration structure. Some processes occur double to document the complex index migration structure.
</p> </p>

@ -124,7 +124,7 @@
::<iframe src="/api/yacydoc.html?urlhash=#[urlhash]#" width="100%" height="420" frameborder="0" scrolling="no"></iframe><br /> ::<iframe src="/api/yacydoc.html?urlhash=#[urlhash]#" width="100%" height="420" frameborder="0" scrolling="no"></iframe><br />
<div id="api"> <div id="api">
<a href="/api/yacydoc.html?urlhash=#[urlhash]#"> <a href="/api/yacydoc.html?urlhash=#[urlhash]#">
<img src="env/grafics/api.png"></a> <img src="env/grafics/api.png" width="60" height="40" alt="API" /></a>
<span>These document details can be retrieved as <a href="http://www.w3.org/TR/xhtml-rdfa-primer/">XHTML+RDFa</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. 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 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.

@ -22,7 +22,7 @@
#%env/templates/header.template%# #%env/templates/header.template%#
#%env/templates/submenuWebStructure.template%# #%env/templates/submenuWebStructure.template%#
<div id="api"><a href="/api/webstructure.xml?about=#[besthost]#"><img src="env/grafics/api.png"></a> <div id="api"><a href="/api/webstructure.xml?about=#[besthost]#"><img src="env/grafics/api.png" width="60" height="40" alt="API" /></a>
<span> <span>
The data that is visualized here can also be retrieved in a XML file, which lists the reference relation between the domains. The data that is visualized here can also be retrieved in a XML file, which lists the reference relation between the domains.
With a GET-property 'about' you get only reference relations about the host that you give in the argument field for 'about'. With a GET-property 'about' you get only reference relations about the host that you give in the argument field for 'about'.

@ -89,7 +89,7 @@ if (q != "") search(q);
#(display)# #(display)#
#%env/templates/simpleheader.template%# #%env/templates/simpleheader.template%#
:: ::
<div id="api"><a href="yacysearch.json?query=yacy"><img src="env/grafics/api.png" alt="API"/></a> <div id="api"><a href="yacysearch.json?query=yacy"><img src="env/grafics/api.png" width="60" height="40" alt="API" /></a>
<span>This page uses the JSON search API to display search results as you type. <span>This page uses the JSON search API to display search results as you type.
Click the API icon to see an example call to the native API. Click the API icon to see an example call to the native 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> 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>

@ -27,7 +27,7 @@
document.write("\<a href=\"yacysearch.rss?" + window.location.search.substring(1) + "\"\>") document.write("\<a href=\"yacysearch.rss?" + window.location.search.substring(1) + "\"\>")
//]]> //]]>
</script> </script>
<img src="env/grafics/api.png" alt="API" /></a> <img src="env/grafics/api.png" width="60" height="40" alt="API" /></a>
<span>This search result can also be retrieved as RSS/<a href="http://www.opensearch.org">opensearch</a> output. <span>This search result can also be retrieved as RSS/<a href="http://www.opensearch.org">opensearch</a> output.
The query format is similar to <a href="http://www.loc.gov/standards/sru/">SRU</a>. The query format is similar to <a href="http://www.loc.gov/standards/sru/">SRU</a>.
Click the API icon to see an example call to the search rss API. Click the API icon to see an example call to the search rss API.

Loading…
Cancel
Save