blob: aaae956dba7c294e091c3726c9dc863c78d815fd (
plain)
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
|
<?xml version="1.0"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY legal SYSTEM "legal.xml">
<!ENTITY appversion "0.1">
<!ENTITY manrevision "0.1">
<!ENTITY date "June 2008">
<!ENTITY app "<application>Palimpsest Disk Utility</application>">
<!-- Information about the entities
The legal.xml file contains legal information, there is no need to edit the file.
Use the appversion entity to specify the version of the application.
Use the manrevision entity to specify the revision number of this manual.
Use the date entity to specify the release date of this manual.
Use the app entity to specify the name of the application. -->
]>
<article id="index" lang="en">
<articleinfo>
<title>&app; Manual</title>
<abstract role="description">
<para>
This document describes the Palimpsest Disk Utility application.
</para>
</abstract>
<copyright>
<year>2008</year>
<holder>David Zeuthen</holder>
</copyright>
<publisher>
<publishername> GNOME Documentation Project </publishername>
</publisher>
&legal;
<authorgroup>
<author role="maintainer">
<firstname>David</firstname> <surname>Zeuthen</surname>
<affiliation>
<address>
<email>davidz@redhat.com</email>
</address>
</affiliation>
</author>
</authorgroup>
<revhistory>
<revision>
<revnumber>Palimpsest Disk Utility Manual V &appversion;</revnumber>
<date>2008</date>
<revdescription>
<para role="author">David Zeuthen
<email>davidz@redhat.com</email>
</para>
</revdescription>
</revision>
</revhistory>
<releaseinfo>This manual describes version &appversion; of Palimpsest Disk Utility.
</releaseinfo>
<legalnotice>
<title>Feedback</title>
<para>To report a bug or make a suggestion regarding the &app; application or
this manual, follow the directions in the <ulink url="ghelp:gnome-feedback"
type="help">GNOME Feedback Page</ulink>.
</para>
</legalnotice>
</articleinfo>
<sect1 id="intro">
<title>Introduction.</title>
<para>This is the &app; user's guide.</para>
<figure id="mainwindow-fig">
<title>&app; Window</title>
<screenshot>
<mediaobject>
<imageobject><imagedata
fileref="figures/main-app.png" format="PNG"/>
</imageobject>
<textobject>
<phrase>Shows &app; main window.</phrase>
</textobject>
</mediaobject>
</screenshot>
</figure>
</sect1>
<sect1 id="advanced">
<title>Advanced Palimpsest Disk Utility.</title>
<para>Palimpsest Disk Utility is a complex program, with many advanced
features.</para>
</sect1>
</article>
|