2006-03-15 05:05:53 +01:00
|
|
|
Source: ikiwiki
|
|
|
|
Section: web
|
|
|
|
Priority: optional
|
2006-06-19 01:27:25 +02:00
|
|
|
Build-Depends: perl, debhelper (>= 5)
|
2007-02-20 04:59:35 +01:00
|
|
|
Build-Depends-Indep: dpkg-dev (>= 1.9.0), libxml-simple-perl, markdown, libtimedate-perl, libhtml-template-perl, libhtml-scrubber-perl, wdg-html-validator, libhtml-parser-perl, liburi-perl
|
2006-03-15 05:05:53 +01:00
|
|
|
Maintainer: Joey Hess <joeyh@debian.org>
|
2007-04-10 01:36:06 +02:00
|
|
|
Uploaders: Joey Hess <joeyh@debian.org>, Josh Triplett <josh@freedesktop.org>
|
2006-05-09 01:00:42 +02:00
|
|
|
Standards-Version: 3.7.2
|
2006-10-04 19:26:30 +02:00
|
|
|
XS-Vcs-Svn: svn://svn.kitenet.net/ikiwiki/trunk
|
2007-04-06 05:28:05 +02:00
|
|
|
XS-Vcs-Browser: http://ikiwiki.info/cgi-bin/viewvc.cgi/trunk/?root=ikiwiki
|
2006-03-15 05:05:53 +01:00
|
|
|
|
|
|
|
Package: ikiwiki
|
|
|
|
Architecture: all
|
2006-10-27 19:11:30 +02:00
|
|
|
Depends: ${perl:Depends}, libxml-simple-perl, markdown, libtimedate-perl, libhtml-template-perl, libhtml-scrubber-perl, libcgi-formbuilder-perl (>= 3.02.02), libtime-duration-perl, libcgi-session-perl (>= 4.14-1), libmail-sendmail-perl, gcc | c-compiler, libc6-dev | libc-dev, libhtml-parser-perl, liburi-perl
|
2007-04-04 02:40:57 +02:00
|
|
|
Recommends: subversion | git-core | tla | mercurial, hyperestraier, libnet-openid-consumer-perl
|
2007-04-10 09:25:23 +02:00
|
|
|
Suggests: viewvc | viewcvs, librpc-xml-perl, libtext-wikiformat-perl, python-docutils, polygen, tidy, libxml-feed-perl, libmailtools-perl, perlmagick, libfile-mimeinfo-perl, libcrypt-ssleay-perl, liblocale-gettext-perl (>= 1.05-1), libtext-typography-perl, libtext-csv-perl, libdigest-sha1-perl, graphviz
|
2007-04-10 08:46:54 +02:00
|
|
|
Conflicts: ikiwiki-plugin-table
|
|
|
|
Replaces: ikiwiki-plugin-table
|
|
|
|
Provides: ikiwiki-plugin-table
|
2006-03-15 05:05:53 +01:00
|
|
|
Description: a wiki compiler
|
2007-04-06 05:21:12 +02:00
|
|
|
ikiwiki converts a directory full of wiki pages into HTML pages suitable
|
2006-03-15 05:05:53 +01:00
|
|
|
for publishing on a website. Unlike many wikis, ikiwiki does not have its
|
2006-09-07 00:43:04 +02:00
|
|
|
own ad-hoc means of storing page history, and instead uses a revision control
|
2007-03-07 06:47:34 +01:00
|
|
|
system such as Subversion or Git.
|
2006-03-15 05:05:53 +01:00
|
|
|
.
|
2006-04-29 20:04:46 +02:00
|
|
|
ikiwiki implements all of the other standard features of a wiki, including
|
|
|
|
web-based page editing, user registration and logins, a RecentChanges
|
2006-06-02 07:32:20 +02:00
|
|
|
page, BackLinks, search, Discussion pages, tags, smart merging and conflict
|
2006-04-29 20:04:46 +02:00
|
|
|
resolution, page locking, and commit emails.
|
|
|
|
.
|
2007-04-06 05:21:12 +02:00
|
|
|
ikiwiki also supports generating news feeds (RSS and Atom) and blogging.
|
|
|
|
ikiwiki provides a plugin system which allows many other features to be
|
|
|
|
added. Some of the plugins have additional dependencies, found among the
|
|
|
|
Recommends and Suggests of this package.
|
2007-04-06 05:23:49 +02:00
|
|
|
.
|
|
|
|
Homepage: http://ikiwiki.info/
|