Commit Graph

53 Commits

Author SHA1 Message Date
24a48d2037 Update layout of documentation navigation pages
* Move links to current manuals to /docs/, decommission /docs/manuals/
* Add link to /docs/current/ with a large button
* Add links to /docs/devel/ at the bottom of the version table
* Remove translated manuals from left nav menu, since they are in the
  right one
* Remove redundant wording around "comprehensive manual"
* Clean up some incorrect template tags

Discussion: https://www.postgresql.org/message-id/CABUevEymaWDL4JywHxBDBATUUPPrAf4_tGwin4CtGFdQ5tx5Hg@mail.gmail.com
2020-11-24 17:19:36 +01:00
681cbf7d61 Add link to event archive to menu in /about/ 2020-11-23 12:06:19 +01:00
6a1550015d Update translated docs links to be https
The French docs had one link in http and one in https as noted by
Lætitia. In passing I also adjusted the japanese to link to the https
version directly as one is available. The remaining one (Chinese) does
not appear to have a responding https server, so that one is left as
http.
2020-08-31 10:40:41 +02:00
b0c19acf47 Download pages overhaul:
- Don't use inline event handlers
- Simplify some of the wording
- Replace the package download list with nice buttons

Design by me & Jonathan, code by me, review by Jonathan and others.
2020-07-07 16:52:25 +01:00
9ea8818455 Add "Related Projects" section to "Developers"
This provides information about other projects that people can
contribute to outside of the core PostgreSQL software. Includes
descriptions of each project, how they are used, and how one can
get involved.

Authors: Andreas 'ads' Scherbaum <ads@pgug.de>, myself
2020-04-10 09:11:01 -04:00
318d60d0fe Add URLs to Chinese translations of the PostgreSQL documentation. 2019-10-23 18:20:45 -04:00
7c4a8f6b96 Rename "Online Resources" to "Tutorials & Other Resources"
...because this is what the page actually is, and it may be clearer
to people navigating the website.
2019-10-18 13:41:28 +02:00
e13528f1a3 Add FAQ page back to the Documentation page.
Some this disappeared, likely during the conversion to the new website.
This adds the FAQ page back in with some fresh content.
2019-10-18 13:36:25 +02:00
645ead217a Add URL to PGLister manager page from "Your Account" quick links. 2019-05-12 12:01:16 -04:00
c884493494 Create Release Notes archive in the Documentation section.
This creates a consolidated area to reference all of the notes from
previous releases of PostgreSQL, as current releases only keep the
the notes for that specific major release of PostgreSQL.
2019-03-08 11:19:25 -08:00
e7099c90ea Move project policies to the website.
Changes by myself and Jonathan Katz
Review by Jonathan Katz and Daniel Gustafsson
2019-02-18 10:36:53 +00:00
00ab822ea8 Fix deprecated comparison structs 2019-01-17 21:19:57 +01:00
0883ac6423 Fix whitespace and indentation, per pep8 2019-01-17 20:47:43 +01:00
87237f6536 Tabs, meet your new overlords: spaces
In a quest to reach pep8, use spaces to indent rather than tabs.
2019-01-17 15:35:39 +01:00
c95fb76a05 Remove references to the (static|interactive) path to documentation.
While the permanent redirect will fix this over the course of time,
it is still better that we do not reference the old path from pgweb.
2018-11-05 10:23:41 -05:00
8eac1e950b Title case for "Events Archive" "Upcoming Events" & "Latest News" 2018-10-16 10:39:34 -04:00
50ac1ab518 Ensure "Versioning Policy" is titlecased. 2018-10-16 10:30:05 -04:00
72bb6bcbb0 Publish the COC. 2018-09-18 11:17:01 +01:00
747cc8f06a Add support for doing ESI on pages in Varnish 2018-06-29 18:03:25 +02:00
b2f45e5235 Added "Recognition Guidelines" to the "Community" quick links.
This had dropped off after the site refresh, but should be there.
2018-06-07 15:49:35 -04:00
b2ac897257 Updated Navigation Context for updated user flow.
This takes into account some pages that have been deprecrated,
some new pages, and some updated URLs.
2018-04-17 13:43:12 -04:00
a3e12ae500 Point "History" to the "History" section in documentation.
Part of the website refresh; this points the "History" page to
the current version of the documentation, using "current" as
the pointer.
2018-04-15 16:13:26 -04:00
fd37389a3b Replace NavContext and render_to_response with render_pgweb
render_to_response does not work on newer django, so it needs to be
replaced. And using a speicfic context actually overcomplicates things,
it's easier to just use a wrapper function. For those cases where we
don't need NavContext, just use render() (the new shortcut function from
django), which also removes the need to use RequestContext.
2018-03-10 10:38:11 -05:00
24d3a5881e Don't crash when .git/refs/heads/master doesn't exist
This happens after a git gc which moves this into packed-refs. So when
this happens, look in packed-refs. If packed-refs also cannot be found,
just return a made up value instead of crashing.
2017-10-13 11:15:51 +02:00
9d0a041efc Fix link to French docs 2017-08-13 18:41:38 +02:00
07b6188954 Publish community recognition guidelines from the PostgreSQL Core Committee.
Publish the community recognition guidelines developed by the PostgreSQL Core
Committee from a navigation off of the "Community" section.  Add URLs from
several other pages on the PostgreSQL website in order to access the guidelines:

  * Donate
  * Events
  * User Groups

