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