aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update for django 1.4Gravatar Tom Willemse2013-05-0924-19/+15
|
* Change next/previous linksGravatar Tom Willemsen2012-06-031-10/+10
|
* Add truncate and update namelessGravatar Tom Willemsen2012-06-032-2/+10
| | | | | | | | I don't want to see `by-ryuslash' any more than I want to see `ryuslash-', so I changed the regex. Also added a filter to truncate variables, since places like identica just send the message as the title it can get quite long.
* Add possible nl2br optionGravatar Tom Willemsen2012-06-031-0/+3
| | | | With the nl2br option newline characters should be changed to `<br/>'.
* Change designGravatar Tom Willemsen2012-05-287-148/+260
| | | | Make it look more lispy
* Remove unused block 'menu'Gravatar Tom Willemsen2012-05-282-13/+0
|
* Remove unused importGravatar Tom Willemsen2012-05-281-1/+0
|
* Make posts link to originGravatar Tom Willemsen2012-05-283-22/+6
| | | | | Removes the "origin" link and changes the link from the title to the origin of the post.
* Simpler feed settingsGravatar Tom Willemsen2012-05-2211-403/+122
| | | | | | | 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.
* Move changeable settings to seperate fileGravatar Tom Willemsen2012-05-212-36/+37
|
* Move templatesGravatar Tom Willemsen2012-05-215-1/+0
| | | | Moved templates into the aggregator app's folder.
* Remove commentsGravatar Tom Willemsen2012-05-215-55/+3
| | | | | It was interesting to see, but I (personally) really don't need comments, someone else could still use it.
* Add time tagGravatar Tom Willemsen2012-04-051-1/+5
|
* Add article tagGravatar Tom Willemsen2012-04-051-20/+22
|
* Add header tags, hope I did it right.Gravatar Tom Willemsen2012-04-054-27/+38
|
* Add rss feed link to posts pageGravatar Tom Willemsen2012-04-041-0/+5
|
* Remove type attribute from stylesheet linkGravatar Tom Willemsen2012-04-041-1/+1
|
* Add charset meta tagGravatar Tom Willemsen2012-04-041-0/+1
|
* Add lang attribute to HTML elementGravatar Tom Willemsen2012-04-041-1/+1
|
* Add StackOverflow feedGravatar Tom Willemsen2012-03-291-1/+15
|
* Merge branch 'categories'Gravatar Tom Willemsen2012-03-2710-28/+163
|\ | | | | | | | | Conflicts: static/main.css
| * If no parsed date could be found, now() should be usedGravatar Tom Willemsen2012-03-271-6/+10
| |
| * The post page *needs* a post_idGravatar Tom Willemsen2012-03-271-1/+1
| |
| * Fix post pageGravatar Tom Willemsen2012-03-271-1/+1
| | | | | | | | It was being overshadowed by the post list's regex.
| * Add virtualenv requirementsGravatar Tom Willemsen2012-03-271-0/+4
| |
| * Add categories to main pageGravatar Tom Willemsen2012-03-275-12/+40
| |
| * Rename categories, makes more sense this wayGravatar Tom Willemsen2012-03-271-2/+2
| |
| * Add Category modelGravatar Tom Willemsen2012-03-223-7/+108
| | | | | | | | Each feed can belong to multiple categories. A category is only a slug.
| * 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.
* | Add wordpress blogGravatar Tom Willemsen2012-03-192-0/+18
| |
* | Add margins around <pre> tagsGravatar Tom Willemsen2012-03-141-0/+4
|/
* Merge branch 'master' of github.com:ryuslash/ryuslash.orgGravatar Tom Willemsen2012-03-132-0/+14
|\
| * Nah, didn't workGravatar Tom Willemsen2012-03-122-2/+2
| |
| * Let's see if this works.Gravatar Tom Willemsen2012-03-122-0/+9
| |
| * Add READMEGravatar Tom Willemsen2012-03-121-0/+5
| |
* | Add RSS feed for commentsGravatar Tom Willemsen2012-03-132-1/+26
| |
* | Add simple commentsGravatar Tom Willemsen2012-03-136-3/+86
| |
* | Add RSS feedGravatar Tom Willemsen2012-03-122-1/+23
|/
* Remove unnecessary appsGravatar Tom Willemsen2012-03-122-15/+3
|
* Add seperate page per postGravatar Tom Willemsen2012-03-126-76/+140
|
* Add reddit feedGravatar Tom Willemsen2012-03-111-0/+12
|
* Use `<h3>' for post titlesGravatar Tom Willemsen2012-03-112-3/+3
|
* Oops, rel, not typeGravatar Tom Willemsen2012-03-111-1/+1
|
* Add favicon correctly, this time (hopefully)Gravatar Tom Willemsen2012-03-113-0/+1
|
* Add favicon, possiblyGravatar Tom Willemsen2012-03-111-0/+0
|
* Change github pages feed to own wiki feedGravatar Tom Willemsen2012-03-111-3/+3
|
* Merge remote-tracking branch 'refs/remotes/github/master'Gravatar Tom Willemsen2012-03-114-4/+10
|\
| * Fixed some things to work liveGravatar Tom Willemsen2012-03-104-4/+10
| |
* | Add github page feedGravatar Tom Willemsen2012-03-111-0/+10
| |
* | Fix 2 possible problems with parserGravatar Tom Willemsen2012-03-111-4/+8
|/