4 Build-Depends: perl, debhelper (>= 9)
5 Build-Depends-Indep: dpkg-dev (>= 1.9.0), libxml-simple-perl,
6 libtext-markdown-discount-perl,
7 libtimedate-perl, libhtml-template-perl,
8 libhtml-scrubber-perl, wdg-html-validator,
9 libhtml-parser-perl, liburi-perl (>= 1.36), perlmagick, po4a (>= 0.34),
10 libfile-chdir-perl, libyaml-libyaml-perl, python-support, librpc-xml-perl,
11 libcgi-session-perl, ghostscript
12 Maintainer: Joey Hess <joeyh@debian.org>
13 Uploaders: Josh Triplett <josh@freedesktop.org>,
14 Simon McVittie <smcv@debian.org>
15 Standards-Version: 3.9.5
16 Homepage: http://ikiwiki.info/
17 Vcs-Git: git://git.ikiwiki.info/
21 Depends: ${misc:Depends}, ${perl:Depends},
22 libtext-markdown-discount-perl,
23 libhtml-scrubber-perl, libhtml-template-perl,
24 libhtml-parser-perl, liburi-perl (>= 1.36), libyaml-libyaml-perl, libjson-perl
25 Recommends: gcc | c-compiler,
27 git (>= 1:1.7) | git-core (>= 1:1.5.0) | subversion | tla | bzr (>= 0.91) | mercurial | monotone (>= 0.38) | darcs,
28 libxml-simple-perl, libnet-openid-consumer-perl, libcrypt-ssleay-perl,
29 liblwpx-paranoidagent-perl, libtimedate-perl,
30 libcgi-formbuilder-perl (>= 3.05), libcgi-session-perl (>= 4.14-1),
31 libmail-sendmail-perl, libauthen-passphrase-perl, libterm-readline-gnu-perl,
32 libgravatar-url-perl, librpc-xml-perl,
33 Suggests: viewvc | gitweb | viewcvs, libsearch-xapian-perl,
34 xapian-omega (>= 1.0.5), libtext-wikiformat-perl,
35 python, python-docutils, polygen, tidy, libhtml-tree-perl,
36 libxml-feed-perl, libmailtools-perl, perlmagick,
37 libfile-mimeinfo-perl, file,
38 liblocale-gettext-perl (>= 1.05-1), libtext-typography-perl,
39 libtext-csv-perl, graphviz, libnet-amazon-s3-perl,
40 libsparkline-php, texlive, dvipng, libtext-wikicreole-perl,
41 libsort-naturally-perl, libtext-textile-perl, libhighlight-perl,
42 po4a (>= 0.35-1), gettext, libnet-inet6glue-perl,
43 libtext-multimarkdown-perl, libxml-writer-perl,
44 ghostscript, libmagickcore-extra
45 Conflicts: ikiwiki-plugin-table
46 Replaces: ikiwiki-plugin-table
47 Provides: ikiwiki-plugin-table
48 Description: a wiki compiler
49 Ikiwiki converts a directory full of wiki pages into HTML pages suitable
50 for publishing on a website. Unlike many wikis, ikiwiki does not have its
51 own ad-hoc means of storing page history, and instead uses a revision
52 control system such as Subversion or Git.
54 Ikiwiki implements all of the other standard features of a wiki, including
55 web-based page editing, user registration and logins, a RecentChanges
56 page, BackLinks, search, Discussion pages, tags, smart merging and conflict
57 resolution, and page locking.
59 Ikiwiki also supports generating news feeds (RSS and Atom) and blogging.
60 Ikiwiki provides a plugin system which allows many other features to be
61 added. Some of the plugins have additional dependencies, found among the
62 Recommends and Suggests of this package.