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 1fnAMQ-0000cr-EZ for pgsql-docs@arkaria.postgresql.org; Tue, 07 Aug 2018 22:21:50 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1fnAMN-0003nG-AB for pgsql-docs@arkaria.postgresql.org; Tue, 07 Aug 2018 22:21:47 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fnAMN-0003n4-1u for pgsql-docs@lists.postgresql.org; Tue, 07 Aug 2018 22:21:47 +0000 Received: from mail-oi0-x22e.google.com ([2607:f8b0:4003:c06::22e]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1fnAMK-0003GN-71 for pgsql-docs@lists.postgresql.org; Tue, 07 Aug 2018 22:21:46 +0000 Received: by mail-oi0-x22e.google.com with SMTP id s198-v6so362804oih.11 for ; Tue, 07 Aug 2018 15:21:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=salesforce.com; s=google; h=mime-version:from:date:message-id:subject:to; bh=rWnDnLEqjK3NaGKHqsxVSsZ8h6idQMCQ1+C5zLKvd8s=; b=fY/IhVbP/VBuPG6dxcLsH6ON2YnB6osACFLGXTcU5qw2rhQfWXbU4uw31/WbPrPG+i c6U4j0BO/71vj36wYpsdGeyhiGFMqzDXJOs3EnTboZCRrSlt/1D6BcDcDf1RAddoRuk+ GkIY4UZnUlvu+cNgX7Uit6ywNiWHAEOQ7yB78= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=rWnDnLEqjK3NaGKHqsxVSsZ8h6idQMCQ1+C5zLKvd8s=; b=e53HT5TW6Cxn9CEqYbkPX/oRYjU4hUOMNoM4ncN4iqXfI6kxRxAVKXhXDm/j1ZmOoW O/T3drUJaC0TyGI0dHj/6WmYYxkq+wvNPaQ93fsZJvBQouWLRd51rGSLxz+8sraAUYgF zVfHnAftlZQwG/Y6Ala6pqe2PrJ/mCVdKiAmq048OA7IKZlbwlXGXb8NZBLKFDqBfAts 1YKAHneJP1ZEyH1/bV2BlgiPtrxe4TzrIFveDbPj3WIxTQK7XrOEzpy/c5abGP+EaK3R ONcC9LG7jXOeEnvh5WTt1AFLja8ST4noFoxRrSQhM2lQtEfEbjqJcDfV5sGDiUjNbwZ9 Rn7g== X-Gm-Message-State: AOUpUlFRi0375o/9yaKBikasXGymVu3Ehx3k5V5su061u/W0wcxlpblW ZAVwbc19Uze6ims22Gr/RxwfXsPw5i6P0eOEUxYpKXMsmDlu7w== X-Google-Smtp-Source: AA+uWPxqUXCX2gsCFcWRp2G4EAHsQJygGhwuAZQWYLfVQA4HcN6NP5/ihBq/JiWgeNfnQGA13KGwwpxYUP+8cWevAn4= X-Received: by 2002:aca:db09:: with SMTP id s9-v6mr291962oig.339.1533680500795; Tue, 07 Aug 2018 15:21:40 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a9d:4c13:0:0:0:0:0 with HTTP; Tue, 7 Aug 2018 15:21:40 -0700 (PDT) From: Richard Swagerman Date: Tue, 7 Aug 2018 18:21:40 -0400 Message-ID: Subject: how to modify the navfooter To: pgsql-docs@lists.postgresql.org Content-Type: multipart/alternative; boundary="000000000000732e390572dfd1d0" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000732e390572dfd1d0 Content-Type: text/plain; charset="UTF-8" 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. I am building the documentation following the instructions from "Building The Documentation" in Appendix J, currently on 9.6. I am using the command: make STYLE=website html I can see the generated navfooter div section in the output html. I must be missing something, because I cannot find a file in the git branch that includes the class named "navfooter" or or any other words like "Navigation footer", "Next", or "Prev". I have limited understanding of stylesheets (whether dsl or xsl), but I am hoping that I can make the small modifications needed for our use. I am also curious about the docFooter div section that appears in the publicly published PostgreSQL documentation pages. It does not appear when I build the docs. Is there a reason that the copyright does not appear on each page when I do the doc build? Is there some way to get it included when I do the doc build? What file is used that contains the format (style?) info for that generated html div section? I would appreciate any assistance from those in the community that understand something about these footers. ...Rick Swagerman --000000000000732e390572dfd1d0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Where is the content of the navfo= oter established?
I would like to make= some modifications to this footer, but I am unable to figure out where the= source that generates it.

=
I am building the documentation following the instructions from &quo= t;Building The Documentation" in Appendix J, currently on 9.6.<= /div>

I am using the command:
make STYLE=3Dwebsite ht= ml

I can see the generated navfooter div section i= n the output html. I must be missing something, because I cannot find a fil= e in the git branch that includes the class named "navfooter" or = or any other words like "Navigation footer", "Next", or= "Prev".

= I have limited understanding of= stylesheets (whether dsl or xsl), but I am hoping that I can make the smal= l modifications needed for our use.

I am also cu= rious about the docFooter div section that appears in the publicly publishe= d PostgreSQL documentation pages. It does not appear when I build the docs.= =C2=A0
Is there a reason that the copyright does not appear on ea= ch page when I do the doc build?=C2=A0
Is there some way to get i= t included when I do the doc build?=C2=A0
What file is used that = contains the format (style?) info for that generated html div section?

I would appreciate any assistance from those in the co= mmunity that understand something about these footers.
...Rick Sw= agerman
--000000000000732e390572dfd1d0--