diff options
| author | theli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2005-12-06 10:41:19 +0000 |
|---|---|---|
| committer | theli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2005-12-06 10:41:19 +0000 |
| commit | 44fa94ac5205c088eed17199efd0b951f5d4d89b (patch) | |
| tree | aa115a242c923c1623f05750af625ab53101cf9c /htroot/SettingsAck_p.html | |
| parent | 28ddba8813ba79145b55340bd76af95c285ccea3 (diff) | |
*) Modifications for dbImport functionality
- dbImporter threads are now shutdown by the switchboard on server shutdown
- adding possibility to pause a importer thread via GUI
- Bugfix for abort function
See: http://www.yacy-forum.de/viewtopic.php?p=13363#13363
*) Modification of content parser configuration
- now it's possible to configure which parsers should be enabled for the proxy,
crawler, icap, etc. separately
-
*) htmlFilterContentScraper.java
- adding regular expression to normalize URLs containing /../ and /./ parts
*) httpc.java
- adding functionality to unzip gzipped content
- requested by roland: should be used later to allow gzipped seed lists
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1170 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/SettingsAck_p.html')
| -rw-r--r-- | htroot/SettingsAck_p.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/htroot/SettingsAck_p.html b/htroot/SettingsAck_p.html index cf4a1b55b..43e5f7a8d 100644 --- a/htroot/SettingsAck_p.html +++ b/htroot/SettingsAck_p.html @@ -79,13 +79,15 @@ Your Peer Language is: <font color="#556699">#[peerLang]#</font><br> Peer names must not contain characters other than (a-z, A-Z, 0-9, '-', '_') and must not be longer than 80 characters.
Your Peer Language is: <font color="#556699">#[peerLang]#</font><br>
::<!-- 18 -->
+<p>
The new parser settings where changed successfully.<br>
-Parsing of the following mime-types was enabled:<br>
-<ul>
+Parsing of the following mime-types was enabled:
+</p>
+<table>
#{parser}#
-<li><font color="#556699">#[enabledMime]#</font></li>
+<tr><td><font color="#556699">#[parserMode]#</font></td><td><font color="#556699">#[enabledMime]#</font></td></tr>
#{/parser}#
-</ul>
+</table>
::<!-- 19 -->
Seed Upload method was changed successfully.
#(success)#::<br>You are now a principal peer.#(/success)#
|
