aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2012-11-01 22:14:59 +0100
committercedricbonhomme <devnull@localhost>2012-11-01 22:14:59 +0100
commit8d554864db138a0fa910c15f38da167e3b85def2 (patch)
tree86b267aefc8162102339100b1be9a91a0faa61c1 /docs
parentVersion 3.5 released. (diff)
downloadnewspipe-8d554864db138a0fa910c15f38da167e3b85def2.tar.gz
newspipe-8d554864db138a0fa910c15f38da167e3b85def2.tar.bz2
newspipe-8d554864db138a0fa910c15f38da167e3b85def2.zip
Added 'Create a new user' section in the markdown documenation.
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index a0bd44ea..9ffd0541 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -62,6 +62,9 @@ If you want to install these modules:
Setting
~~~~~~~
+List of feeds
+`````````````
+
Rename the file **./cfg/pyAggr3g470r.cfg-sample** to **./cfg/pyAggr3g470r.cfg**.
By default you don't have to edit this file (only to configure mail notification).
@@ -84,6 +87,13 @@ Then, indicate the feeds to retrieve in the file **./var/feed.lst**. One feed pe
http://kernelnewbies.org/RecentChanges?action=rss_rc&ddiffs=1&unique=1
+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
------
bgstack15