diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-01-26 20:15:34 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-01-26 20:15:34 -0500 |
commit | 625ccace9aa0e66f4008a807cc9c4cda2121fc4c (patch) | |
tree | 2fe5f6551090c439efba3efbc4921f00f8d7b671 | |
parent | 5c14c7db615bc06324c3801088d05c06c8824b16 (diff) |
underlay: New plugin, allows pulling in additional files not in version control. (smcv)
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/copyright | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 7f72a672a..4d57b0e13 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,8 @@ ikiwiki (3.03) UNRELEASED; urgency=low * git: Fix malformed utf8 recieved from git. * meta: New "updated" metadata specifies a fake modification time for a page, to be output into RSS and Atom feeds. (smcv) + * underlay: New plugin, allows pulling in additional files not + in version control. (smcv) -- Joey Hess <joeyh@debian.org> Sun, 18 Jan 2009 14:50:57 -0500 diff --git a/debian/copyright b/debian/copyright index b9ea89d81..71fb47013 100644 --- a/debian/copyright +++ b/debian/copyright @@ -76,7 +76,7 @@ Files: htmltidy.pm Copyright: © 2006 Faidon Liambotis License: GPL-2+ -Files: htmlbalance.pm +Files: htmlbalance.pm, underlay.pm Copyright: © 2008 Simon McVittie <http://smcv.pseudorandom.co.uk/> License: GPL-2+ |