aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Updated README file.cedricbonhomme2011-11-24
|
* Only use the plain text version of articles for the generation of QR code ↵cedricbonhomme2011-11-24
| | | | (not the HTML version).
* Updated .hgsubcedricbonhomme2011-11-24
|
* Added .hgsub the subrepository 'qrcode'.cedricbonhomme2011-11-24
|
* Updated documentation.cedricbonhomme2011-11-23
|
* Removed PyQRNative module in favor of qrcode module.cedricbonhomme2011-11-23
|
* Systematic generation of QR Code in article's page. If the article is too ↵cedricbonhomme2011-11-23
| | | | long, the URL of the article is used.
* It is now possible to export all the content of an article in QRCode. ↵cedricbonhomme2011-11-23
| | | | Removed some trailing spaces.
* Release 3.0.cedricbonhomme2011-10-25
|
* Removed Google Buzz button.cedricbonhomme2011-10-25
|
* Simple HTML export has been replaced by Webzine HTML export.cedricbonhomme2011-10-25
|
* Added comments.cedricbonhomme2011-10-25
|
* Updated CherryPy configuration: no timeout (the export of the database to ↵cedricbonhomme2011-10-25
| | | | PDF files can take a while).
* Updated .hgignore. Added a function to export the articles database to pdf ↵cedricbonhomme2011-10-25
| | | | files.
* Added .hgignire file.cedricbonhomme2011-10-25
|
* It is now possible to export all the database in the ePub format.cedricbonhomme2011-10-25
|
* Refactored export functions properly. The appropriate export function of the ↵cedricbonhomme2011-10-24
| | | | 'export' module is called with getattr() in pyAggr3g470r.py.
* Minor bugfix in export.pycedricbonhomme2011-10-24
|
* Added export.py. This file will gather all the export functions.cedricbonhomme2011-10-24
|
* Updated CherryPy configuration.cedricbonhomme2011-10-02
|
* Minor changes to the /article page (sharing links).cedricbonhomme2011-10-02
|
* Removed buzz image.cedricbonhomme2011-10-02
|
* It is now possible to share an article on Pinboard.cedricbonhomme2011-10-02
|
* Added more comments in headers.~cedricbonhomme2011-09-27
|
* Bugfix: wrong image url.cedricbonhomme2011-09-27
|
* Removed bindhost variable.cedricbonhomme2011-09-26
|
* Added CherryPy configuration file.cedricbonhomme2011-09-26
|
* Test of the detection of feeds in HTML page.cedricbonhomme2011-09-26
|
* Bug fix: wrong indice in list slicing.cedricbonhomme2011-09-26
|
* Minor improvement. Month and year fields are not displayed in the history page.cedricbonhomme2011-09-26
|
* Added handle_error() function.cedricbonhomme2011-09-21
|
* Minor improvement of the display of the error 404 page.cedricbonhomme2011-09-21
|
* Added error_page_404() function.cedricbonhomme2011-09-21
|
* Relesase 2.9cedricbonhomme2011-08-26
|
* HTML tags between <code> tags are now escaped by a regular expression.cedricbonhomme2011-08-25
|
* Minor improvement of the control script (test if there is an argument).cedricbonhomme2011-07-15
|
* Release 2.8.cedricbonhomme2011-07-07
|
* Minor improvements: if pyAggr3g470r.cfg is not present, try to read ↵cedricbonhomme2011-07-07
| | | | pyAggr3g470r.cfg-sample.
* Minor improvements: the database was readed two time at boot.cedricbonhomme2011-07-07
|
* Minor changes in the articles.py file.cedricbonhomme2011-07-07
|
* reinitialize sha1.update() before each hash.cedricbonhomme2011-07-07
|
* Minor bugfix: When using the control script the main process was attached to ↵cedricbonhomme2011-06-23
| | | | the console. Consequently it was not possible to close the console without closing subprocess of pyAggr3g470r.
* Added control file to start/stop pyAggr3g470r.cedricbonhomme2011-06-20
|
* Performance improvement (removed useless call to BeautifulSoup HTML sanitizer.cedricbonhomme2011-06-20
|
* Added an incation for the user (feed edition).cedricbonhomme2011-06-20
|
* It is now possible to change the logo of a feed anytime via the feed ↵cedricbonhomme2011-06-20
| | | | management page. The data base is automatically uptodated.
* It is now possible to change the name of a feed anytime via the feed ↵cedricbonhomme2011-06-20
| | | | management page. The data base is automatically uptodated.
* Minor bugfix in a form.cedricbonhomme2011-06-20
|
* Added two forms to the page dedicated to the management of feeds (to change ↵cedricbonhomme2011-06-20
| | | | the logo and the name of the feed).
* Added a new function which enables to change the URL of a feed (this updates ↵cedricbonhomme2011-06-19
| | | | all the data base).
bgstack15