aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | Display the title of an article in the tab of the browser (for the /article p...Cédric Bonhomme2012-11-28
* | 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
* | Template for the /error_page page.Cédric Bonhomme2012-11-26
* | Updated README and the REST documentation (requirements section).Cédric Bonhomme2012-11-25
* | Template for the /statistics page.Cédric Bonhomme2012-11-25
* | Template for the /notifications page.Cédric Bonhomme2012-11-25
* | Removed "enable_loop=True".Cédric Bonhomme2012-11-25
* | Template for the /articles page.Cédric Bonhomme2012-11-25
* | Template for the /management page.Cédric Bonhomme2012-11-22
* | Template for the /article page.Cédric Bonhomme2012-11-22
* | Added template for the page of favorite articles.Cédric Bonhomme2012-11-22
* | Now using template inheritance.Cédric Bonhomme2012-11-22
* | Created new branch "Mako integration". First test of Mako with the plain_text...Cédric Bonhomme2012-11-21
|/
* Name of the currently consulted article is displayed on the tab.Cédric Bonhomme2012-11-21
* Updated the feedgetter accordingly issues 310 and 328 of feedparser: "To avoi...Cédric Bonhomme2012-11-20
* Better results with Pearson.Cédric Bonhomme2012-11-18
* Test with euclidian distance.Cédric Bonhomme2012-11-18
* mb:68e2ad40-1fd7-4939-953f-fd4cdf19803bCédric Bonhomme2012-11-18
* Test with tanimoto distance.Cédric Bonhomme2012-11-18
* Test draw function. Set K to 8.Cédric Bonhomme2012-11-16
* Added tests with clusters.Cédric Bonhomme2012-11-16
* Moved section "Script of installation".Cédric Bonhomme2012-11-16
* Added installation script in the documentation.Cédric Bonhomme2012-11-16
* Added a link to the site if the corresponding feed.cedricbonhomme2012-11-11
* I hear you like commits.cedricbonhomme2012-11-09
* Start script now checks if Python 3 is the default installation on the system...cedricbonhomme2012-11-09
* Updated README.cedricbonhomme2012-11-09
* Updated list of required Python modules (for Python 3.2.3).cedricbonhomme2012-11-09
* Updated sphinx configuration (pyAggr3g470r version number).cedricbonhomme2012-11-09
* Version 3.6 released. pyAggr3g470r is now running with Python 3.2.cedricbonhomme2012-11-08
* Updated documentation.cedricbonhomme2012-11-08
* Updated revision date and version number.cedricbonhomme2012-11-08
* changed things...cedricbonhomme2012-11-08
* Re-enabled tooltip description.cedricbonhomme2012-11-08
* Porting to Python 3.2. Better, faster, stronger.cedricbonhomme2012-11-08
* HTML username text input is now focused by default.cedricbonhomme2012-11-06
* mark_as_read() always return to index page.cedricbonhomme2012-11-05
* Updated version to 3.5 in index.rst.cedricbonhomme2012-11-04
bgstack15