aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2011-11-23 22:14:32 +0100
committercedricbonhomme <devnull@localhost>2011-11-23 22:14:32 +0100
commita8f553b94aa61bd2fd9b86fafe930ae6c1ab8cca (patch)
treea8d45dbcb9708a05b056acc647deffa1743f19ff /README
parentRemoved PyQRNative module in favor of qrcode module. (diff)
downloadnewspipe-a8f553b94aa61bd2fd9b86fafe930ae6c1ab8cca.tar.gz
newspipe-a8f553b94aa61bd2fd9b86fafe930ae6c1ab8cca.tar.bz2
newspipe-a8f553b94aa61bd2fd9b86fafe930ae6c1ab8cca.zip
Updated documentation.
Diffstat (limited to 'README')
-rw-r--r--README43
1 files changed, 10 insertions, 33 deletions
diff --git a/README b/README
index 4cbbadb1..84bdf99b 100644
--- a/README
+++ b/README
@@ -29,11 +29,13 @@ based on CherryPy. Articles are stored in a SQLite base.
Features
------------
-* notification of new articles by e-mail for selected feeds;
-* export articles (HTML, EPUB and raw text);
-* mark or unmark an article as favorites;
-* share an article on Google Buzz, del.icio.us, Digg, reddit, Scoopeo and Blogmarks;
-* language detection and search articles by language.
+* articles are stored in a SQLite database;
+* find an article with history;
+* e-mail notification;
+* export articles to HTML, EPUB, PDF or raw text;
+* mark or unmark articles as favorites;
+* share articles with Diaspora, Google Buzz, Pinboard, delicious, Identi.ca, Digg, reddit, Scoopeo, Blogmarks and Twitter;
+* generation of QR code with the content or URL of an article. So you can read an article later on your smartphone (or share with friends).
@@ -52,38 +54,13 @@ Optional module
~~~~~~~~~~~~~~~
These modules are not required but provides better features:
* lxml and Genshi;
+* For the QR code generation: http://hg.cedricbonhomme.org/qrcode/
* gamin.
-If you want to install these modules:
-
-
-EPUB generation
-^^^^^^^^^^^^^^^^^^
-wget http://codespeak.net/lxml/lxml-2.2.8.tgz
-tar -xzvf lxml-2.2.8.tgz
-rm -f lxml-2.2.8.tgz
-cd lxml
-sudo python setup.py install
-cd ..
-rm -Rf lxml
-wget http://ftp.edgewall.com/pub/genshi/Genshi-0.6.tar.gz
-tar -xzvf Genshi-0.6.tar.gz
-rm -f Genshi-0.6.tar.gz
-cd Genshi
-sudo python setup.py install
-cd ..
-rm -Rf Genshi
+If you want to install these modules:
-Advanced monitoring
-^^^^^^^^^^^^^^^^^^^
-Name: Gamin
-Enable a better monitoring of the base of feeds.
-
-Installation:
-aptitude install python-gamin
-
-http://people.gnome.org/~veillard/gamin/python.html
+sudo aptitude install python-gamin python-lxml python-genshi
Donnation
bgstack15