add example config and PageActions
This commit is contained in:
parent
c6f0808313
commit
79257b3dc2
2 changed files with 49 additions and 0 deletions
28
config.example.php
Normal file
28
config.example.php
Normal file
|
@ -0,0 +1,28 @@
|
|||
<?php
|
||||
$WikiTitle = "example";
|
||||
|
||||
$DefaultPasswords['admin'] = pmcrypt('hackme');
|
||||
|
||||
$EnableUpload = 1;
|
||||
$DefaultPasswords['upload'] = pmcrypt('hackme');
|
||||
|
||||
$ScriptUrl = 'https://example.com/wiki/';
|
||||
|
||||
$Skin = "pmwiki-plain-responsive";
|
||||
|
||||
$DefaultGroup = 'Example';
|
||||
|
||||
include_once("scripts/xlpage-utf-8.php");
|
||||
|
||||
$EnableBlocklist = 10;
|
||||
|
||||
if ($action == 'rss') include_once("scripts/feeds.php");
|
||||
if ($action == 'atom') include_once("scripts/feeds.php");
|
||||
|
||||
$BaseNamePatterns['/(-Talk|-Users)$/i'] = '';
|
||||
|
||||
$PmTOC['Enable'] = 1;
|
||||
|
||||
include_once("$FarmD/cookbook/footnote2.php");
|
||||
include_once("$FarmD/scripts/refcount.php");
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue