File: grig.xml

package info (click to toggle)
grig 0.9.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,484 kB
  • sloc: ansic: 11,207; xml: 184; makefile: 126
file content (127 lines) | stat: -rw-r--r-- 2,792 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
    "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" 

[<!ENTITY legal SYSTEM "legal.xml">
  <!ENTITY appversion "0.8">
  <!ENTITY manrevision "1.0">
  <!ENTITY date "May 2007">
  <!ENTITY app "<application>grig</application>">
  <!ENTITY appname "Grig">
  <!ENTITY intro    SYSTEM "introduction.xml">
  <!ENTITY start    SYSTEM "getting-started.xml">
  <!ENTITY memman   SYSTEM "memory-manager.xml">
  <!ENTITY scan     SYSTEM "scan.xml">
]>


<!-- =============Document Header ============================= -->
<book id="gpredict-um" lang="en">
  <bookinfo> 
    <title>&appname; User Manual</title>       

    <copyright> 
      <year>2001-2007</year> 
      <holder>Alexandru Csete</holder> 
    </copyright> 

<!-- translators: uncomment this:
  <copyright>
   <year>2003</year>
   <holder>ME-THE-TRANSLATOR (Latin translation)</holder>
  </copyright>

   -->

   &legal;
   <!-- This file  contains link to license for the documentation (GNU FDL), and 
        other legal stuff such as "NO WARRANTY" statement. Please do not change 
	any of this. -->

    <authorgroup> 
      <corpauthor>TBD</corpauthor>
      
<!-- This is appropriate place for other contributors: translators,
     maintainers,  etc. Commented out by default.
     
      <othercredit role="translator">
		<firstname>Latin</firstname> 
		<surname>Translator 1</surname> 
		<affiliation> 
	  		<orgname>Latin Translation Team</orgname> 
	  		<address> <email>translator@gnome.org</email> </address> 
		</affiliation>
		<contrib>Latin translation</contrib>
      </othercredit>
-->
    </authorgroup>

    <revhistory>
      <revision> 
        <revnumber>&manrevision;</revnumber> 
        <date>&date;</date> 
        <revdescription> 
          <para role="author">Alexandru Csete</para>
        </revdescription> 
      </revision> 
    </revhistory> 
    
<!--
    <releaseinfo>This user manual describes version &appversion; of &app;.
    </releaseinfo> 
-->
<legalnotice> 
  <title>Feedback</title> 
  <para>TBD.</para>
  <!-- Translators may also add here feedback address for translations -->
</legalnotice> 
</bookinfo> 


<chapter id="intro">
<title>Introduction</title>

&intro;

</chapter>


<chapter id="start">
<title>Getting Started</title>

&start;

</chapter>


<chapter id="memman">
<title>The Memory Manager</title>

<warning>
<para>
This chapter describes experimental functionality that is not available in the stable release of &app;.
</para>
</warning>

&memman;

</chapter>


<chapter id="scan">
<title>Software Scanner</title>

<warning>
<para>
This chapter describes experimental functionality that is not available in the stable release of &app;.
</para>
</warning>

&scan;

</chapter>




</book>