~ubuntu-branches/ubuntu/maverick/lire/maverick

« back to all changes in this revision

Viewing changes to www/www.xml

  • Committer: Bazaar Package Importer
  • Author(s): Joost van Baal
  • Date: 2002-04-11 23:36:21 UTC
  • Revision ID: james.westby@ubuntu.com-20020411233621-rj3dbr7z5wulfd7z
Tags: upstream-20020214
ImportĀ upstreamĀ versionĀ 20020214

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1"?>
 
2
<!DOCTYPE lire:dlf-schema PUBLIC
 
3
  "-//LogReport.ORG//DTD Lire DLF Schema Markup Language V1.0//EN"
 
4
  "http://www.logreport.org/LDSML/1.0/ldsml.dtd">
 
5
<lire:dlf-schema superservice="www" timestamp="time"
 
6
 xmlns:lire="http://www.logreport.org/LDSML/">
 
7
 
 
8
 <lire:title>DLF Schema for WWW service</lire:title>
 
9
 <lire:description>
 
10
  <para>This DLF file is adequate to represent most common
 
11
   informations about www requests. It has the equivalent informations
 
12
   than the common log format supported by most web servers.
 
13
  </para>
 
14
 </lire:description>
 
15
 
 
16
 <!-- the complete fqdn of client -->
 
17
 <lire:field name="client_host"         type="hostname"/>
 
18
 
 
19
 <!-- the last two parts of client fqdn. e.g. clien_host foo.bar.co.uk
 
20
      gives client_domain co.uk -->
 
21
 <lire:field name="client_domain"       type="hostname"/>
 
22
 
 
23
 <lire:field name="who"                 type="string"/>
 
24
 <lire:field name="http_result"         type="int"/>
 
25
 <lire:field name="requested_page_size" type="bytes"/>
 
26
 <lire:field name="http_action"         type="string"/>
 
27
 <lire:field name="requested_page"      type="url"/>
 
28
 <lire:field name="requested_page_ext"  type="string"/>
 
29
 <lire:field name="requested_file"      type="filename"/>
 
30
 <lire:field name="http_protocol"       type="string"/>
 
31
 <lire:field name="time"                type="timestamp"/>
 
32
 <lire:field name="referer"             type="string"/>
 
33
 <lire:field name="useragent"           type="string"/>
 
34
 <lire:field name="gzip_result"         type="string"/>
 
35
 <lire:field name="compression"         type="int"/>
 
36
</lire:dlf-schema>