Switch to the 4.1 based DTD.
Include some initial experiments in indexing, turned off by default.
This commit is contained in:
parent
1b3a15b2d5
commit
0825dcbd59
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9225
6 changed files with 46 additions and 20 deletions
|
@ -27,16 +27,17 @@
|
|||
ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/book.sgml,v 1.11 2000/06/23 00:37:53 nik Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/book.sgml,v 1.12 2000/07/16 16:36:17 nik Exp $
|
||||
-->
|
||||
|
||||
<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN" [
|
||||
<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||
|
||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
||||
%man;
|
||||
|
||||
<!ENTITY % chapters SYSTEM "chapters.ent"> %chapters;
|
||||
<!ENTITY % not.published "INCLUDE">
|
||||
<!-- ENTITY index SYSTEM "index.sgml" -->
|
||||
]>
|
||||
|
||||
<book>
|
||||
|
@ -58,9 +59,9 @@
|
|||
<holder role="mailto:nik@FreeBSD.org">Nik Clayton</holder>
|
||||
</copyright>
|
||||
|
||||
<pubdate role="rcs">$FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/book.sgml,v 1.11 2000/06/23 00:37:53 nik Exp $</pubdate>
|
||||
<pubdate role="rcs">$FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/book.sgml,v 1.12 2000/07/16 16:36:17 nik Exp $</pubdate>
|
||||
|
||||
<releaseinfo>$FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/book.sgml,v 1.11 2000/06/23 00:37:53 nik Exp $</releaseinfo>
|
||||
<releaseinfo>$FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/book.sgml,v 1.12 2000/07/16 16:36:17 nik Exp $</releaseinfo>
|
||||
|
||||
<legalnotice>
|
||||
<para>Redistribution and use in source (SGML DocBook) and 'compiled'
|
||||
|
@ -282,7 +283,10 @@ Password:</screen></entry>
|
|||
&chap.see-also;
|
||||
|
||||
&app.examples;
|
||||
|
||||
|
||||
<!--
|
||||
&index;
|
||||
-->
|
||||
</book>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/overview/chapter.sgml,v 1.4 1999/09/06 06:52:40 peter Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/overview/chapter.sgml,v 1.5 2000/07/07 18:38:23 dannyboy Exp $
|
||||
-->
|
||||
|
||||
<chapter id="overview">
|
||||
|
@ -44,7 +44,10 @@
|
|||
effectively use the tools available to you when writing
|
||||
documentation</emphasis>.</para>
|
||||
|
||||
<para>Every one is welcome to join the FDP. There is no minimum
|
||||
<para><indexterm>
|
||||
<primary>Membership</primary>
|
||||
</indexterm>
|
||||
Every one is welcome to join the FDP. There is no minimum
|
||||
membership requirement, no quota of documentation you need to
|
||||
produce per month. All you need to do is subscribe to the
|
||||
<email>freebsd-doc@FreeBSD.org</email> mailing list.</para>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/sgml-primer/chapter.sgml,v 1.15 2000/11/01 22:38:35 jim Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/sgml-primer/chapter.sgml,v 1.16 2001/04/09 00:33:47 dd Exp $
|
||||
-->
|
||||
|
||||
<chapter id="sgml-primer">
|
||||
|
@ -561,7 +561,10 @@ nsgmls:example.sgml:6:8:E: end tag for "HEAD" which is not finished</screen>
|
|||
<term><literal>PUBLIC "-//W3C//DTD HTML 4.0//EN"</literal></term>
|
||||
|
||||
<listitem>
|
||||
<para>Lists the Formal Public Identifier (FPI) for the DTD that this
|
||||
<para>Lists the Formal Public Identifier (FPI)<indexterm>
|
||||
<primary>Formal Public Identifier</primary>
|
||||
</indexterm>
|
||||
for the DTD that this
|
||||
document conforms to. Your SGML parser will use this to find the
|
||||
correct DTD when processing this document.</para>
|
||||
|
||||
|
@ -583,7 +586,10 @@ nsgmls:example.sgml:6:8:E: end tag for "HEAD" which is not finished</screen>
|
|||
</variablelist>
|
||||
|
||||
<sect2>
|
||||
<title>Formal Public Identifiers (FPIs)</title>
|
||||
<title>Formal Public Identifiers (FPIs)<indexterm significance="preferred">
|
||||
<primary>Formal Public Identifier</primary>
|
||||
</indexterm>
|
||||
</title>
|
||||
|
||||
<note>
|
||||
<para>You don't need to know this, but it's useful background, and
|
||||
|
|
|
@ -27,16 +27,17 @@
|
|||
ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/book.sgml,v 1.11 2000/06/23 00:37:53 nik Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/book.sgml,v 1.12 2000/07/16 16:36:17 nik Exp $
|
||||
-->
|
||||
|
||||
<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN" [
|
||||
<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||
|
||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
||||
%man;
|
||||
|
||||
<!ENTITY % chapters SYSTEM "chapters.ent"> %chapters;
|
||||
<!ENTITY % not.published "INCLUDE">
|
||||
<!-- ENTITY index SYSTEM "index.sgml" -->
|
||||
]>
|
||||
|
||||
<book>
|
||||
|
@ -58,9 +59,9 @@
|
|||
<holder role="mailto:nik@FreeBSD.org">Nik Clayton</holder>
|
||||
</copyright>
|
||||
|
||||
<pubdate role="rcs">$FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/book.sgml,v 1.11 2000/06/23 00:37:53 nik Exp $</pubdate>
|
||||
<pubdate role="rcs">$FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/book.sgml,v 1.12 2000/07/16 16:36:17 nik Exp $</pubdate>
|
||||
|
||||
<releaseinfo>$FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/book.sgml,v 1.11 2000/06/23 00:37:53 nik Exp $</releaseinfo>
|
||||
<releaseinfo>$FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/book.sgml,v 1.12 2000/07/16 16:36:17 nik Exp $</releaseinfo>
|
||||
|
||||
<legalnotice>
|
||||
<para>Redistribution and use in source (SGML DocBook) and 'compiled'
|
||||
|
@ -282,7 +283,10 @@ Password:</screen></entry>
|
|||
&chap.see-also;
|
||||
|
||||
&app.examples;
|
||||
|
||||
|
||||
<!--
|
||||
&index;
|
||||
-->
|
||||
</book>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/overview/chapter.sgml,v 1.4 1999/09/06 06:52:40 peter Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/overview/chapter.sgml,v 1.5 2000/07/07 18:38:23 dannyboy Exp $
|
||||
-->
|
||||
|
||||
<chapter id="overview">
|
||||
|
@ -44,7 +44,10 @@
|
|||
effectively use the tools available to you when writing
|
||||
documentation</emphasis>.</para>
|
||||
|
||||
<para>Every one is welcome to join the FDP. There is no minimum
|
||||
<para><indexterm>
|
||||
<primary>Membership</primary>
|
||||
</indexterm>
|
||||
Every one is welcome to join the FDP. There is no minimum
|
||||
membership requirement, no quota of documentation you need to
|
||||
produce per month. All you need to do is subscribe to the
|
||||
<email>freebsd-doc@FreeBSD.org</email> mailing list.</para>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/sgml-primer/chapter.sgml,v 1.15 2000/11/01 22:38:35 jim Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/sgml-primer/chapter.sgml,v 1.16 2001/04/09 00:33:47 dd Exp $
|
||||
-->
|
||||
|
||||
<chapter id="sgml-primer">
|
||||
|
@ -561,7 +561,10 @@ nsgmls:example.sgml:6:8:E: end tag for "HEAD" which is not finished</screen>
|
|||
<term><literal>PUBLIC "-//W3C//DTD HTML 4.0//EN"</literal></term>
|
||||
|
||||
<listitem>
|
||||
<para>Lists the Formal Public Identifier (FPI) for the DTD that this
|
||||
<para>Lists the Formal Public Identifier (FPI)<indexterm>
|
||||
<primary>Formal Public Identifier</primary>
|
||||
</indexterm>
|
||||
for the DTD that this
|
||||
document conforms to. Your SGML parser will use this to find the
|
||||
correct DTD when processing this document.</para>
|
||||
|
||||
|
@ -583,7 +586,10 @@ nsgmls:example.sgml:6:8:E: end tag for "HEAD" which is not finished</screen>
|
|||
</variablelist>
|
||||
|
||||
<sect2>
|
||||
<title>Formal Public Identifiers (FPIs)</title>
|
||||
<title>Formal Public Identifiers (FPIs)<indexterm significance="preferred">
|
||||
<primary>Formal Public Identifier</primary>
|
||||
</indexterm>
|
||||
</title>
|
||||
|
||||
<note>
|
||||
<para>You don't need to know this, but it's useful background, and
|
||||
|
|
Loading…
Reference in a new issue