Up Next
Go up to 7 Downloading
Go forward to 7.2 Creating a CoFI Mirror

7.1 Making a Local Copy

Here's how to download, install, and browse a local copy of the CoFI WWW pages:

It is possible to use a WWW browser to download the compressed copies of various parts of the CoFI WWW pages from the CoFI FTP archives, by clicking on the links below:

But it's almost as easy to use FTP directly:

cd some-directory
ftp ftp.brics.dk
Name: ftp
Password: your-e-mail-address

binary

cd Projects/CoFI

mget *.WWW.tar.gz

bye

For each file that you fetched, do the following to uncompress it and create (or update) the CoFI directory and files:

zcat file.WWW.tar.gz | tar -xof -
(take care not to omit the dash at the end of the line above!)

If you have already uncompressed file.WWW.tar, you should do this just to create (or update) the CoFI directory and files:

tar -xof file.WWW.tar

You should now have a directory named CoFI in your current directory. To browse your local copy of the CoFI WWW pages with minimal net access (the navigation arrow icons are still loaded from Aarhus--let me know if that gives problems) simply call your favourite browser with the appropriate file name, e.g.:

netscape CoFI/index.html
or
netscape CoFI/Catalogue/1/index.html

CoFI : CoFI -- Version:  -- November 16, 1999.
Comments to pdmosses@brics.dk

Up Next