1 | | | | | # Local site settings for Foswiki. This file is managed by the 'configure' |
2 | | | | | # CGI script, though you can also make (careful!) manual changes with a |
3 | | | | | # text editor. See the Foswiki.spec file in this directory for documentation |
4 | | | | | # Extensions are documented in the Config.spec file in the Plugins/<extension> |
5 | | | | | # or Contrib/<extension> directories |
6 | 1 | 2µs | | | $Foswiki::cfg{DefaultUrlHost} = 'http://tetrawiki.mot-solutions.com'; |
7 | 1 | 900ns | | | $Foswiki::cfg{PermittedRedirectHostUrls} = 'http://ehc.comm.mot.com'; |
8 | 1 | 800ns | | | $Foswiki::cfg{ScriptUrlPath} = '/twiki/bin'; |
9 | 1 | 900ns | | | $Foswiki::cfg{ScriptUrlPaths}{view} = '$Foswiki::cfg{ScriptUrlPath}/view$Foswiki::cfg{ScriptSuffix}'; |
10 | 1 | 600ns | | | $Foswiki::cfg{ScriptDir} = '/var/www/foswiki/bin'; |
11 | 1 | 500ns | | | $Foswiki::cfg{PubUrlPath} = '/twiki/pub'; |
12 | 1 | 500ns | | | $Foswiki::cfg{PathCheckLimit} = '5000'; |
13 | 1 | 600ns | | | $Foswiki::cfg{PubDir} = '/var/www/foswiki/pub'; |
14 | 1 | 700ns | | | $Foswiki::cfg{DataDir} = '/var/www/foswiki/data'; |
15 | 1 | 500ns | | | $Foswiki::cfg{ToolsDir} = '/var/www/foswiki/tools'; |
16 | 1 | 11µs | | | $Foswiki::cfg{TemplateDir} = '/var/www/foswiki/templates'; |
17 | 1 | 500ns | | | $Foswiki::cfg{LocalesDir} = '/var/www/foswiki/locale'; |
18 | 1 | 500ns | | | $Foswiki::cfg{WorkingDir} = '/var/www/foswiki/working'; |
19 | 1 | 300ns | | | $Foswiki::cfg{ScriptSuffix} = ''; |
20 | 1 | 400ns | | | $Foswiki::cfg{OS} = 'UNIX'; |
21 | 1 | 500ns | | | $Foswiki::cfg{DetailedOS} = 'linux'; |
22 | 1 | 400ns | | | $Foswiki::cfg{UseClientSessions} = 1; |
23 | 1 | 800ns | | | $Foswiki::cfg{Sessions}{ExpireAfter} = '-21600'; |
24 | 1 | 400ns | | | $Foswiki::cfg{Sessions}{ExpireCookiesAfter} = 0; |
25 | 1 | 400ns | | | $Foswiki::cfg{Sessions}{IDsInURLs} = 0; |
26 | 1 | 400ns | | | $Foswiki::cfg{Sessions}{UseIPMatching} = 0; |
27 | 1 | 300ns | | | $Foswiki::cfg{Sessions}{MapIP2SID} = 0; |
28 | 1 | 400ns | | | $Foswiki::cfg{Sessions}{CookieRealm} = ''; |
29 | 1 | 400ns | | | $Foswiki::cfg{Validation}{Method} = 'strikeone'; |
30 | 1 | 500ns | | | $Foswiki::cfg{Validation}{ValidForTime} = '7200'; |
31 | 1 | 500ns | | | $Foswiki::cfg{Validation}{MaxKeysPerSession} = '10000'; |
32 | 1 | 400ns | | | $Foswiki::cfg{Validation}{ExpireKeyOnUse} = 0; |
33 | 1 | 300ns | | | $Foswiki::cfg{LoginManager} = 'Foswiki::LoginManager::ApacheLogin'; |
34 | 1 | 300ns | | | $Foswiki::cfg{AuthScripts} = 'attach,compareauth,edit,manage,previewauth,rdiffauth,rename,rest,restauth,save,statistics,upload,viewauth,viewfileauth'; |
35 | 1 | 500ns | | | $Foswiki::cfg{TemplateLogin}{PreventBrowserRememberingPassword} = 0; |
36 | 1 | 4µs | | | $Foswiki::cfg{LoginNameFilterIn} = '^[^\\s\\*?~^\\$@%`"\'&;|<>\\x00-\\x1f]+$'; |
37 | 1 | 600ns | | | $Foswiki::cfg{DefaultUserLogin} = 'guest'; |
38 | 1 | 400ns | | | $Foswiki::cfg{DefaultUserWikiName} = 'WikiGuest'; |
39 | 1 | 300ns | | | $Foswiki::cfg{AdminUserLogin} = 'admin'; |
40 | 1 | 300ns | | | $Foswiki::cfg{AdminUserWikiName} = 'AdminUser'; |
41 | 1 | 400ns | | | $Foswiki::cfg{SuperAdminGroup} = 'AdminGroup'; |
42 | 1 | 300ns | | | $Foswiki::cfg{UsersTopicName} = 'WikiUsers'; |
43 | 1 | 400ns | | | $Foswiki::cfg{AuthRealm} = 'Enter your WikiName. (First name and last name, no space, no dots, capitalized, e.g. JohnSmith). Cancel to register if you do not have one.'; |
44 | 1 | 400ns | | | $Foswiki::cfg{UserMappingManager} = 'Foswiki::Users::TopicUserMapping'; |
45 | 1 | 300ns | | | $Foswiki::cfg{PasswordManager} = 'none'; |
46 | 1 | 600ns | | | $Foswiki::cfg{MinPasswordLength} = '1'; |
47 | 1 | 500ns | | | $Foswiki::cfg{Htpasswd}{FileName} = '$Foswiki::cfg{DataDir}/.htpasswd'; |
48 | 1 | 400ns | | | $Foswiki::cfg{Htpasswd}{Encoding} = 'crypt'; |
49 | 1 | 400ns | | | $Foswiki::cfg{Register}{AllowLoginName} = 1; |
50 | 1 | 400ns | | | $Foswiki::cfg{Register}{EnableNewUserRegistration} = 1; |
51 | 1 | 400ns | | | $Foswiki::cfg{Register}{NeedVerification} = 0; |
52 | 1 | 400ns | | | $Foswiki::cfg{Register}{DisablePasswordConfirmation} = 0; |
53 | 1 | 400ns | | | $Foswiki::cfg{Register}{HidePasswd} = 1; |
54 | 1 | 400ns | | | $Foswiki::cfg{Register}{RegistrationAgentWikiName} = 'RegistrationAgent'; |
55 | 1 | 300ns | | | $Foswiki::cfg{Password} = '/VYFawhMmqfhQ'; |
56 | 1 | 600ns | | | $Foswiki::cfg{SafeEnvPath} = '/sbin:/usr/sbin:/bin:/usr/bin'; |
57 | 1 | 14µs | | | $Foswiki::cfg{AccessibleCFG} = [ |
58 | | | | | '{ScriptSuffix}', |
59 | | | | | '{LoginManager}', |
60 | | | | | '{AuthScripts}', |
61 | | | | | '{LoginNameFilterIn}', |
62 | | | | | '{AdminUserLogin}', |
63 | | | | | '{AdminUserWikiName}', |
64 | | | | | '{SuperAdminGroup}', |
65 | | | | | '{UsersTopicName}', |
66 | | | | | '{AuthRealm}', |
67 | | | | | '{MinPasswordLength}', |
68 | | | | | '{Register}{AllowLoginName}', |
69 | | | | | '{Register}{EnableNewUserRegistration}', |
70 | | | | | '{Register}{NeedVerification}', |
71 | | | | | '{Register}{RegistrationAgentWikiName}', |
72 | | | | | '{AllowInlineScript}', |
73 | | | | | '{DenyDotDotInclude}', |
74 | | | | | '{UploadFilter}', |
75 | | | | | '{NameFilter}', |
76 | | | | | '{AccessibleCFG}', |
77 | | | | | '{AntiSpam}{EmailPadding}', |
78 | | | | | '{AntiSpam}{HideUserDetails}', |
79 | | | | | '{AntiSpam}{RobotsAreWelcome}', |
80 | | | | | '{Stats}{TopViews}', |
81 | | | | | '{Stats}{TopContrib}', |
82 | | | | | '{Stats}{TopicName}', |
83 | | | | | '{UserInterfaceInternationalisation}', |
84 | | | | | '{UseLocale}', |
85 | | | | | '{Site}{Locale}', |
86 | | | | | '{Site}{CharSet}', |
87 | | | | | '{DisplayTimeValues}', |
88 | | | | | '{DefaultDateFormat}', |
89 | | | | | '{Site}{LocaleRegexes}', |
90 | | | | | '{UpperNational}', |
91 | | | | | '{LowerNational}', |
92 | | | | | '{PluralToSingular}', |
93 | | | | | '{EnableHierarchicalWebs}', |
94 | | | | | '{WebMasterEmail}', |
95 | | | | | '{WebMasterName}', |
96 | | | | | '{NotifyTopicName}', |
97 | | | | | '{SystemWebName}', |
98 | | | | | '{TrashWebName}', |
99 | | | | | '{SitePrefsTopicName}', |
100 | | | | | '{LocalSitePreferences}', |
101 | | | | | '{HomeTopicName}', |
102 | | | | | '{WebPrefsTopicName}', |
103 | | | | | '{UsersWebName}', |
104 | | | | | '{TemplatePath}', |
105 | | | | | '{LinkProtocolPattern}', |
106 | | | | | '{NumberOfRevisions}', |
107 | | | | | '{MaxRevisionsInADiff}', |
108 | | | | | '{ReplaceIfEditedAgainWithin}', |
109 | | | | | '{LeaseLength}', |
110 | | | | | '{LeaseLengthLessForceful}', |
111 | | | | | '{Plugins}{WebSearchPath}', |
112 | | | | | '{PluginsOrder}', |
113 | | | | | '{Cache}{Enabled}', |
114 | | | | | '{Validation}{Method}', |
115 | | | | | '{Register}{DisablePasswordConfirmation}' |
116 | | | | | ]; |
117 | 1 | 500ns | | | $Foswiki::cfg{INCLUDE}{AllowURLs} = 1; |
118 | 1 | 300ns | | | $Foswiki::cfg{AllowInlineScript} = 1; |
119 | 1 | 300ns | | | $Foswiki::cfg{RenderLoggedInButUnknownUsers} = 0; |
120 | 1 | 200ns | | | $Foswiki::cfg{DenyDotDotInclude} = 1; |
121 | 1 | 11µs | | | $Foswiki::cfg{UploadFilter} = '^(\\.htaccess|.*\\.(?i)(?:php[0-9s]?(\\..*)?|[sp]htm[l]?(\\..*)?|pl|py|cgi))$'; |
122 | 1 | 2µs | | | $Foswiki::cfg{NameFilter} = '[\\s\\*?~^\\$@%`"\'&;|<>\\[\\]#\\x00-\\x1f]'; |
123 | 1 | 300ns | | | $Foswiki::cfg{ForceUnsafeRegexes} = 0; |
124 | 1 | 300ns | | | $Foswiki::cfg{GetScriptUrlFromCgi} = 0; |
125 | 1 | 200ns | | | $Foswiki::cfg{DrainStdin} = 0; |
126 | 1 | 300ns | | | $Foswiki::cfg{RemovePortNumber} = 0; |
127 | 1 | 200ns | | | $Foswiki::cfg{AllowRedirectUrl} = 1; |
128 | 1 | 300ns | | | $Foswiki::cfg{UsePathForRedirectCache} = 0; |
129 | 1 | 300ns | | | $Foswiki::cfg{AccessibleENV} = '^(HTTP_\\w+|REMOTE_\\w+|SERVER_\\w+|REQUEST_\\w+|MOD_PERL|FOSWIKI_ACTION|PATH_INFO)$'; |
130 | 1 | 500ns | | | $Foswiki::cfg{AntiSpam}{EmailPadding} = ''; |
131 | 1 | 400ns | | | $Foswiki::cfg{AntiSpam}{HideUserDetails} = 0; |
132 | 1 | 300ns | | | $Foswiki::cfg{AntiSpam}{RobotsAreWelcome} = 1; |
133 | 1 | 400ns | | | $Foswiki::cfg{Log}{Dir} = '$Foswiki::cfg{WorkingDir}/logs'; |
134 | 1 | 400ns | | | $Foswiki::cfg{Log}{Implementation} = 'Foswiki::Logger::PlainFile'; |
135 | 1 | 9µs | | | $Foswiki::cfg{Log}{Action} = { |
136 | | | | | 'attach' => 1, |
137 | | | | | 'changes' => 1, |
138 | | | | | 'edit' => 1, |
139 | | | | | 'rdiff' => 1, |
140 | | | | | 'register' => 1, |
141 | | | | | 'rename' => 1, |
142 | | | | | 'rest' => 1, |
143 | | | | | 'save' => 1, |
144 | | | | | 'search' => 1, |
145 | | | | | 'upload' => 1, |
146 | | | | | 'view' => 1, |
147 | | | | | 'viewfile' => 1 |
148 | | | | | }; |
149 | 1 | 600ns | | | $Foswiki::cfg{Stats}{TopViews} = '30'; |
150 | 1 | 400ns | | | $Foswiki::cfg{Stats}{TopContrib} = '30'; |
151 | 1 | 400ns | | | $Foswiki::cfg{Stats}{TopicName} = 'WebStatistics'; |
152 | 1 | 400ns | | | $Foswiki::cfg{UserInterfaceInternationalisation} = 0; |
153 | 1 | 11µs | | | $Foswiki::cfg{Languages}{fr}{Enabled} = 1; |
154 | 1 | 500ns | | | $Foswiki::cfg{Languages}{nl}{Enabled} = 1; |
155 | 1 | 500ns | | | $Foswiki::cfg{Languages}{tr}{Enabled} = 1; |
156 | 1 | 400ns | | | $Foswiki::cfg{Languages}{sv}{Enabled} = 1; |
157 | 1 | 400ns | | | $Foswiki::cfg{Languages}{cs}{Enabled} = 1; |
158 | 1 | 400ns | | | $Foswiki::cfg{Languages}{pl}{Enabled} = 1; |
159 | 1 | 400ns | | | $Foswiki::cfg{Languages}{it}{Enabled} = 1; |
160 | 1 | 400ns | | | $Foswiki::cfg{Languages}{pt}{Enabled} = 1; |
161 | 1 | 400ns | | | $Foswiki::cfg{Languages}{ru}{Enabled} = 1; |
162 | 1 | 400ns | | | $Foswiki::cfg{Languages}{'zh-cn'}{Enabled} = 1; |
163 | 1 | 600ns | | | $Foswiki::cfg{Languages}{ja}{Enabled} = 1; |
164 | 1 | 500ns | | | $Foswiki::cfg{Languages}{da}{Enabled} = 1; |
165 | 1 | 500ns | | | $Foswiki::cfg{Languages}{bg}{Enabled} = 1; |
166 | 1 | 400ns | | | $Foswiki::cfg{Languages}{no}{Enabled} = 1; |
167 | 1 | 400ns | | | $Foswiki::cfg{Languages}{ko}{Enabled} = 1; |
168 | 1 | 600ns | | | $Foswiki::cfg{Languages}{fi}{Enabled} = 1; |
169 | 1 | 400ns | | | $Foswiki::cfg{Languages}{'zh-tw'}{Enabled} = 1; |
170 | 1 | 500ns | | | $Foswiki::cfg{Languages}{de}{Enabled} = 1; |
171 | 1 | 400ns | | | $Foswiki::cfg{Languages}{'pt-br'}{Enabled} = 1; |
172 | 1 | 400ns | | | $Foswiki::cfg{Languages}{es}{Enabled} = 1; |
173 | 1 | 300ns | | | $Foswiki::cfg{UseLocale} = 1; |
174 | 1 | 600ns | | | $Foswiki::cfg{Site}{Locale} = 'en_US.ISO-8859-1'; |
175 | 1 | 300ns | | | $Foswiki::cfg{DisplayTimeValues} = 'gmtime'; |
176 | 1 | 300ns | | | $Foswiki::cfg{DefaultDateFormat} = '$day $month $year'; |
177 | 1 | 400ns | | | $Foswiki::cfg{Site}{LocaleRegexes} = 1; |
178 | 1 | 300ns | | | $Foswiki::cfg{UpperNational} = ''; |
179 | 1 | 300ns | | | $Foswiki::cfg{LowerNational} = ''; |
180 | 1 | 300ns | | | $Foswiki::cfg{PluralToSingular} = 1; |
181 | 1 | 400ns | | | $Foswiki::cfg{Store}{Implementation} = 'Foswiki::Store::RcsWrap'; |
182 | 1 | 200ns | | | $Foswiki::cfg{EnableHierarchicalWebs} = 1; |
183 | 1 | 400ns | | | $Foswiki::cfg{Store}{RememberChangesFor} = 2678400; |
184 | 1 | 500ns | | | $Foswiki::cfg{Store}{SearchAlgorithm} = 'Foswiki::Store::SearchAlgorithms::Forking'; |
185 | 1 | 400ns | | | $Foswiki::cfg{Store}{EgrepCmd} = '/bin/grep -E %CS{|-i}% %DET{|-l}% -H -- %TOKEN|U% %FILES|F%'; |
186 | 1 | 300ns | | | $Foswiki::cfg{Store}{FgrepCmd} = '/bin/grep -F %CS{|-i}% %DET{|-l}% -H -- %TOKEN|U% %FILES|F%'; |
187 | 1 | 300ns | | | $Foswiki::cfg{Store}{QueryAlgorithm} = 'Foswiki::Store::QueryAlgorithms::BruteForce'; |
188 | 1 | 300ns | | | $Foswiki::cfg{Store}{PrefsBackend} = 'Foswiki::Prefs::TopicRAM'; |
189 | 1 | 400ns | | | $Foswiki::cfg{RCS}{dirPermission} = 493; |
190 | 1 | 400ns | | | $Foswiki::cfg{RCS}{filePermission} = 420; |
191 | 1 | 300ns | | | $Foswiki::cfg{RCS}{AutoAttachPubFiles} = 0; |
192 | 1 | 300ns | | | $Foswiki::cfg{RCS}{ExtOption} = ''; |
193 | 1 | 2µs | | | $Foswiki::cfg{RCS}{asciiFileSuffixes} = '\\.(txt|html|xml|pl)$'; |
194 | 1 | 500ns | | | $Foswiki::cfg{RCS}{coMustCopy} = 0; |
195 | 1 | 400ns | | | $Foswiki::cfg{RCS}{initBinaryCmd} = '/usr/bin/rcs -i -t-none -kb %FILENAME|F%'; |
196 | 1 | 400ns | | | $Foswiki::cfg{RCS}{initTextCmd} = '/usr/bin/rcs -i -t-none -ko %FILENAME|F%'; |
197 | 1 | 300ns | | | $Foswiki::cfg{RCS}{tmpBinaryCmd} = '/usr/bin/rcs -kb %FILENAME|F%'; |
198 | 1 | 300ns | | | $Foswiki::cfg{RCS}{ciCmd} = '/usr/bin/ci -m%COMMENT|U% -t-none -w%USERNAME|S% -u %FILENAME|F%'; |
199 | 1 | 400ns | | | $Foswiki::cfg{RCS}{ciDateCmd} = '/usr/bin/ci -m%COMMENT|U% -t-none -d%DATE|D% -u -w%USERNAME|S% %FILENAME|F%'; |
200 | 1 | 300ns | | | $Foswiki::cfg{RCS}{coCmd} = '/usr/bin/co -p%REVISION|N% -ko %FILENAME|F%'; |
201 | 1 | 400ns | | | $Foswiki::cfg{RCS}{histCmd} = '/usr/bin/rlog -h %FILENAME|F%'; |
202 | 1 | 300ns | | | $Foswiki::cfg{RCS}{infoCmd} = '/usr/bin/rlog -r%REVISION|N% %FILENAME|F%'; |
203 | 1 | 400ns | | | $Foswiki::cfg{RCS}{rlogDateCmd} = '/usr/bin/rlog -d%DATE|D% %FILENAME|F%'; |
204 | 1 | 400ns | | | $Foswiki::cfg{RCS}{diffCmd} = '/usr/bin/rcsdiff -q -w -B -r%REVISION1|N% -r%REVISION2|N% -ko --unified=%CONTEXT|N% %FILENAME|F%'; |
205 | 1 | 400ns | | | $Foswiki::cfg{RCS}{lockCmd} = '/usr/bin/rcs -l %FILENAME|F%'; |
206 | 1 | 300ns | | | $Foswiki::cfg{RCS}{unlockCmd} = '/usr/bin/rcs -u %FILENAME|F%'; |
207 | 1 | 400ns | | | $Foswiki::cfg{RCS}{breaklockCmd} = '/usr/bin/rcs -u -M %FILENAME|F%'; |
208 | 1 | 400ns | | | $Foswiki::cfg{RCS}{delRevCmd} = '/usr/bin/rcs -o%REVISION|N% %FILENAME|F%'; |
209 | 1 | 300ns | | | $Foswiki::cfg{HttpCompress} = 0; |
210 | 1 | 300ns | | | $Foswiki::cfg{MergeHeadAndScriptZones} = 0; |
211 | 1 | 500ns | | | $Foswiki::cfg{Cache}{Enabled} = 0; |
212 | 1 | 400ns | | | $Foswiki::cfg{Cache}{WebDependencies} = 'WebRss, WebAtom, WebTopicList, WebIndex, WebSearch, WebSearchAdvanced'; |
213 | 1 | 400ns | | | $Foswiki::cfg{Cache}{DependencyFilter} = '$Foswiki::cfg{SystemWebName}\\..*|$Foswiki::cfg{TrashWebName}\\..*|.*Template$|TWiki\\..*'; |
214 | 1 | 300ns | | | $Foswiki::cfg{CacheManager} = 'Foswiki::Cache::FileCache'; |
215 | 1 | 400ns | | | $Foswiki::cfg{MetaCacheManager} = 'Foswiki::Cache::DB_File'; |
216 | 1 | 400ns | | | $Foswiki::cfg{Cache}{RootDir} = '$Foswiki::cfg{WorkingDir}/tmp/cache'; |
217 | 1 | 500ns | | | $Foswiki::cfg{Cache}{DBFile} = '$Foswiki::cfg{WorkingDir}/tmp/foswiki_db'; |
218 | 1 | 400ns | | | $Foswiki::cfg{Cache}{NameSpace} = '$Foswiki::cfg{DefaultUrlHost}'; |
219 | 1 | 400ns | | | $Foswiki::cfg{Cache}{MaxSize} = 1000; |
220 | 1 | 400ns | | | $Foswiki::cfg{Cache}{Servers} = '127.0.0.1:11211'; |
221 | 1 | 300ns | | | $Foswiki::cfg{EnableEmail} = 1; |
222 | 1 | 600ns | | | $Foswiki::cfg{WebMasterEmail} = 'kenneth.lavrsen@motorolasolutions.com'; |
223 | 1 | 300ns | | | $Foswiki::cfg{WebMasterName} = 'Wiki Administrator'; |
224 | 1 | 200ns | | | $Foswiki::cfg{MailProgram} = '/usr/sbin/sendmail -t -oi -oeq'; |
225 | 1 | 400ns | | | $Foswiki::cfg{SMTP}{MAILHOST} = 'remotesmtp.mot-solutions.com'; |
226 | 1 | 500ns | | | $Foswiki::cfg{SMTP}{SENDERHOST} = 'tetrawiki.mot-solutions.com'; |
227 | 1 | 400ns | | | $Foswiki::cfg{SMTP}{Username} = ''; |
228 | 1 | 400ns | | | $Foswiki::cfg{SMTP}{Password} = 'ehc...24'; |
229 | 1 | 500ns | | | $Foswiki::cfg{PROXY}{HOST} = ''; |
230 | 1 | 300ns | | | $Foswiki::cfg{PROXY}{PORT} = ''; |
231 | 1 | 600ns | | | $Foswiki::cfg{RemoveImgInMailnotify} = 1; |
232 | 1 | 400ns | | | $Foswiki::cfg{NotifyTopicName} = 'WebNotify'; |
233 | 1 | 400ns | | | $Foswiki::cfg{SMTP}{Debug} = 0; |
234 | 1 | 300ns | | | $Foswiki::cfg{SystemWebName} = 'System'; |
235 | 1 | 300ns | | | $Foswiki::cfg{TrashWebName} = 'Trash'; |
236 | 1 | 300ns | | | $Foswiki::cfg{SandboxWebName} = 'Sandbox'; |
237 | 1 | 200ns | | | $Foswiki::cfg{SitePrefsTopicName} = 'DefaultPreferences'; |
238 | 1 | 300ns | | | $Foswiki::cfg{LocalSitePreferences} = '$Foswiki::cfg{UsersWebName}.SitePreferences'; |
239 | 1 | 200ns | | | $Foswiki::cfg{HomeTopicName} = 'WebHome'; |
240 | 1 | 200ns | | | $Foswiki::cfg{WebPrefsTopicName} = 'WebPreferences'; |
241 | 1 | 200ns | | | $Foswiki::cfg{UsersWebName} = 'Main'; |
242 | 1 | 400ns | | | $Foswiki::cfg{TemplatePath} = '$Foswiki::cfg{TemplateDir}/$web/$name.$skin.tmpl, $Foswiki::cfg{TemplateDir}/$name.$skin.tmpl, $web.$skinSkin$nameTemplate, $Foswiki::cfg{SystemWebName}.$skinSkin$nameTemplate, $Foswiki::cfg{TemplateDir}/$web/$name.tmpl, $Foswiki::cfg{TemplateDir}/$name.tmpl, $web.$nameTemplate, $Foswiki::cfg{SystemWebName}.$nameTemplate'; |
243 | 1 | 200ns | | | $Foswiki::cfg{LinkProtocolPattern} = '(file|ftp|gopher|https|http|irc|mailto|news|nntp|telnet)'; |
244 | 1 | 200ns | | | $Foswiki::cfg{RequireCompatibleAnchors} = 1; |
245 | 1 | 400ns | | | $Foswiki::cfg{NumberOfRevisions} = '5'; |
246 | 1 | 200ns | | | $Foswiki::cfg{MaxRevisionsInADiff} = 25; |
247 | 1 | 200ns | | | $Foswiki::cfg{ReplaceIfEditedAgainWithin} = 3600; |
248 | 1 | 200ns | | | $Foswiki::cfg{LeaseLength} = 3600; |
249 | 1 | 200ns | | | $Foswiki::cfg{LeaseLengthLessForceful} = 3600; |
250 | 1 | 300ns | | | $Foswiki::cfg{MimeTypesFileName} = '$Foswiki::cfg{DataDir}/mime.types'; |
251 | 1 | 300ns | | | $Foswiki::cfg{WarningsAreErrors} = 0; |
252 | 1 | 4µs | | | $Foswiki::cfg{Operators}{Query} = [ |
253 | | | | | 'Foswiki::Query::OP_match', |
254 | | | | | 'Foswiki::Query::OP_and', |
255 | | | | | 'Foswiki::Query::OP_eq', |
256 | | | | | 'Foswiki::Query::OP_lc', |
257 | | | | | 'Foswiki::Query::OP_lte', |
258 | | | | | 'Foswiki::Query::OP_not', |
259 | | | | | 'Foswiki::Query::OP_ref', |
260 | | | | | 'Foswiki::Query::OP_d2n', |
261 | | | | | 'Foswiki::Query::OP_gte', |
262 | | | | | 'Foswiki::Query::OP_length', |
263 | | | | | 'Foswiki::Query::OP_lt', |
264 | | | | | 'Foswiki::Query::OP_ob', |
265 | | | | | 'Foswiki::Query::OP_uc', |
266 | | | | | 'Foswiki::Query::OP_dot', |
267 | | | | | 'Foswiki::Query::OP_gt', |
268 | | | | | 'Foswiki::Query::OP_like', |
269 | | | | | 'Foswiki::Query::OP_ne', |
270 | | | | | 'Foswiki::Query::OP_or', |
271 | | | | | 'Foswiki::Query::OP_where' |
272 | | | | | ]; |
273 | 1 | 2µs | | | $Foswiki::cfg{Operators}{If} = [ |
274 | | | | | 'Foswiki::If::OP_allows', |
275 | | | | | 'Foswiki::If::OP_defined', |
276 | | | | | 'Foswiki::If::OP_isempty', |
277 | | | | | 'Foswiki::If::OP_ingroup', |
278 | | | | | 'Foswiki::If::OP_isweb', |
279 | | | | | 'Foswiki::If::OP_context', |
280 | | | | | 'Foswiki::If::OP_dollar', |
281 | | | | | 'Foswiki::If::OP_istopic' |
282 | | | | | ]; |
283 | 1 | 400ns | | | $Foswiki::cfg{ExtensionsRepositories} = 'Foswiki.org=(http://foswiki.org/Extensions/,http://foswiki.org/pub/Extensions/)'; |
284 | 1 | 600ns | | | $Foswiki::cfg{Plugins}{AutoViewTemplatePlugin}{Enabled} = 1; |
285 | 1 | 500ns | | | $Foswiki::cfg{Plugins}{AutoViewTemplatePlugin}{Module} = 'Foswiki::Plugins::AutoViewTemplatePlugin'; |
286 | 1 | 500ns | | | $Foswiki::cfg{Plugins}{CommentPlugin}{Enabled} = 1; |
287 | 1 | 600ns | | | $Foswiki::cfg{Plugins}{CommentPlugin}{Module} = 'Foswiki::Plugins::CommentPlugin'; |
288 | 1 | 500ns | | | $Foswiki::cfg{Plugins}{CompareRevisionsAddonPlugin}{Enabled} = 1; |
289 | 1 | 500ns | | | $Foswiki::cfg{Plugins}{CompareRevisionsAddonPlugin}{Module} = 'Foswiki::Plugins::CompareRevisionsAddonPlugin'; |
290 | 1 | 600ns | | | $Foswiki::cfg{Plugins}{EditTablePlugin}{Enabled} = 1; |
291 | 1 | 500ns | | | $Foswiki::cfg{Plugins}{EditTablePlugin}{Module} = 'Foswiki::Plugins::EditTablePlugin'; |
292 | 1 | 1µs | | | $Foswiki::cfg{Plugins}{EmptyPlugin}{Module} = 'Foswiki::Plugins::EmptyPlugin'; |
293 | 1 | 600ns | | | $Foswiki::cfg{Plugins}{HistoryPlugin}{Enabled} = 1; |
294 | 1 | 500ns | | | $Foswiki::cfg{Plugins}{HistoryPlugin}{Module} = 'Foswiki::Plugins::HistoryPlugin'; |
295 | 1 | 500ns | | | $Foswiki::cfg{Plugins}{InterwikiPlugin}{Enabled} = 1; |
296 | 1 | 400ns | | | $Foswiki::cfg{Plugins}{InterwikiPlugin}{Module} = 'Foswiki::Plugins::InterwikiPlugin'; |
297 | 1 | 400ns | | | $Foswiki::cfg{Plugins}{JQueryPlugin}{Enabled} = 1; |
298 | 1 | 500ns | | | $Foswiki::cfg{Plugins}{JQueryPlugin}{Module} = 'Foswiki::Plugins::JQueryPlugin'; |
299 | 1 | 500ns | | | $Foswiki::cfg{Plugins}{MailerContribPlugin}{Enabled} = 1; |
300 | 1 | 400ns | | | $Foswiki::cfg{Plugins}{MailerContribPlugin}{Module} = 'Foswiki::Plugins::MailerContribPlugin'; |
301 | 1 | 500ns | | | $Foswiki::cfg{Plugins}{PreferencesPlugin}{Enabled} = 1; |
302 | 1 | 500ns | | | $Foswiki::cfg{Plugins}{PreferencesPlugin}{Module} = 'Foswiki::Plugins::PreferencesPlugin'; |
303 | 1 | 400ns | | | $Foswiki::cfg{Plugins}{RenderListPlugin}{Enabled} = 1; |
304 | 1 | 400ns | | | $Foswiki::cfg{Plugins}{RenderListPlugin}{Module} = 'Foswiki::Plugins::RenderListPlugin'; |
305 | 1 | 400ns | | | $Foswiki::cfg{Plugins}{SlideShowPlugin}{Enabled} = 1; |
306 | 1 | 400ns | | | $Foswiki::cfg{Plugins}{SlideShowPlugin}{Module} = 'Foswiki::Plugins::SlideShowPlugin'; |
307 | 1 | 400ns | | | $Foswiki::cfg{Plugins}{SmiliesPlugin}{Enabled} = 1; |
308 | 1 | 500ns | | | $Foswiki::cfg{Plugins}{SmiliesPlugin}{Module} = 'Foswiki::Plugins::SmiliesPlugin'; |
309 | 1 | 500ns | | | $Foswiki::cfg{Plugins}{SpreadSheetPlugin}{Enabled} = 1; |
310 | 1 | 500ns | | | $Foswiki::cfg{Plugins}{SpreadSheetPlugin}{Module} = 'Foswiki::Plugins::SpreadSheetPlugin'; |
311 | 1 | 400ns | | | $Foswiki::cfg{Plugins}{TablePlugin}{Enabled} = 1; |
312 | 1 | 400ns | | | $Foswiki::cfg{Plugins}{TablePlugin}{Module} = 'Foswiki::Plugins::TablePlugin'; |
313 | 1 | 400ns | | | $Foswiki::cfg{Plugins}{TinyMCEPlugin}{Enabled} = 1; |
314 | 1 | 400ns | | | $Foswiki::cfg{Plugins}{TinyMCEPlugin}{Module} = 'Foswiki::Plugins::TinyMCEPlugin'; |
315 | 1 | 500ns | | | $Foswiki::cfg{Plugins}{TWikiCompatibilityPlugin}{Enabled} = 0; |
316 | 1 | 500ns | | | $Foswiki::cfg{Plugins}{TWikiCompatibilityPlugin}{Module} = 'Foswiki::Plugins::TWikiCompatibilityPlugin'; |
317 | 1 | 400ns | | | $Foswiki::cfg{Plugins}{TwistyPlugin}{Enabled} = 1; |
318 | 1 | 400ns | | | $Foswiki::cfg{Plugins}{TwistyPlugin}{Module} = 'Foswiki::Plugins::TwistyPlugin'; |
319 | 1 | 400ns | | | $Foswiki::cfg{Plugins}{WysiwygPlugin}{Enabled} = 1; |
320 | 1 | 500ns | | | $Foswiki::cfg{Plugins}{WysiwygPlugin}{Module} = 'Foswiki::Plugins::WysiwygPlugin'; |
321 | 1 | 500ns | | | $Foswiki::cfg{PluginsOrder} = 'SpreadSheetPlugin,CommentPlugin,ActionTrackerPlugin'; |
322 | 1 | 300ns | | | $Foswiki::cfg{Plugins}{WebSearchPath} = '$Foswiki::cfg{SystemWebName}'; |
323 | 1 | 25µs | | | $Foswiki::cfg{Plugins}{TWikiCompatibilityPlugin}{TWikiWebTopicNameConversion} = { |
324 | | | | | 'ATasteOfTWiki' => 'BeginnersStartHere', |
325 | | | | | 'TWikiAccessControl' => 'AccessControl', |
326 | | | | | 'TWikiAddOns' => 'ContributedAddOns', |
327 | | | | | 'TWikiContribs' => 'Contribs', |
328 | | | | | 'TWikiContributor' => 'ProjectContributor', |
329 | | | | | 'TWikiCss' => 'CascadingStyleSheets', |
330 | | | | | 'TWikiDocGraphics' => 'DocumentGraphics', |
331 | | | | | 'TWikiDocumentation' => 'CompleteDocumentation', |
332 | | | | | 'TWikiDownload' => 'DownloadSources', |
333 | | | | | 'TWikiEditingShorthand' => 'EditingShorthand', |
334 | | | | | 'TWikiEnhancementRequests' => 'EnhancementRequests', |
335 | | | | | 'TWikiFAQ' => 'FrequentlyAskedQuestions', |
336 | | | | | 'TWikiFaqTemplate' => 'FaqTemplate', |
337 | | | | | 'TWikiForms' => 'DataForms', |
338 | | | | | 'TWikiGlossary' => 'GlossaryOfTerms', |
339 | | | | | 'TWikiHistory' => 'ReleaseHistory', |
340 | | | | | 'TWikiInstallationGuide' => 'InstallationGuide', |
341 | | | | | 'TWikiJavascripts' => 'JavascriptFiles', |
342 | | | | | 'TWikiLogos' => 'ProjectLogos', |
343 | | | | | 'TWikiMetaData' => 'MetaData', |
344 | | | | | 'TWikiPlannedFeatures' => '_remove_', |
345 | | | | | 'TWikiPlugins' => 'Plugins', |
346 | | | | | 'TWikiPreferences' => 'DefaultPreferences', |
347 | | | | | 'TWikiReferenceManual' => 'ReferenceManual', |
348 | | | | | 'TWikiRegistration' => 'UserRegistration', |
349 | | | | | 'TWikiRegistrationAgent' => 'RegistrationAgent', |
350 | | | | | 'TWikiReleaseNotes04x00' => '_remove_', |
351 | | | | | 'TWikiReleaseNotes04x01' => '_remove_', |
352 | | | | | 'TWikiReleaseNotes04x02' => 'ReleaseNotes01x00', |
353 | | | | | 'TWikiRenderingShortcut' => 'RenderingShortcut', |
354 | | | | | 'TWikiScripts' => 'CommandAndCGIScripts', |
355 | | | | | 'TWikiShorthand' => 'ShortHand', |
356 | | | | | 'TWikiSite' => '_remove_', |
357 | | | | | 'TWikiSiteTools' => 'SiteTools', |
358 | | | | | 'TWikiSkinBrowser' => 'SkinBrowser', |
359 | | | | | 'TWikiSkins' => 'Skins', |
360 | | | | | 'TWikiSystemRequirements' => 'SystemRequirements', |
361 | | | | | 'TWikiTemplates' => 'TemplateTopics', |
362 | | | | | 'TWikiTopics' => 'TopicsAndWebs', |
363 | | | | | 'TWikiTutorial' => 'TwentyMinuteTutorial', |
364 | | | | | 'TWikiUpgradeGuide' => 'UpgradeGuide', |
365 | | | | | 'TWikiUserAuthentication' => 'UserAuthentication', |
366 | | | | | 'TWikiUserMappingContrib' => 'TopicUserMappingContrib', |
367 | | | | | 'TWikiUserSetting' => 'UserSetting', |
368 | | | | | 'TWikiUsersGuide' => 'UsersGuide', |
369 | | | | | 'TWikiUsersTemplate' => 'UsersTemplate', |
370 | | | | | 'TWikiVariables' => 'Macros', |
371 | | | | | 'TWikiVariablesQuickStart' => 'MacrosQuickStart', |
372 | | | | | 'TWikiWebsTable' => 'WebsTable', |
373 | | | | | 'WhatDoesTWikiStandFor' => '_remove_' |
374 | | | | | }; |
375 | 1 | 5µs | | | $Foswiki::cfg{Plugins}{TWikiCompatibilityPlugin}{MainWebTopicNameConversion} = { |
376 | | | | | 'TWikiAdminGroup' => 'AdminGroup', |
377 | | | | | 'TWikiAdminUser' => 'AdminUser', |
378 | | | | | 'TWikiContributor' => 'ProjectContributor', |
379 | | | | | 'TWikiGroupTemplate' => 'GroupTemplate', |
380 | | | | | 'TWikiGroups' => 'WikiGroups', |
381 | | | | | 'TWikiGuest' => 'WikiGuest', |
382 | | | | | 'TWikiPreferences' => 'SitePreferences', |
383 | | | | | 'TWikiRegistrationAgent' => 'RegistrationAgent', |
384 | | | | | 'TWikiUsers' => 'WikiUsers' |
385 | | | | | }; |
386 | 1 | 2µs | | | $Foswiki::cfg{Plugins}{TWikiCompatibilityPlugin}{WebSearchPath} = { |
387 | | | | | 'System' => 'TWiki', |
388 | | | | | 'TWiki' => 'System' |
389 | | | | | }; |
390 | 1 | 700ns | | | $Foswiki::cfg{Plugins}{AutoViewTemplatePlugin}{Debug} = 0; |
391 | 1 | 500ns | | | $Foswiki::cfg{Plugins}{AutoViewTemplatePlugin}{Override} = 0; |
392 | 1 | 600ns | | | $Foswiki::cfg{Plugins}{AutoViewTemplatePlugin}{Mode} = 'section'; |
393 | 1 | 700ns | | | $Foswiki::cfg{Plugins}{TablePlugin}{DefaultAttributes} = 'tableborder="1" valign="top" headercolor="#000000" headerbg="#d6d3cf" headerbgsorted="#c4c1ba" databg="#ffffff,#f7f7f6" databgsorted="#f7f7f6,#f0f0ee" tablerules="rows" headerrules="cols" inlinemarkup="on"'; |
394 | 1 | 600ns | | | $Foswiki::cfg{Plugins}{TablePlugin}{Debug} = 0; |
395 | 1 | 700ns | | | $Foswiki::cfg{JQueryPlugin}{Debug} = 0; |
396 | 1 | 400ns | | | $Foswiki::cfg{JQueryPlugin}{MemoryCache} = 1; |
397 | 1 | 500ns | | | $Foswiki::cfg{JQueryPlugin}{IconSearchPath} = 'FamFamFamSilkIcons, FamFamFamSilkCompanion1Icons, FamFamFamFlagIcons, FamFamFamMiniIcons, FamFamFamMintIcons'; |
398 | 1 | 400ns | | | $Foswiki::cfg{JQueryPlugin}{NoConflict} = 0; |
399 | 1 | 600ns | | | $Foswiki::cfg{JQueryPlugin}{DefaultPlugins} = ''; |
400 | 1 | 500ns | | | $Foswiki::cfg{JQueryPlugin}{JQueryVersion} = 'jquery-1.8.3'; |
401 | 1 | 500ns | | | $Foswiki::cfg{JQueryPlugin}{JQueryTheme} = 'base'; |
402 | 1 | 1µs | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{Autocomplete}{Enabled} = 0; |
403 | 1 | 900ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{Bgiframe}{Enabled} = 1; |
404 | 1 | 1µs | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{Button}{Enabled} = 1; |
405 | 1 | 800ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{BlockUI}{Enabled} = 1; |
406 | 1 | 800ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{Chili}{Enabled} = 1; |
407 | 1 | 900ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{Corner}{Enabled} = 1; |
408 | 1 | 800ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{Cookie}{Enabled} = 1; |
409 | 1 | 1µs | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{Cycle}{Enabled} = 1; |
410 | 1 | 800ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{Debug}{Enabled} = 1; |
411 | 1 | 800ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{Easing}{Enabled} = 1; |
412 | 1 | 800ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{Farbtastic}{Enabled} = 1; |
413 | 1 | 800ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{Focus}{Enabled} = 1; |
414 | 1 | 800ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{Form}{Enabled} = 1; |
415 | 1 | 800ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{Foswiki}{Enabled} = 1; |
416 | 1 | 800ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{FluidFont}{Enabled} = 1; |
417 | 1 | 1µs | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{Gradient}{Enabled} = 1; |
418 | 1 | 900ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{HoverIntent}{Enabled} = 1; |
419 | 1 | 800ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{InnerFade}{Enabled} = 1; |
420 | 1 | 700ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{LiveQuery}{Enabled} = 1; |
421 | 1 | 800ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{LocalScroll}{Enabled} = 1; |
422 | 1 | 900ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{MaskedInput}{Enabled} = 1; |
423 | 1 | 800ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{Masonry}{Enabled} = 1; |
424 | 1 | 700ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{Media}{Enabled} = 1; |
425 | 1 | 700ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{Metadata}{Enabled} = 1; |
426 | 1 | 700ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{PopUpWindow}{Enabled} = 1; |
427 | 1 | 700ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{QueryObject}{Enabled} = 1; |
428 | 1 | 800ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{Rating}{Enabled} = 1; |
429 | 1 | 800ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{ScrollTo}{Enabled} = 1; |
430 | 1 | 700ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{SerialScroll}{Enabled} = 1; |
431 | 1 | 800ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{Shake}{Enabled} = 0; |
432 | 1 | 700ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{ShrinkUrls}{Enabled} = 1; |
433 | 1 | 2µs | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{SimpleModal}{Enabled} = 1; |
434 | 1 | 700ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{Slimbox}{Enabled} = 1; |
435 | 1 | 800ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{Superfish}{Enabled} = 1; |
436 | 1 | 900ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{Supersubs}{Enabled} = 1; |
437 | 1 | 700ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{Tabpane}{Enabled} = 1; |
438 | 1 | 2µs | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{TextboxList}{Enabled} = 1; |
439 | 1 | 800ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{Tooltip}{Enabled} = 0; |
440 | 1 | 700ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{Treeview}{Enabled} = 1; |
441 | 1 | 800ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{UI}{Enabled} = 1; |
442 | 1 | 800ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{Validate}{Enabled} = 1; |
443 | 1 | 800ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{WikiWord}{Enabled} = 1; |
444 | 1 | 700ns | | | $Foswiki::cfg{JSCalendarContrib}{style} = 'blue'; |
445 | 1 | 600ns | | | $Foswiki::cfg{JSCalendarContrib}{lang} = 'en'; |
446 | 1 | 500ns | | | $Foswiki::cfg{JSCalendarContrib}{format} = '%d %b %Y'; |
447 | 1 | 3µs | | | $Foswiki::cfg{SwitchBoard}{compare} = { |
448 | | | | | 'context' => { |
449 | | | | | 'comparing' => 1, |
450 | | | | | 'diff' => 1 |
451 | | | | | }, |
452 | | | | | 'function' => 'compare', |
453 | | | | | 'package' => 'Foswiki::Contrib::CompareRevisionsAddOn::Compare' |
454 | | | | | }; |
455 | 1 | 700ns | | | $Foswiki::cfg{MailerContrib}{EmailFilterIn} = ''; |
456 | 1 | 400ns | | | $Foswiki::cfg{Site}{CharSet} = 'iso-8859-1'; |
457 | 1 | 1µs | | | $Foswiki::cfg{Plugins}{ActionTrackerPlugin}{Enabled} = 1; |
458 | 1 | 500ns | | | $Foswiki::cfg{Plugins}{ActionTrackerPlugin}{Module} = 'Foswiki::Plugins::ActionTrackerPlugin'; |
459 | 1 | 800ns | | | $Foswiki::cfg{Plugins}{AttachContentPlugin}{Enabled} = 1; |
460 | 1 | 600ns | | | $Foswiki::cfg{Plugins}{AttachContentPlugin}{Module} = 'Foswiki::Plugins::AttachContentPlugin'; |
461 | 1 | 600ns | | | $Foswiki::cfg{Plugins}{ChartPlugin}{Enabled} = 1; |
462 | 1 | 600ns | | | $Foswiki::cfg{Plugins}{ChartPlugin}{Module} = 'Foswiki::Plugins::ChartPlugin'; |
463 | 1 | 700ns | | | $Foswiki::cfg{Plugins}{ChecklistPlugin}{Enabled} = 1; |
464 | 1 | 600ns | | | $Foswiki::cfg{Plugins}{ChecklistPlugin}{Module} = 'Foswiki::Plugins::ChecklistPlugin'; |
465 | 1 | 600ns | | | $Foswiki::cfg{Plugins}{DelayMacroPlugin}{Enabled} = 1; |
466 | 1 | 500ns | | | $Foswiki::cfg{Plugins}{DelayMacroPlugin}{Module} = 'Foswiki::Plugins::DelayMacroPlugin'; |
467 | 1 | 600ns | | | $Foswiki::cfg{Plugins}{DirectedGraphPlugin}{Enabled} = 1; |
468 | 1 | 700ns | | | $Foswiki::cfg{Plugins}{DirectedGraphPlugin}{Module} = 'Foswiki::Plugins::DirectedGraphPlugin'; |
469 | 1 | 600ns | | | $Foswiki::cfg{Plugins}{ExtendedWebListPlugin}{Enabled} = 1; |
470 | 1 | 700ns | | | $Foswiki::cfg{Plugins}{ExtendedWebListPlugin}{Module} = 'Foswiki::Plugins::ExtendedWebListPlugin'; |
471 | 1 | 600ns | | | $Foswiki::cfg{Plugins}{FindElsewherePlugin}{Enabled} = 1; |
472 | 1 | 600ns | | | $Foswiki::cfg{Plugins}{FindElsewherePlugin}{Module} = 'Foswiki::Plugins::FindElsewherePlugin'; |
473 | 1 | 600ns | | | $Foswiki::cfg{Plugins}{HolidaylistPlugin}{Enabled} = 1; |
474 | 1 | 500ns | | | $Foswiki::cfg{Plugins}{HolidaylistPlugin}{Module} = 'Foswiki::Plugins::HolidaylistPlugin'; |
475 | 1 | 700ns | | | $Foswiki::cfg{Plugins}{JHotDrawPlugin}{Enabled} = 1; |
476 | 1 | 500ns | | | $Foswiki::cfg{Plugins}{JHotDrawPlugin}{Module} = 'Foswiki::Plugins::JHotDrawPlugin'; |
477 | 1 | 600ns | | | $Foswiki::cfg{Plugins}{ModifyLoginPlugin}{Enabled} = 1; |
478 | 1 | 500ns | | | $Foswiki::cfg{Plugins}{ModifyLoginPlugin}{Module} = 'Foswiki::Plugins::ModifyLoginPlugin'; |
479 | 1 | 7µs | | | $Foswiki::cfg{Plugins}{MultiTopicSavePlugin}{Enabled} = 1; |
480 | 1 | 900ns | | | $Foswiki::cfg{Plugins}{MultiTopicSavePlugin}{Module} = 'Foswiki::Plugins::MultiTopicSavePlugin'; |
481 | 1 | 700ns | | | $Foswiki::cfg{Plugins}{RevCommentPlugin}{Enabled} = 1; |
482 | 1 | 500ns | | | $Foswiki::cfg{Plugins}{RevCommentPlugin}{Module} = 'Foswiki::Plugins::RevCommentPlugin'; |
483 | 1 | 700ns | | | $Foswiki::cfg{Plugins}{RevisionLinkPlugin}{Enabled} = 1; |
484 | 1 | 600ns | | | $Foswiki::cfg{Plugins}{RevisionLinkPlugin}{Module} = 'Foswiki::Plugins::RevisionLinkPlugin'; |
485 | 1 | 500ns | | | $Foswiki::cfg{Plugins}{ModifyLoginPlugin}{ChangeCase} = 'lowercase'; |
486 | 1 | 500ns | | | $Foswiki::cfg{Plugins}{ModifyLoginPlugin}{StripAfterAtsign} = 1; |
487 | 1 | 600ns | | | $Foswiki::cfg{Plugins}{DirectedGraphPlugin}{enginePath} = ''; |
488 | 1 | 600ns | | | $Foswiki::cfg{Plugins}{DirectedGraphPlugin}{magickPath} = ''; |
489 | 1 | 700ns | | | $Foswiki::cfg{Plugins}{DirectedGraphPlugin}{toolsPath} = ''; |
490 | 1 | 600ns | | | $Foswiki::cfg{Plugins}{DirectedGraphPlugin}{perlCmd} = 'perl'; |
491 | 1 | 600ns | | | $Foswiki::cfg{Plugins}{DirectedGraphPlugin}{generateRevAttachments} = '0'; |
492 | 1 | 900ns | | | $Foswiki::cfg{Plugins}{DirectedGraphPlugin}{generateDiffAttachments} = '0'; |
493 | 1 | 600ns | | | $Foswiki::cfg{Plugins}{DirectedGraphPlugin}{attachPath} = ''; |
494 | 1 | 600ns | | | $Foswiki::cfg{Plugins}{DirectedGraphPlugin}{attachUrlPath} = ''; |
495 | 1 | 500ns | | | $Foswiki::cfg{Plugins}{AttachContentPlugin}{Debug} = 0; |
496 | 1 | 500ns | | | $Foswiki::cfg{Plugins}{AttachContentPlugin}{KeepPars} = 0; |
497 | 1 | 700ns | | | $Foswiki::cfg{Plugins}{AttachContentPlugin}{AttachmentComment} = 'Generated by <nop>AttachContentPlugin'; |
498 | 1 | 700ns | | | $Foswiki::cfg{Plugins}{TimeCalcPlugin}{Enabled} = 1; |
499 | 1 | 600ns | | | $Foswiki::cfg{Plugins}{TimeCalcPlugin}{Module} = 'Foswiki::Plugins::TimeCalcPlugin'; |
500 | 1 | 900ns | | | $Foswiki::cfg{TimeCalcPlugin}{WorkingDays} = 'Monday, Tuesday, Wednesday, Thursday, Friday'; |
501 | 1 | 800ns | | | $Foswiki::cfg{Plugins}{ExpandTopicContentPlugin}{Enabled} = 1; |
502 | 1 | 700ns | | | $Foswiki::cfg{Plugins}{ExpandTopicContentPlugin}{Module} = 'Foswiki::Plugins::ExpandTopicContentPlugin'; |
503 | 1 | 2µs | | | $Foswiki::cfg{Plugins}{ModifyLoginPlugin}{MapPathToUser} = { |
504 | | | | | '/Home/Instruments/CalibrationForListOfInstrumentsRaw' => 'queryuser' |
505 | | | | | }; |
506 | 1 | 700ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{PNotify}{Enabled} = 1; |
507 | 1 | 700ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{Themeswitcher}{Enabled} = 0; |
508 | 1 | 400ns | | | $Foswiki::cfg{Htpasswd}{AutoDetect} = 0; |
509 | 1 | 400ns | | | $Foswiki::cfg{AntiSpam}{EntityEncode} = 1; |
510 | 1 | 600ns | | | $Foswiki::cfg{Log}{Obfuscating}{MaskIP} = 0; |
511 | 1 | 200ns | | | $Foswiki::cfg{LanguageFileCompression} = 0; |
512 | 1 | 300ns | | | $Foswiki::cfg{Email}{Servertime} = 0; |
513 | 1 | 600ns | | | $Foswiki::cfg{Email}{MailMethod} = 'Net::SMTP'; |
514 | 1 | 300ns | | | $Foswiki::cfg{Email}{EnableSMIME} = 0; |
515 | 1 | 500ns | | | $Foswiki::cfg{Email}{SmimeCertificateFile} = '$Foswiki::cfg{DataDir}/cert.pem'; |
516 | 1 | 300ns | | | $Foswiki::cfg{Email}{SmimeKeyFile} = '$Foswiki::cfg{DataDir}/key.pem'; |
517 | 1 | 1µs | | | $Foswiki::cfg{JQueryPlugin}{Themes}{Base}{Enabled} = 1; |
518 | 1 | 800ns | | | $Foswiki::cfg{JQueryPlugin}{Themes}{Flickr}{Enabled} = 1; |
519 | 1 | 700ns | | | $Foswiki::cfg{JQueryPlugin}{Themes}{Lightness}{Enabled} = 1; |
520 | 1 | 700ns | | | $Foswiki::cfg{JQueryPlugin}{Themes}{Redmond}{Enabled} = 1; |
521 | 1 | 800ns | | | $Foswiki::cfg{JQueryPlugin}{Themes}{Smoothness}{Enabled} = 1; |
522 | 1 | 800ns | | | $Foswiki::cfg{JQueryPlugin}{Themes}{Foswiki}{Enabled} = 1; |
523 | 1 | 900ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{Placeholder}{Enabled} = 1; |
524 | 1 | 800ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{Nifty}{Enabled} = 0; |
525 | 1 | 800ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{Tmpl}{Enabled} = 1; |
526 | 1 | 700ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{'UI::Autocomplete'}{Enabled} = 1; |
527 | 1 | 800ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{'UI::Resizable'}{Enabled} = 1; |
528 | 1 | 800ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{'UI::Draggable'}{Enabled} = 1; |
529 | 1 | 700ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{'UI::Accordion'}{Enabled} = 1; |
530 | 1 | 4µs | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{'UI::Tabs'}{Enabled} = 1; |
531 | 1 | 1µs | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{'UI::Slider'}{Enabled} = 1; |
532 | 1 | 800ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{'UI::Dialog'}{Enabled} = 1; |
533 | 1 | 700ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{'UI::Button'}{Enabled} = 1; |
534 | 1 | 700ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{'UI::Datepicker'}{Enabled} = 1; |
535 | 1 | 800ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{'UI::Progressbar'}{Enabled} = 1; |
536 | 1 | 800ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{Loader}{Enabled} = 1; |
537 | 1 | 2µs | | | $Foswiki::cfg{SwitchBoard}{compareauth} = { |
538 | | | | | 'context' => { |
539 | | | | | 'comparing' => 1, |
540 | | | | | 'diff' => 1 |
541 | | | | | }, |
542 | | | | | 'function' => 'compare', |
543 | | | | | 'package' => 'Foswiki::Contrib::CompareRevisionsAddOn::Compare' |
544 | | | | | }; |
545 | 1 | 300ns | | | $Foswiki::cfg{Htpasswd}{LockFileName} = '$Foswiki::cfg{WorkingDir}/htpasswd.lock'; |
546 | 1 | 400ns | | | $Foswiki::cfg{Htpasswd}{GlobalCache} = 0; |
547 | 1 | 400ns | | | $Foswiki::cfg{Htpasswd}{DetectModification} = 0; |
548 | 1 | 300ns | | | $Foswiki::cfg{Htpasswd}{BCryptCost} = 8; |
549 | 1 | 300ns | | | $Foswiki::cfg{Register}{UniqueEmail} = 0; |
550 | 1 | 300ns | | | $Foswiki::cfg{Register}{EmailFilter} = ''; |
551 | 1 | 300ns | | | $Foswiki::cfg{Stats}{AutoCreateTopic} = 'Prohibited'; |
552 | 1 | 300ns | | | $Foswiki::cfg{Stats}{StatisticsGroup} = ''; |
553 | 1 | 2µs | | | $Foswiki::cfg{Email}{ValidTLD} = '(?i-xsm:AERO|ARPA|ASIA|BIZ|CAT|COM|COOP|EDU|GOV|INFO|INT|JOBS|MIL|MOBI|MUSEUM|NAME|NET|ORG|PRO|TEL|TRAVEL|XXX)'; |
554 | 1 | 900ns | | | $Foswiki::cfg{Plugins}{PlantUMLPlugin}{Enabled} = 1; |
555 | 1 | 700ns | | | $Foswiki::cfg{Plugins}{PlantUMLPlugin}{Module} = 'Foswiki::Plugins::PlantUMLPlugin'; |
556 | 1 | 700ns | | | $Foswiki::cfg{Plugins}{PlantUMLPlugin}{plantUMLPath} = '/usr/local/plantuml/plantuml.jar'; |
557 | 1 | 600ns | | | $Foswiki::cfg{Plugins}{PlantUMLPlugin}{javaPath} = '/usr/bin/java'; |
558 | 1 | 600ns | | | $Foswiki::cfg{Plugins}{SetFormValuesPlugin}{Enabled} = 1; |
559 | 1 | 700ns | | | $Foswiki::cfg{Plugins}{SetFormValuesPlugin}{Module} = 'Foswiki::Plugins::SetFormValuesPlugin'; |
560 | 1 | 200ns | | | $Foswiki::cfg{ForceDefaultUrlHost} = 0; |
561 | 1 | 300ns | | | $Foswiki::cfg{MaxLSCBackups} = 10; |
562 | 1 | 500ns | | | $Foswiki::cfg{Session}{filePermission} = 384; |
563 | 1 | 400ns | | | $Foswiki::cfg{Trace}{LoginManager} = 0; |
564 | 1 | 2µs | | | $Foswiki::cfg{Session}{AcceptUserPwParam} = '^view(auth)?$'; |
565 | 1 | 400ns | | | $Foswiki::cfg{Session}{AcceptUserPwParamOnGET} = 0; |
566 | 1 | 300ns | | | $Foswiki::cfg{Register}{ExpireAfter} = 21600; |
567 | 1 | 400ns | | | $Foswiki::cfg{DebugFileName} = ''; |
568 | 1 | 400ns | | | $Foswiki::cfg{WarningFileName} = ''; |
569 | 1 | 300ns | | | $Foswiki::cfg{LogFileName} = ''; |
570 | 1 | 1µs | | | $Foswiki::cfg{Plugins}{PatchFoswikiContribPlugin}{Module} = 'Foswiki::Plugins::PatchFoswikiContribPlugin'; |
571 | 1 | 600ns | | | $Foswiki::cfg{JQueryPlugin}{JQueryVersionForOldIEs} = ''; |
572 | 1 | 900ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{Migrate}{Enabled} = 1; |
573 | 1 | 800ns | | | $Foswiki::cfg{JQueryPlugin}{Plugins}{'UI::Tooltip'}{Enabled} = 1; |
574 | 1 | 800ns | | | $Foswiki::cfg{JQueryPlugin}{Themes}{PatternSkinTheme}{Url} = '$Foswiki::cfg{PubUrlPath}/$Foswiki::cfg{SystemWebName}/PatternSkinTheme/jquery-ui.css'; |
575 | 1 | 600ns | | | $Foswiki::cfg{JQueryPlugin}{Themes}{PatternSkinTheme}{Enabled} = 1; |
576 | 1 | 400ns | | | $Foswiki::cfg{MailerContrib}{RemoveImgInMailnotify} = 1; |
577 | 1 | 9µs | | | $Foswiki::cfg{Plugins}{ActionTrackerPlugin}{Options} = { |
578 | | | | | 'CSS' => '%PUBURL%/%SYSTEMWEB%/ActionTrackerPlugin/styles.css', |
579 | | | | | 'DEBUG' => 0, |
580 | | | | | 'DEFAULTDUE' => 99999999, |
581 | | | | | 'EDITBOXHEIGHT' => '%EDITBOXHEIGHT%', |
582 | | | | | 'EDITBOXWIDTH' => '%EDITBOXWIDTH%', |
583 | | | | | 'EDITFORMAT' => '| $who | $due | $state | $notify |', |
584 | | | | | 'EDITHEADER' => '| Assigned to | Due date | State | Notify |', |
585 | | | | | 'EDITORIENT' => 'rows', |
586 | | | | | 'ENABLESTATESHORTCUT' => '1', |
587 | | | | | 'EXTRAS' => '', |
588 | | | | | 'NOTIFYCHANGES' => '$who,$due,$state,$text', |
589 | | | | | 'TABLEFORMAT' => '| $who | $due | $text $link | $state | $notify | $edit |', |
590 | | | | | 'TABLEHEADER' => '| Assigned to | Due date | Description | State | Notify ||', |
591 | | | | | 'TABLEORIENT' => 'cols', |
592 | | | | | 'TEXTFORMAT' => 'Action for $who, due $due, $state$n$text$n$link$n' |
593 | | | | | }; |
594 | 1 | 800ns | | | $Foswiki::cfg{Plugins}{ConvertAttachmentPlugin}{Enabled} = 1; |
595 | 1 | 600ns | | | $Foswiki::cfg{Plugins}{ConvertAttachmentPlugin}{Module} = 'Foswiki::Plugins::ConvertAttachmentPlugin'; |
596 | 1 | 600ns | | | $Foswiki::cfg{Plugins}{RenderPlugin}{Enabled} = 1; |
597 | 1 | 500ns | | | $Foswiki::cfg{Plugins}{RenderPlugin}{Module} = 'Foswiki::Plugins::RenderPlugin'; |
598 | 1 | 305µs | | | 1; |