SearchWiki:
Add Page:

PmWiki

pmwiki.org

Page History Edit Page Links to This Page

PmWiki(PmWiki )

PmWikilocal/config.phppub/css/local.cssSiteSiteAdmin Site.SideBar

(local/config.php)

PmWikisample-config.php file( docs/ )local/config.php local/config.php

 config.php 

<?php if (!defined('PmWiki')) exit(); $WikiTitle = "My New Wiki"; $PageLogoUrl = "";

  1. $ScriptUrl = 'http://example.com/pmwiki/pmwiki.php';
  2. $PubDirUrl = 'http://example.com/pmwiki/pub';

$DefaultPasswords['admin'] = crypt('onesecret');

$EnableUpload = 1; $DefaultPasswords['upload'] = crypt('secrettwo');

putenv("TZ=EST5EDT"); $TimeFmt = 'd, I:p EST';

config.php <?php PHP ?> <?php ?>PmWiki PHP

config.php PmWikiPHP

local/config.php()PmWiki Variables PmWiki + PmWiki

Wiki

wikiwiki(Cyrillic, Greek, Chinese)(CzechFrench)PmWiki.UTF-8Cookbook:UTF-8

Security

crypt() PasswordsAdmin

Site ( Site.SideBar ) site-wide local/config.php "mysecret"

$DefaultPasswords['admin'] = crypt('mysecret');

crypt() PasswordsAdmin

pmwiki.php

PmWikiPmWiki local/ cookbook/ PmWiki

local/config.php cookbook/ pub pmwiki.php scripts/

pmwiki.phpPmWikiindex.php "wrapper script"

<?php include('pmwiki.php');

<?php include('pmwiki.php');index.phppmwiki.php(FTP Client)

PmWiki( Uploads administration (Wiki )

PmWiki(wiki.d)()

local/config.phplocal customizationsCookbookCookbook? recipes - config.php

() PmWikiWiki Farms

?

PmWiki mailing listWikiPmWikiPmWiki:PmWikiUsers

Edit Page - Page History - Printable View - Recent Changes - SearchWiki
Page last modified on September 10, 2011, at 06:48 PM