$WikiTitle = 'Agora'; $ScriptUrl = 'https://'.$_SERVER['HTTP_HOST']; $PubDirUrl = 'https://'.$_SERVER['HTTP_HOST'].'/pmwiki/pub'; $EnablePathInfo = 1; $PageLogoUrl = "$PubDirUrl/skins/pmwiki/skopos-small.png"; $DefaultPasswords['admin'] = array(pmcrypt('secret'), '@admins'); $HandleAuth['diff'] = 'edit'; $DefaultPasswords['edit'] = 'id:*'; $Author = $AuthId; include_once("scripts/xlpage-utf-8.php"); $EnableGUIButtons = 1; include_once("scripts/creole.php"); $EnableUpload = 1; $DefaultPasswords['upload'] = 'id:*'; $EnableDirectDownload=0; $EnableUploadGroupAuth=1; $UploadPrefixFmt = '/$Group/$Name'; $EnablePageListProtect = 1; if ($action == 'refcount') include_once("scripts/refcount.php"); if ($action == 'rss') include_once("scripts/feeds.php"); # RSS 2.0 if ($action == 'atom') include_once("scripts/feeds.php"); # Atom 1.0 if ($action == 'dc') include_once("scripts/feeds.php"); # Dublin Core if ($action == 'rdf') include_once("scripts/feeds.php"); # RSS 1.0 $AutoCreate['/^Category\\./'] = array('ctime' => $Now); Markup("'~", "inline", "/'~(.*?)~'/", "$1"); # '~italic~' Markup("'*", "inline", "/'\\*(.*?)\\*'/", "$1"); # '*bold*'