From owner-freebsd-doc@FreeBSD.ORG Sat Oct 11 08:20:17 2014 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2DF31E26; Sat, 11 Oct 2014 08:20:17 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 183428AC; Sat, 11 Oct 2014 08:20:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id s9B8KGGT065041; Sat, 11 Oct 2014 08:20:16 GMT (envelope-from rodrigc@FreeBSD.org) Received: (from rodrigc@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id s9B8KGQ9065040; Sat, 11 Oct 2014 01:20:16 -0700 (PDT) (envelope-from rodrigc@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: rodrigc set sender to rodrigc@FreeBSD.org using -f Date: Sat, 11 Oct 2014 01:20:16 -0700 From: Craig Rodrigues To: Allan Jude Subject: Re: Scripts for rendering man pages in HTML? Message-ID: <20141011082016.GA63923@FreeBSD.org> References: <5435D1E9.70800@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5435D1E9.70800@freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: freebsd-doc@freebsd.org 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, 11 Oct 2014 08:20:17 -0000 On Wed, Oct 08, 2014 at 08:08:09PM -0400, Allan Jude wrote: > At EuroBSDCon i was talking to the creators of man.cgi (Ingo and > Kristaps) Wait, did you mean to refer to mandoc ( http://mdocml.bsd.lv/ )? That is what Ingo created. It is not the same as man.cgi, which was created by Wolfram Schneider (wosch@). > and we were talking about moving FreeBSD over to that, because > the script used now, did not look very easy to work with. > > But it is in the docs tree: > doc/head/en_US.ISO8859-1/htdocs/cgi/man.cgi What are the problems with that script? It is about 15 years old, but it is quite understandable Perl. -- Craig Rodrigues rodrigc@crodrigues.org