From cf87eb47265d251889804178e49b0cd57aa6f298 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 24 Nov 2003 19:08:02 +0000 Subject: Upgrade to DocBook V4.2 SGML. --- doc/src/sgml/cvs.sgml | 8 +++----- doc/src/sgml/ddl.sgml | 6 +++--- doc/src/sgml/dml.sgml | 6 +++--- doc/src/sgml/docguide.sgml | 36 +++++++++++++++++++----------------- doc/src/sgml/ecpg.sgml | 4 ++-- doc/src/sgml/geqo.sgml | 6 +++--- doc/src/sgml/nls.sgml | 6 +++--- doc/src/sgml/postgres.sgml | 4 ++-- doc/src/sgml/standalone-install.sgml | 4 ++-- doc/src/sgml/user-manag.sgml | 4 ++-- 10 files changed, 42 insertions(+), 42 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/cvs.sgml b/doc/src/sgml/cvs.sgml index 26b7848b417..19876c99ef2 100644 --- a/doc/src/sgml/cvs.sgml +++ b/doc/src/sgml/cvs.sgml @@ -1,11 +1,9 @@ - + Marc @@ -21,7 +19,7 @@ Thomas Lockhart 1999-05-20 - + The <productname>CVS</productname> Repository diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml index 627f25096b4..afc8632789f 100644 --- a/doc/src/sgml/ddl.sgml +++ b/doc/src/sgml/ddl.sgml @@ -1,4 +1,4 @@ - + Data Definition @@ -956,8 +956,8 @@ CREATE TABLE order_items ( Inheritance - This section needs to be rethought. Some of the - information should go into the following chapters. + This section needs to be rethought. Some of the + information should go into the following chapters. Let's create two tables. The capitals table contains diff --git a/doc/src/sgml/dml.sgml b/doc/src/sgml/dml.sgml index fb9cbf97490..e7c26c10ff3 100644 --- a/doc/src/sgml/dml.sgml +++ b/doc/src/sgml/dml.sgml @@ -1,11 +1,11 @@ - + Data Manipulation - + This chapter is still quite incomplete. - + The previous chapter discussed how to create tables and other diff --git a/doc/src/sgml/docguide.sgml b/doc/src/sgml/docguide.sgml index 6dd0d233a89..0284e2b5232 100644 --- a/doc/src/sgml/docguide.sgml +++ b/doc/src/sgml/docguide.sgml @@ -1,4 +1,4 @@ - + Documentation @@ -86,7 +86,7 @@ This is the definition of DocBook itself. We currently use - version 3.1; you cannot use later or earlier versions. Note + version 4.2; you cannot use later or earlier versions. Note that there is also an XML version of DocBook -- do not use that. @@ -205,9 +205,6 @@ textproc/openjade - - textproc/docbook-310 - textproc/iso8879 @@ -215,6 +212,11 @@ textproc/dsssl-docbook-modular + Apparently, there is no port for the DocBook V4.2 SGML DTD + available right now. You will need to install it manually. + + + A number of things from /usr/ports/print (tex, jadetex) might also be of interest. @@ -225,7 +227,7 @@ in /usr/local/share/sgml/catalog. Be sure to have the following line in there: -CATALOG "/usr/local/share/sgml/docbook/3.1/catalog" +CATALOG "/usr/local/share/sgml/docbook/4.2/docbook.cat" If you do not want to edit the file you can also set the environment variable SGML_CATALOG_FILES to a @@ -331,20 +333,20 @@ CATALOG "dsssl/catalog" Obtain the DocBook - V3.1 distribution. + url="http://www.docbook.org/sgml/4.2/docbook-4.2.zip">DocBook + V4.2 distribution. Create the directory - /usr/local/share/sgml/docbook31 and change + /usr/local/share/sgml/docbook-4.2 and change to it. (The exact location is irrelevant, but this one is reasonable within the layout we are following here.) -$ mkdir /usr/local/share/sgml/docbook31 -$ cd /usr/local/share/sgml/docbook31 +$ mkdir /usr/local/share/sgml/docbook-4.2 +$ cd /usr/local/share/sgml/docbook-4.2 @@ -353,7 +355,7 @@ CATALOG "dsssl/catalog" Unpack the archive. -$ unzip -a ...../docbk31.zip +$ unzip -a ...../docbook-4.2.zip (The archive will unpack its files into the current directory.) @@ -366,7 +368,7 @@ CATALOG "dsssl/catalog" you told jade during installation) and put a line like this into it: -CATALOG "docbook31/docbook.cat" +CATALOG "docbook-4.2/docbook.cat" @@ -388,7 +390,7 @@ CATALOG "docbook31/docbook.cat" character entities archive, unpack it, and put the files in the same directory you put the DocBook files in. -$ cd /usr/local/share/sgml/docbook31 +$ cd /usr/local/share/sgml/docbook-4.2 $ unzip ...../ISOEnts.zip @@ -504,7 +506,7 @@ CATALOG "docbook-dsssl--1.xx/catalog checking for onsgmls... onsgmls checking for openjade... openjade -checking for DocBook V3.1... yes +checking for DocBook V4.2... yes checking for DocBook stylesheets... /usr/lib/sgml/stylesheets/nwalsh-modular checking for sgmlspl... sgmlspl @@ -512,7 +514,7 @@ checking for sgmlspl... sgmlspl If neither onsgmls nor nsgmls were found then you will not see the remaining 4 lines. nsgmls is part of the Jade - package. If DocBook V3.1 was not found then you did + package. If DocBook V4.2 was not found then you did not install the DocBook DTD kit in a place where jade can find it, or you have not set up the catalog files correctly. See the installation hints above. The DocBook stylesheets are looked for @@ -1034,7 +1036,7 @@ End: the first line look like this: -<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook V3.1//EN"> +<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook V4.2//EN"> This means that anything and everything that reads diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index 0e426b179bb..7bdc4df77f5 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -1,5 +1,5 @@ @@ -668,7 +668,7 @@ EXEC SQL DEALLOCATE PREPARE name; EXEC SQL ALLOCATE DESCRIPTOR identifier; The identifier serves as the variable name of the - descriptor area. The scope of the allocated descriptor is WHAT?. + descriptor area. The scope of the allocated descriptor is WHAT?. When you don't need the descriptor anymore, you should deallocate it: diff --git a/doc/src/sgml/geqo.sgml b/doc/src/sgml/geqo.sgml index a4622edcf1f..70d5eec96f6 100644 --- a/doc/src/sgml/geqo.sgml +++ b/doc/src/sgml/geqo.sgml @@ -1,10 +1,10 @@ - + Martin Utesch @@ -26,7 +26,7 @@ Genetic Optimizer 1997-10-02 - + Genetic Query Optimizer diff --git a/doc/src/sgml/nls.sgml b/doc/src/sgml/nls.sgml index d857b66bb5c..4959e452199 100644 --- a/doc/src/sgml/nls.sgml +++ b/doc/src/sgml/nls.sgml @@ -1,14 +1,14 @@ - + Peter Eisentraut - + Native Language Support diff --git a/doc/src/sgml/postgres.sgml b/doc/src/sgml/postgres.sgml index c7e0864f5ca..1a629d78028 100644 --- a/doc/src/sgml/postgres.sgml +++ b/doc/src/sgml/postgres.sgml @@ -1,8 +1,8 @@ - %version; diff --git a/doc/src/sgml/standalone-install.sgml b/doc/src/sgml/standalone-install.sgml index 349e5d2972d..3e773c01975 100644 --- a/doc/src/sgml/standalone-install.sgml +++ b/doc/src/sgml/standalone-install.sgml @@ -1,4 +1,4 @@ - + - %version; diff --git a/doc/src/sgml/user-manag.sgml b/doc/src/sgml/user-manag.sgml index 8eca4794833..19d18eaefc2 100644 --- a/doc/src/sgml/user-manag.sgml +++ b/doc/src/sgml/user-manag.sgml @@ -1,5 +1,5 @@ @@ -224,7 +224,7 @@ ALTER GROUP name DROP USER uname1REVOKE - Being moved to the DDL chapter. Will eventually disappear here. + Being moved to the DDL chapter. Will eventually disappear here. When a database object is created, it is assigned an owner. The -- cgit v1.2.3