diff options
Diffstat (limited to 'docs/design/intro.xml')
-rw-r--r-- | docs/design/intro.xml | 48 |
1 files changed, 31 insertions, 17 deletions
diff --git a/docs/design/intro.xml b/docs/design/intro.xml index 671748c4a..b1aa5db67 100644 --- a/docs/design/intro.xml +++ b/docs/design/intro.xml @@ -1,18 +1,32 @@ -<?xml version = "1.0" encoding = "UTF-8"?> -<preface> - <title>About this Document</title> - <para> -This document is written in docbook with the hope that it will -provide a good test case of a common usage of FO created by -docbook. The information is then processed by fop to produce -a PDF document. - </para> - <para> -It is hoped that this document can be used as a basis for designing -a new layout system for FOP so that it can handle all necessary -situations when deciding line breaks, page breaks and spacing. -It should also allow for the easy implementation of different -writing modes and character sets. - </para> +<?xml version="1.0" standalone="no"?> + +<!-- Overview --> + +<document> + <header> + <title>FOP Design</title> + <subtitle>Design Approach to FOP</subtitle> + <authors> + <person name="Keiron Liddle" email="keiron@aftexsw.com"/> + </authors> + </header> + + <body> +<s1 title="Introduction"> +<p> +The information here describes the design and architecture details for FOP. +Currently this is part of a redesign process for some of the core parts of +FOP. + </p> + <p> +The redesign is mainly focusing on some particular process involved +with the layout process when converting the FO tree into the Area Tree. + </p> + <p> + + </p> + </s1> + + </body> +</document> -</preface> |