diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 36 | ||||
-rw-r--r-- | debian/control | 5 | ||||
-rw-r--r-- | debian/copyright | 6 |
3 files changed, 44 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 8ee065803..11a03c993 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,39 @@ +ikiwiki (3.15) UNRELEASED; urgency=low + + * Add new hooks: canremove, canrename, rename. (intrigeri) + * rename: Refactor subpage rename handling code into rename hook. (intrigeri) + * po: New plugin, suporting translation of wiki pages using po files. + (intrigeri) + * Add build machinery to build po files to translate the underlay wikis, + * Add further build machinery to generate translated underlays from + the po file, for use by wikis whose primary language is not English. + * Add Danish basewiki translation by Jonas Smedegaard. + * img: Fix adding of dependency from page to the image. + * pagestats: add `among` parameter, which only counts links from specified + pages (smcv) + * pagestats: when making a tag cloud, don't emit links where the tag is + unused (smcv) + + -- Joey Hess <joeyh@debian.org> Tue, 02 Jun 2009 17:03:41 -0400 + +ikiwiki (3.14159) unstable; urgency=low + + * svn: Fix rcs_rename to properly scope call to dirname. + * img: Pass the align parameter through to the generated img tag. + * Move OpenID pretty-printing from openid plugin to core (smcv) + + -- Joey Hess <joeyh@debian.org> Thu, 16 Jul 2009 14:37:22 -0400 + +ikiwiki (3.1415) unstable; urgency=low + + * img: Fix extra double quote with alt text. (smcv) + * Updated French debconf templates translation. Closes: #535103 + * openid: Support Net::OpenID 2.x when pretty-printing + openids. (smcv) + * highlight: Fix utf-8 encoding bug. Closes: #535028 + + -- Joey Hess <joeyh@debian.org> Tue, 07 Jul 2009 16:25:05 -0400 + ikiwiki (3.141) unstable; urgency=low * comment: Make comment directives no longer use the internal "_comment" diff --git a/debian/control b/debian/control index 233de8f7c..db86aa909 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Build-Depends-Indep: dpkg-dev (>= 1.9.0), libxml-simple-perl, libtext-markdown-perl | markdown, libtimedate-perl, libhtml-template-perl, libhtml-scrubber-perl, wdg-html-validator, - libhtml-parser-perl, liburi-perl, perlmagick + libhtml-parser-perl, liburi-perl, perlmagick, po4a Maintainer: Joey Hess <joeyh@debian.org> Uploaders: Josh Triplett <josh@freedesktop.org> Standards-Version: 3.8.1 @@ -35,7 +35,8 @@ Suggests: viewvc | gitweb | viewcvs, libsearch-xapian-perl, liblocale-gettext-perl (>= 1.05-1), libtext-typography-perl, libtext-csv-perl, libdigest-sha1-perl, graphviz, libnet-amazon-s3-perl, sparkline-php, texlive, dvipng, libtext-wikicreole-perl, - libsort-naturally-perl, libtext-textile-perl, libhighlight-perl + libsort-naturally-perl, libtext-textile-perl, libhighlight-perl, + po4a (>= 0.35-1), gettext Conflicts: ikiwiki-plugin-table Replaces: ikiwiki-plugin-table Provides: ikiwiki-plugin-table diff --git a/debian/copyright b/debian/copyright index 5fc55f5c5..762f9f445 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,7 +4,7 @@ License: GPL-2+ The full text of the GPL is distributed as doc/GPL in ikiwiki's source, and is distributed in /usr/share/common-licenses/GPL-2 on Debian systems. -Files: templates/*, underlays/basewiki/*, doc/ikiwiki/directive/*, ikiwiki.setup +Files: templates/*, underlays/basewiki/*, doc/ikiwiki/directive/*, ikiwiki.setup, po/underlay/* Copyright: © 2006-2008 Joey Hess <joey@ikiwiki.info> License: other Redistribution and use in source and compiled forms, with or without @@ -128,6 +128,10 @@ Copyright: © 2008 Simon McVittie <http://smcv.pseudorandom.co.uk/> License: GPL-2+ +Files: po.pm +Copyright: © 2008-2009 intrigeri <intrigeri@boum.org> +License: GPL-2+ + Files: 404.pm Copyright: © 2009 Simon McVittie <http://smcv.pseudorandom.co.uk/> License: GPL-2+ |