The Prologue

Chapter 3. The Prologue

<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.1-Based Variant V1.0//EN" "dtd/kdex.dtd" [
  <!ENTITY kappname "&kapp;"><!-- replace kapp here -->
  <!ENTITY % addindex "IGNORE">
  <!ENTITY % English "INCLUDE"><!-- change language only here -->
]>

In general, this needs minimal changing from the template. The items you must change are the two entities ‘kappname’ and ‘English’.

The entity ‘kappname’ looks like it's redundant (as the comment in the template notes), but it is important. This allows us to use one global text in all documents, and still refer to the specific application by it's correct name. So it should be changed to refer to this new entity, but this time you should only change the part in quotes (‘&kapp;’) as follow:

Example 3.1. Setting up the global “kappname” entity

From:

<!ENTITY kappname "&kapp;" -- this only *seems* redundant -->

To:

<!ENTITY kappname "&kwrite;" -- this only *seems* redundant -->

The entity ‘English’ should be changed to reflect your language, if you are either writing original documentation in another language, or you are translating a document. The supported languages are:

KDE Logo