summaryrefslogtreecommitdiff
path: root/tests/docbook/dtd/simple/3.1.7.1/README
blob: 63cc345a182288eb33f3ae09d48e1f8cc8c2be87 (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
README for the Simplified DocBk XML V3.1.7.1 DTD

This is a simplified version of the DocBk XML V3.1.3 DTD.  This
DTD is my attempt to make a small subset of DocBook.  I tried to
achieve the following goals:

 * Documents written in the subset must be 100% legal DocBk XML
   documents.

 * This is for small documents, articles and the like, so
   there's no need for 'book's or 'set's, just 'article's.

 * The markup should be the smallest practical subset, if you
   need richly structured markup, use DocBook or DocBk XML.

 * The result is roughly "HTML-level markup in DocBook", but I
   didn't set out explicitly to produce that result.

 * The DTD must work in IE5 (it's XML not SGML). It should be
   small enough to download more-or-less painlessly.

 * There should be a CSS stylesheet for it (mine's pretty lame).

 * There should be an XSL stylesheet for it. Since I'm in the
   somewhat privileged position of knowing how many changes are
   coming, I'm going to wait until after the next draft ;-).

Instead of DocBook's 350+ elements, this DTD has fewer than 100.


Manifest
--------

README        - This readme file
VERSION       - The version number
COPYRIGHT     - Copyright statement
sdbcent.mod   - Character entities
sdbhier.mod   - Hierarchy overrides
sdbpool.mod   - Information pool overrides
sdocbook-custom.dtd - The DTD
sdocbook.css  - CSS stylesheet
sdocbook.dtd  - A flattened version of the DTD (mechanically generated)
sinclist.mod  - A set of 'ignore' parameter entities
test.xml      - A test document
testcss.xml   - A test document for the CSS stylesheet
testcust.xml  - A test document for the raw customization layer
ent/          - The ISO character entity files used by sdocbook.dtd


Installation
------------

Place the files in this distribution somewhere on your machine.  Adjust
your catalog(s) if appropriate (XML tools frequently do not support 
catalogs, so this may be irrelevant for you).

Please use the following formal public identifier to identify this DTD:

  "-//Norman Walsh//DTD Simplified DocBk XML V3.1.7.1//EN"

For example, if your document's top-level element is <article>, and
you are using this DTD directly, use the FPI in the DOCTYPE
declaration:

<!DOCTYPE article
          PUBLIC "-//Norman Walsh//DTD Simplified DocBk XML V3.1.7.1//EN"
                 "/system/identifier/on/your/system/sdocbook.dtd" [
...
]>


Note: if you are using the customization layer directly (sdocbook-custom.dtd),
you may have to adjust the system identifier that points to the DocBk XML
DTD.  You will also have to install the DocBk XML V3.1.3 DTD somewhere on
your system.


Copyright
---------

Copyright (C) 1998, 1999 Norman Walsh

See COPYRIGHT for more information


Warranty
--------

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT.  IN NO EVENT SHALL NORMAN WALSH OR ANY OTHER
CONTRIBUTOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.


Contacting the Author
---------------------

This DTD is maintained by Norman Walsh, <ndw@nwalsh.com>.

The best way to reach norm is by email.  You will find additional
contact information at http://nwalsh.com/docbook/simple/