Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit47fecaf

Browse files
committed
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
1 parent10d9bba commit47fecaf

File tree

2 files changed

+10
-17
lines changed

2 files changed

+10
-17
lines changed

‎doc/FAQ_DEV

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11

22
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated:Mon Oct16 15:24:36 EDT 2006
4+
Last updated:Tue Oct17 08:54:26 EDT 2006
55

66
Current maintainer: Bruce Momjian (bruce@momjian.us)
77

88
The most recent version of this document can be viewed at
9-
http://www.postgresql.org/files/documentation/faqs/FAQ_DEV.html.
9+
http://www.postgresql.org/docs/faqs.FAQ_DEV.html.
1010
_________________________________________________________________
1111

1212
General Questions
@@ -560,10 +560,7 @@ General Questions
560560
pgsql-www@postgresql.org mailing list. The is a project page where the
561561
source code is available at
562562
http://gborg.postgresql.org/project/pgweb/projdisplay.php , the code
563-
for the next version of the website is under the "portal" module. You
564-
will also find code for the "techdocs" website if you would like to
565-
contribute to that. A temporary todo list for current website
566-
development issues is available at http://xzilla.postgresql.org/todo
563+
for the next version of the website is under the "portal" module.
567564

568565
Technical Questions
569566

‎doc/src/FAQ/FAQ_DEV.html

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
<H1>Developer's Frequently Asked Questions (FAQ) for
1414
PostgreSQL</H1>
1515

16-
<P>Last updated:Mon Oct 16 15:24:36 EDT 2006</P>
16+
<P>Last updated:Tue Oct17 08:54:26 EDT 2006</P>
1717

1818
<P>Current maintainer: Bruce Momjian (<Ahref=
1919
"mailto:bruce@momjian.us">bruce@momjian.us</A>)<BR>
2020
</P>
2121

2222
<P>The most recent version of this document can be viewed at<A
2323
href=
24-
"http://www.postgresql.org/files/documentation/faqs/FAQ_DEV.html">http://www.postgresql.org/files/documentation/faqs/FAQ_DEV.html</A>.</P>
24+
"http://www.postgresql.org/docs/faqs.FAQ_DEV.html">http://www.postgresql.org/docs/faqs.FAQ_DEV.html</A>.</P>
2525
<HR>
2626
<BR>
2727

@@ -83,7 +83,7 @@ <H3 id="item1.1">1.1) How do I get involved in PostgreSQL
8383
development?</H3>
8484

8585
<P>Download the code and have a look around. See<Ahref=
86-
"#1.7">1.7</A>.</P>
86+
"#item1.7">1.7</A>.</P>
8787

8888
<P>Subscribe to and read the<Ahref=
8989
"http://archives.postgresql.org/pgsql-hackers">pgsql-hackers</A>
@@ -132,7 +132,7 @@ <H3 id="item1.3">1.3) What areas need work?</H3>
132132

133133
<P>You can learn more about these features by consulting the
134134
archives, the SQL standards and the recommend texts (see<Ahref=
135-
"#1.10">1.10</A>).</P>
135+
"#item1.10">1.10</A>).</P>
136136

137137
<H3id="item1.4">1.4) What do I do after choosing an item to
138138
work on?</H3>
@@ -165,7 +165,7 @@ <H3 id="item1.5">1.5) I've developed a patch, what next?</H3>
165165
<ol>
166166
<li>Ensure that your patch is generated against the most recent version
167167
of the code, which for developers is CVS HEAD. For more on branches in
168-
PostgreSQL, see<ahref="#1.15">1.15</a>.</li>
168+
PostgreSQL, see<ahref="#item1.15">1.15</a>.</li>
169169

170170
<li>Try to make your patch as readable as possible by following the
171171
project's code-layout conventions. This makes it easier for the
@@ -196,7 +196,7 @@ <H3 id="item1.5">1.5) I've developed a patch, what next?</H3>
196196

197197
<li>New feature patches should also be accompanied by documentation
198198
patches. If you need help checking the SQL standard, see<ahref=
199-
"#1.16">1.16</a>.</li>
199+
"#item1.16">1.16</a>.</li>
200200

201201
<li>If you are adding a new feature, confirm that it has been tested
202202
thoroughly. Try to test the feature in all conceivable
@@ -701,11 +701,7 @@ <H3 id="item1.18">1.18) How do I get involved in PostgreSQL
701701
the source code is available at<Ahref=
702702
"http://gborg.postgresql.org/project/pgweb/projdisplay.php">http://gborg.postgresql.org/project/pgweb/projdisplay.php</A>
703703
, the code for the next version of the website is under the
704-
"portal" module. You will also find code for the "techdocs"
705-
website if you would like to contribute to that. A temporary todo
706-
list for current website development issues is available at<A
707-
href=
708-
"http://xzilla.postgresql.org/todo">http://xzilla.postgresql.org/todo</A></P>
704+
"portal" module.
709705

710706
<H2>Technical Questions</H2>
711707

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp