From owner-freebsd-doc@FreeBSD.ORG Sat Oct 18 11:56:51 2014 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A166FAE8; Sat, 18 Oct 2014 11:56:51 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7AC596C8; Sat, 18 Oct 2014 11:56:51 +0000 (UTC) Received: from ralph.baldwin.cx (pool-173-70-85-31.nwrknj.fios.verizon.net [173.70.85.31]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 68216B99B; Sat, 18 Oct 2014 07:56:50 -0400 (EDT) From: John Baldwin To: freebsd-doc@freebsd.org Subject: Re: Scripts for rendering man pages in HTML? Date: Sat, 18 Oct 2014 07:12:05 -0400 Message-ID: <1681313.RWhbRjI5YN@ralph.baldwin.cx> User-Agent: KMail/4.12.5 (FreeBSD/10.1-BETA2; KDE/4.12.5; amd64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Sat, 18 Oct 2014 07:56:50 -0400 (EDT) Cc: Craig Rodrigues X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Oct 2014 11:56:51 -0000 On Wednesday, October 08, 2014 04:56:39 PM Craig Rodrigues wrote: > Hi, > > Where are the scripts for rendering man pages > in HTML ( https://www.freebsd.org/cgi/man.cgi )? > > I would like to render the man pages for kyua ( http://github.com/jmmv/kyua > ) > and ATF ( http://github.com/jmmv/atf ) in > HTML, but these are not in the base system. I've just used 'nroff -mdoc | man2html -nodepage' in the past. (textproc/man2html). -- John Baldwin