<!DOCTYPE webpage PUBLIC "-//Norman Walsh//DTD Websites V2.0//EN"
          "http://docbook.sf.net/release/website/snapshot/website.dtd" [
<!ENTITY % common.ent PUBLIC "-//OASIS//ENTITY DocBook Website Common Entities//EN"
                      "../../common.ent">
%common.ent;
]>
<webpage id="simple">
<config param="rcsdate" value="$Date: 2003/01/15 23:00:28 $"/>
<head>
<title>Simplified DocBook</title>
<summary>A simplified DocBook subset</summary>
</head>

<para>The Simplified DocBook DTD is a small subset of the
<olink targetdocent="xml.xml">DocBook XML DTD</olink>.
The <ulink url="sdocbook/">online summary</ulink> shows just how
small this subset is.
</para>

<para>Over the years, the notion of a "simple" DocBook subset has come up
many times.  It has been observed that the number of elements in
DocBook can be a little overwhelming to the new user.
</para>

<para>This DTD is an attempt to make a small subset of DocBook.
The goals of this subset are:
</para>

<itemizedlist>
<listitem>
<para>Documents written in the subset must be 100% legal DocBook
documents.
</para>
</listitem>
<listitem>
<para>This subset for single documents (articles, white papers, etc.),
so there's no need for books or sets, just 'articles'.
</para>
</listitem>
<listitem>
<para>The markup should be the smallest practical subset, if you need
richly structured markup, use full DocBook. In
particular, the subset often selects a single element from a family of
related elements; for example, <sgmltag>programlisting</sgmltag> is
provided, but <sgmltag>screen</sgmltag> is not.
</para>
</listitem>
<listitem>
<para>The DTD must work in online browsers (it's XML not SGML). It
must be small enough to download more-or-less painlessly.
</para>
</listitem>
</itemizedlist>

<para>Versions available:</para>

<itemizedlist>
<listitem><para><olink targetdocent="simple10.xml">Version 1.0</olink>
is the first official release by the DocBook Technical Committee.
</para></listitem>
<listitem><para><olink targetdocent="simple10cr3.xml">Version 1.0CR3</olink>
is the third candidate release by the DocBook Technical Committee. This
version is based on DocBook XML V4.2.
</para></listitem>
<listitem><para><olink targetdocent="simple10cr2.xml">Version 1.0CR2</olink>
is the second candidate release by the DocBook Technical Committee.
</para></listitem>
<listitem><para><olink targetdocent="simple10cr1.xml">Version 1.0CR1</olink>
is the first candidate release by the DocBook Technical Committee.
</para></listitem>
<listitem><para><olink targetdocent="simple10b2.xml">Version 1.0b2</olink>
is the second beta release by the DocBook Technical
Committee.</para></listitem>
<listitem><para><olink targetdocent="simple4125.xml">Version 4.1.2.5</olink>
is the first official test release by the DocBook Technical
Committee.</para></listitem>
</itemizedlist>

</webpage>

