From 47fecaf5046e5cecb7c85f245cec1bae5fb52ed2 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 17 Oct 2006 12:54:45 +0000 Subject: [PATCH] Attached files fix the link problem in FAQ_DEV.html, remove some parts related to website development and change the link to the FAQ_DEV.html. Devrim GUNDUZ --- doc/FAQ_DEV | 9 +++------ doc/src/FAQ/FAQ_DEV.html | 18 +++++++----------- 2 files changed, 10 insertions(+), 17 deletions(-) diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV index 0d45b03b52..0ff27b2684 100644 --- a/doc/FAQ_DEV +++ b/doc/FAQ_DEV @@ -1,12 +1,12 @@ Developer's Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Mon Oct 16 15:24:36 EDT 2006 + Last updated: Tue Oct 17 08:54:26 EDT 2006 Current maintainer: Bruce Momjian (bruce@momjian.us) The most recent version of this document can be viewed at - http://www.postgresql.org/files/documentation/faqs/FAQ_DEV.html. + http://www.postgresql.org/docs/faqs.FAQ_DEV.html. _________________________________________________________________ General Questions @@ -560,10 +560,7 @@ General Questions pgsql-www@postgresql.org mailing list. The is a project page where the source code is available at http://gborg.postgresql.org/project/pgweb/projdisplay.php , the code - for the next version of the website is under the "portal" module. You - will also find code for the "techdocs" website if you would like to - contribute to that. A temporary todo list for current website - development issues is available at http://xzilla.postgresql.org/todo + for the next version of the website is under the "portal" module. Technical Questions diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html index edf3d8c555..38fd4ca861 100644 --- a/doc/src/FAQ/FAQ_DEV.html +++ b/doc/src/FAQ/FAQ_DEV.html @@ -13,7 +13,7 @@

Developer's Frequently Asked Questions (FAQ) for PostgreSQL

-

Last updated: Mon Oct 16 15:24:36 EDT 2006

+

Last updated: Tue Oct 17 08:54:26 EDT 2006

Current maintainer: Bruce Momjian (bruce@momjian.us)
@@ -21,7 +21,7 @@

The most recent version of this document can be viewed at http://www.postgresql.org/files/documentation/faqs/FAQ_DEV.html.

+ "http://www.postgresql.org/docs/faqs.FAQ_DEV.html">http://www.postgresql.org/docs/faqs.FAQ_DEV.html.



@@ -83,7 +83,7 @@ development?

Download the code and have a look around. See 1.7.

+ "#item1.7">1.7.

Subscribe to and read the pgsql-hackers @@ -132,7 +132,7 @@

You can learn more about these features by consulting the archives, the SQL standards and the recommend texts (see 1.10).

+ "#item1.10">1.10).

1.4) What do I do after choosing an item to work on?

@@ -165,7 +165,7 @@
  1. Ensure that your patch is generated against the most recent version of the code, which for developers is CVS HEAD. For more on branches in - PostgreSQL, see 1.15.
  2. + PostgreSQL, see 1.15.
  3. Try to make your patch as readable as possible by following the project's code-layout conventions. This makes it easier for the @@ -196,7 +196,7 @@
  4. New feature patches should also be accompanied by documentation patches. If you need help checking the SQL standard, see 1.16.
  5. + "#item1.16">1.16.
  6. If you are adding a new feature, confirm that it has been tested thoroughly. Try to test the feature in all conceivable @@ -701,11 +701,7 @@ the source code is available at http://gborg.postgresql.org/project/pgweb/projdisplay.php , the code for the next version of the website is under the - "portal" module. You will also find code for the "techdocs" - website if you would like to contribute to that. A temporary todo - list for current website development issues is available at http://xzilla.postgresql.org/todo

    + "portal" module.

    Technical Questions