You are encouraged to redistribute The Online World handbook's web pages through your free information systems. Permission to do so is hereby granted. If you do, please tell Odd de Presno after the fact, or write to ask for help. Note: If your offering is a for-pay service, you must have written permission. We must also agree on the financial side of such an action. Mirroring the handbook's web pagesThere is no charge for this service. The terms of the agreement are very liberal, however a mirror agreement is required. Sites already on our list of authorized mirror sites do not need to re-apply. To become an authorized mirror site, you must agree to these simple requirements:
Authorized mirror sites are also permitted to mirror the files in the http://home.eunet.no/~presno/datatid/ directory. Mirroring can start upon completion of a mirror site agreement. Mirroring detailsThe Online World resources handbook's World Wide Web site consists of the following directories:
All hyperlinks use relative paths.The handbook site is mirrored to hosts in countries like Australia, Austria, Brazil, Bulgaria, Canada, Czech Republic, Denmark, Finland, Germany, Hungrary, Ireland, Israel, Italy, Japan, Korea, Norway, Romania, Slovakia, Slovenia, South Africa, Sweden, Switzerland, Turkey, United Kingdom, or the United States. The server in the United States mirrors the site every four hours. URL: http://www.simtel.net/simtel.net/presno/. You may want to consider mirroring this site instead of the eunet.no site for speed. Whatever you do, please send me a short informative note telling about it. Method of mirroringThe preferred method of mirroring is as follows: |
Date: Fri, 29 Mar 1996 12:08:52 -0500 (EST)
From: w8sdz@Simtel.Net (Keith Petersen)
Subject: Mirror software
Mirror is a package written in Perl that uses the ftp protocol to
duplicate a directory hierarchy between the machine it is run on and a
remote host. It avoids copying files unnecessarily by comparing the
file time stamps and sizes before transferring. Amongst other things
can optionally compress, gzip, and split files.
It was written for use by archive maintainers but can be used by
anyone wanting to transfer a lot of files over ftp.
The latest version of mirror is available from:
http://src.doc.ic.ac.uk/packages/mirror/
ftp://ftp.th-darmstadt.de/pub/networking/mirror
ftp.th-darmstadt.de (130.83.55.75)
directory: pub/networking/mirror
ftp.sun.ac.za (146.232.212.21)
directory: pub/unix/packages/mirror
Mirror is part of a family of related programs. The others are ftpmail
and ftpcat. Ftpmail is a mail responder and ftpcat cats a remote file.
These are to be found in
http://src.doc.ic.ac.uk/packages/ftpmail/ , and
http://src.doc.ic.ac.uk/packages/ftpcat/.
If you are interested in developing mirror (not just getting the
latest releases but actually doing work) there is a mailing list
mirror-people@doc.ic.ac.uk. Subscribe by emailing to
mirror-people-request@doc.ic.ac.uk. But please do NOT do this unless
you have the time to work on mirror.
-------------- additional information ---------------------
Date: Sun, 31 Mar 1996 09:57:12 -0500 (EST)
From: w8sdz@Simtel.Net (Keith Petersen)
Subject: Re: tow@eunet.no
---cut-here---
package=presno
site=home.eunet.no
remote_dir=./
local_dir=/home/www/htdocs/simtel.net/presno
dir_mode=0755
file_mode=0644
remote_user=tow
remote_password=txt15bok
mail_to=you@your.host
compress_patt=
exclude_patt=.links|FSP|core$|.cache|.zipped|lost+found/|new/|sw/
local_ignore=ls-lR.gz
delete_excl=
use_files=true
do_deletes=true
max_delete_files=10%
max_delete_dirs=10%
use_files=true
timeout=400
|
Comment:
Most mirror hosts world wide have been able to make the mirror copies using the default settings given above. In just case (Brazil), they had to increase the timeout setting in the last line above. To use this package for mirroring, ftp to ftphome.eunet.no. Login: tow The password will be given you upon request. Good luck! |