summaryrefslogtreecommitdiffstats
path: root/doc/tdeprint/index.docbook
blob: cc3eef9294188b06db4da5f0a38523ffba70e801 (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
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" 
"dtd/kdex.dtd" [
  <!ENTITY CUPS "<acronym>CUPS</acronym>">
  <!ENTITY PPD "<acronym>PPD</acronym>">
  <!ENTITY IPP "<acronym>IPP</acronym>">
  <!ENTITY ghostscript "<application>ghostscript</application>">
  <!ENTITY tech-overview-doc SYSTEM "tech-overview.docbook">
  <!ENTITY highlights-doc SYSTEM "highlights.docbook">
  <!ENTITY getting-started-doc SYSTEM "getting-started.docbook">
  <!ENTITY theory-doc SYSTEM "theory.docbook">
  <!ENTITY cups-configuration-doc SYSTEM "cups-config.docbook">
  <!ENTITY add-printer-wizard-2-doc SYSTEM "add-printer-wiz.docbook">
  <!ENTITY cupsoptions-presently-outside-kcontrol-doc SYSTEM 
"cupsoptions.docbook">
  <!ENTITY rlpr-doc SYSTEM "rlpr.docbook">
  <!ENTITY lpd-doc SYSTEM "lpd.docbook">
  <!ENTITY lpr-bsd-doc SYSTEM "lpr-bsd.docbook">
  <!ENTITY lprng-doc SYSTEM "lprng.docbook">
  <!ENTITY external-command-doc SYSTEM "external-command.docbook">
  <!ENTITY extensions-doc SYSTEM "extensions.docbook">
  <!ENTITY final-word-doc SYSTEM "final-word.docbook">
  <!ENTITY kappname "&tdeprint;"><!-- replace kapp here -->
  <!ENTITY % addindex "IGNORE">
  <!ENTITY % English "INCLUDE"><!-- change language only here -->
]>
	
<book lang="&language;">
  
<bookinfo>
<title>The &tdeprint; Handbook</title>

<authorgroup>
<author>
<firstname>Kurt</firstname>
<surname>Pfeifle</surname>
<affiliation>
<address><email>kpfeifle@danka.de</email></address>
</affiliation>
</author>
        
<othercredit role="developer">
<firstname>Michael</firstname>
<surname>Goffioul</surname>
<affiliation>
<address><email>tdeprint@swing.be</email></address>
</affiliation>
<contrib>Developer</contrib>
</othercredit>

<othercredit role="reviewer">
<firstname>Lauri</firstname>
<surname>Watts</surname>
<affiliation>
<address><email>lauri@kde.org</email></address>
</affiliation>
<contrib>Reviewer</contrib>
</othercredit>

<!-- TRANS:ROLES_OF_TRANSLATORS -->

</authorgroup>

<copyright>
<year>2001</year>
<holder>Kurt Pfeifle</holder>
</copyright>

<legalnotice>&FDLNotice;</legalnotice>

<date>2001-08-09</date>
<releaseinfo>1.00.04</releaseinfo>

<abstract>
<para>This handbook describes &tdeprint;. &tdeprint; is not a standalone
program. It is the new printing framework for &tde; 2.2. &tdeprint;
is an intermediate layer between &tde; (or other) applications and the selected
(and installed) print subsystem of your OS (&OS;).</para>
</abstract>

<keywordset>
<keyword>KDE</keyword>
<keyword>tdebase</keyword>
<keyword>tdeprint</keyword>
<keyword>print</keyword>
<keyword>printing</keyword>
<keyword>CUPS</keyword>
<keyword>LPR</keyword>
</keywordset>

</bookinfo>

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

<para>This handbook describes &tdeprint;. &tdeprint; is not a standalone
program. It is the new printing framework for &tde; 2.2. &tdeprint;
is an intermediate layer between &tde; (or other) applications and the selected
(and installed) print subsystem of your OS (&OS;).</para>

<para>It should be noted that both the developer of this application,
and the author of this document are most familiar with &CUPS; as a
printing system.  At the time of writing, &CUPS; is the best supported
printing subsystem, and it is the best documented.</para>

<para>This handbook is a work in progress, and later versions of the
&tdeprint; software and editions of this handbook will support and
explore more closely other printing systems.</para>

<para>In the meantime, even if your printing subsystem is not yet well
covered, you are encouraged to explore the <guilabel>Printing
Manager</guilabel> module in &kcontrol;, and you will find its
operation to hopefully be fairly self evident, no matter what printing
subsystem you use.</para>

<para>Lauri Watts, &tde; documentation team</para>

<!-- Insert here screenshot : <steinbruch_scaled.png> -->

<sect1>
<title>To configure your printing subsystem from &kcontrol;</title>

<para>To configure your printing subsystem from &kcontrol;, go to
<menuchoice><guilabel>System</guilabel><guilabel>Printing
Manager</guilabel></menuchoice> and select your subsystem. Or you can
let &tdeprint; try to determine it... </para>

<screenshot>
<screeninfo>&CUPS; Printing Manager dialog: overview via &kcontrol;</screeninfo>
<mediaobject>
<imageobject>
<imagedata fileref="steinbruch_scaled.png"
format="PNG"/></imageobject>
<textobject>
<phrase>The dialog to configure the &CUPS; server: security 
settings</phrase></textobject>
<caption><para>Configuration of printing subsystem from 
&kcontrol;</para></caption>
</mediaobject>
</screenshot>
</sect1>

</chapter>

&tech-overview-doc;

&highlights-doc;

&theory-doc;

&getting-started-doc;

&cups-configuration-doc;

&add-printer-wizard-2-doc;

&cupsoptions-presently-outside-kcontrol-doc;

&rlpr-doc;

&lpd-doc;

&lpr-bsd-doc;

&lprng-doc;

&external-command-doc;

&extensions-doc;

&final-word-doc;

<chapter id="credits-and-license">
<title>Credits And Licenses</title>

<para>&tdeprint; copyright 2001, Michael Goffioul
<email>tdeprint@swing.be</email></para>
&underGPL;

<para>Documentation copyright 2001, Kurt Pfeifle,
<email>kpfeifle@danka.de</email></para>
&underFDL;

<!-- TRANS:CREDIT_FOR_TRANSLATORS -->

</chapter>

</book>

<!--
Local Variables:
mode: sgml
sgml-minimize-attributes:nil
sgml-general-insert-case:lower
sgml-indent-step:0
sgml-indent-data:nil
End:

// vim:ts=2:sw=2:tw=78:noet
-->