summaryrefslogtreecommitdiff
path: root/journal.lisp
Commit message (Collapse)AuthorAgeFilesLines
* When viewing an individual journal entry, include a meta link to the entry's ↵Matthias Benkard2010-01-161-0/+6
| | | | | | | | comment feed. Ignore-this: 90b746844391ff56b917c81a622716e1 darcs-hash:b06f0de9f25e8c10e8574be99fdb171a10b8b5fd
* Fix the “self” link in individual entries' comment feeds.Matthias Benkard2010-01-151-1/+3
| | | | | | Ignore-this: a17685d7605dc70f23e6dd0be6ac7898 darcs-hash:7835fe9cd647281e78ba97e15bed9d177025e884
* Fix yet another typo.Matthias Benkard2010-01-151-1/+1
| | | | | | Ignore-this: 7a4e9854f2f32ef34b872ffe373d6245 darcs-hash:8c69908a7103efed1fac05b3cd684a2ab9b9342a
* Fix another typo.Matthias Benkard2010-01-151-1/+1
| | | | | | Ignore-this: d4f185197367b093021ef44d21960a71 darcs-hash:b91d69a099ae8b67a1752463f318008e16ff48fe
* Fix a typo.Matthias Benkard2010-01-151-2/+2
| | | | | | Ignore-this: ba4a2d6de32e8ac9663a79a0e8084096 darcs-hash:8770e8bd9bb58c9ef8f733ae51862218b2092ee2
* Generate the individual entries' comment feeds statically.Matthias Benkard2010-01-151-3/+21
| | | | | | Ignore-this: b8dd93a01470f45eddc2ad9eae995012 darcs-hash:2d6394dc312b0bb90482b357c48b9589a2b24643
* Fix a typo.Matthias Benkard2010-01-151-1/+1
| | | | | | Ignore-this: ff2a41f79475555912fb7c8e9930febf darcs-hash:5708afe4d572edf3daff01e09928adf6858af836
* Add a comment feed for each individual journal entry.Matthias Benkard2010-01-151-2/+9
| | | | | | Ignore-this: e887c34ada196099771c202fb39e6de darcs-hash:6c5ad982cb8146eb03734b9a193edadfb2da5d8a
* Fix an HTML syntax error.Matthias Benkard2009-12-071-2/+2
| | | | | | Ignore-this: db8bd1480c20cd30e97020db6646c6dc darcs-hash:7b036d49bba360e5aa08f7093ba6bccb8592c3f2
* Add an onload handler for the Google Code Prettifier.Matthias Benkard2009-12-071-1/+1
| | | | | | Ignore-this: 311304ff2f2ce7b161e378ff5ff62bcb darcs-hash:da2cf7ca47b47a6db030fa933513cee85b1b826b
* Enable the Google Code Prettifier Lisp extension.Matthias Benkard2009-12-071-0/+2
| | | | | | Ignore-this: fc726c0a41a478a93dc81fbd83cb4588 darcs-hash:108f9e47a513a097bbfd52f3fb5f90c384827f12
* Include the Google Code Prettifier on every web page.Matthias Benkard2009-12-071-0/+5
| | | | | | Ignore-this: efa4242f78c66229d342f3d6aa74db91 darcs-hash:c1d3a0390b39ac4ddb600b093cc721a4d31dc923
* Add an “archives” relation to the link pointing to the archives.Matthias Benkard2009-11-151-1/+1
| | | | | | Ignore-this: a5f8a7d4e9e86b4c63276b3ee0584d88 darcs-hash:b815a9b3d4facdbb142b676828339e2e58ccd53a
* Restore the charset meta tag in an HTML-5-conforming way.Matthias Benkard2009-11-151-0/+4
| | | | | | Ignore-this: 7adfc15ec25498b696017467869c7510 darcs-hash:9a5103135e994ca07cff40a13813ec75de9b7499
* Use numeric HTML entity references only.Matthias Benkard2009-11-151-18/+18
| | | | | | Ignore-this: f3933359559709d5b69560e618ba018b darcs-hash:723349e974eeb14be1ee1f959cfebb756c25eae0
* Make the markup conforming to HTML 5.Matthias Benkard2009-11-151-4/+9
| | | | | | Ignore-this: 2c310c1e5a4e8523c49cfb3a0a84dc02 darcs-hash:b41720252de2561a4ce52f4363f8131ff98d6ce7
* Assume that the stylesheet is served from the same directory as the journal ↵Matthias Benkard2009-11-151-1/+1
| | | | | | | | itself. Ignore-this: 18c1deb1da83e13761b8b31931951f5e darcs-hash:791ee309f358e1fa865cb8bb98983f95fb9a008f
* Fix site map XML.Matthias Benkard2009-11-121-1/+1
| | | | | | Ignore-this: 27d3b609d9a6b37dd1d014dbe34e44c2 darcs-hash:d4a83e92798007a723c622460def3f81c454025c
* Specify absolute URIs in the site map.Matthias Benkard2009-11-121-3/+3
| | | | | | Ignore-this: 7375d4215a2d1d0d1b5f15a892c9ff21 darcs-hash:a909178c8d1d72da6a8b199499e25f4050a7ff44
* Fix a reader-syntax problem.Matthias Benkard2009-11-121-1/+3
| | | | | | Ignore-this: e9ba106cf19ec45d1fdcfd85da9e1310 darcs-hash:5923708701f6bfbfc70482cba2574e322aa4b13a
* Add action “sitemap”.Matthias Benkard2009-11-121-1/+25
| | | | | | Ignore-this: df94e19d8c627a7270d261d85ca535ba darcs-hash:e684aef65cbe3a8b8cb35656a26859611bd8b50d
* Fix the Pingback link tag.Matthias Benkard2009-11-061-1/+1
| | | | | | Ignore-this: ac17b3e5335bef45e4cc53d3a2371d1e darcs-hash:4959edfd126a5fd1be25d9d0ea376d0582cf4094
* Fix Atom links.Matthias Benkard2009-11-061-1/+1
| | | | | | Ignore-this: 977db60df6c67d611f0bf1921db55f02 darcs-hash:2082e2273d5c39520b24585939104ebcad601f15
* Support pingbacks.Matthias Benkard2009-11-061-1/+39
| | | | | | Ignore-this: 534fc0ed2f9e22c9b6a92cde14bedf2f darcs-hash:d70c51f9d5d9002dab339dd6ceb79fef2cd89f27
* When returning a journal entry via XML-RPC, convert the content to HTML first.Matthias Benkard2009-10-301-3/+7
| | | | | | Ignore-this: 9d27a2ac2c9b9f4b5b4c1ae95d7de792 darcs-hash:0d6505c5e3e851527d0ddcc858df798d366c580b
* Add a width specification to the viewport meta tag.Matthias Benkard2009-10-231-1/+1
| | | | | | Ignore-this: 4597ab8cf4540b50a6c2b78b59d75d9e darcs-hash:2c6b24e148cadf8417ba2f02ddcd7c64e609ee3f
* Fix a typo.Matthias Benkard2009-10-231-1/+1
| | | | | | Ignore-this: 77306f6716cb18042f39939a554e6a45 darcs-hash:557c39ce2575521a602423b81968572fd8818d35
* Try specifying the iPhone viewport meta tag without an ID.Matthias Benkard2009-10-231-1/+1
| | | | | | Ignore-this: 2ad54cdadd051cb301687c673d0aef6e darcs-hash:262c06e5f319f6566810aa09f2493649ba1a316a
* Fix the code adding iPhone viewport specifications to HTML pages.Matthias Benkard2009-10-231-1/+1
| | | | | | Ignore-this: 2684a06edc5a5a43440617c6e142fa03 darcs-hash:c0de0b0923ea33f6171d4758451c5a2933ed4245
* Add an iPhone viewport specification to all HTML pages.Matthias Benkard2009-10-231-0/+7
| | | | | | Ignore-this: 714d683a8aabc0df4910debd90baf74d darcs-hash:2dfc0bc772831e20f3c7bb42e4962f3ade2ed659
* Fix another typo.Matthias Benkard2009-10-121-1/+1
| | | | | | Ignore-this: 5d374bcc9656c34ea19e361137d130a1 darcs-hash:de31be503dc6603f49ea01488c186b77f01ae28c
* Fix a typo.Matthias Benkard2009-10-121-1/+1
| | | | | | Ignore-this: c9f7d194200fa01eaed6d06ca0fc0938 darcs-hash:7a6116c9997e0ff176dfb95cee91aadbccd5a757
* Add a “canonical” link to the index page.Matthias Benkard2009-10-121-5/+9
| | | | | | Ignore-this: 73714c5d314f5faedadd1063b4946d4d darcs-hash:a725dccc3ce111876d96a5cb9ef84fff3aa19e1c
* Add a Content-Type meta tag to XHTML pages.Matthias Benkard2009-10-121-0/+7
| | | | | | Ignore-this: c52fd0c8dcd106c0c0b485a9b104d67d darcs-hash:e1acbd0f0f80c817a816883934a6b6b94d60698a
* Make “canonical” links absolute.Matthias Benkard2009-10-111-1/+1
| | | | | | Ignore-this: 8276a0002967aae46a9a066164595c0f darcs-hash:160cd603b4d19d90b1abdb3824ec43c6383f0f11
* Add link metainformation of type “canonical” to journal entry pages.Matthias Benkard2009-10-111-4/+7
| | | | | | Ignore-this: 6f30d444f075ceffa6b73dcbbec859d9 darcs-hash:780d6e4ba21d87f3317c1e30eee3a4fcef261e2b
* Never display dynamic warning boxes on static pages.Matthias Benkard2009-10-111-1/+1
| | | | | | Ignore-this: d420c3254452fdbd724064b833430b56 darcs-hash:afe833ffe159f3c9ba126bba1700af383bd66d54
* Show titles including HTML code correctly.Matthias Benkard2009-10-111-4/+4
| | | | | | Ignore-this: 5d0c1b14bd2da10ed4dcd6247ca5fc6a darcs-hash:b94922d88e1654c9ac99ec54a6f2337a2c3d8bbe
* 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