| Commit message (Expand) | Author | Age |
... | |
* | added HTML anchor for languages | Cédric Bonhomme | 2013-02-02 |
* | Added summary (languages page) | Cédric Bonhomme | 2013-02-02 |
* | Display only the last 10 articles by feed for the /languages page. | Cédric Bonhomme | 2013-02-02 |
* | The id of the feed is used as key of the dictionary. | Cédric Bonhomme | 2013-02-02 |
* | Added link to the article page (in the /languages page). | Cédric Bonhomme | 2013-02-02 |
* | Added the publication date of the article in the /languages page. | Cédric Bonhomme | 2013-02-02 |
* | Updated revision date. | Cédric Bonhomme | 2013-02-01 |
* | Create a MongoDB index for each new collection. | Cédric Bonhomme | 2013-02-01 |
* | Updated README with just information about the required modules for the langu... | Cédric Bonhomme | 2013-02-01 |
* | Updated doc: added the new feature, language detection. | Cédric Bonhomme | 2013-02-01 |
* | Updated list of required Python packages. | Cédric Bonhomme | 2013-01-30 |
* | Updated installation script. | Cédric Bonhomme | 2013-01-30 |
* | Added link to the official page of the guess_language module. | Cédric Bonhomme | 2013-01-30 |
* | Added link to /languages page in the management page. | Cédric Bonhomme | 2013-01-29 |
* | summary of languages in the database. | Cédric Bonhomme | 2013-01-29 |
* | Added /languages page which displays articles sorted by language. | Cédric Bonhomme | 2013-01-29 |
* | Merging heads | Cédric Bonhomme | 2013-01-29 |
|\ |
|
| * | Fix some minor HTML issues for the webzine export (export.py). | Cédric Bonhomme | 2013-01-29 |
* | | Some tests in templates... | Cédric Bonhomme | 2013-01-28 |
|/ |
|
* | HTML5 fragment identifier for #top. | Cédric Bonhomme | 2013-01-28 |
* | HTML5 fragment identifier. | Cédric Bonhomme | 2013-01-28 |
* | HTML5 compliant header. | Cédric Bonhomme | 2013-01-28 |
* | Display the absolute path of the result after a succesfull export. | Cédric Bonhomme | 2013-01-27 |
* | Test if success when changing the URL of a feed. | Cédric Bonhomme | 2013-01-27 |
* | Mail are now encoded with utf-8 (plain and html). | Cédric Bonhomme | 2013-01-24 |
* | test of send_mail() | Cédric Bonhomme | 2013-01-23 |
* | Added agin '-tt' option through subprocess.Popen in pyAggr3g470r | Cédric Bonhomme | 2013-01-23 |
* | improvement of send_mail() function. | Cédric Bonhomme | 2013-01-22 |
* | catch the potential exceptions when sending e-mail via smtp. | Cédric Bonhomme | 2013-01-22 |
* | Removed -tt option from python command line. | Cédric Bonhomme | 2013-01-22 |
* | Ensures that code doesn't illegally mixed tabs and spaces. | Cédric Bonhomme | 2013-01-22 |
* | Updated message in the /feed page template. | Cédric Bonhomme | 2013-01-22 |
* | The notification page indicates if e-mail notification is disabled. | Cédric Bonhomme | 2013-01-22 |
* | Removed a duplicate line in the template of the management page. | Cédric Bonhomme | 2013-01-22 |
* | The management page indicates if e-mail notification is disabled. | Cédric Bonhomme | 2013-01-22 |
* | Improvement in the /feed view. | Cédric Bonhomme | 2013-01-22 |
* | The /feed page now indicates if e-mail notification is activated in the pyAgg... | Cédric Bonhomme | 2013-01-22 |
* | Typo... | Cédric Bonhomme | 2013-01-22 |
* | Updated doc: mail section. | Cédric Bonhomme | 2013-01-22 |
* | Updated documentation with the new 'mail enabled' option. | Cédric Bonhomme | 2013-01-22 |
* | Bugfix: ensure that the 'mail' option value is an integer. | Cédric Bonhomme | 2013-01-22 |
* | Added a new option to specify if e-mail notification is activated. | Cédric Bonhomme | 2013-01-21 |
* | Test if the article is present in the database before sending it via mail. | Cédric Bonhomme | 2013-01-21 |
* | Update revesion date for feedgetter.py. | Cédric Bonhomme | 2013-01-20 |
* | Send mail for a subscribed feed and then add to database. | Cédric Bonhomme | 2013-01-20 |
* | Re-enabled mail notification. | Cédric Bonhomme | 2013-01-20 |
* | Updated comment. | Cédric Bonhomme | 2013-01-20 |
* | Removed useless import 'unicodedata'. | Cédric Bonhomme | 2013-01-20 |
* | Removed uselles function compare() and string_to_datetime. | Cédric Bonhomme | 2013-01-20 |
* | You can now fetch only one feed. | Cédric Bonhomme | 2013-01-20 |