Changeset 489
- Timestamp:
- 11/09/08 16:35:14 (5 years ago)
- Location:
- branches/Release04x02/data/TWiki
- Files:
-
- 1 deleted
- 8 edited
- 1 copied
-
DefaultPreferences.txt (modified) (1 prop)
-
ManagingTopics.txt (modified) (2 diffs)
-
MetaData.txt (copied) (copied from trunk/core/data/TWiki/MetaData.txt)
-
PresentationTemplates.txt (modified) (1 prop)
-
QuerySearch.txt (modified) (1 diff)
-
TWikiDocumentation.txt (modified) (1 diff)
-
TWikiForms.txt (modified) (1 diff)
-
TWikiMetaData.txt (deleted)
-
TWikiReferenceManual.txt (modified) (1 diff)
-
TWikiSkins.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/Release04x02/data/TWiki/DefaultPreferences.txt
- Property svn:mergeinfo changed
/trunk/core/data/TWiki/DefaultPreferences.txt merged: 488
- Property svn:mergeinfo changed
-
branches/Release04x02/data/TWiki/ManagingTopics.txt
r481 r489 35 35 ---++ Redirecting from an Old Topic 36 36 37 You can use TWikiMetaData to place a command in the %SYSTEMWEB%.WebTopicViewTemplate and %SYSTEMWEB%.WebTopicNonWikiTemplate that will indicate that a topic has been moved by searching for the tag %<nop>META:TOPICMOVED{...}%. Customize something like this:37 You can use MetaData to place a command in the %SYSTEMWEB%.WebTopicViewTemplate and %SYSTEMWEB%.WebTopicNonWikiTemplate that will indicate that a topic has been moved by searching for the tag %<nop>META:TOPICMOVED{...}%. Customize something like this: 38 38 39 39 <blockquote> … … 46 46 ---++ How Rename/Move Works 47 47 48 1. %<nop>SEARCH%, with a special template, finds and displays all occurrences of the topic name in other topics, site-wide. These referring links are by default automatically changed to the new topic and/or web name. This includes relevant TWikiMetaData definitions.48 1. %<nop>SEARCH%, with a special template, finds and displays all occurrences of the topic name in other topics, site-wide. These referring links are by default automatically changed to the new topic and/or web name. This includes relevant MetaData definitions. 49 49 * User can omit one or more topics from the update list by unchecking them. 50 50 * =<pre>= and =<verbatim>= are honoured - no changes are made to text within these areas. -
branches/Release04x02/data/TWiki/PresentationTemplates.txt
- Property svn:mergeinfo changed
/trunk/core/data/TWiki/PresentationTemplates.txt merged: 488
- Property svn:mergeinfo changed
-
branches/Release04x02/data/TWiki/QuerySearch.txt
r481 r489 57 57 * =value= 58 58 59 See TWikiMetaData for details of what all these entries mean.59 See MetaData for details of what all these entries mean. 60 60 61 61 Most things at the top level of the plan - =META:TOPICPARENT=, =META:TOPICINFO= etc - are _structures_ which are indexed by _keys_. For example, =META:TOPICINFO= has 4 entries, which are indexed by the keys =author=, =date=, =format= and =version=. =META:FILEATTACHMENT=, =META:FIELD= and =META:PREFERENCE= are all _arrays_, which means they can have any number of records under them. Arrays are indexed by _numbers_ - for example, the first entry in the =META:FIELD= array is entry 0. -
branches/Release04x02/data/TWiki/TWikiDocumentation.txt
r486 r489 73 73 74 74 ----- 75 %INCLUDE{" TWikiMetaData"}%75 %INCLUDE{"MetaData"}% 76 76 77 77 [[#PageTop][Back to top]] -
branches/Release04x02/data/TWiki/TWikiForms.txt
r486 r489 206 206 #UsingFormData 207 207 ---+++ Searching for Form Data 208 TWiki Forms accept user-input data, stored as TWikiMetaData. Meta data also contains program-generated info about changes, attachments, etc. To find, format and display form and other meta data, see TWikiMetaData, ==FORMFIELD==, ==SEARCH== and ==METASEARCH== variables in TWikiVariables, and [[FormattedSearch][TWiki Formatted Search]].208 TWiki Forms accept user-input data, stored as MetaData. Meta data also contains program-generated info about changes, attachments, etc. To find, format and display form and other meta data, see MetaData, ==FORMFIELD==, ==SEARCH== and ==METASEARCH== variables in TWikiVariables, and [[FormattedSearch][TWiki Formatted Search]]. 209 209 210 210 <blockquote> -
branches/Release04x02/data/TWiki/TWikiReferenceManual.txt
r486 r489 22 22 1. [[Presentation Templates]] 23 23 1. [[TWikiSkins][TWiki Skins (visual layout)]] 24 1. [[ TWikiMetaData][TWikiMetaData]]24 1. [[MetaData]] 25 25 1. [[ContributedAddOns][Contributed Add-Ons]] 26 26 1. [[WikiContribs][Wiki Contribs]] -
branches/Release04x02/data/TWiki/TWikiSkins.txt
r486 r489 32 32 You may want to define your own skin, for example to comply with corporate web guidelines, or because you have a aesthetic vision that you want to share. There are a couple of places you an start doing this. 33 33 34 The [[presentation templates]] used for skins are located in the =twiki/templates= directory and are named according to the skin: ==<scriptname>.<skin>.tmpl==. Skin files may also be defined in TWiki topics - see TWikiTemplates for details.34 The [[presentation templates]] used for skins are located in the =twiki/templates= directory and are named according to the skin: ==<scriptname>.<skin>.tmpl==. Skin files may also be defined in TWiki topics - see PresentationTemplates for details. 35 35 36 36 To start creating a new skin, copy the default presentation templates (like =view.tmpl=), or copy an existing skin to use as a base for your own skin. You should only need to copy the files you intend to customise, as TWiki can be configured to fall back to another skin if a template is not defined in your skin. Name the files as described above (for example =view.myskin.tmpl=.
Note: See TracChangeset
for help on using the changeset viewer.
