diff options
author | lpsolit%gmail.com <> | 2008-04-04 13:48:05 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-04-04 13:48:05 +0200 |
commit | 67d560fe2b6d45e8d22359e7414f735e788b3bdc (patch) | |
tree | d38a9aa7f47b7b5e89f7409e676c6b336ee83a90 | |
parent | 1bd46e3da6c54985fac4b527f747014d0d192e10 (diff) | |
download | bugzilla-67d560fe2b6d45e8d22359e7414f735e788b3bdc.tar.gz bugzilla-67d560fe2b6d45e8d22359e7414f735e788b3bdc.tar.xz |
Bug 276497: Add link to Ravenbrook bugzilla-schema generator - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave
-rw-r--r-- | docs/en/xml/installation.xml | 29 |
1 files changed, 22 insertions, 7 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 8269d60aa..1bc71c024 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -1,5 +1,5 @@ <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> -<!-- $Id: installation.xml,v 1.133 2008/04/04 06:48:03 lpsolit%gmail.com Exp $ --> +<!-- $Id: installation.xml,v 1.135 2008/04/04 06:48:05 lpsolit%gmail.com Exp $ --> <chapter id="installing-bugzilla"> <title>Installing Bugzilla</title> @@ -608,8 +608,8 @@ </para> <para> - For more information, see the "maildeliverymethod" parameter in - <xref linkend="parameters" />. + For more information, see the <quote>mail_delivery_method</quote> parameter + in <xref linkend="parameters" />. </para> </note> @@ -729,10 +729,25 @@ <section id="database-engine"> <title>Database Server</title> - <para>This section deals with configuring your database server for use - with Bugzilla. Currently <xref linkend="mysql"/> and - <xref linkend="postgresql"/> are available.</para> - + <para> + This section deals with configuring your database server for use + with Bugzilla. Currently, MySQL (<xref linkend="mysql"/>) and + PostgreSQL (<xref linkend="postgresql"/>) are available. + </para> + + <section id="database-schema"> + <title>Bugzilla Database Schema</title> + + <para> + The Bugzilla database schema is available at + <ulink url="http://www.ravenbrook.com/project/p4dti/tool/cgi/bugzilla-schema/">Ravenbrook</ulink>. + This very valuable tool can generate a written description of + the Bugzilla database schema for any version of Bugzilla. It + can also generate a diff between two versions to help someone + see what has changed. + </para> + </section> + <section id="mysql"> <title>MySQL</title> |