Changeset 546
- Timestamp:
- 11/11/08 09:57:28 (3 years ago)
- Location:
- branches/Release04x02
- Files:
-
- 22 edited
- 1 moved
-
data/TWiki/CascadingStyleSheets.txt (modified) (1 diff)
-
data/TWiki/Contribs.txt (modified) (1 diff)
-
data/TWiki/FileAttachment.txt (modified) (1 diff)
-
data/TWiki/IfStatements.txt (modified) (1 diff)
-
data/TWiki/PlainSkin.txt (modified) (1 diff)
-
data/TWiki/Plugins.txt (modified) (1 diff)
-
data/TWiki/PrintSkin.txt (modified) (1 diff)
-
data/TWiki/Skins.txt (moved) (moved from branches/Release04x02/data/TWiki/TWikiSkins.txt) (3 diffs)
-
data/TWiki/TWikiAddOns.txt (modified) (1 diff)
-
data/TWiki/TWikiDocGraphics.txt (modified) (1 diff)
-
data/TWiki/TWikiDocumentation.txt (modified) (1 diff)
-
data/TWiki/TWikiGlossary.txt (modified) (1 diff)
-
data/TWiki/TWikiInstallationGuide.txt (modified) (1 diff)
-
data/TWiki/TWikiReferenceManual.txt (modified) (1 diff)
-
data/TWiki/TWikiScripts.txt (modified) (1 diff)
-
data/TWiki/TWikiSkinBrowser.txt (modified) (2 diffs)
-
data/TWiki/TopicsAndWebs.txt (modified) (1 diff)
-
lib/MANIFEST (modified) (2 diffs)
-
tools/TWikiKernel/MANIFEST (modified) (2 diffs)
-
twikiplugins/ClassicSkin/data/TWiki/ClassicSkin.txt (modified) (1 diff)
-
twikiplugins/PatternSkin/data/TWiki/PatternSkin.txt (modified) (2 diffs)
-
twikiplugins/PatternSkin/data/TWiki/PatternSkinCss.txt (modified) (1 diff)
-
twikiplugins/TipsContrib/data/TWiki/TWikiTip016.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/Release04x02/data/TWiki/CascadingStyleSheets.txt
r534 r546 151 151 Practical introduction to CSS: http://www.w3.org/Style/LieBos2e/enter/ 152 152 153 __Related Topics:__ TWikiSkins, PatternSkin, DeveloperDocumentationCategory, AdminDocumentationCategory153 __Related Topics:__ [[Skins]], PatternSkin, DeveloperDocumentationCategory, AdminDocumentationCategory 154 154 155 155 %STOPINCLUDE% -
branches/Release04x02/data/TWiki/Contribs.txt
r531 r546 17 17 * TWiki:Plugins.ContribPackageHowTo - instructions and template to create a new contrib package 18 18 19 __See other types of extensions:__ ContributedAddOns, [[Plugins]], TWikiSkins19 __See other types of extensions:__ ContributedAddOns, [[Plugins]], [[Skins]] 20 20 21 21 ---++ TWiki Contribs Installed on this TWiki -
branches/Release04x02/data/TWiki/FileAttachment.txt
r491 r546 90 90 ---++ File Attachment Controls 91 91 92 Clicking on a ==Manage== link takes you to a new page that looks a bit like this (depending on what [[ TWikiSkins][skin]] is selected):92 Clicking on a ==Manage== link takes you to a new page that looks a bit like this (depending on what [[Skins][skin]] is selected): 93 93 94 94 <div class="twikiFormSteps"> -
branches/Release04x02/data/TWiki/IfStatements.txt
r481 r546 90 90 *Configuration items* are defined in [[%SCRIPTURLPATH{"configure"}%][configure]]. You cannot see the value of a configuration item, you can only see if the item is set or not. 91 91 92 *Context identifiers* are used in TWiki to label various stages of the rendering process. They are especially useful for [[ TWikiSkins][skin]] authors to find out where they are in the rendering process. The following context identifiers are available:92 *Context identifiers* are used in TWiki to label various stages of the rendering process. They are especially useful for [[Skins][skin]] authors to find out where they are in the rendering process. The following context identifiers are available: 93 93 | *id* | *context* | 94 94 | absolute_urls | Set if absolute URLs are required | -
branches/Release04x02/data/TWiki/PlainSkin.txt
r481 r546 27 27 __Note:__ The Description, Screenshot and Base Name rows are needed by the %SYSTEMWEB%.TWikiSkinBrowser 28 28 29 __Related topic:__ %SYSTEMWEB%.TWikiSkins, %SYSTEMWEB%.TWikiSkinBrowser, %SYSTEMWEB%.UserDocumentationCategory, %SYSTEMWEB%.AdminDocumentationCategory29 __Related topic:__ [[%SYSTEMWEB.Skins][Skins]], %SYSTEMWEB%.TWikiSkinBrowser, %SYSTEMWEB%.UserDocumentationCategory, %SYSTEMWEB%.AdminDocumentationCategory 30 30 31 31 %META:FILEATTACHMENT{name="screenshot.gif" attr="h" comment="" date="1090796589" path="C:\Data\Temp\screenshot.gif" size="8683" user="ProjectContributor" version="1.1"}% -
branches/Release04x02/data/TWiki/Plugins.txt
r532 r546 26 26 * TWiki:Plugins.PluginPackageHowTo - template to create a new plugin package 27 27 28 __See other types of extensions:__ ContributedAddOns, [[Contribs]], TWikiSkins28 __See other types of extensions:__ ContributedAddOns, [[Contribs]], [[Skins]] 29 29 30 30 #InstallPlugin -
branches/Release04x02/data/TWiki/PrintSkin.txt
r481 r546 24 24 __Note:__ The Description, Screenshot and Base Name rows are needed by the %SYSTEMWEB%.TWikiSkinBrowser 25 25 26 __Related topic:__ %SYSTEMWEB%.TWikiSkins, %SYSTEMWEB%.TWikiSkinBrowser, %SYSTEMWEB%.UserDocumentationCategory, %SYSTEMWEB%.AdminDocumentationCategory26 __Related topic:__ [[%SYSTEMWEB.Skins][Skins]], %SYSTEMWEB%.TWikiSkinBrowser, %SYSTEMWEB%.UserDocumentationCategory, %SYSTEMWEB%.AdminDocumentationCategory 27 27 28 28 -
branches/Release04x02/data/TWiki/Skins.txt
r531 r546 1 1 %META:TOPICINFO{author="ProjectContributor" date="1168736701" format="1.1" version="$Rev: 16565 $"}% 2 2 %STARTINCLUDE% 3 ---+ TWikiSkins3 ---+ Skins 4 4 5 5 _Skins overlay regular templates to give different looks and feels to TWiki screens._ … … 16 16 17 17 __Relevant links on TWiki.org:__ 18 * TWiki: TWiki.TWikiSkinsSupplement - __%T% tip:__ supplemental documentation on TWikiskins18 * TWiki:Support.SkinsSupplement - __%T% tip:__ supplemental documentation on skins 19 19 * TWiki:Plugins.SkinPackage - list of all contributed skin packages 20 20 * TWiki:Plugins.SkinDevelopment - discussion and feedback on contributed skins … … 248 248 Skin names starting with =rss= also have a special meaning; if one or more of the skins in the skin path starts with 'rss' then 8-bit characters will be encoded as XML entities in the output, and the =content-type= header will be forced to =text/xml=. 249 249 250 __Related Topics:__ TWikiSkinBrowser, AdminDocumentationCategory, DeveloperDocumentationCategory, TWiki: TWiki.TWikiSkinsSupplement251 250 __Related Topics:__ TWikiSkinBrowser, AdminDocumentationCategory, DeveloperDocumentationCategory, TWiki:Support.SkinsSupplement 251 -
branches/Release04x02/data/TWiki/TWikiAddOns.txt
r531 r546 17 17 * TWiki:Plugins.AddOnPackageHowTo - instructions and template to create a new add-on topic 18 18 19 __See other types of extensions:__ [[Contribs]], [[Plugins]], TWikiSkins19 __See other types of extensions:__ [[Contribs]], [[Plugins]], [[Skins]] 20 20 21 21 ---++ Add-Ons Installed on this TWiki -
branches/Release04x02/data/TWiki/TWikiDocGraphics.txt
r491 r546 373 373 </blockquote> 374 374 375 __Related Topics:__ TWikiSkins, DeveloperDocumentationCategory, AdminDocumentationCategory375 __Related Topics:__ [[Skins]], DeveloperDocumentationCategory, AdminDocumentationCategory 376 376 377 377 __Contributors:__ Most icons on this page were originally designed by Peter Thoeny. Many icons were recreated by Arthur Clemens. -
branches/Release04x02/data/TWiki/TWikiDocumentation.txt
r534 r546 68 68 69 69 ------ 70 %INCLUDE{" TWikiSkins"}%70 %INCLUDE{"Skins"}% 71 71 72 72 [[#PageTop][Back to top]] -
branches/Release04x02/data/TWiki/TWikiGlossary.txt
r528 r546 14 14 | Preferences: | The site-wide, single _web_ and single user-level preferences settings. The settings are stored in DefaultPreferences, WebPreferences and %USERSWEB%.TWikiUsers home pages. [[TWikiVariables#PreferencesVariables][Details...]] | 15 15 | Site: | A TWiki installation consisting of one or more _webs_. [[TWikiSite][Details...]] | 16 | Skin: | Skins overlay regular _templates_ with alternate header/footer layout of _pages_; topic text is not affected. Skins are typically enabled site-wide or per _web_. [[ TWikiSkins][Details...]] |16 | Skin: | Skins overlay regular _templates_ with alternate header/footer layout of _pages_; topic text is not affected. Skins are typically enabled site-wide or per _web_. [[Skins][Details...]] | 17 17 | Templates: | (1) Regular templates define header/footer layout of _pages_; topic text is not affected. (2) Template topics set the default content for new _topics_. [[SkinTemplates][Details...]] | 18 18 | Topic: | The content of a TWiki _page_, consisting of text, an optional _form_ and optional _attachments_. It has a WikiName that's unique within its _web_. [[TopicsAndWebs][Details...]] | -
branches/Release04x02/data/TWiki/TWikiInstallationGuide.txt
r528 r546 84 84 ---++ Next Steps 85 85 86 Once you have TWiki installed and running, you might consider the following optional steps for setting up and customizing your TWiki site. Many of the references below refer to topics within your TWiki installation. For example, = TWiki.TWikiSkins= refers to the =TWikiSkins= topic in your TWiki web. Easy way to jump directly to view the pages is to open your own TWiki in your browser and write =TWiki.TWikiSkins= in the Jump test box to the right in the top bar and hit Enter. You can find these topics in the on-line reference copy at the official TWiki website: [[TWiki:TWiki04x02.WebHome][TWiki Release 4.2]]86 Once you have TWiki installed and running, you might consider the following optional steps for setting up and customizing your TWiki site. Many of the references below refer to topics within your TWiki installation. For example, =%SYSTEMWEB%.Skins= refers to the =Skins= topic in your TWiki web. Easy way to jump directly to view the pages is to open your own TWiki in your browser and write =%SYSTEMWEB%.Skins= in the Jump test box to the right in the top bar and hit Enter. You can find these topics in the on-line reference copy at the official TWiki website: [[TWiki:TWiki04x02.WebHome][TWiki Release 4.2]] 87 87 88 88 #AuthenticationOfUsers -
branches/Release04x02/data/TWiki/TWikiReferenceManual.txt
r534 r546 21 21 1. [[TWikiForms][TWiki Forms]] 22 22 1. [[Skin Templates]] 23 1. [[ TWikiSkins][TWikiSkins (visual layout)]]23 1. [[Skins][Skins (visual layout)]] 24 24 1. [[MetaData]] 25 25 1. [[ContributedAddOns][Contributed Add-Ons]] -
branches/Release04x02/data/TWiki/TWikiScripts.txt
r528 r546 31 31 | =topic= | If this is set to a URL, TWiki will immediately redirect to that URL. Otherwise it overrides the URL and is taken as the topic name (you can pass Web.<nop>TopicName) | | 32 32 | =user= | Command-line only; set the name of the user performing the action. Note: this usage is inherently insecure, as it bypasses webserver login constraints. For this reason only authorised users should be allowed to execute scripts from the command line. | | 33 | =skin= | Overrides the default skin path (see TWikiSkins) | |34 | =cover= | Specifies temporary skin path to prepend to the skin path for this script only (see TWikiSkins) | |33 | =skin= | Overrides the default skin path (see [[Skins]]) | | 34 | =cover= | Specifies temporary skin path to prepend to the skin path for this script only (see [[Skins]]) | | 35 35 | =t= | While the =t= parameter is not actively used by any scripts, it is used throughout the links like =edit= to ensure that the browser doesn't cache the reply. | generally set to current time | 36 36 -
branches/Release04x02/data/TWiki/TWikiSkinBrowser.txt
r481 r546 1 1 %META:TOPICINFO{author="ProjectContributor" date="1163619832" format="1.0" version="$Rev: 11984 $"}% 2 %META:TOPICPARENT{name="TWikiSkins"}%3 2 ---+ TWiki Skin Browser 4 3 5 You can try out the TWikiSkinscurrently installed on this system:4 You can try out the [[Skins]] currently installed on this system: 6 5 7 6 <div class="skinstable"> … … 14 13 __Tip:__ Additional skins can be downloaded from TWiki:Plugins.SkinPackage 15 14 16 __Note:__ TWikiSkinsdescribes how to install and activate a skin15 __Note:__ [[Skins]] describes how to install and activate a skin 17 16 18 __Related Topics:__ TWikiSkins, AdminDocumentationCategory, UserDocumentationCategory17 __Related Topics:__ [[Skins]], AdminDocumentationCategory, UserDocumentationCategory 19 18 -
branches/Release04x02/data/TWiki/TopicsAndWebs.txt
r516 r546 46 46 Features that can be used by topics and sites include: 47 47 48 * [[ %SYSTEMWEB%.TWikiSkins][TWikiSkins]] to customize the look of headers and footers when topics are converted to Web pages for display:48 * [[Skins]] to customize the look of headers and footers when topics are converted to Web pages for display: 49 49 * default and user selectable per session 50 50 * fully configurable look and feel -
branches/Release04x02/lib/MANIFEST
r534 r546 143 143 data/TWiki/SiteMap.txt 0644 144 144 data/TWiki/SitePermissions.txt 0644 145 data/TWiki/Skins.txt 0644 145 146 data/TWiki/StandardColors.txt 0644 146 147 data/TWiki/StartingPoints.txt 0644 … … 172 173 data/TWiki/TWikiSiteTools.txt 0644 173 174 data/TWiki/TWikiSkinBrowser.txt 0644 174 data/TWiki/TWikiSkins.txt 0644175 175 data/TWiki/TWikiSystemRequirements.txt 0644 176 176 data/TWiki/TWikiTemplates.txt 0644 -
branches/Release04x02/tools/TWikiKernel/MANIFEST
r534 r546 133 133 data/TWiki/SiteMap.txt 0660 134 134 data/TWiki/SitePermissions.txt 0660 135 data/TWiki/Skins.txt 0660 135 136 data/TWiki/StandardColors.txt 0660 136 137 data/TWiki/StartingPoints.txt 0660 … … 159 160 data/TWiki/TWikiSiteTools.txt 0660 160 161 data/TWiki/TWikiSkinBrowser.txt 0660 161 data/TWiki/TWikiSkins.txt 0660162 162 data/TWiki/TWikiSystemRequirements.txt 0660 163 163 data/TWiki/TWikiTemplates.txt 0660 -
branches/Release04x02/twikiplugins/ClassicSkin/data/TWiki/ClassicSkin.txt
r481 r546 23 23 __Note:__ The Description, Screenshot and Base Name rows are needed by the %SYSTEMWEB%.TWikiSkinBrowser 24 24 25 __Related topic:__ %SYSTEMWEB%.TWikiSkins, %SYSTEMWEB%.TWikiSkinBrowser25 __Related topic:__ [[%SYSTEMWEB.Skins][Skins]], %SYSTEMWEB%.TWikiSkinBrowser 26 26 27 27 -- TWiki:Main/PeterThoeny - 25 Jul 2004 -
branches/Release04x02/twikiplugins/PatternSkin/data/TWiki/PatternSkin.txt
r534 r546 51 51 * Unzip ==%TOPIC%.zip== in your twiki installation directory 52 52 * Test if installed: %SCRIPTURLPATH{"view"}%/%WEB%/%TOPIC%?skin=pattern 53 * For skin activation see %SYSTEMWEB%. TWikiSkins53 * For skin activation see %SYSTEMWEB%.Skins 54 54 55 55 ---+++ Troubleshooting … … 124 124 125 125 Other skins: 126 * %SYSTEMWEB%. TWikiSkins126 * %SYSTEMWEB%.Skins 127 127 * %SYSTEMWEB%.TWikiSkinBrowser 128 128 -
branches/Release04x02/twikiplugins/PatternSkin/data/TWiki/PatternSkinCss.txt
r534 r546 111 111 * .patternSearched - feedback on the string used to search 112 112 113 __Related Topics:__ TWikiSkins, AdminDocumentationCategory113 __Related Topics:__ [[Skins]], AdminDocumentationCategory 114 114 115 115 -
branches/Release04x02/twikiplugins/TipsContrib/data/TWiki/TWikiTip016.txt
r481 r546 5 5 Skins overlay regular templates with alternate header/footer layouts. You can use Skins to change the look of a TWiki topic, for example, the layout of the header and footer. Rendered text between header and footer does not change. You can also use Skins to define an alternate view, like a view optimized for printing. 6 6 7 To see the installed TWikiSkins, see TWikiSkinBrowser.7 To see the installed [[Skins]], see TWikiSkinBrowser. 8 8 9 9 [[TWikiTipsOfTheDay][See More Tips...]]
Note: See TracChangeset
for help on using the changeset viewer.
