aboutsummaryrefslogtreecommitdiffstats
path: root/blogthon.cgi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Atom is now valid for http://validator.w3.org/Stefan Ritter2009-05-021-2/+8
|
* Atom:Stefan Ritter2009-04-301-2/+8
| | | | | Atom need a 2byte string for month and date, but date[] returns a 1byte string for month and date < 10.
* Added a document_header functionStefan Ritter2009-04-301-8/+18
|
* Spam:Stefan Ritter2009-04-301-16/+27
| | | | | * Removed blacklist * Added an addition to solve before adding a comment
* Spam avoidance:Stefan Ritter2009-04-261-0/+2
| | | | * Added a blacklist
* Merge branch 'master' of git@fucktheforce.de:blogthonStefan Ritter2009-04-141-5/+6
|\
| * Atom is now validStefan Ritter2009-04-081-5/+6
| |
* | Added an errorhandler for the configuration fileStefan Ritter2009-04-101-16/+42
|/
* Several changes:Stefan Ritter2009-03-281-24/+18
| | | | | * Do the atom uuid stuff in a function * Added some comments
* XHTML fixesStefan Ritter2009-03-251-2/+2
|
* Feeds:Stefan Ritter2009-03-251-0/+4
| | | | | * Added graphics for rss and atom * Added links below title to rss and atom
* Atom feeds:Stefan Ritter2009-03-251-1/+1
| | | | Feed title is now a link to the entry page, not the whole blog
* BugfixStefan Ritter2009-03-241-1/+1
|
* Atom feed fixes:Stefan Ritter2009-03-241-1/+2
| | | | | * Added blog_url to configuration * Feed title linked to blog_url
* * Added a first FAQStefan Ritter2009-03-241-147/+193
| | | | * Added atom feeds
* Several XHTML fixesStefan Ritter2009-03-091-6/+6
|
* Emptylines in linklist are now interpreted as <br />Stefan Ritter2009-03-091-1/+3
|
* CSS prevention changed to a onelinerStefan Ritter2009-03-091-6/+6
|
* XHTML:Stefan Ritter2009-03-091-7/+7
| | | | | * Switched from Strict to Transitional... we DO want to use the target tag! * Fixed some XHTML errors
* Linklist:Stefan Ritter2009-03-091-3/+7
| | | | Fixed a bug that occurs when adding an empty line to the list
* Added the lookshe-hackStefan Ritter2009-03-081-1/+6
|
* Links in the linklist are now target=_blankStefan Ritter2009-03-081-1/+1
|
* Comments:Stefan Ritter2009-03-081-2/+4
| | | | * Bugfix when sending more then one line ;)
* Comments:Stefan Ritter2009-03-081-14/+19
| | | | * Fixed a bug when the commentsfile is not existing
* Comments:Stefan Ritter2009-03-081-3/+30
| | | | * You can now add comments
* Comments:Stefan Ritter2009-03-081-5/+13
| | | | | * Added a first form with a name and a text field * Some little fixes
* Comments:Stefan Ritter2009-03-071-6/+24
| | | | | * Comments are now shown under the entry when you click the permalink or the comments link
* Design:Stefan Ritter2009-03-031-2/+2
| | | | | Entries are now floating around the sidebar if there is not enough space for the maxwidth.
* There was a debug line... removed the bastardStefan Ritter2009-03-031-1/+0
|
* Comments:Stefan Ritter2009-03-031-2/+9
| | | | | | | * Commentcounter added for commentlinks: -. at the start of a line means "here is the header" (better for splitting) . at the start of a line means "i am a text"
* Comments:Stefan Ritter2009-03-031-4/+9
| | | | | | * Check if entries/title.comments exists and switch from 'no comments' to 'comments (count) * Changed font of commentlink to Helvetica 10
* Restructured code for displaying commentlinksStefan Ritter2009-03-031-1/+4
|
* Added commentlinksStefan Ritter2009-03-031-1/+4
|
* Bugfix:Stefan Ritter2009-03-021-1/+1
| | | | Fixed a bug with linktitles containing more than just one word
* Bugfix: 'if *list:' is now 'if *list == "True":'Stefan Ritter2009-03-021-5/+5
|
* Added a linklist to the sidebarStefan Ritter2009-03-021-4/+15
|
* entries_per_page is working nowStefan Ritter2009-03-021-6/+6
|
* Added titles over the staticpage- and monthlistStefan Ritter2009-03-021-0/+2
|
* Added author and description in headerStefan Ritter2009-03-011-0/+3
|
* Initial releaseStefan Ritter2009-02-281-0/+137