mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-25 16:02:27 +00:00
1ea8ecd12a688f1cedc7a70927ac3ed61879d28c

This makes it possible to figure out when the docs were actually loaded, since developer docs don't carry a version number. This is actually going to be the docs *load* timestamp, and not build timestamp, but they should be close enough together that it shouldn't matter. Fixes #108
The PostgreSQL website ====================== The code in this repository is what backs the website at www.postgresql.org. At least, it will do so starting sometime summer 2010 if things go according to plans. The authoritative repository for this code is on git.postgresql.org, but it's free to be mirrored anywhere. Technology ---------- The website code is written in `Python <http://www.python.org>`_ using the `Django <http://www.djangoproject.com/>`_ framework. Not surprisingly, `PostgreSQL <http://www.postgresql.org>`_ is used as the database. Further details about the code and technology can be found in the different documents in the docs directory. Content ------- A fair amount of the content pages of the website are just static HTML templates. If you wish to edit these, you only need to look at the templates/pages/ subdirectory. The content in here is simple HTML, and can be edited as such. Contributing ------------ We appreciate all (most?) contributions to this project. If you wish to contribute, be sure to sign up to the `pgsql-www <http://www.postgresql.org/community/lists/>`_ mailinglist for any discussions, and post any suggested patches there. If you want to make any major changes, be sure to have discussed those on the list first. Licence ------- The code for the website is licensed under `The PostgreSQL Licence <http://www.opensource.org/licenses/postgresql>`_, which is closely related to the BSD licence.
Description
Languages
HTML
85.3%
Python
12.4%
CSS
1.3%
JavaScript
0.5%
PLpgSQL
0.2%
Other
0.1%