diff options
-rw-r--r-- | Bundle/IkiWiki/Extras.pm | 1 | ||||
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 3 |
3 files changed, 6 insertions, 1 deletions
diff --git a/Bundle/IkiWiki/Extras.pm b/Bundle/IkiWiki/Extras.pm index 8b97d893d..30bc8eee4 100644 --- a/Bundle/IkiWiki/Extras.pm +++ b/Bundle/IkiWiki/Extras.pm @@ -34,6 +34,7 @@ Text::WikiCreole Term::ReadLine::Gnu HTML::Tree Sort::Naturally +Gravatar::URL =head1 AUTHOR diff --git a/debian/changelog b/debian/changelog index db6f95f43..77c684a51 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,9 @@ ikiwiki (3.20110329) UNRELEASED; urgency=low * meta: Allow adding javascript to pages. Only when htmlscrubber is disabled, naturally. (Thanks, Giuseppe Bilotta) + * comments: Add avatar picture of comment author, using Libravatar::URL + when available. The avatar is looked up based on (Thanks, Francois Marier) + * Recommend libgravatar-url-perl, which contains Libravatar::URL. -- Joey Hess <joeyh@debian.org> Mon, 28 Mar 2011 13:08:23 -0400 diff --git a/debian/control b/debian/control index b98f0e0c7..4fd554d7d 100644 --- a/debian/control +++ b/debian/control @@ -27,7 +27,8 @@ Recommends: gcc | c-compiler, libxml-simple-perl, libnet-openid-consumer-perl, liblwpx-paranoidagent-perl, libtimedate-perl, libcgi-formbuilder-perl (>= 3.05), libcgi-session-perl (>= 4.14-1), - libmail-sendmail-perl, libauthen-passphrase-perl, libterm-readline-gnu-perl + libmail-sendmail-perl, libauthen-passphrase-perl, libterm-readline-gnu-perl, + libgravatar-url-perl Suggests: viewvc | gitweb | viewcvs, libsearch-xapian-perl, xapian-omega (>= 1.0.5), librpc-xml-perl, libtext-wikiformat-perl, python, python-docutils, polygen, tidy, libhtml-tree-perl, |