summaryrefslogtreecommitdiff
path: root/journal.lisp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Apply the Affero GPL.Matthias Benkard2007-05-311-0/+19
* 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-311-32/+46
* Bugfix.Matthias Benkard2007-05-301-2/+4
* 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-301-10/+75
* 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-291-7/+71
* Add a stylesheet based on the Benkard.de one.Matthias Benkard2007-05-291-9/+68
* Implement the :VIEW action.Matthias Benkard2007-05-291-11/+27
* Pretty-print dates.Matthias Benkard2007-05-291-8/+72
* 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-281-0/+77