]> git.pld-linux.org Git - packages/apollon.git/blame - apollon-dtd-location.patch
- tabs in preamble
[packages/apollon.git] / apollon-dtd-location.patch
CommitLineData
c893713f 1diff -urN apollon-0.8.3-orig/doc/en/index.docbook apollon-0.8.3/doc/en/index.docbook
2--- apollon-0.8.3-orig/doc/en/index.docbook 2003-07-02 09:18:12.000000000 -0600
3+++ apollon-0.8.3/doc/en/index.docbook 2003-07-29 13:44:41.000000000 -0600
4@@ -1,5 +1,5 @@
5 <?xml version="1.0" ?>
65fb969c 6-<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.1.2-Based Variant V1.0//EN" "dtd/kdex.dtd" [
7+<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.1.2-Based Variant V1.0//EN" "/usr/share/apps/ksgmltools2/customization/dtd/kdex.dtd" [
8 <!ENTITY apollon "<application>Apollon</application>">
c893713f 9 <!ENTITY kapp "&apollon;"><!-- replace kadeau here -->
10 <!ENTITY % addindex "IGNORE">
11diff -urN apollon-0.8.3-orig/doc/en/index.docbook~ apollon-0.8.3/doc/en/index.docbook~
12--- apollon-0.8.3-orig/doc/en/index.docbook~ 1969-12-31 17:00:00.000000000 -0700
13+++ apollon-0.8.3/doc/en/index.docbook~ 2003-07-02 09:18:12.000000000 -0600
14@@ -0,0 +1,168 @@
15+<?xml version="1.0" ?>
16+<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.1-Based Variant V1.0//EN" "dtd/kdex.dtd" [
17+ <!ENTITY apollon '<application>Apollon</application>'>
18+ <!ENTITY kapp "&apollon;"><!-- replace kadeau here -->
19+ <!ENTITY % addindex "IGNORE">
20+ <!ENTITY % English "INCLUDE"><!-- change language only here -->
21+
22+
23+ <!-- Do not define any other entities; instead, use the entities
24+ from kde-genent.entities and $LANG/user.entities. -->
25+]>
26+
27+
28+
29+<!-- The language must NOT be changed here. -->
30+
31+<book lang="&language;">
32+
33+<!-- This header contains all of the meta-information for the document such
34+as Authors, publish date, the abstract, and Keywords -->
35+
36+<bookinfo>
37+<title>The Apollon Handbook</title>
38+
39+<authorgroup>
40+<author>
41+<firstname>Bastiaan</firstname>
42+<othername></othername>
43+<surname>Naber</surname>
44+<affiliation>
45+<address><email>bastiaan@ricardis.tudelft.nl</email></address>
46+</affiliation>
47+</author>
48+</authorgroup>
49+
50+<!-- TRANS:ROLES_OF_TRANSLATORS -->
51+
52+<copyright>
53+<year>2002</year>
54+<holder>Bastiaan Naber</holder>
55+<holder>Robert Wittams</holder>
56+</copyright>
57+<!-- Translators: put here the copyright notice of the translation -->
58+<!-- Put here the FDL notice. Read the explanation in fdl-notice.docbook
59+ and in the FDL itself on how to use it. -->
60+<legalnotice>&FDLNotice;</legalnotice>
61+
62+
63+<date>13/12/2002</date>
64+<releaseinfo>0.10</releaseinfo>
65+
66+<abstract>
67+<para>
68+&apollon; is a client for the giFT daemon which allows you to
69+access the OpenFT filesharing network. The daemon is extensible,
70+meaning access to other networks can be added.
71+</para>
72+</abstract>
73+
74+
75+<keywordset>
76+<keyword>KDE</keyword>
77+<keyword>Apollon</keyword>
78+<keyword>giFT</keyword>
79+<keyword>openFT</keyword>
80+</keywordset>
81+
82+</bookinfo>
83+
84+
85+<chapter id="introduction">
86+<title>Introduction</title>
87+
88+
89+<para>
90+&kapp; is a client for giFT. giFT is a daemon which allows you to access file
91+sharing networks. Currently you can access the OpenFT network.
92+</para>
93+</chapter>
94+
95+<chapter id="commands">
96+<title>Command Reference</title>
97+
98+<!-- (OPTIONAL, BUT RECOMMENDED) This chapter should list all of the
99+application windows and their menubar and toolbar commands for easy reference.
100+Also include any keys that have a special function but have no equivalent in the
101+menus or toolbars. This may not be necessary for small apps or apps with no tool
102+or menu bars. -->
103+
104+<sect1 id="kapp-mainwindow">
105+<title>The main Apollon window</title>
106+<para></para>
107+
108+<sect2>
109+<title>The File Menu</title>
110+<para>
111+<variablelist>
112+<varlistentry>
113+<term><menuchoice>
114+<shortcut>
115+<keycombo><keycap>Ctrl</keycap><keycap>q</keycap></keycombo>
116+</shortcut>
117+<guimenu>File</guimenu>
118+<guimenuitem>Quit</guimenuitem>
119+</menuchoice></term>
120+<listitem><para><action>Quits</action> &kapp;</para></listitem>
121+</varlistentry>
122+</variablelist>
123+</para>
124+
125+</sect2>
126+
127+</sect1>
128+</chapter>
129+
130+<chapter id="credits">
131+
132+<!-- Include credits for the programmers, documentation writers, and
133+contributors here. The license for your software should then be included below
134+the credits with a reference to the appropriate license file included in the KDE
135+distribution. -->
136+<title>Credits and License</title>
137+<para>
138+&kapp;
139+</para>
140+<para>
141+Program copyright 2002 Bastiaan Naber <email>bastiaan@ricardis.tudelft.nl</email>
142+Program copyright 2002 Robert Wittams <email>robert@wittams.com</email>
143+</para>
144+
145+
146+<para>
147+Documentation copyright 2002 Bastiaan Naber <email>bastiaan@ricardis.tudelft.nl</email>
148+Documentation copyright 2002 Robert Wittams<email>robert@wittams.com</email>
149+</para>
150+<!-- TRANS:CREDIT_FOR_TRANSLATORS -->
151+
152+&underFDL;
153+
154+&underGPL; <!-- GPL License -->
155+
156+
157+</chapter>
158+
159+&documentation.index;
160+</book>
161+<!--
162+Local Variables:
163+mode: sgml
164+sgml-minimize-attributes:nil
165+sgml-general-insert-case:lower
166+sgml-indent-step:0
167+sgml-indent-data:nil
168+End:
169+-->
170+
171+
172+
173+
174+
175+
176+
177+
178+
179+
180+
181+
182+
This page took 0.14676 seconds and 4 git commands to generate.