Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Removed <hr /> tag from the main page. | Cédric Bonhomme | 2012-12-03 | |
| | | ||||
* | | Minor changes to the management page. | Cédric Bonhomme | 2012-12-03 | |
| | | ||||
* | | Number of days with datetime.timedelta can't be bigger than 999999999. | Cédric Bonhomme | 2012-12-03 | |
| | | ||||
* | | Added a form for the /inactives page in order to enter the number of days. | Cédric Bonhomme | 2012-12-03 | |
| | | ||||
* | | New page (/inactives) which displays the list of inactive feeds since a ↵ | Cédric Bonhomme | 2012-12-02 | |
| | | | | | | | | certain number of days (given in parameter in the URL, 365 days by default). | |||
* | | Updated comments in mongodb.py. | Cédric Bonhomme | 2012-12-02 | |
| | | ||||
* | | Fixed typo name of a function). | Cédric Bonhomme | 2012-12-01 | |
| | | ||||
* | | Reorganisation | Cédric Bonhomme | 2012-11-30 | |
| | | ||||
* | | Code factorization... | Cédric Bonhomme | 2012-11-30 | |
| | | ||||
* | | Code factorization. | Cédric Bonhomme | 2012-11-30 | |
| | | ||||
* | | List of favorites articles is now always sorted by date. | Cédric Bonhomme | 2012-11-30 | |
| | | ||||
* | | Performance MongoDB imptovements (get_gavorites() function). | Cédric Bonhomme | 2012-11-30 | |
| | | ||||
* | | Removed useless function in mongodb.py. | Cédric Bonhomme | 2012-11-30 | |
| | | ||||
* | | Template adjustment. | Cédric Bonhomme | 2012-11-29 | |
| | | ||||
* | | Removed empty lines. | Cédric Bonhomme | 2012-11-28 | |
| | | ||||
* | | Menu position is fixed. | Cédric Bonhomme | 2012-11-28 | |
| | | ||||
* | | Display the title of an article in the tab of the browser (for the /article ↵ | Cédric Bonhomme | 2012-11-28 | |
| | | | | | | | | page). | |||
* | | Display the number of unread articles in the browser tab (with templates). | Cédric Bonhomme | 2012-11-28 | |
| | | ||||
* | | Little performance optimization. | Cédric Bonhomme | 2012-11-28 | |
| | | ||||
* | | Ignore stop words when calculating top words. | Cédric Bonhomme | 2012-11-28 | |
| | | ||||
* | | Fix: number of feeds wan no longer displayed in the navigation bar. | Cédric Bonhomme | 2012-11-28 | |
| | | ||||
* | | Some improvements to the CSS. | Cédric Bonhomme | 2012-11-28 | |
| | | ||||
* | | Template for the /index page. | Cédric Bonhomme | 2012-11-27 | |
| | | ||||
* | | Removed the horrible box. | Cédric Bonhomme | 2012-11-26 | |
| | | ||||
* | | Added CSS box for the main menu. | Cédric Bonhomme | 2012-11-26 | |
| | | ||||
* | | The link to the source code is now at the bottoem of the HTML page. | Cédric Bonhomme | 2012-11-26 | |
| | | ||||
* | | CherryPy port number and address are now defined in ./cfg/cherrypy.cfg. | Cédric Bonhomme | 2012-11-26 | |
| | | ||||
* | | Refactoring codes in templates. | Cédric Bonhomme | 2012-11-26 | |
| | | ||||
* | | Minor changes. | Cédric Bonhomme | 2012-11-26 | |
| | | ||||
* | | Renamed 'error_page' function to 'error'. | Cédric Bonhomme | 2012-11-26 | |
| | | ||||
* | | Template for the /error_page page. | Cédric Bonhomme | 2012-11-26 | |
| | | ||||
* | | Updated README and the REST documentation (requirements section). | Cédric Bonhomme | 2012-11-25 | |
| | | ||||
* | | Template for the /statistics page. | Cédric Bonhomme | 2012-11-25 | |
| | | ||||
* | | Template for the /notifications page. | Cédric Bonhomme | 2012-11-25 | |
| | | ||||
* | | Removed "enable_loop=True". | Cédric Bonhomme | 2012-11-25 | |
| | | ||||
* | | Template for the /articles page. | Cédric Bonhomme | 2012-11-25 | |
| | | ||||
* | | Template for the /management page. | Cédric Bonhomme | 2012-11-22 | |
| | | ||||
* | | Template for the /article page. | Cédric Bonhomme | 2012-11-22 | |
| | | ||||
* | | Added template for the page of favorite articles. | Cédric Bonhomme | 2012-11-22 | |
| | | ||||
* | | Now using template inheritance. | Cédric Bonhomme | 2012-11-22 | |
| | | ||||
* | | Created new branch "Mako integration". First test of Mako with the ↵ | Cédric Bonhomme | 2012-11-21 | |
|/ | | | | plain_text page. | |||
* | Name of the currently consulted article is displayed on the tab. | Cédric Bonhomme | 2012-11-21 | |
| | ||||
* | Updated the feedgetter accordingly issues 310 and 328 of feedparser: "To ↵ | Cédric Bonhomme | 2012-11-20 | |
| | | | | avoid breaking existing software while fixing issue 310, a temporary mapping has been created from `updated_parsed` to `published_parsed` if `updated_parsed` doesn't exist. This fallback will be removed in a future version of feedparser". | |||
* | Better results with Pearson. | Cédric Bonhomme | 2012-11-18 | |
| | ||||
* | Test with euclidian distance. | Cédric Bonhomme | 2012-11-18 | |
| | ||||
* | mb:68e2ad40-1fd7-4939-953f-fd4cdf19803b | Cédric Bonhomme | 2012-11-18 | |
| | ||||
* | Test with tanimoto distance. | Cédric Bonhomme | 2012-11-18 | |
| | ||||
* | Test draw function. Set K to 8. | Cédric Bonhomme | 2012-11-16 | |
| | ||||
* | Added tests with clusters. | Cédric Bonhomme | 2012-11-16 | |
| | ||||
* | Moved section "Script of installation". | Cédric Bonhomme | 2012-11-16 | |
| |