Attached files fix the link problem in FAQ_DEV.html, remove some parts
authorBruce Momjian
Tue, 17 Oct 2006 12:54:45 +0000 (12:54 +0000)
committerBruce Momjian
Tue, 17 Oct 2006 12:54:45 +0000 (12:54 +0000)
related to website development and change the link to the FAQ_DEV.html.

Devrim GUNDUZ

doc/FAQ_DEV
doc/src/FAQ/FAQ_DEV.html

index 0d45b03b52ac72af7d4ae1ad208a96a28ebb46af..0ff27b2684edc2011bc11708b31173d258642c05 100644 (file)
@@ -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 ([email protected])
    
    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
    [email protected] 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
 
index edf3d8c55542cdc65aa4c85040aad8a217c3e714..38fd4ca861a128b1cdf357eb18c38a3cc3760b68 100644 (file)
@@ -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 (

@@ -21,7 +21,7 @@
 
     

The most recent version of this document can be viewed at 

     href=
-    "http://www.postgresql.org/files/documentation/faqs/FAQ_DEV.html">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">1.7.

+    "#item1.7">1.7.

 
     

Subscribe to and read the 

     "http://archives.postgresql.org/pgsql-hackers">pgsql-hackers
 
     

You can learn more about these features by consulting the

     archives, the SQL standards and the recommend texts (see 
-    "#1.10">1.10).

+    "#item1.10">1.10).

 
     1.4) What do I do after choosing an item to
     work on?
     
         
  1. Ensure that your patch is generated against the most recent version 
  2.      of the code, which for developers is CVS HEAD. For more on branches in 
    -    PostgreSQL, see 1.15.
    +    PostgreSQL, see item1.15">1.15.
     
         
  3. Try to make your patch as readable as possible by following the 
  4.      project's code-layout conventions.  This makes it easier for the
     
         
  5. New feature patches should also be accompanied by documentation
  6.      patches.  If you need help checking the SQL standard, see 
    -    "#1.16">1.16.
    +    "#item1.16">1.16.
     
         
  7. If you are adding a new feature, confirm that it has been tested
  8.      thoroughly.  Try to test the feature in all conceivable
         the source code is available at 
         "http://gborg.postgresql.org/project/pgweb/projdisplay.php">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 
    -    href=
    -    "http://xzilla.postgresql.org/todo">http://xzilla.postgresql.org/todo

    +    "portal" module. 
     
           

    Technical Questions