Additionally, this patch updates the contact email address for donation questions
to the PostgreSQL Funds Group.
2017-08-01 16:42:58 -04:00
42e68546d0 Remove references to Alpha versions, as we don't do them anymore
Also noted by Christoph Berg
2016-10-01 13:08:19 +02:00
d5c4af13f9 Fix link to Russian documentation
One link was updated and one missed in
df4a433b19. This makes them consistent.

Pavel Luzanov
2016-09-08 19:11:26 +02:00
0b30089d34 add docs translated to russian - patch from Pavel Luzanov on -www 2016-08-10 21:58:10 +02:00
cd37dac7fd Move submitbug under /account/
In passing make it require ssl, make it no longer csrf-exempt,
and make it require a login so we don't let unauthenticated emails
through.
2016-05-17 17:37:09 -04:00
118b1193b8 Remove pwn module and links
The pwn module has never been used, as the pwn are simply sent to
-announce and nothing else. We've kept the code and model around for
doing it on the site for years now and it's unused, so let's remove it
to cut down on maintenance cost.
2016-05-14 22:17:07 +02:00
498e786c0e Move files and directories for new project layout
Move manage.py up one step, set up a new wsgi.py file, and adjust
relative paths that refer to other directories for the new project
layout that we need to use in django 1.8.
2016-05-14 19:49:12 +02:00
d7c0f24d3a Add core team description. 2015-05-18 10:58:08 +01:00
41c92d2ce4 I don't think the minor release list is the "best" target for the "What's new"
link but it is for sure better than pointing to 9.2.2...
2014-11-03 20:53:08 +01:00
70729f8238 remove reference to pgfoundry as decided ages ago... 2014-11-03 20:42:47 +01:00
98f59c6479 http->https here too, but this file needs more work anyway... 2014-11-03 20:41:27 +01:00
48410d04fa Enable cache-busting URLs for CSS and JS
This will allow us to increase the cache times in the browser for our
CSS, which almost never changes.

Enables a new value to be used in templates, {{gitrev}}, which can be
used to bust pretty much any URL. We could do this for all the images
in the templates as well, but since most of them almost never change,
we'll just enable it manually for each individual image as it becomes
necessray - or just use a ?1, ?2 etc for those.

Enabled by default for CSS and JavaScript links, since those are much
more likely to be changed without having the URL changed.

Cache times aren't increased yet - we'll do that later one we're sure
that all existing caches are expired first.
2014-01-01 15:24:51 +01:00
8e317528ee Replace /community/lists/ page with a redirect to /list/
This new page is served from the archives backend, and has been enhanced
to contain the combination of the contents of both pages.
2013-09-14 14:13:20 +02:00
ec5b9fa183 Add usergroup listing module
Jonathan Katz
2013-05-08 22:07:30 +02:00
cca835ab03 Replace references to old archives URLs with new counterparts 2013-02-06 15:43:29 +01:00
2cad1799ed Actually implement a way to look at older events (events archive)
This also changes the main URL to look at events to be /about/events/
instead of /about/eventsarchive/, and reuses /about/eventsarchive/ to
be the actual achive. Also separates out the training archive to it's
own page at /about/eventsarchive/training/, for easier browsing.
2013-01-30 14:28:16 +01:00
c11688e595 Update releases 2012-12-06 14:07:16 +00:00
aa0fc310ac Fix the What's New link. 2012-09-25 13:25:50 +01:00
b282714a09 Restructure download sections to be clearer
In particular, split up the linux instructions into different pages
for different distributions, since they are very differnt, and in
general try to include more detail.

There are still some OSes that definitely need more info, but this
is more than we had before...
2012-07-01 14:25:32 +02:00
27fc2a7e3c Migrate ssh keys and store them in a UserProfile table 2011-11-27 14:44:18 +01:00
e34d27ac25 Fix "what's new" text to have the proper ' in it. 2011-11-07 21:37:18 +01:00
bd02e36141 Sync up to svn revision 2906 2011-11-05 15:57:06 +01:00
965767e992 Add edit for professional services 2011-08-24 16:56:00 +02:00
571195361f Sync up to svn revision 2870 2011-08-11 15:11:23 +02:00
7b54520396 Add support for changing passwords, resetting passwords and signing
up for new accounts.
2010-02-26 15:57:33 +01:00