diff options
author | schmonz <schmonz> | 2014-10-03 18:37:11 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2014-10-03 18:37:11 +0000 |
commit | 4d79ab97b71b7095f8a6eaddd2b94d1aeae1b189 (patch) | |
tree | cde76474a44a7485d96ffe14a24483b8f0bb31d1 /www/ikiwiki | |
parent | 46ff41334ba5a90b1b521b0d548279013d567e27 (diff) | |
download | pkgsrc-4d79ab97b71b7095f8a6eaddd2b94d1aeae1b189.tar.gz |
Try harder to convey in a few words what's so special about ikiwiki.
Diffstat (limited to 'www/ikiwiki')
-rw-r--r-- | www/ikiwiki/DESCR | 13 | ||||
-rw-r--r-- | www/ikiwiki/Makefile | 4 |
2 files changed, 9 insertions, 8 deletions
diff --git a/www/ikiwiki/DESCR b/www/ikiwiki/DESCR index 5e7ca50e6d2..14b5f911cc6 100644 --- a/www/ikiwiki/DESCR +++ b/www/ikiwiki/DESCR @@ -1,7 +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, instead -using a revision control system such as Subversion or Git. This -means that in addition to the usual web interface, you can edit -wiki sources in your favorite editor. There are many other features, -including support for blogging, as well as a large array of plugins. +suitable for publishing on a website. Ikiwiki stores pages and +history in a revision control system such as Subversion or Git. +There are many other features, including support for blogging and +podcasting, as well as a large array of plugins. + +If you're familiar with static site generators, think of ikiwiki +as a particularly flexible SSG with some dynamic features. diff --git a/www/ikiwiki/Makefile b/www/ikiwiki/Makefile index 0ed99cbf775..d6f5315bc72 100644 --- a/www/ikiwiki/Makefile +++ b/www/ikiwiki/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.125 2014/09/19 05:24:15 schmonz Exp $ +# $NetBSD: Makefile,v 1.126 2014/10/03 18:37:11 schmonz Exp $ # DISTNAME= ikiwiki_3.20140916 @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/} MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://ikiwiki.info/ -COMMENT= Wiki compiler +COMMENT= Flexible static site generator with dynamic features LICENSE= gnu-gpl-v2 DEPENDS+= p5-Text-Markdown-Discount-[0-9]*:../../textproc/p5-Text-Markdown-Discount |