Added more books to /docs/books/
[pgweb/local.git] / README.rst
blobb4b0f936c5e2fcad945723402bcdc4822b24d6a7
1 The PostgreSQL website
2 ======================
4 The code in this repository is what backs the website at www.postgresql.org.
6 The authoritative repository for this code is on git.postgresql.org, but it's
7 free to be mirrored anywhere.
9 Technology
10 ----------
11 The website code is written in `Python <http://www.python.org>`_ using
12 the `Django <http://www.djangoproject.com/>`_ framework. Not surprisingly,
13 `PostgreSQL <http://www.postgresql.org>`_ is used as the database. Further details
14 about the code and technology can be found in the different documents in the
15 docs directory.
17 Content
18 -------
19 A fair amount of the content pages of the website are just static HTML templates.
20 If you wish to edit these, you only need to look at the templates/pages/
21 subdirectory. The content in here is simple HTML, and can be edited as such.
23 Contributing
24 ------------
25 We appreciate all (most?) contributions to this project. If you wish to
26 contribute, be sure to sign up to the `pgsql-www <https://www.postgresql.org/list/>`_
27 mailinglist for any discussions, and post any suggested patches there. If you
28 want to make any major changes, be sure to have discussed those on the list first.
30 Licence
31 -------
32 The code for the website is licensed under
33 `The PostgreSQL Licence <http://www.opensource.org/licenses/postgresql>`_, which is
34 closely related to the BSD licence.