Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pmsN7-0007NQ-QR for pgsql-hackers@arkaria.postgresql.org; Thu, 13 Apr 2023 08:32:02 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pmsN6-0007Lg-KI for pgsql-hackers@arkaria.postgresql.org; Thu, 13 Apr 2023 08:32:00 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pmsN5-0007LW-SM for pgsql-hackers@lists.postgresql.org; Thu, 13 Apr 2023 08:32:00 +0000 Received: from wnew3-smtp.messagingengine.com ([64.147.123.17]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pmsMy-0002TH-7n for pgsql-hackers@postgresql.org; Thu, 13 Apr 2023 08:31:58 +0000 Received: from compute2.internal (compute2.nyi.internal [10.202.2.46]) by mailnew.west.internal (Postfix) with ESMTP id 8CAF72B06701; Thu, 13 Apr 2023 04:31:47 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Thu, 13 Apr 2023 04:31:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:content-type:date:date:feedback-id:feedback-id :from:from:in-reply-to:in-reply-to:message-id:mime-version :references:reply-to:sender:subject:subject:to:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; t= 1681374707; x=1681381907; bh=c13FG/c6E5f+Cq4luAbaBFBoQMuOBtSmbDr oDG9N8UM=; b=YWalPEBFCRvZcaTs0xDat2aAQqqfhKG5sHE7uSkTbdHn0KrgXfU 5vxN8ukchWDv4Y309tbut6FyNOHaMUbwMKHXZgstFW5t6VEwpVZNAChkUNAzTdtR Og31gmmAXkchJ/VWqvspRkMDhbcOOgea3B4oggEgKoOAUnvQrtQ9F+DDBf5R+RfP r06EgE/juT9ITVPn6zL8VLqh8JgeUa6Wvy8meOn5MCxi9Hsfv+InPncKbfG8LSWi gvlyDAOJJvTjaFvX2YAcLGDeIKNPYQ8Qxv6isI3KubE0TcUJbF5EeRXI76wPBG7a 17skGRUgg8Ullfqn4z7+2khYfhZCc397uRQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrvdekkedgtdehucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepkfffgggfuffvvehfhfgjtgfgsehtjeertddtfeejnecuhfhrohhmpefrvght vghrucfgihhsvghnthhrrghuthcuoehpvghtvghrrdgvihhsvghnthhrrghuthesvghnth gvrhhprhhishgvuggsrdgtohhmqeenucggtffrrghtthgvrhhnpeehleffgeegudejteei hfelteduvdeifffhffdvjedvffegjeekudeludehudeifeenucevlhhushhtvghrufhiii gvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehpvghtvghrrdgvihhsvghnthhrrghu thesvghnthgvrhhprhhishgvuggsrdgtohhm X-ME-Proxy: Feedback-ID: i131946ab:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Thu, 13 Apr 2023 04:31:45 -0400 (EDT) Message-ID: <8c745b14-9443-274d-5900-db3f276ee293@enterprisedb.com> Date: Thu, 13 Apr 2023 10:31:43 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.9.1 Subject: Re: doc: add missing "id" attributes to extension packaging page Content-Language: en-US To: Brar Piening , Alvaro Herrera , "Karl O. Pinc" Cc: Tom Lane , vignesh C , Ian Lawrence Barwick , pgsql-hackers References: <20230323093555.3icw7zetwtmtrrzu@alvherre.pgsql> <184dc41b-7407-1bb9-7fd4-7fb35db8b993@enterprisedb.com> <91edf03b-7b63-67b6-7f44-bfeb48e97056@gmx.de> From: Peter Eisentraut In-Reply-To: <91edf03b-7b63-67b6-7f44-bfeb48e97056@gmx.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 06.04.23 16:19, Brar Piening wrote: > 001-make_html_ids_discoverable_v5.postgresql.patch which needs to be > applied to the postgresql repository. It adds the XSLT to generate the > id links and the CSS to hide/display them. I've added comments as > suggested above. > > 002-add-discoverable-id-style_v1.pgweb.patch which needs to be applied > to the pgweb repository. It adds the CSS to the offical documentation site. The first patch has been committed. The second patch should be sent to pgsql-www for integrating into the web site. Side project: I noticed that these new hover links don't appear in the single-page HTML output (make postgres.html), even though the generated HTML source code looks correct. Maybe someone has an idea there.