diff --git a/lib/WebGUI/i18n/English/MetaData.pm b/lib/WebGUI/i18n/English/MetaData.pm
index d5195b304..fad0313e0 100644
--- a/lib/WebGUI/i18n/English/MetaData.pm
+++ b/lib/WebGUI/i18n/English/MetaData.pm
@@ -95,7 +95,7 @@ the values you wish to appear, one per line.
'metadata manage body' => {
message => q|
-The content profiling system in WebGUI (also known as the meta data system) allows you to identify content. Metadata is
+
The content profiling system in WebGUI (also known as the metadata system) allows you to identify content. Metadata is
information about the content, and is defined in terms of property-value pairs.
Examples of metadata:
@@ -103,55 +103,37 @@ information about the content, and is defined in terms of property-value pairs.<
- adult content: no
- source: newspaper
-In the example source: newspaper is source the property
-and newspaper the value.
+In the example source: newspaper, this metadata has a property named
+source with a value of newspaper.
Metadata properties are defined globally, while Metadata values are set for
each wobject under the tab "Metadata" in the wobject properties.
-Before you can use metadata, you'll have to switch the "Enable Metadata
-?" setting to Yes.
+Before you can use metadata in WebGUI, you'll have to switch the "Enable Metadata
+?" setting to Yes in the Manage Settings menu.
Usage of metadata:
- Passive Profiling
When passive profiling is switched on, every wobject viewed by a user will
- be logged.
- The WebGUI scheduler summarizes the profiling information on a regular
- basis.
- The metadata is used to generate the summary. This is basically content
+ be logged. The WebGUI scheduler summarizes the profiling information on a regular
+ basis.
+ This is basically content
ranking based upon the user's Areas of Interest (AOI).
By default the summarizer runs once a day. However you can change that by
- setting: passiveProfileInterval = <number of seconds> in the
+ setting: passiveProfileInterval = <number of seconds> in the
WebGUI config file.
-
-
- - Areas of Interest Ranking
- Metadata in combination with passive profiling produces AOI (Areas of
+ - Areas of Interest Ranking
+ Metadata in combination with passive profiling produces AOI (Areas of
Interest) information. You can retrieve the value of a metadata property
- with the ^AOIRank macro:
-
- ^AOIRank(contenttype);
- This would return the highest ranked contenttype for this user, such as
- "sport".
-
- ^AOIRank(contenttype,2);
- This would return the second highest ranked contenttype for this user.
-
- You can also retrieve the number of hits a particular AOI has gotten:
-
- ^AOIHits(contenttype,sport);
- This would return 99 is this user has looked at content that was tagged
- "contenttype = sport" 99 times.
-
-
+ with the ^AOIRank(); and AOIHits(); macros.
- Show content based upon criteria
The Wobject Proxy allows you to select content based upon criteria like:
contenttype = sport AND source != newspaper
You can use the AOI macro's described above in the criteria, so you can
present content based upon the users Areas of Interest. Example:
- type = ^AOIRank(contenttype);
+ type = ^AOIRank(contenttype);
|,
- lastUpdated => 1099039511,
+ lastUpdated => 1099517844
context => q|Metadata help|
},