Switch to using pycryptodome instead of pycrypto
[pgweb/local.git] / README.rst
blob9c3fc8e4275c23659b1a54dbc77c760276ad391f
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 The website also uses the `Bootstrap <https://getbootstrap.com/>`_ CSS framework
18 as well as the `Font Awesome <https://fontawesome.com/>`_ icon library.
20 Content
21 -------
22 A fair amount of the content pages of the website are just static HTML templates.
23 If you wish to edit these, you only need to look at the templates/pages/
24 subdirectory. The content in here is simple HTML, and can be edited as such.
26 Contributing
27 ------------
28 We appreciate all (most?) contributions to this project. If you wish to
29 contribute, be sure to sign up to the `pgsql-www <https://www.postgresql.org/list/>`_
30 mailinglist for any discussions, and post any suggested patches there. If you
31 want to make any major changes, be sure to have discussed those on the list first.
33 Licence
34 -------
35 The code for the website is licensed under
36 `The PostgreSQL Licence <http://www.opensource.org/licenses/postgresql>`_, which is
37 closely related to the BSD licence.
39 Django is released under its `BSD Licence <https://github.com/django/django/blob/master/LICENSE>`_.
41 Bootstrap is released under the `MIT Licence <https://github.com/twbs/bootstrap/blob/master/LICENSE>`_.
42 and includes the following software as well:
44 - jQuery & jQuery UI under the `MIT Licence <https://jquery.org/license/>`_
45 - Popper under the `MIT Licence <https://github.com/FezVrasta/popper.js/blob/master/LICENSE.md>`_
47 Font Awesome has a `combination of licences <https://fontawesome.com/license>`_:
49 The code of Font Awesome is released under the `MIT Licence <https://opensource.org/licenses/MIT>`_.
50 The icons of Font Awesome are released under the `CC BY 4.0 Licence <https://creativecommons.org/licenses/by/4.0/>`_.
51 The fonts of Font Awesome are released under the `SIL OFL 1.1 License <http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL>`_.
53 jQuery.matchHeight.js uses the `MIT Licence <https://github.com/liabru/jquery-match-height/blob/master/LICENSE>`_
54 normalize.css uses the `MIT License <https://github.com/necolas/normalize.css/blob/master/LICENSE.md>`_