diff options
| author | theli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2005-05-03 09:47:56 +0000 |
|---|---|---|
| committer | theli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2005-05-03 09:47:56 +0000 |
| commit | 351c86d5d9054fc3fed7338f05959bf0e86a7917 (patch) | |
| tree | 8224d8cbe1c13732f59a6ac59a008c9512fa6027 /htroot/SettingsAck_p.html | |
| parent | 1a4ad5a0acd7ed6c866fb9f1e72cdda2532f0ec3 (diff) | |
*) Migration of optional Content Parser integration
- each additional parser must be in a subpackage
of plasma.parser
- each parser must have its own ant build file (which will
be called automatically from the main build file)
- Calling the main build file results in building a separate
zip file for each optional parser. This zip file includes:
+ sources of the Parser.java
+ compiled classes of the Parser.java
+ needed additional libs (libx)
- To install an additional parser the user simply needs to
extract the zip file listed above into his/her yacy directory.
- The configuration (enabling/disabling) of a parser can be done
via the webinterface (currently the settings dialoge) and is
done "on-the-fly". The installation can not be done "on-the-fly"
at the moment because of classpath issues.
- The classpath of the linux startup/stop scripts is generated
automatically now (including all libraries from lib and libx).
*) Bugfix: File Extension was not calculated correctly by the crawler
e.g.: file extension was accidentally: .php?param=value
Corrected.
*) Adding additional parser for parsing of rss/atom feeds
- added needed libs to do this.
TODO:
- automatic building classpath for windows startup scripts
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@78 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/SettingsAck_p.html')
| -rw-r--r-- | htroot/SettingsAck_p.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/htroot/SettingsAck_p.html b/htroot/SettingsAck_p.html index 1feb7f204..1d7ed9c14 100644 --- a/htroot/SettingsAck_p.html +++ b/htroot/SettingsAck_p.html @@ -63,7 +63,9 @@ The settings have not been changed. ::
<b>The submitted peer name is not well-formed. Please choose a different name.</b><br>
Peer names must not contain characters other than (a-z, A-Z, 0-9, '-', '_') and must not be longer than 80 characters.
-The settings have not been changed.#(/info)#
+The settings have not been changed.
+::
+The new parser settings where changed successfully.#(/info)#
</p>
<p>You can now go back to the <a href="Settings_p.html">Settings</a> page if you want to make more changes.</p>
|
