Skip to content

Commit 19c0cfa

Browse files
committed
Add locally modified files
1 parent 8ed27e1 commit 19c0cfa

34 files changed

+2361
-30
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
/dokuwiki/data/
2+
*~
3+
*.bak
4+
/.duplicacy
25
/dokuwiki/conf/users.auth.php

Backups.README

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
This directory is backed up on b2 via Restic.
2+
See /etc/restic and /etc/cron.daily/restic
3+
4+
To see a list of backed up snapshots:
5+
source /etc/restic/cred
6+
restic snapshots
7+
8+
To restore follow the docs at https://restic.readthedocs.io/en/stable/

dokuwiki/.well-known/acme-challenge/dXC50O4ZzUHrxodq9uJLd5ii4EZxiAWasCEeTlcorM0

Whitespace-only changes.

dokuwiki/conf/acl.auth.php

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,22 @@
99
* @ALL 1
1010
* @phpcvs 16
1111
* @user 1
12+
doc @doc 2
13+
doc:* @doc 8
14+
internals:references barelon 2
15+
internals:windows @wintendo 2
16+
internals:windows:* @wintendo 8
17+
licenses:* @ALL 0
18+
licenses:* @phpcvs 16
19+
oauth:* @ALL 0
20+
oauth:* @phpcvs 16
21+
pear:* @pear 8
22+
phpng-upgrading @php7upgrading 2
23+
rfc @rfc 2
1224
rfc:* @rfc 8
13-
rfc @rfc 8
25+
systems @systems 2
1426
todo:* @todo 8
15-
web:* @web 8
16-
pear:* @pear 8
17-
vcs:* @vcs 8
18-
internals:windows @wintendo 8
19-
internals:windows:* @wintendo 8
27+
usergroups @usergroups 2
2028
usergroups:* @usergroups 8
21-
usergroups @usergroups 8
22-
licenses:* @ALL 0
23-
licenses:* @phpcvs 16
24-
doc:* @doc 8
25-
doc @doc 8
26-
phpng-upgrading @php7upgrading 8
27-
oauth:* @ALL 0
28-
oauth:* @phpcvs 16
29+
vcs:* @vcs 8
30+
web:* @web 8

dokuwiki/conf/entities.conf

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,3 @@
44
#
55
# You can use HTML entities here, but it is not recommended because it may break
66
# non-HTML renderers. Use UTF-8 chars directly instead.
7-
8-
<-> ↔
9-
-> →
10-
<- ←
11-
<=> ⇔
12-
=> ⇒
13-
<= ⇐
14-
>> »
15-
<< «
16-
--- —
17-
-- –
18-
(c) ©
19-
(tm) ™
20-
(r) ®
21-
... …
22-

dokuwiki/conf/local.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@
2727
$conf['baseurl'] = getenv('web-wiki-development-setup-baseurl') ?: 'https://wiki.php.net';
2828
$conf['plugin']['smtp']['smtp_host'] = 'mailout.php.net';
2929
$conf['plugin']['smtp']['smtp_ssl'] = 'tls';
30+
$conf['plugin']['htmlok']['htmlok'] = 1;
3031

3132
// end auto-generated content

0 commit comments

Comments
 (0)