Aktuelle Änderungen Printable View Änderungen Bearbeiten
XeroxPARC > XmlRpc > YAML > YouTube > ZenAndTheArtOfLispProgramming > PmWiki > PmWiki > AdvancedTables > Audiences > Contributors > CreatingNewPages > CustomInterMap > DocumentationIndex > FAQ > GroupAttributes > InterMap > LocalCustomizationsClear Trailscripts/ subdirectory (below the directory holding the pmwiki.php script) and the PmWiki Cookbook contain many example customizations that you can include in your config.php site configuration. The first few lines of each of these scripts generally contains instructions about how to enable (and use) the feature provided by the script--for most scripts, simply adding a line like
include_once("scripts/scriptfile.php");
$EnableStdConfig=0 in config.php.
include_once(...) to include it from config.php. If you do make your own customization script, you can safely put it in the local/ subdirectory--it won't get overwritten by an upgrade there. You might also want to submit your customization to the pmwiki-users mailing list or the PmWiki.Cookbook so that others can benefit from your effort and so that it can perhaps be included in future releases of PmWiki.