summaryrefslogtreecommitdiff
path: root/main.lisp
Commit message (Expand)AuthorAgeFilesLines
* Improve Atom publishing API conformance.Matthias Benkard2009-10-081-1/+1
* Add missing Atom publishing functionality.Matthias Benkard2009-10-081-1/+4
* Support Atom POST and PUT requests.Matthias Benkard2009-10-081-1/+37
* When processing an Atom request, do not try to parse the POST data as a query...Matthias Benkard2009-10-081-12/+14
* Implement /atom link handling.Matthias Benkard2009-10-081-0/+2
* Add a comment and trackback moderation page.Matthias Benkard2009-10-081-1/+20
* Fix a typo.Matthias Benkard2009-10-081-1/+1
* Don't record trackbacks that do not specify a source URI.Matthias Benkard2009-10-081-12/+12
* Support the posting of trackbacks.Matthias Benkard2009-10-081-0/+33
* Fix yet another typo.Matthias Benkard2009-10-071-1/+1
* Fix another typo.Matthias Benkard2009-10-071-1/+1
* Fix a typo.Matthias Benkard2009-10-071-1/+1
* Fix a mistake related to read-macros.Matthias Benkard2009-10-071-1/+3
* Do not automatically approve comments that pass Akismet spam checking.Matthias Benkard2009-10-071-1/+14
* On NFSN, determine the directory layout by inspecting the appropriate environ...Matthias Benkard2009-10-071-1/+7
* Implement sane caching behaviour.Matthias Benkard2009-10-071-0/+2
* Set CFFI:*DEFAULT-FOREIGN-ENCODING* to :ISO-8859-15.Matthias Benkard2009-02-171-1/+1
* Add a comment feed.Matthias Benkard2009-01-071-0/+2
* Do not try to set CFFI:*DEFAULT-FOREIGN-ENCODING*.Matthias Benkard2008-12-111-1/+1
* Minor updates and fixes.Matthias Benkard2008-12-101-0/+1
* Support comment submission notification via e-mail.Matthias Benkard2007-10-121-10/+16
* Make use of Akismet for spam detection.Matthias Benkard2007-10-071-1/+32
* Support posting and editing journal entries.Matthias Benkard2007-10-051-22/+64
* Add a debugging page.Matthias Benkard2007-10-021-0/+2
* A few minor bug fixes.Matthias Benkard2007-09-301-17/+20
* Store data using CLSQL rather than custom files.Matthias Benkard2007-09-291-17/+29
* Add some missing CGI environment variables.Matthias Benkard2007-09-271-0/+3
* Move all macro definitions into a separate file.Matthias Benkard2007-06-301-4/+0
* Cache FORMAT-DATE results for faster page generation.Matthias Benkard2007-06-301-0/+4
* Split journal.lisp into multiple files.Matthias Benkard2007-06-301-0/+110