summaryrefslogtreecommitdiff
path: root/journal.lisp
Commit message (Expand)AuthorAgeFilesLines
* Fix umlauts on form button labels.Matthias Benkard2010-01-311-3/+3
* Fix form button labelsMatthias Benkard2010-01-311-13/+11
* Take a more conservative HTML 5 approach by using “div” and “span” el...Matthias Benkard2010-01-311-116/+118
* Rollback patch “Trick Internet Explorer into supporting some HTML 5 tags.”Matthias Benkard2010-01-311-12/+10
* Trick Internet Explorer into supporting some HTML 5 tags.Matthias Benkard2010-01-311-10/+12
* Fix the use of Yaclml for HTML 5.Matthias Benkard2009-11-151-4/+4
* Make extensive use of HTML-5 features.Matthias Benkard2009-11-151-5/+9
* Use the “input” tag for submit buttons.Matthias Benkard2010-01-311-13/+13
* Adhere to WCAG 1.0, checkpoint 5.1.Matthias Benkard2010-01-311-3/+3
* Atom feed: Fix title tag generation.Matthias Benkard2010-01-231-1/+1
* Allow HTML in article titles.Matthias Benkard2010-01-231-2/+3
* Fix a typo.Matthias Benkard2010-01-161-1/+1
* Add a missing piece to patch “When viewing an individual journal entry, inc...Matthias Benkard2010-01-161-1/+2
* When viewing an individual journal entry, include a meta link to the entry's ...Matthias Benkard2010-01-161-0/+6
* Fix the “self” link in individual entries' comment feeds.Matthias Benkard2010-01-151-1/+3
* Fix yet another typo.Matthias Benkard2010-01-151-1/+1
* Fix another typo.Matthias Benkard2010-01-151-1/+1
* 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