Re: Adding links to alternate versions of doc pages - Mailing list pgsql-docs

From Dave Page
Subject Re: Adding links to alternate versions of doc pages
Date
Msg-id CA+OCxozHaRNmp6NOVW7Dz3kzCB6yhEe=nU4fVnDNxqtcW2sRKA@mail.gmail.com
Whole thread Raw
In response to Re: Adding links to alternate versions of doc pages  (Andy Lester <andy@petdance.com>)
Responses Re: Adding links to alternate versions of doc pages  (Andy Lester <andy@petdance.com>)
List pgsql-docs
On Thu, Mar 29, 2012 at 6:36 PM, Andy Lester <andy@petdance.com> wrote:
>
> On Mar 28, 2012, at 2:11 PM, gabrielle wrote:
>
> +1. I also find this annoying.
>
>
> I'm gratified to see such positive feedback on my idea.
>
> Now, who of you can help me understand the existing system so that I can
> look into what I have to do to implement these changes?

The docs pages are rendered using the Django template here:

http://git.postgresql.org/gitweb/?p=pgweb.git;a=blob;f=templates/docs/docspage.html;h=f40ef89ed957ad0a83a484298d39c2a5bba1cdf5;hb=5d3a6f7a38670e522e2d33725476e525f9f2c357
by the backend code here:

http://git.postgresql.org/gitweb/?p=pgweb.git;a=tree;f=pgweb/docs;h=c227a13f0a87dd5707abf5f11af0e6248621e984;hb=5d3a6f7a38670e522e2d33725476e525f9f2c357
(views.py is the place to look).


--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

pgsql-docs by date:

Previous
From: Steve Atkins
Date:
Subject: Re: Adding links to alternate versions of doc pages
Next
From: Andy Lester
Date:
Subject: Re: Adding links to alternate versions of doc pages