From 77ab4761ad0ea5a0e1e98414e6697585f9efc439 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 27 Nov 2004 06:02:53 +0000 Subject: [PATCH] Add web development faq item. --- doc/FAQ_DEV | 14 +++++++++++++- doc/src/FAQ/FAQ_DEV.html | 20 ++++++++++++++++++-- 2 files changed, 31 insertions(+), 3 deletions(-) diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV index 1c29fb360f..d251b9f35f 100644 --- a/doc/FAQ_DEV +++ b/doc/FAQ_DEV @@ -1,7 +1,7 @@ Developer's Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Fri Oct 15 12:26:50 EDT 2004 + Last updated: Sat Nov 27 01:02:35 EST 2004 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -24,6 +24,7 @@ 1.10) How are RPM's packaged? 1.11) How are CVS branches handled? 1.12) Where can I get a copy of the SQL standards? + 1.1) How do I get involved in PostgreSQL web site development? Technical Questions @@ -522,6 +523,17 @@ * http://www.contrib.andrew.cmu.edu/~shadow/sql.html#syntax (SQL-92) * http://dbs.uni-leipzig.de/en/lokal/standards.pdf (paper) + 1.13) How go I get involved in PostgreSQL web site development? + + PostgreSQL website development is discussed on the + 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 al so 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 + Technical Questions 2.1) How do I efficiently access information in tables from the backend code? diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html index bddbd8a204..ad34a74768 100644 --- a/doc/src/FAQ/FAQ_DEV.html +++ b/doc/src/FAQ/FAQ_DEV.html @@ -12,7 +12,7 @@

Developer's Frequently Asked Questions (FAQ) for PostgreSQL

-

Last updated: Fri Oct 15 12:26:50 EDT 2004

+

Last updated: Sat Nov 27 01:02:35 EST 2004

Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -34,7 +34,7 @@ 1.3) How do I download/update the current source tree?
1.4) How do I test my changes?
- 1.5) What tools are available for developers?
+ 1.5) What tools are available for developers?
1.6) What books are good for developers?
1.7) What is configure all about?
1.8) How do I add a new port?
@@ -45,6 +45,8 @@ 1.11) How are CVS branches handled?
1.12) Where can I get a copy of the SQL standards?
+ 1.1) How do I get involved in PostgreSQL + web site development?

Technical Questions

@@ -634,6 +636,20 @@ http://dbs.uni-leipzig.de/en/lokal/standards.pdf (paper) +

1.13) How go I get involved in PostgreSQL + web site development?

+ +

PostgreSQL website development is discussed on the + 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 al so 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

+ +

Technical Questions