aboutsummaryrefslogtreecommitdiff
path: root/source
Commit message (Collapse)AuthorAge
* Catch an error when creating index with mongodb and python 2.7.3.cedricbonhomme2012-10-20
|
* Added comments.cedricbonhomme2012-10-20
|
* Renamed root class.cedricbonhomme2012-10-20
|
* Fixed in typo in password file.cedricbonhomme2012-10-12
|
* Default credentials are admin/admin.cedricbonhomme2012-10-12
|
* New version number.cedricbonhomme2012-10-12
|
* Improved css for the loggin page.cedricbonhomme2012-10-12
|
* Added log.csscedricbonhomme2012-10-12
|
* HTML5 doctype. You have now to be logged to acces to your pyAggr3g470r ↵cedricbonhomme2012-10-12
| | | | instance. Usefull if it is hosted on Amazon EC2 for example.
* Added example of password file.cedricbonhomme2012-10-12
|
* Added logginn module (for the authentication).cedricbonhomme2012-10-12
|
* Added authentication module.cedricbonhomme2012-10-12
|
* Replaced ctime() by strftime('%Y-%m-%d %H:%M').cedricbonhomme2012-10-09
|
* Improved the display of the 'statistics' page.cedricbonhomme2012-10-09
|
* Improved the display of the 'feed' page.cedricbonhomme2012-10-09
|
* Added a link to the feed description page in the 'articles' page.cedricbonhomme2012-10-09
|
* Removed sqlite2mongo.py which was used during the migration from SQLite to ↵cedricbonhomme2012-09-10
| | | | MongoDB.
* Minor changes to the CSS.cedricbonhomme2012-09-10
|
* Minor CSS improvement for small screens.cedricbonhomme2012-09-10
|
* Shorter title.cedricbonhomme2012-09-10
|
* Clearer date at the index page.cedricbonhomme2012-09-10
|
* Added two new blogs in the default feed.lst file. Test the detection of ↵cedricbonhomme2012-09-10
| | | | feeds in a HTML page.
* Updated header comments.cedricbonhomme2012-07-22
|
* Only use the URL of article for the QRCode.cedricbonhomme2012-05-28
|
* Now using SafeConfigParser.cedricbonhomme2012-05-19
|
* Improvement: get_articles_from_collection() function can now return only the ↵cedricbonhomme2012-05-17
| | | | last 10 articles.
* Minor bugfix in mongodb.py: delete_article function didn't delete articles.cedricbonhomme2012-05-17
|
* Typo fix.cedricbonhomme2012-05-15
|
* Minor change (string in the management page).cedricbonhomme2012-05-15
|
* No need to detect the URL of a feed if it is directly given via the ↵cedricbonhomme2012-05-11
| | | | administration page when adding a new feed.
* Minor bugix. DB instantiation was done twice.cedricbonhomme2012-05-04
|
* Distant MongoDB connection working (tested with AlwaysData).cedricbonhomme2012-05-03
|
* Tests detection of feed links in HTML page.cedricbonhomme2012-05-03
|
* Authentication to the MongoDB database when retrieving feeds.cedricbonhomme2012-05-02
|
* Connection on the MongoDB database with authentication OK.cedricbonhomme2012-05-02
|
* Version 3.4 of pyAggr3g470r. Export functions working with MongoDB. Minor ↵cedricbonhomme2012-05-01
| | | | bugfixes and improvements.
* Improved change_feed_url() function.cedricbonhomme2012-05-01
|
* It is now possible to update information about a feed with the MongoDG database.cedricbonhomme2012-05-01
|
* 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
|
bgstack15