yacy_search_server/htroot/Table_RobotsTxt_p.html
luccioman 199b2ce52d Translator refactoring : to simplify locale files writing, process keys
as simple string and no more as regular expressions.
Updated all locale files to adapt to refectored Translator : removed
useless escaped characters and did minor corrections.
Performed minor syntax corrections on some html source files.
Added an util to translate all html source files with all locales
without launching full YaCy application.
Corrected main arguments parsing on other translation utils.
2015-09-11 17:20:11 +02:00

31 lines
1.3 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>YaCy '#[clientname]#': Table Viewer</title>
<link rel="alternate" type="application/xml" title="robots.txt Table" href="Tables_p.xml?table=robots&pk=" />
#%env/templates/metas.template%#
</head>
<body id="Tables">
#%env/templates/header.template%#
#%env/templates/submenuCrawlMonitor.template%#
<div id="api">
<script type="text/javascript">
//<![CDATA[
document.write("\<a href=\"Tables_p.xml?table=robots&pk=\"\>")
//]]>
</script>
<img src="env/grafics/api.png" width="60" height="40" alt="API"/></a>
<span>The information that is presented on this page can also be retrieved as XML.
Click the API icon to see the XML.
To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de/wiki/index.php/Dev:API" target="_blank">API wiki page</a>.</span>
</div>
<h2>robots.txt table</h2>
<iframe src="api/table_p.html?table=robots&count=15&row=hostname,modDate,date,disallow,crawlDelayMillis,etag,sitemap" width="100%" height="600" frameborder="0" scrolling="auto"></iframe><br />
#%env/templates/footer.template%#
</body>
</html>