summaryrefslogtreecommitdiff
path: root/journal.lisp
Commit message (Expand)AuthorAgeFilesLines
...
* Show titles including HTML code correctly.Matthias Benkard2009-10-111-4/+4
* Make the environment variable handling code more portable.Matthias Benkard2009-10-111-1/+1
* Avoid XML validation errors caused by the use of double dashes in journal ent...Matthias Benkard2009-10-111-1/+1
* Fix static generation of the index page.Matthias Benkard2009-10-111-1/+2
* Save static files with a file-name extension of “xhtml”.Matthias Benkard2009-10-111-2/+2
* Implement output of static HTML and XML files.Matthias Benkard2009-10-111-0/+44
* Introduce a *MODE* variable that distinguishes between static and dynamic mode.Matthias Benkard2009-10-111-13/+17
* Use absolute links in embedded RDF.Matthias Benkard2009-10-101-1/+1
* Add a comment about the option of using escaped HTML instead of embedded XHTML.Matthias Benkard2009-10-091-0/+8
* Fix the display of entries of type “html”.Matthias Benkard2009-10-091-6/+11
* Improve Atom publishing API conformance.Matthias Benkard2009-10-081-3/+10
* Add missing Atom publishing functionality.Matthias Benkard2009-10-081-4/+13
* Fix SHOW-ATOM-ENTRY.Matthias Benkard2009-10-081-1/+1
* 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