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