diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-08-25 18:24:54 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-08-25 18:24:54 +0000 |
| commit | 0010cd9db1d960aed0357639b653aafba94c7e62 (patch) | |
| tree | 5c72cf60f587216100bcd1524de347ca172236e6 /htroot/Tables_p.html | |
| parent | 0f276dd63fae69c54280e56e31ca262308ff9a38 (diff) | |
Support for indexing of RSS feeds!
- added a scanning in html parser for rss feeds
- storage of rss feed addresses, can be viewed with http://localhost:8080/Tables_p.html?table=rss
- rss items retrieved by http://localhost:8080/Load_RSS_p.html (in Index Creation menu) can be selected and indexed
- a rss feed retrieved in http://localhost:8080/Load_RSS_p.html can now be fully indexed
- indexing of rss feeds can be placed in scheduler
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7073 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Tables_p.html')
| -rw-r--r-- | htroot/Tables_p.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/htroot/Tables_p.html b/htroot/Tables_p.html index f8794c16f..a2ae0c488 100644 --- a/htroot/Tables_p.html +++ b/htroot/Tables_p.html @@ -28,7 +28,7 @@ <body id="Tables">
#%env/templates/header.template%#
#%env/templates/submenuConfig.template%#
-
+ #(showselection)#::
<h2>Table Administration</h2>
<form action="Tables_p.html" method="get">
<fieldset><legend>Table Selection</legend>
@@ -60,6 +60,7 @@ </dl>
</fieldset>
</form>
+ #(/showselection)#
#(showtable)#::
<form action="Tables_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8" name="tablelisting">
<fieldset>
|
