History of MetaPackage

Differences from version 1 to 3



@@ -1,3 +1,5 @@

+{maketoc}
+
 MetaPackage allows you to assign key and value pairs to pages. The attributes can be used to perform tracking on various elements or to classify the pages. The package contains various plugins and modules. Various permission levels allow to control different aspects of meta data.
 
 * view associations ())bit_p_view_meta(()

@@ -10,7 +12,7 @@

 An interface allows to create, edit and delete attributes. An attribute is simply a key values can be associated to. The attribute names contain a special notation to allow grouping of attributes. Grouping of attributes can be used in situations where two distinct type of elements must be tracked but use different attributes. To avoid confusion, attributes can be grouped using the dot syntax.
 
 Consider the following set of attributes:
-{code}
+{code source="css"}
 Development.Status
 Development.Phase
 Development.Lead

@@ -26,15 +28,15 @@

 
 Once displayed, these attributes would appear this way (with sample values)
 ^
-!Development
+-=Development=-
 Status: (Not started, Active, Completed)
 Phase: (Idea, Design, Implementation, Test)
 Lead: (lphuberdeau, xing, ...)
-!Bug Report
+-=Bug Report=-
 Status: (Open, Fixed, Closed)
 Priority: (Low, Average, High)
 Severity: (Minor, Major, Critical, Security)
-!Documentation
+-=Documentation=-
 Status: (Draft, Awaiting validation, Final)
 Branch: (R0, R1, R2, HEAD)
 Language: (en, fr, de)

@@ -57,7 +59,7 @@

 The meta search plugin performs a meta search within liberty content. The single parameter of the plugin (filter) is used to define the required attributes and value pair.
 
 The following syntax would list all the open bugs related to a security issue.
-{code}
+{code source=css}
 {METASEARCH filter="Bug Report.Status:Open,Bug Report.Severity:Security"}
 {code}
 

@@ -66,7 +68,7 @@

 !!))MetaData((
 The meta data plugin is used to display raw attributes associated to a page. These are not searchable and will be displayed in the placeholder module instead of inside the page content, even if the content is part of the page.
 
-{code}
+{code source="css"}
 {METADATA title="Carbon"}
 Symbol:C
 Number:6
Page History
Date/CommentUserIPVersion
24 Feb 2006 (03:36 UTC)
lphuberdeau69.157.230.1573
Current • Source
lphuberdeau69.157.230.1572
View • Compare • Difference • Source
lphuberdeau69.157.230.1571
View • Compare • Difference • Source