Re: developer FAQ - Mailing list pgsql-docs

From Heikki Linnakangas
Subject Re: developer FAQ
Date
Msg-id 4D9B6418.50005@enterprisedb.com
Whole thread Raw
In response to Re: developer FAQ  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Responses Re: developer FAQ  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-docs
On 05.04.2011 21:28, Heikki Linnakangas wrote:
> On 05.04.2011 21:13, Alvaro Herrera wrote:
>> Hi,
>>
>> I just noticed that the developer's FAQ has this question with a link to
>> the anoncvs cvsweb:
>> http://wiki.postgresql.org/wiki/Developer_FAQ#How_is_the_source_code_organized.3F
>>
>>
>> The link is
>> http://anoncvs.postgresql.org/cvsweb.cgi/~checkout~/pgsql/src/tools/backend/index.html
>>
>> which no longer works.
>>
>> The equivalent file in Git seems to be this one:
>> http://git.postgresql.org/gitweb?p=postgresql.git;a=blob;f=src/tools/backend/index.html;hb=HEAD
>>
>>
>> However, this displays the raw HTML instead of having it be interpreted
>> by the browser. Anyone knows how to change this?
>
> Oh, rats. I misunderstood your question, and changed the link to what
> you posted because it seemed to work for me. It was only after I saved
> that I realized what you meant - the link displays the html source, not
> properly rendered html.
>
> Googling around for a solution...

Hmm, is the /etc/mime.types file missing or somehow strange on that
host? When I do "git instaweb" on my laptop in a clone of the repository
and navigate to that index.html, it renders fine.

However, none of the links work. They contain relative links like
"../../backend/bootstrap", which doesn't work with the more complicated
URL scheme that gitweb uses.

How about we move this page to the wiki? It'd be more likely to get
updated there too.

--
   Heikki Linnakangas
   EnterpriseDB   http://www.enterprisedb.com

pgsql-docs by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: [HACKERS] Uppercase SGML entity declarations
Next
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] Uppercase SGML entity declarations