summaryrefslogtreecommitdiff
path: root/www/ikiwiki
diff options
context:
space:
mode:
authorschmonz <schmonz>2014-10-03 18:37:11 +0000
committerschmonz <schmonz>2014-10-03 18:37:11 +0000
commit67af2f0cbb321342eb3154cd6f23000b62eecdff (patch)
treecde76474a44a7485d96ffe14a24483b8f0bb31d1 /www/ikiwiki
parent2ef037173a41fba5be54da522c7a155d8922ef51 (diff)
downloadpkgsrc-67af2f0cbb321342eb3154cd6f23000b62eecdff.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/DESCR13
-rw-r--r--www/ikiwiki/Makefile4
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