Changeset 489


Ignore:
Timestamp:
11/09/08 16:35:14 (5 years ago)
Author:
CrawfordCurrie
Message:

Item109: Rename of TWikiMetaData to MetaData

Location:
branches/Release04x02/data/TWiki
Files:
1 deleted
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/Release04x02/data/TWiki/DefaultPreferences.txt

  • branches/Release04x02/data/TWiki/ManagingTopics.txt

    r481 r489  
    3535---++ Redirecting from an Old Topic 
    3636 
    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: 
     37You 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: 
    3838 
    3939<blockquote> 
     
    4646---++ How Rename/Move Works 
    4747 
    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. 
    4949      * User can omit one or more topics from the update list by unchecking them. 
    5050      * =&lt;pre&gt;= and =&lt;verbatim&gt;= are honoured - no changes are made to text within these areas. 
  • branches/Release04x02/data/TWiki/PresentationTemplates.txt

  • branches/Release04x02/data/TWiki/QuerySearch.txt

    r481 r489  
    5757         * =value= 
    5858 
    59 See TWikiMetaData for details of what all these entries mean. 
     59See MetaData for details of what all these entries mean. 
    6060 
    6161Most 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  
    7373 
    7474----- 
    75 %INCLUDE{"TWikiMetaData"}% 
     75%INCLUDE{"MetaData"}% 
    7676 
    7777[[#PageTop][Back to top]] 
  • branches/Release04x02/data/TWiki/TWikiForms.txt

    r486 r489  
    206206#UsingFormData 
    207207---+++ 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]]. 
     208TWiki 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]]. 
    209209 
    210210<blockquote> 
  • branches/Release04x02/data/TWiki/TWikiReferenceManual.txt

    r486 r489  
    2222   1. [[Presentation Templates]] 
    2323   1. [[TWikiSkins][TWiki Skins (visual layout)]] 
    24    1. [[TWikiMetaData][TWiki MetaData]] 
     24   1. [[MetaData]] 
    2525   1. [[ContributedAddOns][Contributed Add-Ons]] 
    2626   1. [[WikiContribs][Wiki Contribs]] 
  • branches/Release04x02/data/TWiki/TWikiSkins.txt

    r486 r489  
    3232You 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. 
    3333 
    34 The [[presentation templates]] used for skins are located in the =twiki/templates= directory and are named according to the skin: ==&lt;scriptname&gt;.&lt;skin&gt;.tmpl==. Skin files may also be defined in TWiki topics - see TWikiTemplates for details. 
     34The [[presentation templates]] used for skins are located in the =twiki/templates= directory and are named according to the skin: ==&lt;scriptname&gt;.&lt;skin&gt;.tmpl==. Skin files may also be defined in TWiki topics - see PresentationTemplates for details. 
    3535 
    3636To 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.