From 2d56e7a3e4a1fa4c4e9eca4ed2addae90f9d273d Mon Sep 17 00:00:00 2001 From: Benedict Reuschling Date: Fri, 17 Aug 2018 14:09:05 +0000 Subject: Properly wrap line that were too long. --- .../books/fdp-primer/structure/chapter.xml | 60 ++++++++++++---------- 1 file changed, 34 insertions(+), 26 deletions(-) (limited to 'en_US.ISO8859-1/books/fdp-primer/structure') diff --git a/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml index 58922008c2..8b6c3e2361 100644 --- a/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml +++ b/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml @@ -29,7 +29,9 @@ POSSIBILITY OF SUCH DAMAGE. --> - + Documentation Directory Structure Files and directories in the @@ -86,10 +88,10 @@ Contains subdirectories to further categorize the information. For example, the files that comprise the &man.make.1; infrastructure are in - share/mk, while - the additional XML support files - (such as the &os; extended DocBook - DTD) are in share/xml. + share/mk, while the additional + XML support files (such as the &os; + extended DocBook DTD) are in + share/xml. @@ -158,8 +160,8 @@ man For translations of the system manual pages. This - directory will contain one or more - manN + directory will contain one or more manN directories, corresponding to the sections that have been translated. @@ -167,10 +169,11 @@ - Not every lang.encoding - directory will have all of these subdirectories. It depends - on how much translation has been accomplished by that - translation team. + Not every lang.encoding + directory will have all of these subdirectories. It depends on + how much translation has been accomplished by that translation + team. @@ -204,8 +207,8 @@ The Handbook's organization may change over time, and this document may lag in detailing the organizational - changes. Post questions about Handbook organization to the - &a.doc;. + changes. Post questions about Handbook organization to + the &a.doc;. @@ -224,21 +227,25 @@ <filename>book.xml</filename> This is the top level document in the Handbook. It - contains the Handbook's DOCTYPE + contains the Handbook's DOCTYPE declaration, as well as the elements that describe the Handbook's structure. - book.xml uses parameter + book.xml uses parameter entities to load in the files with the .ent extension. These files - (described later) then define general + (described later) then define general entities that are used throughout the rest of the Handbook. - <filename role="directory"><replaceable>directory</replaceable>/chapter.xml</filename> + <filename + role="directory"><replaceable>directory</replaceable>/chapter.xml</filename> Each chapter in the Handbook is stored in a file called chapter.xml in a separate @@ -270,15 +277,16 @@ stored in the same directory as book.xml, and named after the value of the id attribute on the file's - chapter element. Now, it is possible - to include images in each chapter. Images for each - Handbook chapter are stored within share/images/books/handbook. - The localized version of these images should be - placed in the same directory as the XML - sources for each chapter. Namespace collisions are - inevitable, and it is easier to work with several - directories with a few files in them than it is to work - with one directory that has many files in it. + chapter element. Now, it is possible to + include images in each chapter. Images for each Handbook + chapter are stored within + share/images/books/handbook. The + localized version of these images should be placed in the + same directory as the XML sources for + each chapter. Namespace collisions are inevitable, and it + is easier to work with several directories with a few + files in them than it is to work with one directory that + has many files in it. A brief look will show that there are many directories with individual chapter.xml files, -- cgit v1.2.3