11860949 |
1 | Source: ikiwiki |
2 | Section: web |
3 | Priority: optional |
4 | Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.9.0), markdown, libhtml-template-perl |
5 | Maintainer: Joey Hess <joeyh@debian.org> |
6 | Standards-Version: 3.6.2 |
7 | |
8 | Package: ikiwiki |
9 | Architecture: all |
10 | Depends: ${perl:Depends}, markdown, libhtml-template-perl, libcgi-formbuilder-perl, libtime-duration-perl, libcgi-session-perl, libmail-sendmail-perl, gcc | c-compiler |
11 | Recommends: subversion |
12 | Suggests: viewcvs |
13 | Description: 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. |