SearchWiki:

Welcome

GNUnilink

All Recent Changes Recent Changes Printable View Page History Edit Page
EditVariables

<< LinkVariables | PmWiki.Variables | UploadVariables? >>

$DeleteKeyPattern
The pattern used to determine if a page should be deleted. The default is to remove pages that contain only the single word "delete" (and optional spaces).
        # change delete word to "remove"
        $DeleteKeyPattern = "^\\s*remove\\s*$";
        # delete any page with no visible text, i.e., empty
        $DeleteKeyPattern = "^\\s*$";

$DefaultPageTextFmt
The text that should be displayed when editing or browsing non-existent pages.
        $DefaultPageTextFmt = 'Page $Name does not exist';

$EditFunctions

$ROSPatterns

$IsPagePosted

$PageEditFmt

$PagePreviewFmt

$HandleEditFmt

Page last modified on October 09, 2004, at 08:04 PM