aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Doc: precise the version of Python installed on the system in the ↵Cédric Bonhomme2012-12-14
| | | | installation script.
* Setting email notifications.Cédric Bonhomme2012-12-14
|
* Added links to Ohloh and Freecode in the documentation.Cédric Bonhomme2012-12-14
|
* Indentation of the HTML template file for the /feed pageCédric Bonhomme2012-12-13
|
* float() now useless with Python3Cédric Bonhomme2012-12-13
|
* Test if list of articles is not empty.Cédric Bonhomme2012-12-13
|
* Template for the /feed page.Cédric Bonhomme2012-12-13
|
* Doc...Cédric Bonhomme2012-12-09
|
* Minor changes to documentation.Cédric Bonhomme2012-12-09
|
* Updated README file.Cédric Bonhomme2012-12-07
|
* Updated README.Cédric Bonhomme2012-12-06
|
* Last commit was in the wrong branch!Cédric Bonhomme2012-12-06
|\
| * Integration of Mako templates OK.Cédric Bonhomme2012-12-06
| |\
* | | Updated documentation.Cédric Bonhomme2012-12-06
|/ /
* | Removed files related to k-means sorting tests.Cédric Bonhomme2012-12-05
| |
* | Updated comments.Cédric Bonhomme2012-12-05
| |
* | New template for confirmation message.Cédric Bonhomme2012-12-05
| |
* | Template for the /search page.Cédric Bonhomme2012-12-04
| |
* | Updated revision date.Cédric Bonhomme2012-12-04
| |
* | Minor improvements in style.css.Cédric Bonhomme2012-12-04
| |
* | Removed <hr /> tag from the main page.Cédric Bonhomme2012-12-03
| |
* | Minor changes to the management page.Cédric Bonhomme2012-12-03
| |
* | Number of days with datetime.timedelta can't be bigger than 999999999.Cédric Bonhomme2012-12-03
| |
* | Added a form for the /inactives page in order to enter the number of days.Cédric Bonhomme2012-12-03
| |
* | New page (/inactives) which displays the list of inactive feeds since a ↵Cédric Bonhomme2012-12-02
| | | | | | | | certain number of days (given in parameter in the URL, 365 days by default).
* | Updated comments in mongodb.py.Cédric Bonhomme2012-12-02
| |
* | Fixed typo name of a function).Cédric Bonhomme2012-12-01
| |
* | ReorganisationCédric Bonhomme2012-11-30
| |
* | Code factorization...Cédric Bonhomme2012-11-30
| |
* | Code factorization.Cédric Bonhomme2012-11-30
| |
* | List of favorites articles is now always sorted by date.Cédric Bonhomme2012-11-30
| |
* | Performance MongoDB imptovements (get_gavorites() function).Cédric Bonhomme2012-11-30
| |
* | Removed useless function in mongodb.py.Cédric Bonhomme2012-11-30
| |
* | Template adjustment.Cédric Bonhomme2012-11-29
| |
* | Removed empty lines.Cédric Bonhomme2012-11-28
| |
* | Menu position is fixed.Cédric Bonhomme2012-11-28
| |
* | Display the title of an article in the tab of the browser (for the /article ↵Cédric Bonhomme2012-11-28
| | | | | | | | page).
* | Display the number of unread articles in the browser tab (with templates).Cédric Bonhomme2012-11-28
| |
* | Little performance optimization.Cédric Bonhomme2012-11-28
| |
* | Ignore stop words when calculating top words.Cédric Bonhomme2012-11-28
| |
* | Fix: number of feeds wan no longer displayed in the navigation bar.Cédric Bonhomme2012-11-28
| |
* | Some improvements to the CSS.Cédric Bonhomme2012-11-28
| |
* | Template for the /index page.Cédric Bonhomme2012-11-27
| |
* | Removed the horrible box.Cédric Bonhomme2012-11-26
| |
* | Added CSS box for the main menu.Cédric Bonhomme2012-11-26
| |
* | The link to the source code is now at the bottoem of the HTML page.Cédric Bonhomme2012-11-26
| |
* | CherryPy port number and address are now defined in ./cfg/cherrypy.cfg.Cédric Bonhomme2012-11-26
| |
* | Refactoring codes in templates.Cédric Bonhomme2012-11-26
| |
* | Minor changes.Cédric Bonhomme2012-11-26
| |
* | Renamed 'error_page' function to 'error'.Cédric Bonhomme2012-11-26
| |
bgstack15