summaryrefslogtreecommitdiff
path: root/journal.lisp
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo.Matthias Benkard2010-01-151-2/+2
* Generate the individual entries' comment feeds statically.Matthias Benkard2010-01-151-3/+21
* Fix a typo.Matthias Benkard2010-01-151-1/+1
* Add a comment feed for each individual journal entry.Matthias Benkard2010-01-151-2/+9
* Fix an HTML syntax error.Matthias Benkard2009-12-071-2/+2
* Add an onload handler for the Google Code Prettifier.Matthias Benkard2009-12-071-1/+1
* Enable the Google Code Prettifier Lisp extension.Matthias Benkard2009-12-071-0/+2
* Include the Google Code Prettifier on every web page.Matthias Benkard2009-12-071-0/+5
* Add an “archives” relation to the link pointing to the archives.Matthias Benkard2009-11-151-1/+1
* Restore the charset meta tag in an HTML-5-conforming way.Matthias Benkard2009-11-151-0/+4
* Use numeric HTML entity references only.Matthias Benkard2009-11-151-18/+18
* Make the markup conforming to HTML 5.Matthias Benkard2009-11-151-4/+9
* Assume that the stylesheet is served from the same directory as the journal i...Matthias Benkard2009-11-151-1/+1
* Fix site map XML.Matthias Benkard2009-11-121-1/+1
* Specify absolute URIs in the site map.Matthias Benkard2009-11-121-3/+3
* Fix a reader-syntax problem.Matthias Benkard2009-11-121-1/+3
* Add action “sitemap”.Matthias Benkard2009-11-121-1/+25
* Fix the Pingback link tag.Matthias Benkard2009-11-061-1/+1
* Fix Atom links.Matthias Benkard2009-11-061-1/+1
* Support pingbacks.Matthias Benkard2009-11-061-1/+39
* When returning a journal entry via XML-RPC, convert the content to HTML first.Matthias Benkard2009-10-301-3/+7
* Add a width specification to the viewport meta tag.Matthias Benkard2009-10-231-1/+1
* Fix a typo.Matthias Benkard2009-10-231-1/+1
* Try specifying the iPhone viewport meta tag without an ID.Matthias Benkard2009-10-231-1/+1
* Fix the code adding iPhone viewport specifications to HTML pages.Matthias Benkard2009-10-231-1/+1
* Add an iPhone viewport specification to all HTML pages.Matthias Benkard2009-10-231-0/+7
* Fix another typo.Matthias Benkard2009-10-121-1/+1
* Fix a typo.Matthias Benkard2009-10-121-1/+1
* Add a “canonical” link to the index page.Matthias Benkard2009-10-121-5/+9
* Add a Content-Type meta tag to XHTML pages.Matthias Benkard2009-10-121-0/+7
* Make “canonical” links absolute.Matthias Benkard2009-10-111-1/+1
* Add link metainformation of type “canonical” to journal entry pages.Matthias Benkard2009-10-111-4/+7
* Never display dynamic warning boxes on static pages.Matthias Benkard2009-10-111-1/+1
* Show titles including HTML code correctly.Matthias Benkard2009-10-111-4/+4
* Make the environment variable handling code more portable.Matthias Benkard2009-10-111-1/+1
* Avoid XML validation errors caused by the use of double dashes in journal ent...Matthias Benkard2009-10-111-1/+1
* Fix static generation of the index page.Matthias Benkard2009-10-111-1/+2
* Save static files with a file-name extension of “xhtml”.Matthias Benkard2009-10-111-2/+2
* Implement output of static HTML and XML files.Matthias Benkard2009-10-111-0/+44
* Introduce a *MODE* variable that distinguishes between static and dynamic mode.Matthias Benkard2009-10-111-13/+17
* Use absolute links in embedded RDF.Matthias Benkard2009-10-101-1/+1
* Add a comment about the option of using escaped HTML instead of embedded XHTML.Matthias Benkard2009-10-091-0/+8
* Fix the display of entries of type “html”.Matthias Benkard2009-10-091-6/+11
* Improve Atom publishing API conformance.Matthias Benkard2009-10-081-3/+10
* Add missing Atom publishing functionality.Matthias Benkard2009-10-081-4/+13
* Fix SHOW-ATOM-ENTRY.Matthias Benkard2009-10-081-1/+1
* Fix a typo.Matthias Benkard2009-10-081-1/+1
* Fix the entry Atom feed.Matthias Benkard2009-10-081-26/+25
* Fix a typo.Matthias Benkard2009-10-081-1/+1
* Implement /atom link handling.Matthias Benkard2009-10-081-25/+57