is there a complete "FreeBSD 9.X/10.X installation guide" download?

2014-04-20 Thread wipedrivepro wipedrivepro
eg in .doc or .pdf format of
https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/bsdinstall.html#bsdinstall-synopsis

it's hard to download it one by one

tnx...
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: is there a complete "FreeBSD 9.X/10.X installation guide" download?

2014-04-20 Thread Doug Hardie

On 20 April 2014, at 22:40, wipedrivepro wipedrivepro  
wrote:

> eg in .doc or .pdf format of
> https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/bsdinstall.html#bsdinstall-synopsis
> 
> it's hard to download it one by one
> 
> tnx…

in html format:

On the handbook page, there is a link right above the Table of Contents:  Click 
on Single HTML.  It gives you the entire manual as one web page.  Save in 
whatever format you find convenient.


___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: is there a complete "FreeBSD 9.X/10.X installation guide" download?

2014-04-20 Thread Polytropon
On Mon, 21 Apr 2014 13:40:02 +0800, wipedrivepro wipedrivepro wrote:
> eg in .doc or .pdf format of
> https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/bsdinstall.html#bsdinstall-synopsis
> 
> it's hard to download it one by one

You can download the full HTML version (in opposite to the
split HTML version you've refered to) from this source:

https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/book.html

This will contain the full handbook.

Additional idea:

Open this page in your web browser and press ^P. Redirect the
output to a file (usually a .ps file). Then use ps2pdf to make
a PDF file from it, and then use pdftk to extract the chapters
you want to have (use a PDF viewer such as xpdf or gv to find
the page numbers representing that range).

Probably you can also use the misc/freebsd-doc port to generate
the PS or PDF output you want. If you already have it installed,
you'll find The FreeBSD Handbook here:

/usr/local/share/doc/freebsd/en_US.ISO8859-1/books/handbook

The files book.html and book.txt can be found in this directory.



Note that FreeBSD does not publish free and open documentation
in proprietary formats such as "DOC" because using such a format
would be a bad idea as it limits usability and portability of
information.



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"