Skip to content

Commit

Permalink
update the website content (#2578)
Browse files Browse the repository at this point in the history
  • Loading branch information
davecramer committed Jul 25, 2022
1 parent a6044d0 commit fd31a06
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 165 deletions.
2 changes: 1 addition & 1 deletion docs/_includes/submenu_community.html
Expand Up @@ -2,7 +2,7 @@
<div id="pgSideNav">
<ul>
<li><a href="community.html">Community</a></li>
<li><a href="mailinglist.html">Mailing List</a></li>
<li><a href="github.html">Github</a></li>
<li><a href="contributors.html">Contributors</a></li>
</ul>
</div> <!-- pgSideNam -->
Expand Down
6 changes: 3 additions & 3 deletions docs/community/community.html
Expand Up @@ -11,15 +11,15 @@
<h1>Community</h1>
<p>
PostgreSQL is well supported by its active community. Current developments are chronicled
in the <a href="http://www.postgresql.org/community/weeklynews" target="_blank">PostgreSQL Weekly News</a>
at <a href="https://planet.postgresql.org/" target="_blank">PostgreSQL Planet News</a>
and there are more than a dozen <a href="http://www.postgresql.org/community/lists" target="_blank">mailing lists</a>
available, categorized into topics like administration, announcements,
jobs, performance, and SQL.
</p>

<p>
The PostgreSQL JDBC Driver is a subset of the PostgreSQL database active community that
strives to create a compliant Java interface for users. Please see the mailing list
link or development menu for additional information regarding the community.
strives to create a compliant Java interface for users. There is a mailing list but most of
the development and discussion occurs on the github page <a href="https://github.com/pgjdbc/pgjdbc">pgJDBC</a>.
</p>
</div> <!-- pgContentWrap -->
87 changes: 14 additions & 73 deletions docs/community/contributors.html
Expand Up @@ -26,13 +26,15 @@ <h2 class="underlined_10">Maintainers</h2>
<p>
Please do not contact the maintainers directly unless you have
a specific need to contact just them. Please use the
<a href="mailinglist.html#general">pgsql-jdbc@postgresql.org</a>
mailing list if at all possible.
<a href="https://github.com/pgjdbc/pgjdbc/discussions">Github discussions</a>
if at all possible.
</p>
<ul>
<li>[davec] - Dave Cramer (pg.at.fastcrypt.com)</li>
<li>[jurka] - Kris Jurka (jurka.at.ejurka.com)</li>
<li>[oliver] - Oliver Jowett (oliver.at.opencloud.com)</li>
<li>Dave Cramer</li>
<li>Vladimir Sitnikov</li>
<li>Sehrope Sarkuni</li>
<li>Brett Okken</li>
<li>Jorge Solórzano</li>
</ul>
</div>
<hr />
Expand All @@ -44,83 +46,22 @@ <h2 class="underlined_10">Previous Maintainers</h2>
The original JDBC driver was written by Adrian Hall. Peter Mount
and Barry Lind have maintained it in the past, but have
since moved on to other things.
We would also like to recognize the work previously done by the following
</p>
<ul>
<li>Kris Jurka</li>
<li>Oliver Jowett</li>
<li>Craig Ringer</li>
</ul>
</div>
<hr />

<a name="developers"></a>
<h2 class="underlined_10">Developers</h2>
<div>
<p>
People who have contributed significant code to the project since
the 7.4 release. A careful historical study has not been
commissioned, but if you've done something valuable, we'd
be happy to recognize you for it. Just let us know.
Most recent contributors can be found <a href="https://github.com/pgjdbc/pgjdbc/graphs/contributors">here</a>
</p>
<ul>
<li>Jan Andre le Roux
<ul>
<li>ResultSetMetaData information based on the V3 protocol</li>
</ul>
</li>
<li>Jaroslaw J. Pyszny
<ul>
<li>Improve MetaData regarding the serial datatype</li>
</ul>
</li>
<li>Ulrich Meis
<ul>
<li>Allow users to customize the SSL connection</li>
</ul>
</li>
<li>Xavier Poinsard
<ul>
<li>Standard escaped functions {fn ...() }</li>
</ul>
</li>
<li>Oliver Siegmar
<ul>
<li>Support for infinity in the timestamp datatype</li>
<li>Make PGInterval able to decode and manipulate interval data</li>
</ul>
</li>
<li>Michael Barker
<ul>
<li>Blob write and position methods.</li>
</ul>
</li>
<li>Andras Kadinger
<ul>
<li>Support asynchronous notification retrieval.</li>
</ul>
</li>
<li>Heikki Linnakangas
<ul>
<li>XADataSource implementation.</li>
</ul>
</li>
<li>Luis Vilar Flores
<ul>
<li>Reduce memory usage retrieving bytea data.</li>
</ul>
</li>
<li>Michael Paesold
<ul>
<li>Correctly parse dollar quotes and comments.</li>
<li>Work with standard_conforming_strings = on.</li>
</ul>
</li>
<li>Mikko Tiihonen
<ul>
<li>Improve speed of parsing ResultSet data.</li>
</ul>
</li>
<li>Marek Lewczuk
<ul>
<li>Support multi-dimensional arrays and NULL array elements.</li>
</ul>
</li>
</ul>
</div>
<hr />

Expand Down
79 changes: 0 additions & 79 deletions docs/community/mailinglist.html

This file was deleted.

17 changes: 8 additions & 9 deletions docs/development/development.html
Expand Up @@ -26,12 +26,11 @@ <h2 class="underlined_10">About the Driver</h2>
<p>
The PostgreSQL JDBC driver has some unique properties that you
should be aware of before starting to develop any code for it.
The current development driver supports eleven server versions and
three java environments. This doesn't mean that every feature must
work in every combination, but a reasonable behaviour must be
provided for non-supported versions. While this extra compatibility
sounds like a lot of work, the actual goal is to reduce the amount
of work by maintaining only one code base.
The current development driver supports a number of server versions.
This doesn't mean that every feature must work in every combination,
but a reasonable behaviour must be provided for non-supported versions.
While this extra compatibility sounds like a lot of work, the actual
goal is to reduce the amount of work by maintaining only one code base.
</p>
</div>
<hr />
Expand All @@ -44,7 +43,7 @@ <h2 class="underlined_10">Tools</h2>
</p>
<ul>
<li><a href="https://java.oracle.com" target="_blank">Java 8 Standard Edition Development Kit</a> At least JDK 1.8</li>
<li><a href="https://gradle.org" target="_blank">Gradle</a> At least 6.1</li>
<li><a href="https://gradle.org" target="_blank">Gradle</a> At least 7.5</li>
<li><a href="https://git-scm.com" target="_blank">Git SCM</a></li>
<li><a href="https://www.postgresql.org" target="_blank">A PostgreSQL instance</a> to run the tests.</li>
</ul>
Expand All @@ -57,8 +56,8 @@ <h2 class="underlined_10">Build Process</h2>
<p>
After retrieving the source from the <a href="../development/git.html">git repository</a>.
Move into the top level <span style="font-family: Courier New,Courier,monospace;">pgjdbc</span> directory and simply
type <span style="font-family: Courier New,Courier,monospace;">./gradlew build -DskipTests</span>. This will build the appropriate driver for
your current Java version and place it into <span style="font-family: Courier New,Courier,monospace;">pgjdbc/build/distributions/postgresql-${version}.jar</span>.
type <span style="font-family: Courier New,Courier,monospace;">./gradlew build -DskipTests</span>. This will build the driver
and place it into <span style="font-family: Courier New,Courier,monospace;">pgjdbc/build/distributions/postgresql-${version}.jar</span>.
</p>
</div>
<hr />
Expand Down

0 comments on commit fd31a06

Please sign in to comment.