~ubuntu-branches/ubuntu/karmic/lire/karmic

« back to all changes in this revision

Viewing changes to doc/examples/page-categoriser.xml

  • Committer: Bazaar Package Importer
  • Author(s): Wolfgang Sourdeau
  • Date: 2005-04-25 23:10:41 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050425231041-8h3y0jyvmj0pe05o
Tags: 2:2.0.1-4
debian/control: build-depend an depend on libdbd-sqlite2-perl (>=
2:0.33-4) instead of libdbd-sqlite-perl.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!DOCTYPE lrcsml:config-spec PUBLIC
 
3
  "-//LogReport.ORG//DTD Lire Report Configuration Specification Markup Language V1.0//EN"
 
4
  "http://www.logreport.org/LRCSML/1.1/lrcsml.dtd">
 
5
<lrcsml:config-spec xmlns:lrcsml="http://www.logreport.org/LRCSML/"
 
6
                    xmlns:lrcml="http://www.logreport.org/LRCML/">
 
7
 
 
8
 <lrcsml:list name="page-categoriser_properties">
 
9
  <lrcsml:summary>Page Categoriser Configuration</lrcsml:summary>
 
10
 
 
11
  <lrcsml:description>
 
12
   <para>This is a list of regexp that will be apply in this order
 
13
    along the category that should be applied when the regexp match.
 
14
   </para>
 
15
  </lrcsml:description>
 
16
 
 
17
  <lrcsml:record name="regex2category">
 
18
   <lrcsml:summary>The Regexp-Category Association</lrcsml:summary>
 
19
   <lrcsml:string name="regex">
 
20
    <lrcsml:summary>Regex</lrcsml:summary>
 
21
    <lrcsml:description>
 
22
     <para>The regular expression to test.</para>
 
23
    </lrcsml:description>
 
24
   </lrcsml:string>
 
25
 
 
26
   <lrcsml:string name="category">
 
27
    <lrcsml:summary>Category</lrcsml:summary>
 
28
    <lrcsml:description>
 
29
     <para>This field contains the category that should be assigned.</para>
 
30
    </lrcsml:description>
 
31
   </lrcsml:string>
 
32
  </lrcsml:record>
 
33
 </lrcsml:list>
 
34
 <lrcml:param name="page-categoriser_properties">
 
35
  <lrcml:param name="regex2category">
 
36
   <lrcml:param name="regex">.*</lrcml:param>
 
37
   <lrcml:param name="category">Unknown</lrcml:param>
 
38
  </lrcml:param>
 
39
 </lrcml:param>
 
40
 </lrcsml:list>
 
41
</lrcsml:config-spec>