aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Speed improvement.cedricbonhomme2012-05-01
* Added comment. Bugfix at feed/ page.cedricbonhomme2012-05-01
* Export to EPUB OK.cedricbonhomme2012-05-01
* Export to text files OK.cedricbonhomme2012-05-01
* urlsafe_b64encode is replaced by SHA1 for id of articles.cedricbonhomme2012-05-01
* Export tp webzine nearly OK.cedricbonhomme2012-05-01
* One line between each function.cedricbonhomme2012-05-01
* Bugfix in the epub export.cedricbonhomme2012-05-01
* Minor bugfix: links to previous and following articles were wrong.cedricbonhomme2012-05-01
* Updated default configuration file.cedricbonhomme2012-04-22
* Added conf.py which is responsible of the load of the configuration.cedricbonhomme2012-04-22
* Removed set_max_articles() function.~cedricbonhomme2012-04-22
* Indentation error.cedricbonhomme2012-04-22
* Added comments.cedricbonhomme2012-04-22
* Renamed get_all_collections() to get_all_feeds().cedricbonhomme2012-04-22
* Renamed get_collection() to get_feed().cedricbonhomme2012-04-22
* Removed print_collections() function.cedricbonhomme2012-04-22
* Minor refactoring with pylint.cedricbonhomme2012-04-22
* Added comments.cedricbonhomme2012-04-22
* SHA1 is replaced by urlsafe_b64encode for id of articles.cedricbonhomme2012-04-20
* Added tag for the version 3.1 (last stable version with an SQLite database).cedricbonhomme2012-04-17
* Version 3.3.cedricbonhomme2012-04-16
* Updated version number to 3.3.cedricbonhomme2012-04-16
* Moved README and COPYING files under root.cedricbonhomme2012-04-16
* Bugifx: the 'feed' dictionary doesn't contains a 'feed_id' key.cedricbonhomme2012-04-16
* Updated documentation (schemas).cedricbonhomme2012-04-15
* testcedricbonhomme2012-04-15
* testcedricbonhomme2012-04-15
* .hgsubcedricbonhomme2012-04-15
* Removed .hgsubscedricbonhomme2012-04-15
* Updated .hgsubcedricbonhomme2012-04-15
* Moved .hgsubcedricbonhomme2012-04-15
* Reorganization of folders.cedricbonhomme2012-04-15
* Better use of datetime.cedricbonhomme2012-04-15
* Added database schema for Article and Feed object.cedricbonhomme2012-04-15
* Bugfix: sqlite2mongo.py wasn't using datetime to store article's date in the ...cedricbonhomme2012-04-15
* Version 3.2.cedricbonhomme2012-03-20
* MongoDB database stable: merging MongoDB branch in the default branch.cedricbonhomme2012-03-20
|\
* | Renamed export/import function in sqlite2mongo.pycedricbonhomme2012-03-20
* | MongoDB collection of articles is indexed with 'article_date'.cedricbonhomme2012-03-20
* | Removed articles.py.cedricbonhomme2012-03-19
* | Removed the now useless function to load articles from a SQLite database.cedricbonhomme2012-03-19
* | Added script to convert the SQLite database to a MongoDB database for the new...cedricbonhomme2012-03-19
* | Added button to share an article on Hacker News.cedricbonhomme2012-03-11
* | Export an article to plain text.cedricbonhomme2012-03-11
* | Minor bugfix in search() (variable with duplicate name).cedricbonhomme2012-03-11
* | Renamed search function 'q' to 'search'.cedricbonhomme2012-03-11
* | The search for an expression through the database is ready.cedricbonhomme2012-03-11
* | Updated README.cedricbonhomme2012-03-10
* | Delete an article individually from the MongoDB database.cedricbonhomme2012-03-10
bgstack15