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