summaryrefslogtreecommitdiff
path: root/journal.lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* Make the environment variable handling code more portable.Matthias Benkard2009-10-111-1/+1
| | | | | | Ignore-this: 86d0d724d12f7fe9d230c52a4f225675 darcs-hash:65849172dae755f3a2fbd529fb9c002b1d649afd
* Avoid XML validation errors caused by the use of double dashes in journal ↵Matthias Benkard2009-10-111-1/+1
| | | | | | | | entry titles. Ignore-this: ff6a3f883ddb70a9247e4d2817f8d50d darcs-hash:973eb2b463336cb333c80734ec2cb3ecb4e650a5
* Fix static generation of the index page.Matthias Benkard2009-10-111-1/+2
| | | | | | Ignore-this: 19cfc3daac44740a61085d7ddcd5ecde darcs-hash:60ca3c13923e5e9cdd18e10be0158410e778a50e
* Save static files with a file-name extension of “xhtml”.Matthias Benkard2009-10-111-2/+2
| | | | | | Ignore-this: 9a9f3d17c31172c06fcb74a5942b37b5 darcs-hash:abeff328e6d4f88c89632032f5dd8acf849cea72
* Implement output of static HTML and XML files.Matthias Benkard2009-10-111-0/+44
| | | | | | Ignore-this: 724acb08b4c75c08913325b2ebb7cb4f darcs-hash:e011eaebcaaccaef973cb0de5870dbfcbc94d8ac
* Introduce a *MODE* variable that distinguishes between static and dynamic mode.Matthias Benkard2009-10-111-13/+17
| | | | | | Ignore-this: fada9480007419d11bed4ab86bb06c48 darcs-hash:dd4ba6d22a835ec8db31a88de184186429733563
* Use absolute links in embedded RDF.Matthias Benkard2009-10-101-1/+1
| | | | | | Ignore-this: dee3cedc78f737eeb7b511888620a65d darcs-hash:a2027609464d410bee7803659e4dc39525f0325c
* Add a comment about the option of using escaped HTML instead of embedded XHTML.Matthias Benkard2009-10-091-0/+8
| | | | | | Ignore-this: 8054060bf5c28c72f0c1808eb5b376f4 darcs-hash:703f4f5878e0db0ab9350c97413de45a5fddfee9
* Fix the display of entries of type “html”.Matthias Benkard2009-10-091-6/+11
| | | | | | Ignore-this: 4ff8f3464673f1f27ac9d444b9e7f975 darcs-hash:0eaa27bd94d09a8e489c800088767318bc0ff273
* Improve Atom publishing API conformance.Matthias Benkard2009-10-081-3/+10
| | | | | | Ignore-this: 35f3d7d6ce625b2c66dfbfdcd2e6c53a darcs-hash:d8fa4f56187060dc4a5cc513c0c675110c2eca0f
* Add missing Atom publishing functionality.Matthias Benkard2009-10-081-4/+13
| | | | | | Ignore-this: 854e1b167c18c61a8faf29bd05594180 darcs-hash:651ba98e3341e180f1a21e9c432f69280458a501
* Fix SHOW-ATOM-ENTRY.Matthias Benkard2009-10-081-1/+1
| | | | | | Ignore-this: ca9ea9a314ccd9e89bff8db673729824 darcs-hash:ebd7692666b643b8fba43f252d445162b8828743
* Fix a typo.Matthias Benkard2009-10-081-1/+1
| | | | | | Ignore-this: d1c94b1c198bc14f548b7e4b05c07707 darcs-hash:6f4dd484b90225e8639e804806eee4104d4ca24c
* Fix the entry Atom feed.Matthias Benkard2009-10-081-26/+25
| | | | | | Ignore-this: 63b8785e4e3b69883f5825b8209dcb8b darcs-hash:7498821fb7e50a2032f0a224a03e36c0408a90ac
* Fix a typo.Matthias Benkard2009-10-081-1/+1
| | | | | | Ignore-this: 413def3eea2a19b027c323a925354b2a darcs-hash:cdf887cc70721e6572cc84370c7f6319e48085ee
* Implement /atom link handling.Matthias Benkard2009-10-081-25/+57
| | | | | | Ignore-this: 4bf94a6b2b36c823aea563f248fbeff7 darcs-hash:e7a223d376d972513716b2b9ab6604cb1e9f6bc6
* Add a comment and trackback moderation page.Matthias Benkard2009-10-081-28/+87
| | | | | | Ignore-this: 45d484506c4f5f4b0560f6397e5b61a2 darcs-hash:9cc1720d761894eff92ca76970a7c750dccc69d1
* Reimplement FORMAT-DATE for improved performance.Matthias Benkard2009-10-081-6/+6
| | | | | | Ignore-this: 9a98268184ce979a4c2676da9f58951e darcs-hash:94ec31059fb0961f727859c63fcdabb32683918b
* Display trackbacks just like comments.Matthias Benkard2009-10-081-2/+27
| | | | | | Ignore-this: fe76b7323c2590281829e0baa2cd7b97 darcs-hash:f7fb163726f9b61ad1229ea097a5242f363e8b89
* Enhance debuggability.Matthias Benkard2009-10-081-1/+1
| | | | | | Ignore-this: 2e67ecfcc5d9e28bf7c980b6950b1938 darcs-hash:a583add7534ee3865d71928c50958b06fdca5156
* Fix RDF trackback links.Matthias Benkard2009-10-081-0/+1
| | | | | | Ignore-this: 5987e089dd3454baa1069bb78612f8ed darcs-hash:85db5e048e8313dd660db876b1d72a5e53c7e8b2
* Add an RDF comment announcing the appropriate trackback URI to all journal ↵Matthias Benkard2009-10-081-0/+11
| | | | | | | | entry view pages. Ignore-this: 987734d9f935b959fdfc9f8a58caa502 darcs-hash:078244745609508238ff821c9bc6c48111fcfb36
* 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