Changeset 488
- Timestamp:
- 11/09/08 16:33:15 (3 years ago)
- Location:
- trunk/core/data/TWiki
- Files:
-
- 6 edited
- 1 moved
-
ManagingTopics.txt (modified) (2 diffs)
-
MetaData.txt (moved) (moved from trunk/core/data/TWiki/TWikiMetaData.txt) (2 diffs)
-
QuerySearch.txt (modified) (1 diff)
-
TWikiDocumentation.txt (modified) (1 diff)
-
TWikiForms.txt (modified) (1 diff)
-
TWikiReferenceManual.txt (modified) (1 diff)
-
TWikiSkins.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/data/TWiki/ManagingTopics.txt
r482 r488 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. -
trunk/core/data/TWiki/MetaData.txt
r482 r488 1 1 %META:TOPICINFO{author="ProjectContributor" date="1168737391" format="1.1" version="$Rev: 13271 $"}% 2 2 %STARTINCLUDE% 3 # TWikiMetaData4 ---+ TWikiMeta Data3 #MetaData 4 ---+ Meta Data 5 5 6 6 _Additional topic data, program-generated or from TWikiForms, is stored embedded in the topic text using =META:= tags_ … … 10 10 ---++ Overview 11 11 12 By default, TWiki stores topics in files on disk, in a really simple and obvious directory structure. The big advantage of this approach is that it makes it really easy to manipulate topics from outside TWiki, and is also very safe; there are no complex binary indexes to maintain, and moving a topic from one TWikito another is as simple as copying a couple of text files.12 By default, topics are stored in files on disk, in a really simple and obvious directory structure. The big advantage of this approach is that it makes it really easy to manipulate topics from outside, and is also very safe; there are no complex binary indexes to maintain, and moving a topic from one installation to another is as simple as copying a couple of text files. 13 13 14 To keep eveything together in one place, TWiki uses a simple method for embedding additional data (program-generated or from TWikiForms)in topics. It does this using =META:= tags.14 To keep eveything together in one place, meta-data (program-generated or from TWikiForms) is embedded directly in topics. It does this using =META:= tags. 15 15 16 16 =META:= data includes program-generated info like FileAttachment and topic movement data, and user-defined TWikiForms info. -
trunk/core/data/TWiki/QuerySearch.txt
r482 r488 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. -
trunk/core/data/TWiki/TWikiDocumentation.txt
r485 r488 73 73 74 74 ----- 75 %INCLUDE{" TWikiMetaData"}%75 %INCLUDE{"MetaData"}% 76 76 77 77 [[#PageTop][Back to top]] -
trunk/core/data/TWiki/TWikiForms.txt
r485 r488 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> -
trunk/core/data/TWiki/TWikiReferenceManual.txt
r485 r488 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]] -
trunk/core/data/TWiki/TWikiSkins.txt
r485 r488 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.
