Mercurial > hg > xemacs-beta
view lisp/oobr/BR-OBTAIN @ 124:9b50b4588a93 r20-1b15
Import from CVS: tag r20-1b15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:26:39 +0200 |
parents | 4be1180a9e89 |
children |
line wrap: on
line source
# # SUMMARY: Summary of how to obtain the OO-Browser # # AUTHOR: Bob Weiner # # ORIG-DATE: 5-Mar-95 # LAST-MOD: 21-Feb-97 at 18:56:17 by Bob Weiner # # Copyright (C) 1995 Free Software Foundation, Inc. # See the file BR-COPY for license information. # # This file is part of the OO-Browser. The OO-Browser is actually part of an integrated tool framework that we have developed called InfoDock. InfoDock provides a modern user interface on top of Emacs, information management, and powerful software development tools, all in one package. Get it via anonymous ftp from host ftp.xemacs.org in the /pub/infodock directory. It is a standard part of XEmacs versions 19.12 and above. The Free Software Foundation also encourages its use with GNU Emacs. The OO-Browser is also available as a standalone package via anonymous ftp across the Internet. Do not send requests to have it mailed to you since it won't be. Instead have another party who has Internet access obtain it for the both of you. Here is how to obtain it: Move to a directory below which you want the 'oobr' directory to be created. Unpacking the OO-Browser archive will create this directory and place all of the files below it. cd <LOCAL-LISP-DIR> Ftp to ftp.xemacs.org (Internet Host ID = 128.174.252.16): prompt> ftp ftp.xemacs.org (If this doesn't work, try `ftp xemacs.org'.) Login as 'anonymous' with your own <user-id>@<site-name> as a password. Name (ftp.xemacs.org): anonymous 331 Guest login ok, send EMAIL address (e.g. user@host.domain) as password. Password: 230 Guest login ok, access restrictions apply. Move to the directory where the OO-Browser is kept: ftp> cd /pub/infodock Set your transfer mode to binary: ftp> bin 200 Type set to I. Turn off prompting: ftp> prompt Interactive mode off. Retrieve the OO-Browser archive and any diff-based patches: ftp> mget oobr* Close the ftp connection: ftp> quit 221 Goodbye. Unpack the tar archive with: gunzip oobr*gz; tar xvf oobr*tar Apply any patch/diff files with: cd oobr; patch < <patch-file> Read the "BR-README" file for installation directions and pointers to other documents.