another typo in MetaData.pm, forgot comma in hash
This commit is contained in:
parent
070246fba8
commit
a526f7c5fa
1 changed files with 10 additions and 11 deletions
|
|
@ -111,7 +111,7 @@ each wobject under the tab "Metadata" in the wobject properties.</p>
|
|||
?" setting to Yes in the Manage Settings menu.</p>
|
||||
<p>Usage of metadata:</p>
|
||||
<ul>
|
||||
<li><b>Passive Profiling</b><br>
|
||||
<li><p><b>Passive Profiling</b><br>
|
||||
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.
|
||||
|
|
@ -119,22 +119,21 @@ each wobject under the tab "Metadata" in the wobject properties.</p>
|
|||
ranking based upon the user's Areas of Interest (AOI).<br>
|
||||
By default the summarizer runs once a day. However you can change that by
|
||||
setting: <b>passiveProfileInterval = <number of seconds></b> in the
|
||||
WebGUI config file. <br>
|
||||
WebGUI config file.</p>
|
||||
</li>
|
||||
<li><b>Areas of Interest Ranking</b><br>
|
||||
<li><p><b>Areas of Interest Ranking</b><br>
|
||||
Metadata in combination with passive profiling produces AOI (Areas of
|
||||
Interest) information. You can retrieve the value of a metadata property
|
||||
with the ^AOIRank(); and &#AOIHits(); macros.
|
||||
<li><b>Show content based upon criteria<br>
|
||||
</b>The Wobject Proxy allows you to select content based upon criteria like:<br>
|
||||
contenttype = sport AND source != newspaper<br>
|
||||
<br>
|
||||
with the ^AOIRank(); and &#AOIHits(); macros.</p>
|
||||
<li><p><b>Show content based upon criteria<br>
|
||||
</b>The Wobject Proxy allows you to select content based upon criteria like:<blockquote>
|
||||
contenttype = sport AND source != newspaper</blockquote>
|
||||
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:<br>
|
||||
type = ^AOIRank(contenttype);</li>
|
||||
type = ^AOIRank(contenttype);</p></li>
|
||||
</ul>|,
|
||||
lastUpdated => 1099517844,
|
||||
context => q|Metadata help|
|
||||
context => q|Metadata help|,
|
||||
lastUpdated => 1099530955
|
||||
},
|
||||
|
||||
'Metadata, Edit property' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue