Skip to content

Commit

Permalink
Minor Changes
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6656 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
suessthomas committed Feb 8, 2010
1 parent 787b588 commit 063b290
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions htroot/Bookmarks.html
Expand Up @@ -3,17 +3,17 @@
<head>
<title>YaCy '#[clientname]#': Bookmarks</title>
#%env/templates/metas.template%#
<script src="/js/ajax.js" type="text/javascript"></script>
<script src="/js/Bookmarks.js" type="text/javascript"></script>
<script src="/js/ajax.js" type="text/javascript"></script>
<script src="/js/Bookmarks.js" type="text/javascript"></script>
#(display)#
<link rel="alternate" type="application/rss+xml" title="RSS" href="Bookmarks.rss" />
::
#(/display)#
</head>
<body id="Bookmarks"
#(display)#
onload="treeMenu_init(document.getElementById('folder'), window.name)"
onunload="window.name = treeMenu_store(document.getElementById('folder'))"
onload="treeMenu_init(document.getElementById('folder'), window.name)"
onunload="window.name = treeMenu_store(document.getElementById('folder'))"
::
#(/display)#
>
Expand All @@ -25,7 +25,7 @@
document.write("\<a href=\"Bookmarks.rss?" + window.location.search.substring(1) + "\"\>")
//]]>
</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.
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>
Expand Down
2 changes: 1 addition & 1 deletion htroot/CrawlResults.html
Expand Up @@ -30,7 +30,7 @@ <h2>Crawl Results Overview</h2>
since it shows crawl requests from other peers.
</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.
Some processes occur double to document the complex index migration structure.
</p>
Expand Down
2 changes: 1 addition & 1 deletion htroot/IndexControlURLs_p.html
Expand Up @@ -124,7 +124,7 @@ <h2>Index Administration</h2>
::<iframe src="/api/yacydoc.html?urlhash=#[urlhash]#" width="100%" height="420" frameborder="0" scrolling="no"></iframe><br />
<div id="api">
<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>
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.
Expand Down
2 changes: 1 addition & 1 deletion htroot/WatchWebStructure_p.html
Expand Up @@ -22,7 +22,7 @@
#%env/templates/header.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>
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'.
Expand Down
2 changes: 1 addition & 1 deletion htroot/yacyinteractive.html
Expand Up @@ -89,7 +89,7 @@
#(display)#
#%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.
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>
Expand Down
2 changes: 1 addition & 1 deletion htroot/yacysearch.html
Expand Up @@ -27,7 +27,7 @@
document.write("\<a href=\"yacysearch.rss?" + window.location.search.substring(1) + "\"\>")
//]]>
</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.
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.
Expand Down

0 comments on commit 063b290

Please sign in to comment.