aboutsummaryrefslogtreecommitdiff
path: root/src/web/lib/article_utils.py
Commit message (Collapse)AuthorAge
* cleaning the mess in the libs directoriesCédric Bonhomme2016-11-17
|
* Safef way to get the tags.Cédric Bonhomme2016-11-11
|
* various improvements to the crawler (better use of coroutines, test if an ↵Cédric Bonhomme2016-11-08
| | | | article should be updated). tags are now retrieved for the k-means clustering (previously achived with the content of articles)
* Bugfix.Cédric Bonhomme2016-09-28
|
* Bugfix.Cédric Bonhomme2016-09-28
|
* testCédric Bonhomme2016-09-28
|
* Fixed a bug with SQLite support.Cédric Bonhomme2016-09-27
|
* article URL resolving has been removed (wasn't used)Cédric Bonhomme2016-02-14
|
* The date of modification of articles is now used to detect changes.Cédric Bonhomme2016-02-13
|
* The classic crawler is now able to update an article. Only content or title ↵Cédric Bonhomme2016-02-09
| | | | are updatable, as discussed in #27. Need to implement the notification system with the boolean when the content of an article has been updated.
* moving the root of source code from / to /src/François Schmidts2015-12-17
bgstack15