'HTML::Template' => 0,
'HTML::Scrubber' => 0,
'CGI::FormBuilder' => 3.02.02,
- 'Time::Duration' => 0,
'CGI::Session' => 0,
'Mail::Sendmail' => 0,
'HTML::Parser' => 0,
things that need to know the page source or type can query it from there.
Fixes previewing of tables when creating a new page.
* German translation update. Closes: #471540
+ * Time::Duration is no longer used, remove from docs and recommends.
-- martin f. krafft <madduck@debian.org> Sun, 02 Mar 2008 17:46:38 +0100
Package: ikiwiki
Architecture: all
Depends: ${perl:Depends}, markdown, libhtml-scrubber-perl, libhtml-template-perl, libhtml-parser-perl, liburi-perl
-Recommends: gcc | c-compiler, libc6-dev | libc-dev, subversion | git-core | tla | bzr (>= 0.91) | mercurial | monotone (>= 0.38), libxml-simple-perl, libnet-openid-consumer-perl, liblwpx-paranoidagent-perl, libtimedate-perl, libcgi-formbuilder-perl (>= 3.05), libtime-duration-perl, libcgi-session-perl (>= 4.14-1), libmail-sendmail-perl
+Recommends: gcc | c-compiler, libc6-dev | libc-dev, subversion | git-core | tla | bzr (>= 0.91) | mercurial | monotone (>= 0.38), 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
Suggests: viewvc | gitweb | viewcvs, hyperestraier, librpc-xml-perl, libtext-wikiformat-perl, python, python-docutils, polygen, tidy, libxml-feed-perl, libmailtools-perl, perlmagick, libfile-mimeinfo-perl, libcrypt-ssleay-perl, liblocale-gettext-perl (>= 1.05-1), libtext-typography-perl, libtext-csv-perl, libdigest-sha1-perl, graphviz
Conflicts: ikiwiki-plugin-table
Replaces: ikiwiki-plugin-table
It also uses the following perl modules if available: [[cpan
CGI::Session]], [[cpan CGI::FormBuilder]] (version 3.05 or newer), [[cpan
-Mail::Sendmail]], [[cpan Time::Duration]], [[cpan TimeDate]], [[cpan
-RPC::XML]], [[cpan XML::Simple]], [[cpan XML::Feed]], [[cpan
-File::MimeInfo]], [[cpan Locale::gettext]] (version 1.04 or newer).
+Mail::Sendmail]], [[cpan TimeDate]], [[cpan RPC::XML]],
+[[cpan XML::Simple]], [[cpan XML::Feed]], [[cpan File::MimeInfo]],
+[[cpan Locale::gettext]] (version 1.04 or newer).
It's recommended you have a C compiler, as ikiwiki uses one to build
wrappers.
install Text::Markdown URI HTML::Parser HTML::Template
install CGI CGI::Session CGI::FormBuilder
- install Mail::Sendmail Time::Duration HTML::Scrubber
+ install Mail::Sendmail HTML::Scrubber
install RPC::XML XML::Simple XML::Feed File::MimeInfo Locale::gettext
# Changes to Ikiwiki's build/install process