Ignore:
Timestamp:
11/09/08 16:33:15 (4 years ago)
Author:
CrawfordCurrie
Message:

Item109: Rename of TWikiMetaData to MetaData

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/core/data/TWiki/MetaData.txt

    r482 r488  
    11%META:TOPICINFO{author="ProjectContributor" date="1168737391" format="1.1" version="$Rev: 13271 $"}% 
    22%STARTINCLUDE% 
    3 #TWikiMetaData 
    4 ---+ TWiki Meta Data 
     3#MetaData 
     4---+ Meta Data 
    55 
    66_Additional topic data, program-generated or from TWikiForms, is stored embedded in the topic text using =META:= tags_ 
     
    1010---++ Overview 
    1111 
    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 TWiki to another is as simple as copying a couple of text files. 
     12By 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. 
    1313 
    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. 
     14To keep eveything together in one place, meta-data (program-generated or from TWikiForms) is embedded directly in topics. It does this using =META:= tags. 
    1515 
    1616=META:= data includes program-generated info like FileAttachment and topic movement data, and user-defined TWikiForms info. 
Note: See TracChangeset for help on using the changeset viewer.