PmWiki.BasicVariables History

Hide minor edits - Show changes to output - Cancel

June 16, 2012, at 11:10 AM JST by qchhlgfp - MDoRrfyfNI
Changed line 1 from:
5CXZ9u <a href="http://tgsxkglfvwkr.com/">tgsxkglfvwkr</a>
to:
5jKm27 , [url=http://llydjhjiiecr.com/]llydjhjiiecr[/url], [link=http://fnvoxojtmrqe.com/]fnvoxojtmrqe[/link], http://mljteysfattd.com/
June 15, 2012, at 02:16 PM JST by dvnxqfly - yPiQUDsWjdfZCXQHHzC
Changed line 1 from:
TC87h0 , [url=http://mfhhixwpdpjm.com/]mfhhixwpdpjm[/url], [link=http://ujzgadetdgey.com/]ujzgadetdgey[/link], http://zfwindxdwcmg.com/
to:
5CXZ9u <a href="http://tgsxkglfvwkr.com/">tgsxkglfvwkr</a>
June 14, 2012, at 09:48 PM JST by ytlsjms - nZlfJbUwBD
Changed line 1 from:
cNXHdq <a href="http://qodoqnfxcafd.com/">qodoqnfxcafd</a>
to:
TC87h0 , [url=http://mfhhixwpdpjm.com/]mfhhixwpdpjm[/url], [link=http://ujzgadetdgey.com/]ujzgadetdgey[/link], http://zfwindxdwcmg.com/
June 14, 2012, at 01:17 AM JST by wrrnzvjezs - GEhjDjElyMwJBk
Changed line 1 from:
You really make it seem so easy with your prtnoseatien but I find this topic to be really something which I think I would never understand. It seems too complicated and very broad for me. I am looking forward for your next post, I will try to get the hang of it!
to:
cNXHdq <a href="http://qodoqnfxcafd.com/">qodoqnfxcafd</a>
June 13, 2012, at 10:08 AM JST by Minjun - eDSmDtQYzyb
Changed lines 1-56 from:
<<|[[PmWiki.Variables]]|>>

:$DefaultGroup:[[WikiGroup]] used by default (on startup) when no group is specified in the URL.

:$DefaultName:Name of the default `HomePage of each WikiGroup. Used when the group doesn't have a page with the same name as the group.

:$DefaultPage:Startup page when PmWiki is called without a specified page, normally ''$DefaultGroup.$DefaultName''

:$SiteGroup:Default group for storing configuration and utility pages such as [[Site.Search]], [[Site.EditForm]], [[Site.PageNotFound]], etc.

:$SpaceWikiWords:If set, then WikiWords in pages are automatically spaced according to $AsSpacedFunction. Note that this value can also be affected by the [@(:spacewikiwords:)@] and [@(:nospacewikiwords:)@] directives.
$SpaceWikiWords = 1; # turn on WikiWord spacing
$SpaceWikiWords = 0; # turn off WikiWord spacing

:$LinkWikiWords:If set, then bare WikiWords in a page are automatically linked to pages of the same name. Note that this value can also be affected by the [@(:linkwikiwords:)@] and [@(:nolinkwikiwords:)@] directives.
$LinkWikiWords = 1; # turn on WikiWord links
$LinkWikiWords = 0; # disable WikiWord links

:$AsSpacedFunction:The name of the function used to convert WikiWords into normal, spaced strings. Defaults to '`AsSpaced'.
$AsSpacedFunction = '`MyAsSpaced';

:$EnablePGCust:Allows/disables per-page and [[PerGroupCustomizations | per-group customizations]]. Can be set to zero in any [[local customization(s)]] file to prevent remaining page/group customizations from being loaded.
$EnablePGCust=0; # turn off per-page/group configs

:$GroupPattern: The regular expression pattern used for valid [[WikiGroup]] name specifications. Defaults to allowing any group name beginning with an uppercase letter, but can be set to limit the valid group names (see Cookbook:LimitWikiGroups).
# limit groups to Site, PmWiki, and `MyGroup
$GroupPattern = '(?:Site|PmWiki|`MyGroup)';

:$NamePattern: The regular expression pattern used for valid page names. Defaults to allowing pages beginning with an uppercase letter or digit, followed by sequences of alphanumeric characters, hyphens, and underscores.

:$WikiWordPattern: The pattern that describes a WikiWord.

:$Author: Set to the current reader, who is potentially an author ([[PmWiki:AuthoringPhilosophy|see discussion]])

:$AuthorGroup: The WikiGroup for user profiles. Defaults to 'Profiles'.
[@$AuthorGroup = 'Users';@]

:$AuthId: For sites using [[AuthUser | user-based authorization]], tracks the "reader" or login name.

:$TimeFmt: The format to use for dates and times, in [[http://www.php.net/strftime | strftime()]] format. The default value is [@'%B %d, %Y at %I:%M %p'@], which gives dates of the form "September 8, 2005 at 10:57 PM".
[@$TimeFmt = '%B %d, %Y'; # dates as "September 8, 2005"
$TimeFmt = '%Y-%m-%d'; # dates as "2005-09-08"@]

:$LogoutRedirectFmt: Identifies the page to which the visitor should be sent after an [@?action=logout@]. Defaults to the current page.
[@$LogoutRedirectFmt = 'Site.Logout'; # ?action=logout target@]

:$LogoutCookies: An array of cookie names to be removed when [@?action=logout@] is invoked.

:$CookiePrefix: A string prefix to be prepended to cookies set from PmWiki scripts. It defaults to '', but can be set to a different value to avoid conflicts with similar-named cookies from other applications, or to allow multiple wikis from the same domain to store separate cookies.
[@$CookiePrefix = 'pmwiki_';@] # set cookie prefix to 'pmwiki_'
::If you have a [[WikiFarm(s)]], use the following in each field's ''config.php'' to get a unique prefix for each field in the farm, thus isolating each field's cookies.:
[@$CookiePrefix = substr($tmp = md5(__FILE__), 0, 5).'_';@]

:$Version: A string representing the release version of PmWiki, as in "{$Version}".

:$VersionNum: A number representing the release version of PmWiki, with the major and minor release components padded with zeroes to produce three digits. Thus, release "pmwiki-2.1.40" will have $VersionNum set to 2001040.
to:
You really make it seem so easy with your prtnoseatien but I find this topic to be really something which I think I would never understand. It seems too complicated and very broad for me. I am looking forward for your next post, I will try to get the hang of it!


Page last modified on June 16, 2012, at 11:10 AM JST