wok rev 24493
updated dokuwiki (20180422b -> 20200729)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Feb 19 11:02:17 2022 +0100 (2022-02-19) |
parents | 665216a7e2f4 |
children | c6a87148ec80 |
files | dokuwiki/description.txt dokuwiki/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dokuwiki/description.txt Sat Feb 19 11:02:17 2022 +0100 1.3 @@ -0,0 +1,9 @@ 1.4 +DokuWiki is a simple to use and highly versatile Open Source wiki 1.5 +software that doesn't require a database. 1.6 +It is loved by users for its clean and readable syntax. 1.7 +The ease of maintenance, backup and integration makes it an 1.8 +administrator's favorite. 1.9 +Built in access controls and authentication connectors make DokuWiki 1.10 +especially useful in the enterprise context and the large number of 1.11 +plugins contributed by its vibrant community allow for a broad range 1.12 +of use cases beyond a traditional wiki.
2.1 --- a/dokuwiki/receipt Sat Feb 19 07:41:52 2022 +0100 2.2 +++ b/dokuwiki/receipt Sat Feb 19 11:02:17 2022 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="dokuwiki" 2.7 -VERSION="20180422b" 2.8 +VERSION="20200729" 2.9 CATEGORY="development" 2.10 SHORT_DESC="DokuWiki is a simple to use Wiki aimed at the documentation needs of a smail company." 2.11 MAINTAINER="slaxemulator@gmail.com" 2.12 @@ -9,7 +9,7 @@ 2.13 WEB_SITE="https://www.dokuwiki.org/dokuwiki" 2.14 2.15 TARBALL="$PACKAGE-$VERSION.tgz" 2.16 -WGET_URL="http://download.dokuwiki.org/src/$PACKAGE/$PACKAGE-2018-04-22b.tgz" 2.17 +WGET_URL="https://download.dokuwiki.org/src/$PACKAGE/$PACKAGE-2020-07-29.tgz" 2.18 2.19 # What is the latest version available today? 2.20 current_version() 2.21 @@ -22,6 +22,6 @@ 2.22 genpkg_rules() 2.23 { 2.24 mkdir -p $fs/var/www 2.25 - cp -a $src $fs/var/www/dokuwiki 2.26 - chown www.www -R $fs/var/www 2.27 + cp -a $src $fs/var/www/dokuwiki 2.28 + chown www.www -R $fs/var/www 2.29 }