aboutsummaryrefslogtreecommitdiffstats
path: root/aggregator/management
Commit message (Collapse)AuthorAgeFilesLines
* Add possible nl2br optionGravatar Tom Willemsen2012-06-031-0/+3
| | | | With the nl2br option newline characters should be changed to `<br/>'.
* Simpler feed settingsGravatar Tom Willemsen2012-05-221-42/+84
| | | | | | | Now this might be a temporary change, but for now configuring feeds is kept out of the database and placed in the `settings.py'. I am thinking of adding a web-based interface though, which would also mean I place everything back in a database.
* If no parsed date could be found, now() should be usedGravatar Tom Willemsen2012-03-271-6/+10
|
* Fallback to published or nowGravatar Tom Willemsen2012-03-221-7/+5
| | | | | | When trying to set the `updated' property of a `Post', when no `updated_parsed' is available, try `published_parsed' or use `datetime.now()' if that is also not available.
* Merge remote-tracking branch 'refs/remotes/github/master'Gravatar Tom Willemsen2012-03-111-2/+7
|\
| * Fixed some things to work liveGravatar Tom Willemsen2012-03-101-2/+7
| |
* | Fix 2 possible problems with parserGravatar Tom Willemsen2012-03-111-4/+8
|/
* Enable parsing of markdown postsGravatar Tom Willemsen2012-03-101-2/+8
|
* Rename load_feedsGravatar Tom Willemsen2012-03-101-0/+0
|
* Always make sure a feed's updated value is correctGravatar Tom Willemsen2012-03-101-1/+3
|
* Initial commitGravatar Tom Willemsen2012-03-103-0/+37