| Commit message (Expand) | Author | Age |
* | optimise whitespace in feed templates | Joey Hess | 2010-02-14 |
* | atomitem.tmpl: include comments URLs (HTML and Atom versions) | Simon McVittie | 2008-12-21 |
* | Escape HTML in Atom feeds, rather than relying on it being well-formed XHTML ... | Simon McVittie | 2008-07-31 |
* | rename uuid to guid | Joey Hess | 2008-07-12 |
* | atomitem.tmpl: use UUID as <id> if supplied | Simon McVittie | 2008-07-11 |
* | * inline: Add copyright/license info on a per-post basis to atom••• feeds if available. (rss doesn't allow such info on a per-post basis)
* meta: Allow copyright/license metadata to contain arbitrary markup.
| Joey Hess | 2008-01-09 |
* | * Apply a patch from NicolasLimare adding modification date tags to rss and••• atom feeds, and also changing the publication time for a feed to the
newest modiciation time (was newest creation time).
* The patch also adds dcterms:creator to rss items that have a known author.
| joey | 2007-08-11 |
* | * More consistent encoding of titles in rss and atom feeds. Don't use••• ESCAPE=HTML for titles in the templates for these feeds, and instead
escape the title going in to the template. Previously, the title was
sometimes double-escaped in a feed (if set via meta title), and sometimes
not (if set from the page filename).
* In the meta plugin, when a title is set, encode the html entities in it
numerically. This works better in the current landscape of a rss spec that
doesn't specify encoding, and variously broken feed consumers, according
to <http://www.rssboard.org/rss-profile#data-types-characterdata>.
| joey | 2007-05-28 |
* | * Patch to fix validaton of atom feeds by fixing the category tags. | joey | 2007-02-19 |
* | * Fix bogus use of CDATA in atom feeds. Closes: #406898 | joey | 2007-01-14 |
* | * Patch from James Westby to support podcasting, photoblogging, vidcasting,••• or what have you, by creating enclosures for non-page items that are
included in feeds.
| joey | 2006-11-01 |
* | * Atom feed support based on a patch by Clint Adams.•••* Add feeds=no option to inline preprocessor directive to turn off all types
of feeds. feeds=rss will still work, and feeds=atom was also added, for
fine control.
* $IkiWiki::version now holds the program version, and is accessible to
plugins.
| joey | 2006-10-08 |