diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-03-09 11:31:15 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-03-09 11:31:15 +0000 |
| commit | 0769517129f4e0432d634051697acea9c5f8d65a (patch) | |
| tree | 426e81a6e8a4365691205c1471f6e30120cebd2a /htroot/Table_RobotsTxt_p.html | |
| parent | 48995e71c4450612f254b5f090e1d0cf7b58aa9d (diff) | |
added a robots.txt monitor in the crawler monitor submenu
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6733 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Table_RobotsTxt_p.html')
| -rw-r--r-- | htroot/Table_RobotsTxt_p.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/htroot/Table_RobotsTxt_p.html b/htroot/Table_RobotsTxt_p.html new file mode 100644 index 000000000..b7b707518 --- /dev/null +++ b/htroot/Table_RobotsTxt_p.html @@ -0,0 +1,30 @@ +<!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="/api/table_p.xml?table=robots&pk=" />
+ #%env/templates/metas.template%#
+ </head>
+ <body id="Tables">
+
+<div id="api">
+<script type="text/javascript">
+//<![CDATA[
+document.write("\<a href=\"/api/table_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">API wiki page</a>.</span>
+</div>
+
+ #%env/templates/header.template%#
+ #%env/templates/submenuCrawlMonitor.template%#
+
+ <h2>robots.txt table</h2>
+ <iframe src="/api/table_p.html?table=robots&row=hostname,modDate,date,disallow,etag,sitemap" width="100%" height="600" frameborder="0" scrolling="auto"></iframe><br />
+
+ #%env/templates/footer.template%#
+ </body>
+</html>
|
