Commit 47fecaf5 authored by Bruce Momjian's avatar Bruce Momjian

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
parent 10d9bbaf
Developer's Frequently Asked Questions (FAQ) for PostgreSQL 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) Current maintainer: Bruce Momjian (bruce@momjian.us)
The most recent version of this document can be viewed at 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 General Questions
...@@ -560,10 +560,7 @@ General Questions ...@@ -560,10 +560,7 @@ General Questions
pgsql-www@postgresql.org mailing list. The is a project page where the pgsql-www@postgresql.org mailing list. The is a project page where the
source code is available at source code is available at
http://gborg.postgresql.org/project/pgweb/projdisplay.php , the code http://gborg.postgresql.org/project/pgweb/projdisplay.php , the code
for the next version of the website is under the "portal" module. You for the next version of the website is under the "portal" module.
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
Technical Questions Technical Questions
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<H1>Developer's Frequently Asked Questions (FAQ) for <H1>Developer's Frequently Asked Questions (FAQ) for
PostgreSQL</H1> PostgreSQL</H1>
<P>Last updated: Mon Oct 16 15:24:36 EDT 2006</P> <P>Last updated: Tue Oct 17 08:54:26 EDT 2006</P>
<P>Current maintainer: Bruce Momjian (<A href= <P>Current maintainer: Bruce Momjian (<A href=
"mailto:bruce@momjian.us">bruce@momjian.us</A>)<BR> "mailto:bruce@momjian.us">bruce@momjian.us</A>)<BR>
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<P>The most recent version of this document can be viewed at <A <P>The most recent version of this document can be viewed at <A
href= href=
"http://www.postgresql.org/files/documentation/faqs/FAQ_DEV.html">http://www.postgresql.org/files/documentation/faqs/FAQ_DEV.html</A>.</P> "http://www.postgresql.org/docs/faqs.FAQ_DEV.html">http://www.postgresql.org/docs/faqs.FAQ_DEV.html</A>.</P>
<HR> <HR>
<BR> <BR>
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
development?</H3> development?</H3>
<P>Download the code and have a look around. See <A href= <P>Download the code and have a look around. See <A href=
"#1.7">1.7</A>.</P> "#item1.7">1.7</A>.</P>
<P>Subscribe to and read the <A href= <P>Subscribe to and read the <A href=
"http://archives.postgresql.org/pgsql-hackers">pgsql-hackers</A> "http://archives.postgresql.org/pgsql-hackers">pgsql-hackers</A>
...@@ -132,7 +132,7 @@ ...@@ -132,7 +132,7 @@
<P>You can learn more about these features by consulting the <P>You can learn more about these features by consulting the
archives, the SQL standards and the recommend texts (see <A href= archives, the SQL standards and the recommend texts (see <A href=
"#1.10">1.10</A>).</P> "#item1.10">1.10</A>).</P>
<H3 id="item1.4">1.4) What do I do after choosing an item to <H3 id="item1.4">1.4) What do I do after choosing an item to
work on?</H3> work on?</H3>
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
<ol> <ol>
<li>Ensure that your patch is generated against the most recent version <li>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 of the code, which for developers is CVS HEAD. For more on branches in
PostgreSQL, see <a href="#1.15">1.15</a>.</li> PostgreSQL, see <a href="#item1.15">1.15</a>.</li>
<li>Try to make your patch as readable as possible by following the <li>Try to make your patch as readable as possible by following the
project's code-layout conventions. This makes it easier for the project's code-layout conventions. This makes it easier for the
...@@ -196,7 +196,7 @@ ...@@ -196,7 +196,7 @@
<li>New feature patches should also be accompanied by documentation <li>New feature patches should also be accompanied by documentation
patches. If you need help checking the SQL standard, see <a href= patches. If you need help checking the SQL standard, see <a href=
"#1.16">1.16</a>.</li> "#item1.16">1.16</a>.</li>
<li>If you are adding a new feature, confirm that it has been tested <li>If you are adding a new feature, confirm that it has been tested
thoroughly. Try to test the feature in all conceivable thoroughly. Try to test the feature in all conceivable
...@@ -701,11 +701,7 @@ ...@@ -701,11 +701,7 @@
the source code is available at <A href= 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> "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 , the code for the next version of the website is under the
"portal" module. You will also find code for the "techdocs" "portal" module.
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>
<H2>Technical Questions</H2> <H2>Technical Questions</H2>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment