OSDN Git Service

Add web development faq item.
authorBruce Momjian <bruce@momjian.us>
Sat, 27 Nov 2004 06:02:53 +0000 (06:02 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 27 Nov 2004 06:02:53 +0000 (06:02 +0000)
doc/FAQ_DEV
doc/src/FAQ/FAQ_DEV.html

index 1c29fb3..d251b9f 100644 (file)
@@ -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
                                       
      * 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?
index bddbd8a..ad34a74 100644 (file)
@@ -12,7 +12,7 @@
     <H1>Developer's Frequently Asked Questions (FAQ) for
     PostgreSQL</H1>
 
-    <P>Last updated: Fri Oct 15 12:26:50 EDT 2004</P>
+    <P>Last updated: Sat Nov 27 01:02:35 EST 2004</P>
 
     <P>Current maintainer: Bruce Momjian (<A href=
     "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -34,7 +34,7 @@
      <A href="#1.3">1.3</A>) How do I download/update the current source
     tree?<BR>
      <A href="#1.4">1.4</A>) How do I test my changes?<BR>
-    <A href="#1.5">1.5</A>) What tools are available for developers?<BR>
+     <A href="#1.5">1.5</A>) What tools are available for developers?<BR>
      <A href="#1.6">1.6</A>) What books are good for developers?<BR>
      <A href="#1.7">1.7</A>) What is configure all about?<BR>
      <A href="#1.8">1.8</A>) How do I add a new port?<BR>
@@ -45,6 +45,8 @@
      <A href="#1.11">1.11</A>) How are CVS branches handled?<BR>
      <A href="#1.12">1.12</A>) Where can I get a copy of the SQL
      standards?<BR>
+     <A href="#1.13">1.1</A>) How do I get involved in PostgreSQL
+     web site development?<BR>
 
     <CENTER>
       <H2>Technical Questions</H2>
     http://dbs.uni-leipzig.de/en/lokal/standards.pdf</a> (paper)</li>
     </ul>
     
+    <H3><A name="1.13">1.13</A>) How go I get involved in PostgreSQL
+    web site development?</H3>
+
+    <P>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 <a
+    href="http://gborg.postgresql.org/project/pgweb/projdisplay.php">http://gborg.postgresql.org/project/pgweb/projdisplay.php
+    </a>, 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 <a
+    href="http://xzilla.postgresql.org/todo">http://xzilla.postgresql.org/todo</a></P>
+
+    
     <CENTER>
       <H2>Technical Questions</H2>
     </CENTER>