diff options
author | dan <dan@pkgsrc.org> | 2006-11-13 01:25:25 +0000 |
---|---|---|
committer | dan <dan@pkgsrc.org> | 2006-11-13 01:25:25 +0000 |
commit | 6742bbd841869da75d586e7def77a4649c6555da (patch) | |
tree | e2901a2bb51a3828dfc4777976564f4d369486f4 /www/ikiwiki/DESCR | |
parent | d80723be8ecc4d651880b027864ce6f4679045dd (diff) | |
download | pkgsrc-6742bbd841869da75d586e7def77a4649c6555da.tar.gz |
initial import of ikiwiki-1.32
ikiwiki is a wiki compiler. It converts wiki pages into html pages
suitable for publishing on a website. Unlike many wikis, ikiwiki does
not have its own ad-hoc means of storing page history, and instead
uses an revision control system.
The pkg currently has options for a dependency on svn, which is the
default rcs backend. Support for other backends is included in the
installed pkg, but there are no dependencies in the pkg for them yet.
Diffstat (limited to 'www/ikiwiki/DESCR')
-rw-r--r-- | www/ikiwiki/DESCR | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/ikiwiki/DESCR b/www/ikiwiki/DESCR new file mode 100644 index 00000000000..b2917301534 --- /dev/null +++ b/www/ikiwiki/DESCR @@ -0,0 +1,8 @@ +ikiwiki is a wiki compiler. + +It converts wiki pages into html pages suitable for publishing on a +website. Unlike many wikis, ikiwiki does not have its own ad-hoc means +of storing page history, and instead uses an revision control system. + +This means you can edit wiki sources in your favourite editor, and +rebuild the website, rather than using an online browser form. |