Received: from malur.postgresql.org ([2a02:16a8:dc51::56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fnASJ-0000v1-IF for pgsql-docs@arkaria.postgresql.org; Tue, 07 Aug 2018 22:27:55 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1fnASH-0007WE-Mr for pgsql-docs@arkaria.postgresql.org; Tue, 07 Aug 2018 22:27:53 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fnASH-0007W6-De for pgsql-docs@lists.postgresql.org; Tue, 07 Aug 2018 22:27:53 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fnASD-0000ja-No for pgsql-docs@lists.postgresql.org; Tue, 07 Aug 2018 22:27:52 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.4/8.14.4) with ESMTP id w77MRkXO012329; Tue, 7 Aug 2018 18:27:46 -0400 From: Tom Lane To: Richard Swagerman cc: pgsql-docs@lists.postgresql.org Subject: Re: how to modify the navfooter In-reply-to: References: Comments: In-reply-to Richard Swagerman message dated "Tue, 07 Aug 2018 18:21:40 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <12327.1533680866.1@sss.pgh.pa.us> Date: Tue, 07 Aug 2018 18:27:46 -0400 Message-ID: <12328.1533680866@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Richard Swagerman writes: > Where is the content of the navfooter established? > I would like to make some modifications to this footer, but I am unable to > figure out where the source that generates it. It's not in the XML doc sources, for sure. I believe our website wraps the HTML generated from the XML in some other stuff, but I don't know any details. If nobody pops up here and answers your question in a reasonable amount of time, try over at pgsql-www. regards, tom lane