diff --git a/templates/pages/developer/related.html b/templates/pages/developer/related.html new file mode 100644 index 0000000..5d6388b --- /dev/null +++ b/templates/pages/developer/related.html @@ -0,0 +1,108 @@ +{%extends "base/page.html"%} +{%block title%}Related Projects{%endblock%} +{%block contents%} + +
The following are information about related projects which the PostgreSQL community uses.
+ +To suggest additions to the list, please email + pgsql-www@lists.postgresql.org. +
+ ++ The PostgreSQL website is split into a dynamic and static part: +
+ The site itself runs on the django web framework. Changes are discussed on the pgsql-www mailing list. + ++ The "pgeu-system" powers a number of PostgreSQL conferences: +
+ The conference system runs on the django web framework, and is Open Source with a MIT License. + ++ The code is hosted on git.postgresql.org, and mirrorred to GitHub: +
+ The PostgreSQL mailinglist system is powered by "pglister": +
+ ++ The PostgreSQL Build Farm tests the current PostgreSQL code, and all supported versions, on a great number of devices provided by the community: +
+ PostgreSQL uses a unique system for managing "Commitfests", which is a single development cycle: +
+ Discussions related to any of the patches listed on the Commitfest pages take place on the pgsql-hackers mailing list. Any discussion related to the Commitfest tool itself is best asked on the pgsql-www mailing list. + ++ The PostgreSQL Performance Farm gathers performance data: +
+ For Perffarm related discussions, use the pgsql-www mailing list.