summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Store data using CLSQL rather than custom files.Matthias Benkard2007-09-299-147/+192
* Add some missing CGI environment variables.Matthias Benkard2007-09-272-2/+5
* Indicate the site language both in the HTTP headers and HTML code.Matthias Benkard2007-09-202-1/+7
* Improve the stylesheet a bit.Matthias Benkard2007-09-201-0/+1
* 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
* Fix a typo in FIXUP-MARKDOWN-OUTPUT.Matthias Benkard2007-08-051-1/+1
* Reimplement FIXUP-MARKDOWN-OUTPUT using PPCRE:REGEX-REPLACE-ALL.Matthias Benkard2007-08-051-16/+16
* 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-305-36/+61
* Make the code run on NearlyFreeSpeech.NET again.Matthias Benkard2007-06-301-7/+11
* Make CALL-WITH-RESULT-CACHE not break in the absence of a cache directory.Matthias Benkard2007-06-301-2/+5
* Cache FORMAT-DATE results for faster page generation.Matthias Benkard2007-06-306-68/+145
* Split journal.lisp into multiple files.Matthias Benkard2007-06-309-418/+613
* 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-013-36/+76
* Even stricter Atom 1.0 conformance.Matthias Benkard2007-05-311-4/+7
* Minor cleanups.Matthias Benkard2007-05-311-5/+1
* Apply the Affero GPL.Matthias Benkard2007-05-313-0/+347
* Abstract anchor creation away.Matthias Benkard2007-05-311-23/+30
* Strict Atom 1.0, XHTML 1.0 and CSS 3.0 conformance.Matthias Benkard2007-05-312-33/+50
* Bugfix.Matthias Benkard2007-05-301-2/+4
* Add a shell script that generates a CLISP core file for use on NFS.net.Matthias Benkard2007-05-301-0/+5
* Generate UUIDs for every post and comment.Matthias Benkard2007-05-301-3/+28
* Cosmetics: plural handling.Matthias Benkard2007-05-301-1/+1
* Add support for generating Atom feeds.Matthias Benkard2007-05-302-11/+76
* Subtitle cosmetics.Matthias Benkard2007-05-291-7/+8
* Rotate subtitles randomly.Matthias Benkard2007-05-291-3/+8
* A minor cleanup.Matthias Benkard2007-05-291-1/+1
* Allow posting comments.Matthias Benkard2007-05-291-20/+112
* Fix some bugs in code dealing with comments.Matthias Benkard2007-05-291-6/+5
* Comments.Matthias Benkard2007-05-292-11/+94
* Add a stylesheet based on the Benkard.de one.Matthias Benkard2007-05-292-9/+125
* Implement the :VIEW action.Matthias Benkard2007-05-291-11/+27
* Pretty-print dates.Matthias Benkard2007-05-292-9/+73
* Add a LAST-MODIFICATION field to class JOURNAL-ENTRY.Matthias Benkard2007-05-291-0/+4
* Add a date field to the JOURNAL-ENTRY class.Matthias Benkard2007-05-291-0/+11
* A workaround for weird cl-markdown behaviour.Matthias Benkard2007-05-291-7/+32
* Add the capability to actually display journal entries.Matthias Benkard2007-05-291-21/+147
* Beginnings of a CGI web journal.Matthias Benkard2007-05-283-0/+92