File: purpose.xml

package info (click to toggle)
pdfedit 0.4.5-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 15,220 kB
  • ctags: 17,436
  • sloc: cpp: 156,708; xml: 8,973; makefile: 1,003; sh: 704; ansic: 688; perl: 669; yacc: 589; python: 236; lisp: 51
file content (42 lines) | stat: -rw-r--r-- 1,375 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
<part id="purpose">
    <title>Document purpose</title>
	<para>
		This document describes usage of PDFedit, how to install and run program and
		how to work in commandline or graphical mode (GUI).
		It also describes using and writing user scripts.
	</para>
	<sect1 id="organization">
	    <title>Document organization</title>
	    <para>
		Document itself is divided into several parts:
		<itemizedlist>
		    <listitem>
				<xref linkend="general_part"/> which focuses on global view of 
				application. 
		    </listitem>
		    <listitem>
				<xref linkend="install_part"/> which focuses on instalation of
				PDFEdit. Describes what is need and how to configure instalation
				for specific user.
		    </listitem>
		    <listitem>
				<xref linkend="cmdline_part"/> which describes commandline
				parameters of program.
		    </listitem>
		    <listitem>
				<xref linkend="gui_part"/> which describes graphical user
				interface. Usage and simple manipulation with pdf documents.
		    </listitem>
		    <listitem>
				<xref linkend="scripts_part"/> which describes script language
				used in PDFEdit, with function and classes usable for editing pdf
				documents.
		    </listitem>
<!--		    <listitem>
				<xref linkend="glossary_part"/> which describes some terms used
				in this document.
		    </listitem>-->
		</itemizedlist>
	    </para>
	</sect1>
</part>