summaryrefslogtreecommitdiff
path: root/journal.lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* Only show comments that have been marked as non-spam.Matthias Benkard2009-10-071-0/+1
| | | | | | Ignore-this: a4902d3cf1e4596c928d5c3ba8b6990c darcs-hash:78d565dad4cfbfdd9a515c96086c8100dee6022d
* Add a Last-Modified header to all responses.Matthias Benkard2009-10-071-1/+1
| | | | darcs-hash:d1cdfea360fffa6cf9dda1a8bf966e6dcc7ca421
* Specify the correct content type even for 304 responses.Matthias Benkard2009-10-071-3/+3
| | | | | | Ignore-this: 813bd2f6535f3f0ec7f8ec1ad8757bde darcs-hash:e83444f36f9f27dcca66631e95f221d6caa7950b
* Enable caching for feeds.Matthias Benkard2009-10-071-0/+2
| | | | | | Ignore-this: c1f9c6911cf4e7a6b3b4ce819e757704 darcs-hash:453af9de0db5e2b1f6d6510ab08f920633308e9b
* Implement sane caching behaviour.Matthias Benkard2009-10-071-0/+2
| | | | | | Ignore-this: 8ed0815613cb44c0eee9d8ac47e1753b darcs-hash:e41ff965d8172b7979369cb0df98302f29a9a9c4
* Really fix comment feed title.Matthias Benkard2009-01-081-1/+1
| | | | darcs-hash:9111dc8407835e3429f024fde3d196a82d90bea0
* Fix comment feed title.Matthias Benkard2009-01-081-2/+3
| | | | darcs-hash:8a6b92dcefe4f71c84974764b7c056651c8ed691
* Fix even more recent feed lossage.Matthias Benkard2009-01-071-1/+1
| | | | darcs-hash:27ff112b58e2577868c7a0ef1ab3d16ccbd62603
* Fix major feed lossage introduced by recent changes.Matthias Benkard2009-01-071-4/+5
| | | | darcs-hash:f1ab5fb9c97a6bdb2da1f639975c80aae5b831f8
* Fix minor bugs in the comment feed.Matthias Benkard2009-01-071-2/+3
| | | | darcs-hash:a30bb1ad0cd52c6a2c4e3b7c07e569eb4cee3ea3
* Link web pages to the comment feed.Matthias Benkard2009-01-071-0/+4
| | | | darcs-hash:793478ef3e6a8804a0e50a4303e5f8190e2ce65a
* Add a comment feed.Matthias Benkard2009-01-071-6/+76
| | | | darcs-hash:f7082552f0f6aac46b15956740661b8b74237fec
* Only show the most recent entries in full on the main page, add a complete ↵Matthias Benkard2008-12-111-96/+115
| | | | | | table of all entries at the bottom. darcs-hash:c67b0affeccbbcc24c70c7836795884c52f4a560
* Improve main page layout.Matthias Benkard2008-12-101-16/+30
| | | | darcs-hash:f2612544d22dbc7d2e61980f2c8102362a3feb67
* Fix code formatting.Matthias Benkard2008-12-101-10/+10
| | | | darcs-hash:3d73e2fccd56f3c68e05836b4e5725e5b30b4322
* Minor updates and fixes.Matthias Benkard2008-12-101-3/+1
| | | | darcs-hash:182b7ad2f1c671161b6a2f056ab01f88d414eb99
* On the main page, omit body data of old entries.Matthias Benkard2008-12-101-31/+38
| | | | darcs-hash:02d7634f84bc05274aa8fcc27e8a062448cd14b8
* Atom feed: Include body data for recent changes.Matthias Benkard2008-12-101-1/+4
| | | | darcs-hash:51ebb84c4b9d13651bfc60f6700375455bb2cfe4
* Atom feed: Omit body data for old journal entries.Matthias Benkard2008-12-101-21/+26
| | | | darcs-hash:bfebd08ac474795e3dbf49c7c0fbdc8d2f7a00ae
* Hide spam comments.Matthias Benkard2007-10-071-1/+2
| | | | darcs-hash:857a0fd8096dff8f61c30ee9dce15abbddbe2387
* Make use of Akismet for spam detection.Matthias Benkard2007-10-071-3/+14
| | | | darcs-hash:8828531ab148ca71cca0a0dbef7733717834cbb4
* Support posting and editing journal entries.Matthias Benkard2007-10-051-32/+113
| | | | darcs-hash:e7a6041bdeeddcd098313a6c21491cefbaedbb21
* Add a debugging page.Matthias Benkard2007-10-021-1/+22
| | | | darcs-hash:e4f4c096e3e20e6e8de59a4466e891fab8005a80
* Fix comment viewing.Matthias Benkard2007-09-301-2/+1
| | | | darcs-hash:abb4db3e848ccfb0b9c90e8648460d25122e66aa
* A few minor bug fixes.Matthias Benkard2007-09-301-1/+4
| | | | darcs-hash:e8acb95333d31014bed6cba528ee5c92e9aa20ef
* Store data using CLSQL rather than custom files.Matthias Benkard2007-09-291-23/+23
| | | | darcs-hash:b736c3a1a111f001b4db43c5d869d42cdf032f94
* Indicate the site language both in the HTTP headers and HTML code.Matthias Benkard2007-09-201-0/+3
| | | | darcs-hash:2f851251a0fda4418c462d0cc663ea82c3f07bde
* Make all style tags conform to the CSS specification again.Matthias Benkard2007-09-201-1/+1
| | | | darcs-hash:5d1df8ca40e8bc5c62dfc68a72af499a7bf95ceb
* Add a rel="nofollow" attribute to hyperlinks in comments.Matthias Benkard2007-09-201-1/+4
| | | | darcs-hash:09ead7f05c7d7ec0a32e454b1539fb7e73fe0d8b
* Refrain from generating Last-Modified HTTP headers for now.Matthias Benkard2007-06-301-1/+5
| | | | darcs-hash:9b2a48c8d03e579d0585ee5ec9ce3a585c92cde0
* Move all macro definitions into a separate file.Matthias Benkard2007-06-301-8/+0
| | | | darcs-hash:aa001fe6707d0ddb94ceb1a4e82515894218fdf2
* Cache FORMAT-DATE results for faster page generation.Matthias Benkard2007-06-301-29/+0
| | | | darcs-hash:2efe2fb7b5c7637c31d56be210624a48f61755ec
* Split journal.lisp into multiple files.Matthias Benkard2007-06-301-417/+2
| | | | darcs-hash:5621824874dbddcf61282b66c975266d16d1fa6f
* Add Last-Modified header to HTTP responses.Matthias Benkard2007-06-281-7/+28
| | | | darcs-hash:6457978163a54643b2a0f206df7b6b5f74de4c10
* Add OpenID support.Matthias Benkard2007-06-281-1/+3
| | | | darcs-hash:add8acd1c4b3d96ddeb4bf8fe2525404514cb4f2
* Stylistic changes.Matthias Benkard2007-06-281-3/+3
| | | | darcs-hash:4221cfffeffacab245304064aaed1863e459b3d8
* Fix some bugs related to URI generation.Matthias Benkard2007-06-011-4/+6
| | | | darcs-hash:37dcf0fe41750beaaa3bee462bee67049d494983
* Use URI subpaths instead of query strings.Matthias Benkard2007-06-011-33/+72
| | | | darcs-hash:80a76a4a6eabc05f9766796bdf0b779fc78ec4d3
* Even stricter Atom 1.0 conformance.Matthias Benkard2007-05-311-4/+7
| | | | darcs-hash:23ea404088de51f3b4940493014ad05e5e2823ec
* Minor cleanups.Matthias Benkard2007-05-311-5/+1
| | | | darcs-hash:c869ad33b1bdfdea92bade8299d17e202c36dd11
* Apply the Affero GPL.Matthias Benkard2007-05-311-0/+19
| | | | darcs-hash:2a8ada315969000b38a1abd6b61780a8cf448f56
* Abstract anchor creation away.Matthias Benkard2007-05-311-23/+30
| | | | darcs-hash:04a94f24ffe339c67067ac90baa4764cc8903623
* Strict Atom 1.0, XHTML 1.0 and CSS 3.0 conformance.Matthias Benkard2007-05-311-32/+46
| | | | darcs-hash:b3d7feb7984611e968bf3cea716535105dc3de7d
* Bugfix.Matthias Benkard2007-05-301-2/+4
| | | | darcs-hash:36c7becf4a88663fa2558274bffcd72d68e31690
* Generate UUIDs for every post and comment.Matthias Benkard2007-05-301-3/+28
| | | | darcs-hash:38ebcbd97ee9c7f75d289910c339540df2a4e3f2
* Cosmetics: plural handling.Matthias Benkard2007-05-301-1/+1
| | | | darcs-hash:7c88fbc449773c63f62119bce6c902e950edfc3a
* Add support for generating Atom feeds.Matthias Benkard2007-05-301-10/+75
| | | | darcs-hash:7fd21315cf53d5da3235fd67853c39dbab2bceec
* Subtitle cosmetics.Matthias Benkard2007-05-291-7/+8
| | | | darcs-hash:ff7f2de80b5dbb07f847bc15a347ae0220406487
* Rotate subtitles randomly.Matthias Benkard2007-05-291-3/+8
| | | | darcs-hash:d1a8e850f8d05729db7447b7f7313151f3bfb826
* A minor cleanup.Matthias Benkard2007-05-291-1/+1
| | | | darcs-hash:53c05c149696bc4bed33bd41d6273b315e26a2f8