From owner-freebsd-doc@FreeBSD.ORG Wed Oct 8 23:56:42 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 6F1CFEC3 for ; Wed, 8 Oct 2014 23:56:42 +0000 (UTC) Received: from mail-la0-x230.google.com (mail-la0-x230.google.com [IPv6:2a00:1450:4010:c03::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EE63A113 for ; Wed, 8 Oct 2014 23:56:41 +0000 (UTC) Received: by mail-la0-f48.google.com with SMTP id gi9so140529lab.21 for ; Wed, 08 Oct 2014 16:56:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=1ZwdZ5S3l3JFUic7aTn+h8oEMySx+YYVxh5DwHSXOhE=; b=NjqSizdCom7uhYmfH/gEMaV6G7JagGxutEym9Hi1xztKAoziD+JD0TR5TiL1af1a/U 0/tv+DAC1PVFVynd6vlLc1LQYsYuolCf8+2PCg2+AMcKGFPUu8zlX8o7YMr8X40lcnK4 ueiD18X8erM8t9dWXUTGxBv9ka9iFt1HmkEakSB9y99q5hi5lCkRjyCj/bPfQieMz82V skF4w9H4KXMQKmU4AYdTr54VXIgIMXvdpnxGlGKs3uVe+aExlayULWVlekf2eV7wMVn5 qJeAXt0J1qLPm7/S9mxt318bSqgRIwTN5RT429qX6GWqqAHSm0j3d356Gb19CobxRQs4 gxvQ== MIME-Version: 1.0 X-Received: by 10.112.164.71 with SMTP id yo7mr14069812lbb.73.1412812599902; Wed, 08 Oct 2014 16:56:39 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.131.66 with HTTP; Wed, 8 Oct 2014 16:56:39 -0700 (PDT) Date: Wed, 8 Oct 2014 16:56:39 -0700 X-Google-Sender-Auth: Exr7ApVxmnqOLyGe_ufUD6wkx_A Message-ID: Subject: Scripts for rendering man pages in HTML? From: Craig Rodrigues To: freebsd-doc@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 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: Wed, 08 Oct 2014 23:56:42 -0000 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. Thanks. -- Craig