foo
[ikiwiki] / debian / control
CommitLineData
11860949 1Source: ikiwiki
2Section: web
3Priority: optional
4Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.9.0), markdown, libhtml-template-perl
5Maintainer: Joey Hess <joeyh@debian.org>
6Standards-Version: 3.6.2
7
8Package: ikiwiki
9Architecture: all
10Depends: ${perl:Depends}, markdown, libhtml-template-perl, libcgi-formbuilder-perl, libtime-duration-perl, libcgi-session-perl, libmail-sendmail-perl, gcc | c-compiler
11Recommends: subversion
12Suggests: viewcvs
13Description: a wiki compiler
14 ikiwiki converts a directory full of wiki pages into html pages suitable
15 for publishing on a website. Unlike many wikis, ikiwiki does not have its
16 own means of storing page history or its own markup language. Instead it
17 uses subversion and markdown.
18 .
19 ikiwiki implements most of the other standard features of a wiki, including
20 web-based page editing, user registration and logins, and a RecentChanges
55ebfd5d 21 page. It also supports generating weblogs.