* Atom feed support based on a patch by Clint Adams.
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 8 Oct 2006 23:57:37 +0000 (23:57 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 8 Oct 2006 23:57:37 +0000 (23:57 +0000)
commitbe55f6fd7cf1a251c3977f857a44ee2769e39d8b
tree36c09168ec20798e5fd5d1e0725cb8577d816928
parentbf4e6716cc57eb6d0dfca43ce92b64934950513e
* 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.
24 files changed:
IkiWiki.pm
IkiWiki/CGI.pm
IkiWiki/Plugin/inline.pm
basewiki/blog.mdwn
basewiki/style.css
debian/changelog
doc/features.mdwn
doc/ikiwiki.setup
doc/patchqueue/atomfeed.mdwn [deleted file]
doc/plugins/inline.mdwn
doc/plugins/tag.mdwn
doc/plugins/write.mdwn
doc/templates.mdwn
doc/usage.mdwn
doc/w3mmode/ikiwiki.setup
ikiwiki.pl
templates/atomitem.tmpl [new file with mode: 0644]
templates/atompage.tmpl [new file with mode: 0644]
templates/blogpost.tmpl
templates/feedlink.tmpl [new file with mode: 0644]
templates/page.tmpl
templates/rssitem.tmpl
templates/rsslink.tmpl [deleted file]
templates/rsspage.tmpl