summaryrefslogtreecommitdiff
path: root/journal.lisp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a typo.Matthias Benkard2009-10-081-1/+1
* Fix the entry Atom feed.Matthias Benkard2009-10-081-26/+25
* Fix a typo.Matthias Benkard2009-10-081-1/+1
* Implement /atom link handling.Matthias Benkard2009-10-081-25/+57
* Add a comment and trackback moderation page.Matthias Benkard2009-10-081-28/+87
* Reimplement FORMAT-DATE for improved performance.Matthias Benkard2009-10-081-6/+6
* Display trackbacks just like comments.Matthias Benkard2009-10-081-2/+27
* Enhance debuggability.Matthias Benkard2009-10-081-1/+1
* Fix RDF trackback links.Matthias Benkard2009-10-081-0/+1
* Add an RDF comment announcing the appropriate trackback URI to all journal en...Matthias Benkard2009-10-081-0/+11
* Only show comments that have been marked as non-spam.Matthias Benkard2009-10-071-0/+1
* Add a Last-Modified header to all responses.Matthias Benkard2009-10-071-1/+1
* Specify the correct content type even for 304 responses.Matthias Benkard2009-10-071-3/+3
* Enable caching for feeds.Matthias Benkard2009-10-071-0/+2
* Implement sane caching behaviour.Matthias Benkard2009-10-071-0/+2
* Really fix comment feed title.Matthias Benkard2009-01-081-1/+1
* Fix comment feed title.Matthias Benkard2009-01-081-2/+3
* Fix even more recent feed lossage.Matthias Benkard2009-01-071-1/+1
* Fix major feed lossage introduced by recent changes.Matthias Benkard2009-01-071-4/+5
* Fix minor bugs in the comment feed.Matthias Benkard2009-01-071-2/+3
* Link web pages to the comment feed.Matthias Benkard2009-01-071-0/+4
* Add a comment feed.Matthias Benkard2009-01-071-6/+76
* Only show the most recent entries in full on the main page, add a complete ta...Matthias Benkard2008-12-111-96/+115
* Improve main page layout.Matthias Benkard2008-12-101-16/+30
* Fix code formatting.Matthias Benkard2008-12-101-10/+10
* Minor updates and fixes.Matthias Benkard2008-12-101-3/+1
* On the main page, omit body data of old entries.Matthias Benkard2008-12-101-31/+38
* Atom feed: Include body data for recent changes.Matthias Benkard2008-12-101-1/+4
* Atom feed: Omit body data for old journal entries.Matthias Benkard2008-12-101-21/+26
* Hide spam comments.Matthias Benkard2007-10-071-1/+2
* Make use of Akismet for spam detection.Matthias Benkard2007-10-071-3/+14
* Support posting and editing journal entries.Matthias Benkard2007-10-051-32/+113
* Add a debugging page.Matthias Benkard2007-10-021-1/+22
* Fix comment viewing.Matthias Benkard2007-09-301-2/+1
* A few minor bug fixes.Matthias Benkard2007-09-301-1/+4
* Store data using CLSQL rather than custom files.Matthias Benkard2007-09-291-23/+23
* Indicate the site language both in the HTTP headers and HTML code.Matthias Benkard2007-09-201-0/+3
* Make all style tags conform to the CSS specification again.Matthias Benkard2007-09-201-1/+1
* Add a rel="nofollow" attribute to hyperlinks in comments.Matthias Benkard2007-09-201-1/+4
* Refrain from generating Last-Modified HTTP headers for now.Matthias Benkard2007-06-301-1/+5
* Move all macro definitions into a separate file.Matthias Benkard2007-06-301-8/+0
* Cache FORMAT-DATE results for faster page generation.Matthias Benkard2007-06-301-29/+0
* Split journal.lisp into multiple files.Matthias Benkard2007-06-301-417/+2
* Add Last-Modified header to HTTP responses.Matthias Benkard2007-06-281-7/+28
* Add OpenID support.Matthias Benkard2007-06-281-1/+3
* Stylistic changes.Matthias Benkard2007-06-281-3/+3
* Fix some bugs related to URI generation.Matthias Benkard2007-06-011-4/+6
* Use URI subpaths instead of query strings.Matthias Benkard2007-06-011-33/+72
* Even stricter Atom 1.0 conformance.Matthias Benkard2007-05-311-4/+7
* Minor cleanups.Matthias Benkard2007-05-311-5/+1