summaryrefslogtreecommitdiff
path: root/debian/control
blob: 8eaffedb6f51722ec85ea5602b7d0b2973a63fba (plain)
  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. Package: ikiwiki
  8. Architecture: all
  9. Depends: ${perl:Depends}, markdown, libhtml-template-perl, libcgi-formbuilder-perl, libtime-duration-perl, libcgi-session-perl, libmail-sendmail-perl, gcc | c-compiler
  10. Recommends: subversion, hyperestraier
  11. Suggests: viewcvs
  12. Description: a wiki compiler
  13. ikiwiki converts a directory full of wiki pages into html pages suitable
  14. for publishing on a website. Unlike many wikis, ikiwiki does not have its
  15. own means of storing page history or its own markup language. Instead it
  16. uses subversion and markdown.
  17. .
  18. ikiwiki implements most of the other standard features of a wiki, including
  19. web-based page editing, user registration and logins, and a RecentChanges
  20. page. It also supports generating weblogs.