aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2010-12-01 08:55:27 +0100
committercedricbonhomme <devnull@localhost>2010-12-01 08:55:27 +0100
commitbbe66021f71fa2e7f0b8ad537421ea916a78b05e (patch)
tree5042c18dcf0555a46dd78e340e162359d93dfb62 /README
parentRemoved language detection functionality. (diff)
downloadnewspipe-bbe66021f71fa2e7f0b8ad537421ea916a78b05e.tar.gz
newspipe-bbe66021f71fa2e7f0b8ad537421ea916a78b05e.tar.bz2
newspipe-bbe66021f71fa2e7f0b8ad537421ea916a78b05e.zip
Updated README.
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 0 insertions, 10 deletions
diff --git a/README b/README
index e8e45ab4..1dc9c545 100644
--- a/README
+++ b/README
@@ -52,7 +52,6 @@ Optional module
~~~~~~~~~~~~~~~
These modules are not required but provides better features:
* lxml and Genshi;
-* oice.langdet;
* gamin.
If you want to install these modules:
@@ -75,15 +74,6 @@ sudo python setup.py install
cd ..
rm -Rf Genshi
-Language detection
-^^^^^^^^^^^^^^^^^^
-Name: oice.langdet
-Enable the detection of the language of articles.
-
-Installation:
-http://pypi.python.org/pypi/oice.langdet/
-Download the archive, decompress, go to the folder and type:
-python setup.py install
Advanced monitoring
^^^^^^^^^^^^^^^^^^^
bgstack15