bump version and update documentation

This commit is contained in:
Carl Chenet 2017-08-02 15:20:12 +02:00
parent 23b6beee20
commit 3be1a8c943
7 changed files with 22 additions and 11 deletions

View file

@ -54,9 +54,9 @@ copyright = '2017, Carl Chenet <chaica@ohmytux.com>'
# built documents.
#
# The short X.Y version.
version = '1.0'
version = '0.6'
# The full version, including alpha/beta/rc tags.
release = '1.0'
release = '0.6'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View file

@ -137,9 +137,9 @@ It is possible to get all entries from a rss feed available in the uri_list file
In you rsslist.txt, just don't give anything else than the needed feed url to get all the entries::
https://www.journalduhacker.net/rss|title|hacker,psql
https://carlchenet.com/feed|title|gitlab
https://blog.linuxjobs.fr/feed.php?rss
https://www.journalduhacker.net/rss|title|hacker,psql
https://carlchenet.com/feed|title|gitlab
https://blog.linuxjobs.fr/feed.php?rss
The last line of the file above only has the url of a rss feed. All entries from this feed will be tweeted.

View file

@ -25,7 +25,7 @@ Alternatively, Setuptools may be installed to a user-local path::
* Untar the tarball and go to the source directory with the following commands::
$ tar zxvf feed2toot-0.5.tar.gz
$ tar zxvf feed2toot-0.6.tar.gz
$ cd feed2toot
* Next, to install Feed2toot on your computer, type the following command with the root user::