aboutsummaryrefslogtreecommitdiff
path: root/wikilib.d/PmWiki.BasicVariables
diff options
context:
space:
mode:
authorpmichaud <pmichaud@524c5546-5005-0410-9a3e-e25e191bd360>2005-09-09 17:01:04 +0000
committerpmichaud <pmichaud@524c5546-5005-0410-9a3e-e25e191bd360>2005-09-09 17:01:04 +0000
commit55071a55c7d4f9e2eccbd96f94c18970c540644b (patch)
tree532b6d8a6237976fc141f745e414ba992927dec5 /wikilib.d/PmWiki.BasicVariables
parent85aa4925782b4fa23825a0cda35bb3723df11428 (diff)
downloadpmwiki.svn-55071a55c7d4f9e2eccbd96f94c18970c540644b.tar.bz2
*** empty log message ***
git-svn-id: svn://pmwiki.org/trunk/pmwiki@848 524c5546-5005-0410-9a3e-e25e191bd360
Diffstat (limited to 'wikilib.d/PmWiki.BasicVariables')
-rw-r--r--wikilib.d/PmWiki.BasicVariables8
1 files changed, 4 insertions, 4 deletions
diff --git a/wikilib.d/PmWiki.BasicVariables b/wikilib.d/PmWiki.BasicVariables
index 4d0e2dec..1c2f4b8c 100644
--- a/wikilib.d/PmWiki.BasicVariables
+++ b/wikilib.d/PmWiki.BasicVariables
@@ -1,9 +1,9 @@
-version=pmwiki-2.0.beta55 ordered=1 urlencoded=1
+version=pmwiki-2.0.4 ordered=1 urlencoded=1
agent=Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6
author=Pm
host=24.1.26.255
name=PmWiki.BasicVariables
-rev=25
+rev=28
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:$AuthID: For sites using [[AuthUser | user-based authorization]], tracks the "reader" or login name.
-time=1125529388
+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:$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"@]
+time=1126238412