aboutsummaryrefslogtreecommitdiffstats
path: root/blogthon.cgi (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-05-18Added date containerStefan Ritter1-0/+1
2009-05-18Last Bugfix (i hope)Stefan Ritter1-0/+3
2009-05-18Another BugfixStefan Ritter1-4/+4
2009-05-18BugfixStefan Ritter1-0/+2
2009-05-18Killed the bastardStefan Ritter1-1/+0
2009-05-18Added 'entry' container around each entryStefan Ritter1-27/+30
2009-05-18Rewrite session Part 3Stefan Ritter1-14/+17
2009-05-18Rewrite session Part 2Stefan Ritter1-37/+57
2009-05-17Removed debug stuffStefan Ritter1-1/+0
2009-05-17Rewrite session Part 1Stefan Ritter1-29/+59
2009-05-14Add exceeption if linklist not existDisco-STU1-7/+10
2009-05-02Atom is now valid for http://validator.w3.org/Stefan Ritter1-2/+8
2009-04-30Atom:Stefan Ritter1-2/+8
Atom need a 2byte string for month and date, but date[] returns a 1byte string for month and date < 10.
2009-04-30Added a document_header functionStefan Ritter1-8/+18
2009-04-30Spam:Stefan Ritter1-16/+27
* Removed blacklist * Added an addition to solve before adding a comment
2009-04-26Spam avoidance:Stefan Ritter1-0/+2
* Added a blacklist
2009-04-10Added an errorhandler for the configuration fileStefan Ritter1-16/+42
2009-04-08Atom is now validStefan Ritter1-5/+6
2009-03-28Several changes:Stefan Ritter1-24/+18
* Do the atom uuid stuff in a function * Added some comments
2009-03-25XHTML fixesStefan Ritter1-2/+2
2009-03-25Feeds:Stefan Ritter1-0/+4
* Added graphics for rss and atom * Added links below title to rss and atom
2009-03-25Atom feeds:Stefan Ritter1-1/+1
Feed title is now a link to the entry page, not the whole blog
2009-03-24BugfixStefan Ritter1-1/+1
2009-03-24Atom feed fixes:Stefan Ritter1-1/+2
* Added blog_url to configuration * Feed title linked to blog_url
2009-03-24* Added a first FAQStefan Ritter1-147/+193
* Added atom feeds
2009-03-09Several XHTML fixesStefan Ritter1-6/+6
2009-03-09Emptylines in linklist are now interpreted as <br />Stefan Ritter1-1/+3
2009-03-09CSS prevention changed to a onelinerStefan Ritter1-6/+6
2009-03-09XHTML:Stefan Ritter1-7/+7
* Switched from Strict to Transitional... we DO want to use the target tag! * Fixed some XHTML errors
2009-03-09Linklist:Stefan Ritter1-3/+7
Fixed a bug that occurs when adding an empty line to the list
2009-03-08Added the lookshe-hackStefan Ritter1-1/+6
2009-03-08Links in the linklist are now target=_blankStefan Ritter1-1/+1
2009-03-08Comments:Stefan Ritter1-2/+4
* Bugfix when sending more then one line ;)
2009-03-08Comments:Stefan Ritter1-14/+19
* Fixed a bug when the commentsfile is not existing
2009-03-08Comments:Stefan Ritter1-3/+30
* You can now add comments
2009-03-08Comments:Stefan Ritter1-5/+13
* Added a first form with a name and a text field * Some little fixes
2009-03-07Comments:Stefan Ritter1-6/+24
* Comments are now shown under the entry when you click the permalink or the comments link
2009-03-03Design:Stefan Ritter1-2/+2
Entries are now floating around the sidebar if there is not enough space for the maxwidth.
2009-03-03There was a debug line... removed the bastardStefan Ritter1-1/+0
2009-03-03Comments:Stefan Ritter1-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"
2009-03-03Comments:Stefan Ritter1-4/+9
* Check if entries/title.comments exists and switch from 'no comments' to 'comments (count) * Changed font of commentlink to Helvetica 10
2009-03-03Restructured code for displaying commentlinksStefan Ritter1-1/+4
2009-03-03Added commentlinksStefan Ritter1-1/+4
2009-03-02Bugfix:Stefan Ritter1-1/+1
Fixed a bug with linktitles containing more than just one word
2009-03-02Bugfix: 'if *list:' is now 'if *list == "True":'Stefan Ritter1-5/+5
2009-03-02Added a linklist to the sidebarStefan Ritter1-4/+15
2009-03-02entries_per_page is working nowStefan Ritter1-6/+6
2009-03-02Added titles over the staticpage- and monthlistStefan Ritter1-0/+2
2009-03-01Added author and description in headerStefan Ritter1-0/+3