summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Implement sane caching behaviour.Matthias Benkard2009-10-075-1/+19
| | | | | | Ignore-this: 8ed0815613cb44c0eee9d8ac47e1753b darcs-hash:e41ff965d8172b7979369cb0df98302f29a9a9c4
* Update build scripts.Matthias Benkard2009-02-171-1/+1
| | | | | | Ignore-this: 95d7b6bd7f7eb93bc0b527025d8355fe darcs-hash:52c96933040d629880d4a4c740cde5cbe65b57fb
* Set CFFI:*DEFAULT-FOREIGN-ENCODING* to :ISO-8859-15.Matthias Benkard2009-02-171-1/+1
| | | | darcs-hash:be4261d3deab8cae8c84db9553b9ba6d2b162fc5
* 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
* Fix object-relational mapping for comments.Matthias Benkard2009-01-071-2/+1
| | | | | | | Previously, a SELECT would take an instance of each comment for each journal entry, which would make the number of comments explode to a ridiculous degree. darcs-hash:8e686d87e18f5d09cc613792da9dd5b284296b14
* Link web pages to the comment feed.Matthias Benkard2009-01-071-0/+4
| | | | darcs-hash:793478ef3e6a8804a0e50a4303e5f8190e2ce65a
* Add a comment feed.Matthias Benkard2009-01-072-6/+78
| | | | darcs-hash:f7082552f0f6aac46b15956740661b8b74237fec
* Remove spurious line breaks from preformatted blocks.Matthias Benkard2008-12-161-1/+2
| | | | darcs-hash:b82dbd2f9b53f02e6f5279b1dc513e6f58e4c0b5
* Do not try to set CFFI:*DEFAULT-FOREIGN-ENCODING*.Matthias Benkard2008-12-111-1/+1
| | | | darcs-hash:d5007595e2b8041ecb37df737581c09618d78fe6
* Only show the most recent entries in full on the main page, add a complete ↵Matthias Benkard2008-12-112-96/+137
| | | | | | 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-102-3/+2
| | | | darcs-hash:182b7ad2f1c671161b6a2f056ab01f88d414eb99
* On the main page, omit body data of old entries.Matthias Benkard2008-12-102-31/+40
| | | | darcs-hash:02d7634f84bc05274aa8fcc27e8a062448cd14b8
* Add workaround for recent Alexandria/CL-FAD incompatibility.Matthias Benkard2008-12-101-1/+1
| | | | darcs-hash:9ccbb464a7ac64880abfb2a6b24b1cfca2eaf8e9
* journal.css: Make block quotations oblique.Matthias Benkard2008-09-241-1/+9
| | | | darcs-hash:7255511e3f85a7303bdfb0bebaf92583e20c73a9
* 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
* Update build scripts.Matthias Benkard2008-12-101-4/+4
| | | | darcs-hash:84b596146de9bc561cdd81fc1a8f8990033ff784
* FORMAT-DATE: Fix time zone handling.Matthias Benkard2008-12-101-1/+1
| | | | darcs-hash:2ca96eaebb542646ff761ab4abc5b24d8f9aa58c
* QUOTE-PRINTABLE: Add a remark about the relationship between the ↵Matthias Benkard2007-10-121-1/+9
| | | | | | Quoted-Printable and Q encodings. darcs-hash:e70a4c2b8a1b5575de39600670bc016eb47af0ac
* Support comment submission notification via e-mail.Matthias Benkard2007-10-125-12/+93
| | | | darcs-hash:72d3c69e6dc8ef47e9e6224adcc135637957ad09
* Hide spam comments.Matthias Benkard2007-10-072-8/+19
| | | | darcs-hash:857a0fd8096dff8f61c30ee9dce15abbddbe2387
* Make use of Akismet for spam detection.Matthias Benkard2007-10-0710-14/+138
| | | | darcs-hash:8828531ab148ca71cca0a0dbef7733717834cbb4
* Support posting and editing journal entries.Matthias Benkard2007-10-055-55/+193
| | | | darcs-hash:e7a6041bdeeddcd098313a6c21491cefbaedbb21
* Cache JOURNAL-MARKUP->HTML results.Matthias Benkard2007-10-021-20/+22
| | | | darcs-hash:20405a72f26b378da02c00680fb61382e3e64ab9
* Add a debugging page.Matthias Benkard2007-10-022-1/+24
| | | | darcs-hash:e4f4c096e3e20e6e8de59a4466e891fab8005a80
* Fix feed generation.Matthias Benkard2007-10-021-3/+15
| | | | darcs-hash:85bccb1687a2d4e49ac064d01e43cca11acac1bf
* Make journal.cgi usable on NearlyFreeSpeech.NET.Matthias Benkard2007-09-301-1/+9
| | | | darcs-hash:01e7640968def891b020f6e5cd216a605c474ce9
* Fix comment viewing.Matthias Benkard2007-09-302-8/+6
| | | | darcs-hash:abb4db3e848ccfb0b9c90e8648460d25122e66aa
* A few minor bug fixes.Matthias Benkard2007-09-304-23/+29
| | | | darcs-hash:e8acb95333d31014bed6cba528ee5c92e9aa20ef
* Store data using CLSQL rather than custom files.Matthias Benkard2007-09-299-147/+192
| | | | darcs-hash:b736c3a1a111f001b4db43c5d869d42cdf032f94
* Add some missing CGI environment variables.Matthias Benkard2007-09-272-2/+5
| | | | darcs-hash:f77db90245b04c308573fb44b1788874af599a24
* Indicate the site language both in the HTTP headers and HTML code.Matthias Benkard2007-09-202-1/+7
| | | | darcs-hash:2f851251a0fda4418c462d0cc663ea82c3f07bde
* Improve the stylesheet a bit.Matthias Benkard2007-09-201-0/+1
| | | | darcs-hash:bc9e735afd5d4f6d31e8349510016a33f9a9853b
* 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
* Fix a typo in FIXUP-MARKDOWN-OUTPUT.Matthias Benkard2007-08-051-1/+1
| | | | darcs-hash:806d33ca83e6973eaef9a568de6045281549f910
* Reimplement FIXUP-MARKDOWN-OUTPUT using PPCRE:REGEX-REPLACE-ALL.Matthias Benkard2007-08-051-16/+16
| | | | darcs-hash:08197eaffc2b8a3d32256b27c39492f1a69f8fa0
* 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-305-36/+61
| | | | darcs-hash:aa001fe6707d0ddb94ceb1a4e82515894218fdf2
* Make the code run on NearlyFreeSpeech.NET again.Matthias Benkard2007-06-301-7/+11
| | | | darcs-hash:fd4f3a2def741297181f05ac5b51f43299eac22b
* Make CALL-WITH-RESULT-CACHE not break in the absence of a cache directory.Matthias Benkard2007-06-301-2/+5
| | | | darcs-hash:ffd46f4c8b0a630a886be8893d3b909bae473ce0
* Cache FORMAT-DATE results for faster page generation.Matthias Benkard2007-06-306-68/+145
| | | | darcs-hash:2efe2fb7b5c7637c31d56be210624a48f61755ec
* Split journal.lisp into multiple files.Matthias Benkard2007-06-309-418/+613
| | | | darcs-hash:5621824874dbddcf61282b66c975266d16d1fa6f
* Add Last-Modified header to HTTP responses.Matthias Benkard2007-06-281-7/+28
| | | | darcs-hash:6457978163a54643b2a0f206df7b6b5f74de4c10