https://github.com/df7cb/pgweb
www.postgresql.org
https://github.com/df7cb/pgweb
Last synced: about 1 year ago
JSON representation
www.postgresql.org
- Host: GitHub
- URL: https://github.com/df7cb/pgweb
- Owner: df7cb
- Created: 2013-11-14T14:06:27.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2019-01-22T13:45:28.000Z (over 7 years ago)
- Last Synced: 2025-02-01T07:41:36.999Z (over 1 year ago)
- Language: Python
- Size: 5.95 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
The PostgreSQL website
======================
The code in this repository is what backs the website at www.postgresql.org.
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 `_ using
the `Django `_ framework. Not surprisingly,
`PostgreSQL `_ 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 `_
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 `_, which is
closely related to the BSD licence.