From owner-freebsd-questions@FreeBSD.ORG Wed Apr 6 14:26:12 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 458A716A4CF for ; Wed, 6 Apr 2005 14:26:12 +0000 (GMT) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65EEF43D1F for ; Wed, 6 Apr 2005 14:26:11 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])j36EPFpc024880; Wed, 6 Apr 2005 17:25:16 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) j36EQ8T9001278; Wed, 6 Apr 2005 17:26:08 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost)j36EQ8PK001277; Wed, 6 Apr 2005 17:26:08 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Wed, 6 Apr 2005 17:26:08 +0300 From: Giorgos Keramidas To: djkuzenko@indigomoon.ca Message-ID: <20050406142608.GA1246@orion.daedalusnetworks.priv> References: <46dc360a050406071430fa3462@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46dc360a050406071430fa3462@mail.gmail.com> cc: freebsd-questions@freebsd.org Subject: Re: docs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Apr 2005 14:26:12 -0000 On 2005-04-06 11:14, Don Kuzenko wrote: > Hi, > > I have a number of machines running FreeBSD and I would like to create > a local mirror of the documentation available on the FreeBSD website. > My problem is that I currently have a dial up connection (rural living > :-) > > Is there a simple way to obtain a tarball of a mirror of the docs so > that I can access the docs via a browser on my machine. If you only need HTML docs, I can build you a snapshot with a couple of formats, like FORMATS="html html-split", and upload it somewhere where you can grab it at your leisure. If you prefer copying the files yourself, you can recursively retrieve a copy of /pub/FreeBSD/doc/en_US.ISO8859-1 from one of the FTP mirrors. - Giorgos