diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-06-24 20:48:45 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-06-24 20:48:45 -0400 |
commit | f0df1950493061d294ac0162ff350c1420c28a4c (patch) | |
tree | 292167a622a8d1cfe72145b63d9e40ecef34ae64 /debian | |
parent | 17a09ef88ea7cea9e9b0e29728a4b9fbddc4c489 (diff) |
new txt plugin, was previously contrib/plaintext
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/copyright | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 251761633..d92d5fa1a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,7 @@ ikiwiki (2.51) UNRELEASED; urgency=low * aggregate: Add template parameter. * Add support for the universal edit button <http://universaleditbutton.org/> (To get this on all pages of an exiting wiki, rebuild the wiki.) + * txt: New plugin, contributed by Gabriel McManus. -- Joey Hess <joeyh@debian.org> Sun, 15 Jun 2008 15:03:33 -0400 diff --git a/debian/copyright b/debian/copyright index 2a7bbedf5..d25e0861a 100644 --- a/debian/copyright +++ b/debian/copyright @@ -96,6 +96,10 @@ Files: creole.pm Copyright: Copyright (C) 2008 Bernd Zeimetz <bernd@bzed.de> License: GPL-2+ +Files: txt.pm +Copyright: Copyright (C) 2008 Gabriel McManus <gmcmanus@gmail.com> +License: GPL-2+ + Files: doc/logo/* Copyright: © 2006 Recai Oktaş <roktas@debian.org> License: GPL-2+ |