Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Deleted: | ||||||||
< < | ||||||||
Changed: | ||||||||
< < | 1 TWiki Meta Data | |||||||
> > | TWiki Meta Data
Additional topic data, program-generated or from TWikiForms, is stored embedded in the topic text using | |||||||
Changed: | ||||||||
< < | Additional topic data, program-generated or from TWikiForms, is stored in META variable name/value pairs | |||||||
> > | ||||||||
Overview | ||||||||
Changed: | ||||||||
< < | TWikiMetaData uses META variables to store topic data that's separate from the main free-form content. This includes program-generated info like FileAttachment and topic movement data, and user-defined TWikiForms info. Use META variables to format and display Meta Data. | |||||||
> > | 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.
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 Data Syntax | ||||||||
Line: 19 to 24 | ||||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Example of Format | ||||||||
Line: 151 to 156 | ||||||||
Note: SEARCH can also be used to render meta data, see examples in FormattedSearch and SearchPatternCookbook. | ||||||||
Deleted: | ||||||||
< < | Known Issues
At present, there is no Meta Data support for Plugins. However, the format is readily extendable and the | |||||||
Related Topics: DeveloperDocumentationCategory, UserDocumentationCategory | ||||||||
Deleted: | ||||||||
< < | -- Contributors: TWiki:Main.JohnTalintyre![]() ![]() ![]() ![]() |