diff options
author | schmonz <schmonz> | 2008-08-01 18:41:08 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2008-08-01 18:41:08 +0000 |
commit | 59a4d009f149437379c11f8bbdeee8e156068898 (patch) | |
tree | b48734533aaac25964948d21b3244e64513147bb /www/ikiwiki/PLIST | |
parent | eed76c29122442443477c685f438f979e011e5be (diff) | |
download | pkgsrc-59a4d009f149437379c11f8bbdeee8e156068898.tar.gz |
Update to 2.56. From the changelog:
* autoindex: New plugin that generates missing index pages. (Sponsored
by The TOVA Company.)
* Escape HTML is rss and atom feeds instead of respectively using
CDATA and treating it as XHTML. This avoids problems with
escaping the end of the CDATA when the htmlscrubber is not used,
and it avoids problems with atom XHTML using named entity
references that are not in the atom DTD. (Simon McVittie)
* Add test for old versions of git that don't support --cleanup=verbatim,
and munge empty commit messages.
Diffstat (limited to 'www/ikiwiki/PLIST')
-rw-r--r-- | www/ikiwiki/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ikiwiki/PLIST b/www/ikiwiki/PLIST index 719661069ad..681f000ec5d 100644 --- a/www/ikiwiki/PLIST +++ b/www/ikiwiki/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2008/07/29 05:04:24 schmonz Exp $ +@comment $NetBSD: PLIST,v 1.9 2008/08/01 18:41:08 schmonz Exp $ bin/ikiwiki bin/ikiwiki-makerepo bin/ikiwiki-transition @@ -77,6 +77,7 @@ share/ikiwiki/templates/aggregatepost.tmpl share/ikiwiki/templates/archivepage.tmpl share/ikiwiki/templates/atomitem.tmpl share/ikiwiki/templates/atompage.tmpl +share/ikiwiki/templates/autoindex.tmpl share/ikiwiki/templates/blogpost.tmpl share/ikiwiki/templates/change.tmpl share/ikiwiki/templates/editconflict.tmpl @@ -84,7 +85,6 @@ share/ikiwiki/templates/editcreationconflict.tmpl share/ikiwiki/templates/editfailedsave.tmpl share/ikiwiki/templates/editpage.tmpl share/ikiwiki/templates/editpagegone.tmpl -share/ikiwiki/templates/estseek.conf share/ikiwiki/templates/feedlink.tmpl share/ikiwiki/templates/inlinepage.tmpl share/ikiwiki/templates/misc.tmpl |