From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, T_SCC_BODY_TEXT_LINE,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 24614 invoked from network); 21 Apr 2022 00:32:20 -0000 Received: from zero.zsh.org (2a02:898:31:0:48:4558:7a:7368) by inbox.vuxu.org with ESMTPUTF8; 21 Apr 2022 00:32:20 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=zsh.org; s=rsa-20210803; h=List-Archive:List-Owner:List-Post:List-Unsubscribe: List-Subscribe:List-Help:List-Id:Sender:Content-Type:Subject:To:From:Date: References:In-Reply-To:Message-Id:Mime-Version:Reply-To:Cc: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID; bh=bJVUyddQyrHVXN475GH277IIwIl+iP2CwKMGlANnpKo=; b=QpmlwB6hZT2bufkif5sqA5Dw1J Z2OwMa7PXJ4HUP1eMazXBgmRADRJaHi86yRwWLQcivwKodHE8yEefGE4qtgn5Sk4x6F07MAEll9fi ZzLJ3IdCfoayKbgr4+PweYp8SKu7Utmyq6Onw1TS0kgj5EXv/f+Z6ahzLdVQyGPKcFdhG/3U/+4b9 S1BKutPLNxGrhQPW2yhAO1o4m9wtTQ82LMg5cP9j3Ge/QY4TyezxJan+T3oNE4e1IRuYmV11/xFz6 ApzvngBGDE5F/9A3QhoxvjqHcfbWz1TlGAtjaiFKwGDNq3BTDg+EFsv+im86NYAWZSygxAivOcG43 ifIWhbxg==; Received: from authenticated user by zero.zsh.org with local id 1nhKk7-0001gZ-Pg; Thu, 21 Apr 2022 00:32:19 +0000 Received: from authenticated user by zero.zsh.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) id 1nhKjD-0000uE-T2; Thu, 21 Apr 2022 00:31:24 +0000 Received: from compute2.internal (compute2.nyi.internal [10.202.2.46]) by mailauth.nyi.internal (Postfix) with ESMTP id 6313D27C0054 for ; Wed, 20 Apr 2022 20:31:22 -0400 (EDT) Received: from imap48 ([10.202.2.98]) by compute2.internal (MEProxy); Wed, 20 Apr 2022 20:31:22 -0400 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvfedrtddugdefiecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhepofgfggfkjghffffhvffutgesthdtre dtreerjeenucfhrhhomhepnfgrfihrvghntggvpgggvghljoiiqhhuvgiiuceolhgrrhhr hihvseiishhhrdhorhhgqeenucggtffrrghtthgvrhhnpeeikeejveeludegfeeigfeule fggfdttdegheevvdehvdeigfehvdffuedvvdeuheenucevlhhushhtvghrufhiiigvpedt necurfgrrhgrmhepmhgrihhlfhhrohhmpehlrghrrhihvhdomhgvshhmthhprghuthhhph gvrhhsohhnrghlihhthidqudduhedukeejjedtgedqudduledvjeefkeehqdhlrghrrhih vheppeiishhhrdhorhhgsehfrghsthhmrghilhdrtghomh X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id 1141921E006E; Wed, 20 Apr 2022 20:31:22 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.7.0-alpha0-568-g521196dd5d-fm-20220414.001-g521196dd Mime-Version: 1.0 Message-Id: <840d4377-7b82-44b7-a7b5-95b092e7ad15@www.fastmail.com> In-Reply-To: References: Date: Wed, 20 Apr 2022 20:31:01 -0400 From: =?UTF-8?Q?Lawrence_Vel=C3=A1zquez?= To: zsh-users@zsh.org Subject: Re: HTML docs and Hyperlinks Content-Type: text/plain X-Seq: 27681 Archived-At: X-Loop: zsh-users@zsh.org Errors-To: zsh-users-owner@zsh.org Precedence: list Precedence: bulk Sender: zsh-users-request@zsh.org X-no-archive: yes List-Id: List-Help: List-Subscribe: List-Unsubscribe: List-Post: List-Owner: List-Archive: On Wed, Apr 20, 2022, at 6:42 PM, Bart Schaefer wrote: > On Wed, Apr 20, 2022 at 12:41 PM Zach Riggle wrote: >> Separately, would Zsh be willing to accept a post-processing >> step to the HTML documentation to add things post-hoc? This >> will likely require some Python libraries being included in >> the process of building the docs. > > We've used Perl for such post-processing so far (e.g., > Util/helpfiles); I can't speak to whether python is now so > ubiquitous that creating a dependency on it would be a non-issue. I would rather not introduce another dependency if it can be avoided. -- vq