diff options
author | Bruce Momjian | 2005-02-19 04:34:17 +0000 |
---|---|---|
committer | Bruce Momjian | 2005-02-19 04:34:17 +0000 |
commit | eea1ef2c857c9b6a2ae357f3c7e41b4b9674e541 (patch) | |
tree | 74f528b77c1d2c051c9f5c4b8cc5729c484d8d31 /doc/src | |
parent | a8593a34632ab64b9a5e347de6d20f6bab452217 (diff) |
Add reference to the NewbieDoc Docbook Guide.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/docguide.sgml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/sgml/docguide.sgml b/doc/src/sgml/docguide.sgml index 92e06119ed1..8a93b446b7a 100644 --- a/doc/src/sgml/docguide.sgml +++ b/doc/src/sgml/docguide.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/docguide.sgml,v 1.51 2004/11/15 06:32:13 neilc Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/docguide.sgml,v 1.52 2005/02/19 04:34:17 momjian Exp $ --> <appendix id="docguide"> <title>Documentation</title> @@ -65,7 +65,9 @@ url="http://www.oasis-open.org/docbook">official DocBook site</ulink> has good introductory and reference documentation and a complete O'Reilly book for your online reading pleasure. The - <ulink url="http://www.freebsd.org/docproj/docproj.html">FreeBSD + <ulink url="http://newbiedoc.sourceforge.net/metadoc/docbook-guide.html"> + NewbieDoc Docbook Guide<</ulink> is very helpful for beginners. + The <ulink url="http://www.freebsd.org/docproj/docproj.html">FreeBSD Documentation Project</ulink> also uses DocBook and has some good information, including a number of style guidelines that might be worth considering. |