Received: from maia.hub.org (maia-5.hub.org [200.46.204.29]) by mail.postgresql.org (Postfix) with ESMTP id B25C31337C11 for ; Tue, 5 Apr 2011 15:15:25 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.29]) (amavisd-maia, port 10024) with ESMTP id 60879-01-5 for ; Tue, 5 Apr 2011 18:15:15 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from spinlock.commandprompt.com (host-215.commandprompt.net [207.173.203.215]) by mail.postgresql.org (Postfix) with ESMTP id AF5381337C1F for ; Tue, 5 Apr 2011 15:13:40 -0300 (ADT) Received: from localhost (localhost [127.0.0.1]) by spinlock.commandprompt.com (Postfix) with ESMTP id DE090348049 for ; Tue, 5 Apr 2011 11:13:39 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at commandprompt.com Received: from spinlock.commandprompt.com ([127.0.0.1]) by localhost (spinlock.commandprompt.com.commandprompt.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8wD+mSPQZlYe for ; Tue, 5 Apr 2011 11:13:28 -0700 (PDT) Received: from perhan.alvh.no-ip.org (unknown [200.126.118.36]) by spinlock.commandprompt.com (Postfix) with ESMTPSA id 94C4F348022 for ; Tue, 5 Apr 2011 11:13:28 -0700 (PDT) Received: by perhan.alvh.no-ip.org (Postfix, from userid 1000) id 0AF756E401; Tue, 5 Apr 2011 15:13:20 -0300 (CLST) Content-Type: text/plain; charset=UTF-8 Subject: developer FAQ From: Alvaro Herrera To: Pg Docs Date: Tue, 05 Apr 2011 14:13:20 -0400 Message-Id: <1302027038-sup-7674@alvh.no-ip.org> User-Agent: Sup/git Content-Transfer-Encoding: 8bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.9 tagged_above=-5 required=5 tests=BAYES_00=-1.9 X-Spam-Level: X-Archive-Number: 201104/40 X-Sequence-Number: 6611 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? -- Álvaro Herrera