From owner-freebsd-ports Sun Jan 12 00:22:51 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA16090 for ports-outgoing; Sun, 12 Jan 1997 00:22:51 -0800 (PST) Received: from paris.CS.Berkeley.EDU (paris.CS.Berkeley.EDU [128.32.34.47]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id AAA16085 for ; Sun, 12 Jan 1997 00:22:47 -0800 (PST) Received: from paris.CS.Berkeley.EDU (localhost.Berkeley.EDU [127.0.0.1]) by paris.CS.Berkeley.EDU (8.8.3/8.8.2) with ESMTP id AAA12246; Sun, 12 Jan 1997 00:22:20 -0800 (PST) From: Josh MacDonald Message-Id: <199701120822.AAA12246@paris.CS.Berkeley.EDU> To: asami@cs.berkeley.edu (Satoshi Asami) cc: jmz@cabri.obs-besancon.fr, ports@freebsd.org Subject: Re: html files [Re: texinfo changes ready] In-reply-to: Your message of "Sat, 11 Jan 1997 03:19:57 PST." <199701111119.DAA19574@baloon.mimi.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <12239.853057320.1@paris.CS.Berkeley.EDU> Date: Sun, 12 Jan 1997 00:22:04 -0800 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > * I agree, but would lobby for /usr/local/share/doc/html rather > * than /usr/local/share/html. > > Yeah, that's probably better. > > By the way, the subdirectory should be package name minus version > number, just like /usr/local/share/doc. > > * If each package directory contains an index.html file, it is a > * simple matter to automagically collect the elements to > * build a master index.html. > > Don't forget you need to delete it from pkg_delete too. Maybe someone > can look at install-info and see if we can modify it to understand > html files? Having read the install-info source pretty carefully, I'd say no. The info syntax is far too different from HTML for this program to be useful. On the other hand, I'm told parsing HTML isn't too difficult (I don't know HTML well enough to say for sure, but you probably wouldn't have to accept the entire language to accomplish what you guys are after). -josh