Changeset 945
- Timestamp:
- 11/25/08 12:24:46 (3 years ago)
- Location:
- trunk/TWikiCompatibilityPlugin
- Files:
-
- 12 added
- 2 edited
-
data/TWiki/WebAtom.txt (added)
-
data/TWiki/WebChanges.txt (added)
-
data/TWiki/WebCreateNewTopic.txt (added)
-
data/TWiki/WebHome.txt (added)
-
data/TWiki/WebIndex.txt (added)
-
data/TWiki/WebLeftBar.txt (added)
-
data/TWiki/WebNotify.txt (added)
-
data/TWiki/WebPreferences.txt (modified) (1 diff)
-
data/TWiki/WebRss.txt (added)
-
data/TWiki/WebSearch.txt (added)
-
data/TWiki/WebSearchAdvanced.txt (added)
-
data/TWiki/WebStatistics.txt (added)
-
data/TWiki/WebTopicList.txt (added)
-
lib/Foswiki/Plugins/TWikiCompatibilityPlugin/MANIFEST (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/TWikiCompatibilityPlugin/data/TWiki/WebPreferences.txt
r827 r945 1 %META:TOPICINFO{author="ProjectContributor" date="1172730733" format="1.0" version="$Rev: 15648 $"}% 2 %META:TOPICPARENT{name="WebHome"}% 3 ---+!! <nop>%WEB% Web Preferences 4 5 The following settings are __web preferences__ of the [[%WEB%.%HOMETOPIC%][%WEB%]] web. These preferences overwrite the __site-level preferences__ in [[%SYSTEMWEB%.%WIKIPREFSTOPIC%]] and [[%LOCALSITEPREFS%]], and can be overwritten by __user preferences__ (your personal topic, eg: [[%USERSWEB%.%WIKINAME%][%WIKINAME%]] in the [[%USERSWEB%.%HOMETOPIC%][%USERSWEB%]] web). 6 7 %TOC% 8 9 ---++ Web Preferences Settings 10 11 These settings override the defaults for this web only. See [[%SYSTEMWEB%.DefaultPreferences#DefaultWebPreferences][full list of defaults with explanation]]. Many of the settings below are commented out. Remove the # sign to enable a local customisation. 12 13 * List of topics of the <nop>%WEB% web: 14 * #Set WEBTOPICLIST = %WEBTOPICLIST% 15 16 <div style='background-color: %WEBBGCOLOR%;float: right'> 17 %WEBBGCOLOR% 18 </div> 19 * Web-specific background color: (Pick a lighter one of the [[%SYSTEMWEB%.StandardColors][StandardColors]]). 20 * Set WEBBGCOLOR = #DDDDDD 21 * __Note:__ This setting is automatically configured when you create a web 22 23 * Image, URL and alternate tooltip text of web's logo.%BR% 24 __Note:__ Don't add your own local logos to the [[%SYSTEMWEB%.ProjectLogos][ProjectLogos]] topic; create your own logos topic instead. 25 * #Set WEBLOGOIMG = %WEBLOGOIMG% 26 * #Set WEBLOGOURL = %WEBLOGOURL% 27 * #Set WEBLOGOALT = %WEBLOGOALT% 28 29 * List this web in the [[%SYSTEMWEB%.SiteMap][SiteMap]]. If you want the web listed, then set SITEMAPLIST to =on=, do not set NOSEARCHALL, and add the "what" and "use to..." description for the site map. Use links that include the name of the web, i.e. <nop>%WEB%.Topic links.%BR% 30 __Note:__ Unlike other settings, SITEMAPLIST is *not* inherited from parent webs. It has to be set in *every* web that is to be listed in the [[%SYSTEMWEB%.SiteMap][SiteMap]] %BR% 31 * Set SITEMAPLIST = on 32 * Set SITEMAPWHAT = 33 * Set SITEMAPUSETO = 34 * __Note:__ Above settings are automatically configured when you create a web 35 36 * Exclude web from a =web="all"= search: (Set to =on= for hidden webs). 37 * Set NOSEARCHALL = 38 * __Note:__ This setting is automatically configured when you create a web 39 40 * Prevent automatic linking of [[%SYSTEMWEB%.WikiWords][WikiWords]] and acronyms (if set to =on=); link <nop>WikiWords (if empty); can be overwritten by web preferences: 41 * #Set NOAUTOLINK = %NOAUTOLINK% 42 * __Note:__ You can still use the =[<nop>[...][...]]= syntax to link topics if you disabled <nop>WikiWord linking. The =<noautolink> ... </noautolink>= syntax can be used to prevents links within a block of text. 43 44 * Default template for *new topics* for this web: 45 * WebTopicEditTemplate: Default template for new topics in this web. (Site-level is used if topic does not exist) 46 * [[%SYSTEMWEB%.WebTopicEditTemplate]]: Site-level default topic template 47 48 * Comma separated list of *forms* that can be attached to topics in this web. See [[%SYSTEMWEB%.DataForms][DataForms]] for more information. 49 * Set WEBFORMS = 50 51 * Users or groups who __are not__ / __are__ allowed to __view__ / __change__ / __rename__ topics in the <nop>%WEB% web: (See [[%SYSTEMWEB%.AccessControl][AccessControl]]). 52 * Set DENYWEBVIEW = 53 * Set ALLOWWEBVIEW = 54 * Set DENYWEBCHANGE = 55 * Set ALLOWWEBCHANGE = 56 * Set DENYWEBRENAME = 57 * Set ALLOWWEBRENAME = 58 59 * Users or groups allowed to change or rename this <nop>%TOPIC% topic: (e.g., [[%USERSWEB%.AdminGroup][AdminGroup]]) 60 * Set ALLOWTOPICCHANGE = 61 * Set ALLOWTOPICRENAME = 62 63 * Web preferences that are *not* allowed to be overridden by sub-web, user or topic preferences: 64 * Set FINALPREFERENCES = NOSEARCHALL, ATTACHFILESIZELIMIT, WIKIWEBMASTER, WEBCOPYRIGHT, WEBTOPICLIST, DENYWEBVIEW, ALLOWWEBVIEW, DENYWEBCHANGE, ALLOWWEBCHANGE, DENYWEBRENAME, ALLOWWEBRENAME 65 66 %INCLUDE{%SYSTEMWEB%.WebPreferencesHelp}% 67 68 %META:FILEATTACHMENT{name="favicon.ico" attachment="favicon.ico" attr="" comment="placeholder favicon" date="1100974473" path="favicon.ico" size="318" tmpFilename="/var/tmp/CGItemp25580" user="ProjectContributor" version="1.1"}% 1 %META:TOPICINFO{author="BaseUserMapping_666" date="1227589168" format="1.1" reprev="1.214" version="1.214"}% 2 Preferences -
trunk/TWikiCompatibilityPlugin/lib/Foswiki/Plugins/TWikiCompatibilityPlugin/MANIFEST
r918 r945 13 13 lib/TWiki/Prefs.pm 0644 Perl module 14 14 15 #make TWiki a real web 16 data/TWiki/WebSearch.txt 0644 make it a valid web 17 data/TWiki/WebIndex.txt 0644 make it a valid web 18 data/TWiki/WebRss.txt 0644 make it a valid web 19 data/TWiki/WebChanges.txt 0644 make it a valid web 20 data/TWiki/WebHome.txt 0644 make it a valid web 21 data/TWiki/WebNotify.txt 0644 make it a valid web 22 data/TWiki/WebStatistics.txt 0644 make it a valid web 23 data/TWiki/WebTopicList.txt 0644 make it a valid web 24 data/TWiki/WebSearchAdvanced.txt 0644 make it a valid web 25 data/TWiki/WebCreateNewTopic.txt 0644 make it a valid web 26 data/TWiki/WebLeftBar.txt 0644 make it a valid web 27 data/TWiki/WebAtom.txt 0644 make it a valid web
Note: See TracChangeset
for help on using the changeset viewer.
