aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Bugfix: IndexError: list index out of range when a feed is empty.cedricbonhomme2011-06-06
|
* Bugfix: ZeroDivisionError when calculating the 'Daily post average' value if ↵cedricbonhomme2011-06-06
| | | | there is only one article in the feed.
* Improvement. Daily post average.cedricbonhomme2011-06-06
|
* Added more informations about a feed in the 'feed summary' page.cedricbonhomme2011-06-06
|
* Added 'daily average' (ie average number of articles posted per day) value ↵cedricbonhomme2011-06-06
| | | | on the feed page.
* Minor improvements: 1) encoding of article description and article title, 2) ↵cedricbonhomme2011-06-01
| | | | HTML sanitization.
* Removed useless code in utils.py. Improvement of the CSStoopTip description.cedricbonhomme2011-06-01
|
* Minor improvement: HTML purification of articles description with ↵cedricbonhomme2011-06-01
| | | | BeautifulSoup. The purification is done before the insertion in the database.
* Renamed the string 'feeds' to 'articles' in the management page.cedricbonhomme2011-05-04
|
* Minor: Added informations about how many articles are currently loaded from ↵cedricbonhomme2011-04-22
| | | | the database.
* Added a link in the management to load all the articles from the data base.cedricbonhomme2011-04-20
|
* It is now possible to set the maximum number of articles per feed in the ↵cedricbonhomme2011-04-20
| | | | configuration file.
* Release 2.7. Minor improvements. It is now possible to set a maximum number ↵cedricbonhomme2011-04-15
| | | | of articles to be loaded from the data base for each feed.
* Added a new form in the management page in order to set the number of ↵cedricbonhomme2011-04-15
| | | | articles load by feed to be loaded.
* Added picture for Diaspora.cedricbonhomme2011-03-29
|
* Added link to share an article on Diaspora.cedricbonhomme2011-03-29
|
* Release 2.6. Added new page (feed). This page is a kind of summary for each ↵cedricbonhomme2011-03-21
| | | | feeds. Minor improvements of the Web interface.
* Minor changes (HTML font-size).cedricbonhomme2011-03-03
|
* Removed useless import.cedricbonhomme2011-02-27
|
* Removed useless print.cedricbonhomme2011-02-26
|
* Added favicon.pngcedricbonhomme2011-02-25
|
* Improvement on the feed page. Tag cloud of the most frequent words of a feed.cedricbonhomme2011-02-22
|
* Improvement on the feed page. Only displays favs when there is.cedricbonhomme2011-02-22
|
* List of favorites articles by feed on the feed summary page.cedricbonhomme2011-02-22
|
* More informations on the feed page.cedricbonhomme2011-02-21
|
* tagging release w.t.f.cedricbonhomme2011-02-21
|
* Added new link (feed summary) on the main page.cedricbonhomme2011-02-21
|
* Added new page (feed). This page is a kind of summary for each feeds.cedricbonhomme2011-02-21
|
* Bitcoin donnation.cedricbonhomme2011-01-30
|
* Minor changes (comments).cedricbonhomme2011-01-20
|
* Updated date of release.cedricbonhomme2011-01-20
|
* Release 2.5.cedricbonhomme2011-01-19
|
* Minor improvements (size of HTML5 number input). Minor bug fixes.cedricbonhomme2011-01-19
|
* Updated list of blog.cedricbonhomme2011-01-05
|
* Minor bug fix when removing a feed from the data base.cedricbonhomme2011-01-05
|
* Minor changes.cedricbonhomme2011-01-02
|
* Removed year of copyright.cedricbonhomme2011-01-02
|
* Minor changes (html ouput).cedricbonhomme2010-12-22
|
* Code improvements #2.cedricbonhomme2010-12-19
|
* Code improvements #2.cedricbonhomme2010-12-19
|
* Code improvements #1.cedricbonhomme2010-12-19
|
* Improvement of the history page.cedricbonhomme2010-12-19
|
* Release 2.4.cedricbonhomme2010-12-07
|
* Better display of article's content.cedricbonhomme2010-12-07
|
* Removed RSS generation.cedricbonhomme2010-12-07
|
* Bug fix. ez_epub is not able to decode UTF-8.cedricbonhomme2010-12-07
|
* Minor bug fix.cedricbonhomme2010-12-07
|
* Renamed 2 dynamic pages.cedricbonhomme2010-12-07
|
* Added 'Why not check for news?' when all articles are readed.cedricbonhomme2010-12-07
|
* Removed unused images.cedricbonhomme2010-12-07
|
bgstack15