summaryrefslogtreecommitdiff
path: root/journal.lisp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a comment and trackback moderation page.Matthias Benkard2009-10-081-28/+87
* Reimplement FORMAT-DATE for improved performance.Matthias Benkard2009-10-081-6/+6
* Display trackbacks just like comments.Matthias Benkard2009-10-081-2/+27
* Enhance debuggability.Matthias Benkard2009-10-081-1/+1
* Fix RDF trackback links.Matthias Benkard2009-10-081-0/+1
* Add an RDF comment announcing the appropriate trackback URI to all journal en...Matthias Benkard2009-10-081-0/+11
* Only show comments that have been marked as non-spam.Matthias Benkard2009-10-071-0/+1
* Add a Last-Modified header to all responses.Matthias Benkard2009-10-071-1/+1
* Specify the correct content type even for 304 responses.Matthias Benkard2009-10-071-3/+3
* Enable caching for feeds.Matthias Benkard2009-10-071-0/+2
* Implement sane caching behaviour.Matthias Benkard2009-10-071-0/+2