diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-03 22:31:20 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-03 22:31:20 +0000 |
commit | 8d4c474f3b92ed2d0e8f968e34a5c6d9d30921fe (patch) | |
tree | 58129fd2cda3ab6a61e2f0536f4b6ec9c59c6ad7 /debian/changelog | |
parent | af029154d6b145302f8ece0286711f61ea606877 (diff) | |
download | ikiwiki-8d4c474f3b92ed2d0e8f968e34a5c6d9d30921fe.tar ikiwiki-8d4c474f3b92ed2d0e8f968e34a5c6d9d30921fe.tar.gz |
* Add a html plugin, which can be used to write wikis in raw html,
if you'd ever want to do such a thing. Slightly tricky, since ikiwiki
defaults to not processing .html files, since w/o this plugin they would
be copied unsanitised. With this plugin, it will process, and html
sanitise, them like any other page type.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 1fafe4168..b95b6b768 100644 --- a/debian/changelog +++ b/debian/changelog @@ -29,8 +29,13 @@ ikiwiki (1.8) UNRELEASED; urgency=low are added. * Support htmlize plugins and make mdwn one such plugin, which is enabled by default (of course!). Based on a patch by Faidon Liambotis. + * Add a html plugin, which can be used to write wikis in raw html, + if you'd ever want to do such a thing. Slightly tricky, since ikiwiki + defaults to not processing .html files, since w/o this plugin they would + be copied unsanitised. With this plugin, it will process, and html + sanitise, them like any other page type. - -- Joey Hess <joeyh@debian.org> Mon, 3 Jul 2006 18:06:49 -0400 + -- Joey Hess <joeyh@debian.org> Mon, 3 Jul 2006 18:15:30 -0400 ikiwiki (1.7) unstable; urgency=low |