From eea1ef2c857c9b6a2ae357f3c7e41b4b9674e541 Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Sat, 19 Feb 2005 04:34:17 +0000 Subject: [PATCH] Add reference to the NewbieDoc Docbook Guide. --- doc/src/sgml/docguide.sgml | 6 ++++-- 1 file 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. -- GitLab