From owner-freebsd-hackers Sat May 17 12:12:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA06907 for hackers-outgoing; Sat, 17 May 1997 12:12:36 -0700 (PDT) Received: from punt-1.mail.demon.net (relay-7.mail.demon.net [194.217.242.9]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id MAA06898 for ; Sat, 17 May 1997 12:12:31 -0700 (PDT) Received: from awfulhak.demon.co.uk ([158.152.17.1]) by punt-1.mail.demon.net id aa0501179; 17 May 97 19:32 BST Received: from awfulhak.demon.co.uk (localhost.lan.awfulhak.org [127.0.0.1]) by awfulhak.demon.co.uk (8.8.5/8.8.5) with ESMTP id TAA23763 for ; Sat, 17 May 1997 19:30:56 +0100 (BST) Message-Id: <199705171830.TAA23763@awfulhak.demon.co.uk> X-Mailer: exmh version 1.6.9 8/22/96 To: freebsd-hackers@freebsd.org Subject: www.freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 17 May 1997 19:30:56 +0100 From: Brian Somers Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I don't know who the current web-meister is, but would it be possible for you to do the following ? The intention is to have browsable -current set of man pages. In srm.conf: ---------- AddType text/man 1 2 3 4 5 6 7 8 9 1.gz 2.gz 3.gz 4.gz 5.gz 6.gz 7.gz 8.gz 9.gz Action text/man /cgi-bin/man2html ---------- man2html: ---------- #! /bin/sh if test -n "$PATH_TRANSLATED"; then test ."${PATH_TRANSLATED%.gz}" = ."$PATH_TRANSLATED" && prog=/bin/cat || prog="/usr/bin/gunzip -c" $prog $PATH_TRANSLATED | /usr/bin/tbl | /usr/bin/groff -Wall -mtty-char -Tascii -man | /usr/bin/col | sed 's/.^H//g' else echo "Internal server error.... oops !" fi ---------- All we need to do then is point at a -current /usr/share/man (cvs co'd regularly) somewhere under "Documentation", allowing "options Indexes". Thanks for any responses. -- Brian , Don't _EVER_ lose your sense of humour....