aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2012-12-09 00:20:58 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2012-12-09 00:20:58 +0100
commit26903aa617fdbb6a54039dce1207202dbcda4cda (patch)
treeb99ffb8058b6d5199ddea51d7a0c060ab1c4e064 /docs
parentMinor changes to documentation. (diff)
downloadnewspipe-26903aa617fdbb6a54039dce1207202dbcda4cda.tar.gz
newspipe-26903aa617fdbb6a54039dce1207202dbcda4cda.tar.bz2
newspipe-26903aa617fdbb6a54039dce1207202dbcda4cda.zip
Doc...
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst17
1 files changed, 12 insertions, 5 deletions
diff --git a/docs/index.rst b/docs/index.rst
index d50eedf5..f7c2f2f3 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -108,15 +108,14 @@ Then, indicate the feeds to retrieve in the file **./var/feed.lst**. One feed pe
Create a new user
`````````````````
-
Add a username and a password in the file **./var/password** separated by a semicolon, one per line.
+
The default user is *admin* with the password *admin*. The password should be hashed with the SHA1 function.
Launch
------
-
To launch pyAggr3g470r in a shell:
.. code-block:: bash
@@ -128,7 +127,6 @@ To launch pyAggr3g470r in a shell:
Backup
------
-
If you want to backup your database:
.. code-block:: bash
@@ -138,10 +136,20 @@ If you want to backup your database:
$ cp /var/lib/mongodb/pyaggr3g470r.* ~
+Demo
+----
+* some `screen shots <http://picasaweb.google.com/cedric.photos/PyAggr3g470r>`_ of **pyAggr3g470r**;
+* an old `video <http://youtu.be/Eyxpqn9Rpnw>`_ of pyAggr3g470r;
+* an example of `HTML auto-generated archive <http://cedricbonhomme.org/news/>`_.
+
+
Donnation
---------
-If you wish and if you like pyAggr3g470r, you can donate via bitcoin. My bitcoin address: 1GVmhR9fbBeEh7rP1qNq76jWArDdDQ3otZ
+If you wish and if you like pyAggr3g470r, you can donate via bitcoin.
+
+My bitcoin address: 1GVmhR9fbBeEh7rP1qNq76jWArDdDQ3otZ
+
Thank you!
@@ -154,7 +162,6 @@ pyAggr3g470r_ is under GPLv3_ license.
Contact
-------
-
`My home page <http://cedricbonhomme.org/>`_.
bgstack15