diff options
author | Giorgio Peron <giorgio.peron@gmail.com> | 2014-08-03 12:55:16 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-03 12:55:16 +0700 |
commit | bab48b430884ce36e4e6798e053cc4ea4da1129f (patch) | |
tree | 0ed2f143fdaea19d4d067750f0e39343eb4ac894 /network/dokuwiki/README | |
parent | 6322d81f3c3b0b6d276c599c38b5704ccb4945f7 (diff) | |
download | slackbuilds-bab48b430884ce36e4e6798e053cc4ea4da1129f.tar.gz |
network/dokuwiki: Added (simple wiki).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/dokuwiki/README')
-rw-r--r-- | network/dokuwiki/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/network/dokuwiki/README b/network/dokuwiki/README new file mode 100644 index 0000000000..98b8e72e42 --- /dev/null +++ b/network/dokuwiki/README @@ -0,0 +1,12 @@ +DokuWiki is a simple to use and highly versatile Open Source wiki +software that doesn't require a database. It is loved by users for +its clean and readable syntax. The ease of maintenance, backup and +integration makes it an administrator's favorite. Built in access +controls and authentication connectors make DokuWiki especially +useful in the enterprise context and the large number of plugins +contributed by its vibrant community allow for a broad range of use +cases beyond a traditional wiki. + +Note: +You must add this line in your httpd.conf to enable dokuwiki: +Include /etc/httpd/extra/httpd-dokuwiki.conf |