From owner-freebsd-questions Sun Jan 4 11:18:37 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA16374 for questions-outgoing; Sun, 4 Jan 1998 11:18:37 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from phoenix.volant.org (phoenix.volant.org [205.179.79.193]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id LAA16368 for ; Sun, 4 Jan 1998 11:18:33 -0800 (PST) (envelope-from patl@phoenix.volant.org) From: patl@phoenix.volant.org Received: from asimov.phoenix.volant.org [205.179.79.65] by phoenix.volant.org with smtp (Exim 1.62 #1) id 0xovZA-0000Yx-00; Sun, 4 Jan 1998 11:18:32 -0800 Received: from localhost by asimov.phoenix.volant.org (SMI-8.6/SMI-SVR4) id LAA01709; Sun, 4 Jan 1998 11:18:28 -0800 Date: Sun, 4 Jan 1998 11:18:27 -0800 (PST) Reply-To: patl@phoenix.volant.org Subject: Re: Encylopedia Britannica, Oxford English Dictionary and FreeBSD To: Ben Pepa cc: Greg Lehey , FreeBSD Questions In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > We use Encyclopedia Britannica at our high school and it requires > DOS/Windows as it contains dos executables that run off the CD (through > Netscape). Unless you can find a DOS emulator for FreeBSD, it probably > won't work. It does contain HTML files of each topic/category, but is hard > to search without the executables. No, actually, it doesn't have HTML files for each article. At least not as such. There are a few .htm files for things like the FAQ and the search forms; but the bulk of the data is stored in a compressed database. (/cdrom/db/database.lz and .../database.ht) The .ht file appears to be a binary index or hash table, but it does contain partial paths to html files that must be in the .lz file. But the lz file does not contain standard (g)zip or compress headers; and its contents are accessed via a CGI script which executes MS-Windows (or Mac) binaries. > However, Britannica offers a online internet version that works on all > platforms . Info is available at http://www.eb.com > > I have not used Oxford Dictionary before, so I don't know anything about > it's compatibility. I believe, without any substantial factual basis, that the OED uses an ISO standard electronic book format. But they may also use compression, and probably use binary search programs. You might want to contact both companies and POLITELY suggest that if they were to provide Java versions of their various support programs, it would open their market to virtually every general purpose operating system still in regular use. (Except, of course, for various old machines in the basement of the Pentagon... :-) -Pat