diff options
author | pmichaud <pmichaud@524c5546-5005-0410-9a3e-e25e191bd360> | 2006-01-10 18:57:24 +0000 |
---|---|---|
committer | pmichaud <pmichaud@524c5546-5005-0410-9a3e-e25e191bd360> | 2006-01-10 18:57:24 +0000 |
commit | 751617a56cd886ee95008b4bdd7ffefc33f91369 (patch) | |
tree | 4261bc0dfb954dd0c1c956b04a99324e9e2fba05 /wikilib.d/PmWiki.BasicVariables | |
parent | fd765d4f4fe9d64ef4ead9da07d45a92aa0fdeab (diff) | |
download | pmwiki.svn-751617a56cd886ee95008b4bdd7ffefc33f91369.tar.bz2 |
git-svn-id: svn://pmwiki.org/pmwiki/trunk@1110 524c5546-5005-0410-9a3e-e25e191bd360
Diffstat (limited to 'wikilib.d/PmWiki.BasicVariables')
-rw-r--r-- | wikilib.d/PmWiki.BasicVariables | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/wikilib.d/PmWiki.BasicVariables b/wikilib.d/PmWiki.BasicVariables index 5949a984..6f438d47 100644 --- a/wikilib.d/PmWiki.BasicVariables +++ b/wikilib.d/PmWiki.BasicVariables @@ -1,9 +1,10 @@ -version=pmwiki-2.0.10 ordered=1 urlencoded=1 -agent=Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322) -author= -host=84.189.109.203 +version=pmwiki-2.1.beta17 ordered=1 urlencoded=1 +agent=Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5 +author=Pm +excerpt=%3cp>%3ca class='wikilink' href='http://www.pmwiki.org/wiki/PmWiki/Variables'>PmWiki.Variables%3c/a>%0a%3c/p>%0a%3cp class='vspace'>%3c/p>%3cdl>%3cdt>%3ca name='DefaultGroup' id='DefaultGroup'>%3c/a>%3ca class='varlink' href='http://www.pmwiki.org/wiki/PmWiki/BasicVariables#DefaultGroup'>%3ccode class='varlink'>$DefaultGroup%3c/code>%3c/a>%3c/dt>%3cdd>%3ca class='wikilink' href='http://www.pmwiki.org/wiki/PmWiki/WikiGroup'>WikiGroup%3c/a> used by default (on startup) when no group is specified in the URL. %0a%3cp class='vspace'>%3c/p>%3c/dd>%3cdt>%3ca name='DefaultName' id='DefaultName'>%3c/a>%3ca class='varlink' href='http://www.pmwiki.org/wi +host=24.1.26.255 name=PmWiki.BasicVariables -rev=33 -targets=PmWiki.Variables,PmWiki.LayoutVariables,PmWiki.WikiGroup,PmWiki.PmWiki,Site.Search,Site.EditForm,Site.PageNotFound,PmWiki.WikiWords,PmWiki.WikiWord,PmWiki.PerGroupCustomizations,PmWiki.LocalCustomizations,PmWiki.WikiGroups,PmWiki.AuthUser -text=%3c%3c|[[PmWiki.Variables]]|>>%0a%0a:$LastModifiedBy:Name of last author to have changed the current page%0a%0a:$DefaultGroup:[[WikiGroup]] used by default (on startup) when no group is specified in the URL. %0a%0a:$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.%0a%0a:$DefaultPage:Startup page when PmWiki is called without a page specified, normally ''$DefaultGroup.$DefaultName''%0a%0a:$SiteGroup:Default group for storing configuration and utility pages such as [[Site.Search]], [[Site.EditForm]], [[Site.PageNotFound]], etc.%0a%0a:$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.%0a $SpaceWikiWords = 1; # turn on WikiWord spacing%0a $SpaceWikiWords = 0; # turn off WikiWord spacing%0a%0a:$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.%0a $LinkWikiWords = 1; # turn on WikiWord links%0a $LinkWikiWords = 0; # disable WikiWord links%0a%0a:$AsSpacedFunction:The name of the function used to convert WikiWords into normal, spaced strings. Defaults to '`AsSpaced'.%0a $AsSpacedFunction = '`MyAsSpaced';%0a%0a:$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.%0a $EnablePGCust=0; # turn off per-page/group configs%0a%0a:$GroupPattern: The regular expression pattern used for valid [[WikiGroup(s)]] 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).%0a # limit groups to Main, PmWiki, and `MyGroup%0a $GroupPattern = '(?:Main|PmWiki|`MyGroup)';%0a%0a:$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. %0a%0a:$WikiWordPattern: The pattern that describes a WikiWord.%0a%0a:[=$=]Author: Set to the current reader, who is potentially an author ([[PmWiki:AuthoringPhilosophy|see discussion]])%0a%0a:$AuthorGroup: The WikiGroup for user profiles. Defaults to 'Profiles'.%0a [@$AuthorGroup = 'Users';@]%0a%0a:$AuthID: For sites using [[AuthUser | user-based authorization]], tracks the "reader" or login name.%0a%0a:$TimeFmt: The format to use for dates and times, in [[http://www.php.net/strftime | strftime()]] format. The default value is [@'%25B %25d, %25Y at %25I:%25M %25p'@], which gives dates of the form "September 8, 2005 at 10:57 PM".%0a [@$TimeFmt = '%25B %25d, %25Y'; # dates as "September 8, 2005"%0a $TimeFmt = '%25Y-%25m-%25d'; # dates as "2005-09-08"@]%0a%0a:$LogoutRedirectFmt: Identifies the page to which the visitor should be sent after an [@?action=logout@]. Defaults to the current page.%0a [@$LogoutRedirectFmt = 'Site.Logout'; # ?action=logout target@]%0a%0a%0a:$LogoutCookies: An array of cookie names to be removed when [@?action=logout@] is invoked.%0a%0a:$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.%0a [@$CookiePrefix = 'pmwiki_';@] # set cookie prefix to 'pmwiki_'%0a%0a:$Version: A string representing the release version of PmWiki, as in "pmwiki-2.1.40".%0a%0a:$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. -time=1128069663 +rev=34 +targets=PmWiki.Variables,PmWiki.WikiGroup,Site.Search,Site.EditForm,Site.PageNotFound,PmWiki.PerGroupCustomizations,PmWiki.LocalCustomizations,PmWiki.WikiGroups,PmWiki.AuthUser +text=%3c%3c|[[PmWiki.Variables]]|>>%0a%0a:$DefaultGroup:[[WikiGroup]] used by default (on startup) when no group is specified in the URL. %0a%0a:$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.%0a%0a:$DefaultPage:Startup page when PmWiki is called without a page specified, normally ''$DefaultGroup.$DefaultName''%0a%0a:$SiteGroup:Default group for storing configuration and utility pages such as [[Site.Search]], [[Site.EditForm]], [[Site.PageNotFound]], etc.%0a%0a:$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.%0a $SpaceWikiWords = 1; # turn on WikiWord spacing%0a $SpaceWikiWords = 0; # turn off WikiWord spacing%0a%0a:$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.%0a $LinkWikiWords = 1; # turn on WikiWord links%0a $LinkWikiWords = 0; # disable WikiWord links%0a%0a:$AsSpacedFunction:The name of the function used to convert WikiWords into normal, spaced strings. Defaults to '`AsSpaced'.%0a $AsSpacedFunction = '`MyAsSpaced';%0a%0a:$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.%0a $EnablePGCust=0; # turn off per-page/group configs%0a%0a:$GroupPattern: The regular expression pattern used for valid [[WikiGroup(s)]] 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).%0a # limit groups to Main, PmWiki, and `MyGroup%0a $GroupPattern = '(?:Main|PmWiki|`MyGroup)';%0a%0a:$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. %0a%0a:$WikiWordPattern: The pattern that describes a WikiWord.%0a%0a:[=$=]Author: Set to the current reader, who is potentially an author ([[PmWiki:AuthoringPhilosophy|see discussion]])%0a%0a:$AuthorGroup: The WikiGroup for user profiles. Defaults to 'Profiles'.%0a [@$AuthorGroup = 'Users';@]%0a%0a:$AuthID: For sites using [[AuthUser | user-based authorization]], tracks the "reader" or login name.%0a%0a:$TimeFmt: The format to use for dates and times, in [[http://www.php.net/strftime | strftime()]] format. The default value is [@'%25B %25d, %25Y at %25I:%25M %25p'@], which gives dates of the form "September 8, 2005 at 10:57 PM".%0a [@$TimeFmt = '%25B %25d, %25Y'; # dates as "September 8, 2005"%0a $TimeFmt = '%25Y-%25m-%25d'; # dates as "2005-09-08"@]%0a%0a:$LogoutRedirectFmt: Identifies the page to which the visitor should be sent after an [@?action=logout@]. Defaults to the current page.%0a [@$LogoutRedirectFmt = 'Site.Logout'; # ?action=logout target@]%0a%0a:$LogoutCookies: An array of cookie names to be removed when [@?action=logout@] is invoked.%0a%0a:$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.%0a [@$CookiePrefix = 'pmwiki_';@] # set cookie prefix to 'pmwiki_'%0a%0a:$Version: A string representing the release version of PmWiki, as in "pmwiki-2.1.40".%0a%0a:$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. +time=1136054640 |