| 1 |
.\" hey, Emacs: -*- nroff -*- |
|---|
| 2 |
.\" cherokee is free software; you can redistribute it and/or modify |
|---|
| 3 |
.\" it under the terms of the GNU General Public License as published by |
|---|
| 4 |
.\" the Free Software Foundation version 2 of the License. |
|---|
| 5 |
.\" |
|---|
| 6 |
.\" This program is distributed in the hope that it will be useful, |
|---|
| 7 |
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 8 |
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 9 |
.\" GNU General Public License for more details. |
|---|
| 10 |
.\" |
|---|
| 11 |
.\" You should have received a copy of the GNU General Public License |
|---|
| 12 |
.\" along with this program; see the file COPYING. If not, write to |
|---|
| 13 |
.\" the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
|---|
| 14 |
.\" |
|---|
| 15 |
.TH Cget 1 "March 31, 2008" |
|---|
| 16 |
.\" Please update the above date whenever this man page is modified. |
|---|
| 17 |
.\" |
|---|
| 18 |
.\" Some roff macros, for reference: |
|---|
| 19 |
.\" .nh disable hyphenation |
|---|
| 20 |
.\" .hy enable hyphenation |
|---|
| 21 |
.\" .ad l left justify |
|---|
| 22 |
.\" .ad b justify to both left and right margins (default) |
|---|
| 23 |
.\" .nf disable filling |
|---|
| 24 |
.\" .fi enable filling |
|---|
| 25 |
.\" .br insert line break |
|---|
| 26 |
.\" .sp <n> insert n+1 empty lines |
|---|
| 27 |
.\" for manpage-specific macros, see man(7) |
|---|
| 28 |
.SH NAME |
|---|
| 29 |
cget \- Cherokee web downloader |
|---|
| 30 |
.SH SYNOPSIS |
|---|
| 31 |
.B cget [options] URL |
|---|
| 32 |
.SH DESCRIPTION |
|---|
| 33 |
\fBcget\fP is a web downloading tool |
|---|
| 34 |
.\" .PP |
|---|
| 35 |
.\" It also... |
|---|
| 36 |
.SH OPTIONS |
|---|
| 37 |
No option is mandatory. By default the web is downloaded but it is not saved. |
|---|
| 38 |
If that is not the desired behavior it must be specified explicitly. |
|---|
| 39 |
Below is a summary of the |
|---|
| 40 |
.B cget |
|---|
| 41 |
options. |
|---|
| 42 |
.PP |
|---|
| 43 |
Startup: |
|---|
| 44 |
.TP |
|---|
| 45 |
.B -V, --version |
|---|
| 46 |
Display version of currently installed cget and exit. |
|---|
| 47 |
.TP |
|---|
| 48 |
.B -h, --help |
|---|
| 49 |
Display help screen with common options. |
|---|
| 50 |
.TP |
|---|
| 51 |
.B |
|---|
| 52 |
Logging and input file: |
|---|
| 53 |
.TP |
|---|
| 54 |
.B -q, --quiet |
|---|
| 55 |
Run in quiet mode: no output is displayed. |
|---|
| 56 |
.PP |
|---|
| 57 |
Download: |
|---|
| 58 |
.TP |
|---|
| 59 |
.B -O, --output-document=FILE |
|---|
| 60 |
Writes whatever document is downloaded to FILE |
|---|
| 61 |
.PP |
|---|
| 62 |
HTTP options: |
|---|
| 63 |
.TP |
|---|
| 64 |
.B -s, --save-headers |
|---|
| 65 |
This option saves HTTP headers to the file being saved (specified with -O option) |
|---|
| 66 |
.TP |
|---|
| 67 |
.B --header=STRING |
|---|
| 68 |
this option inserts STRING among the headers sent in the HTTP request. |
|---|
| 69 |
.SH EXAMPLE |
|---|
| 70 |
cget http://www.cherokee-project.com/ |
|---|
| 71 |
.SH BUGS |
|---|
| 72 |
.SS Bug reports |
|---|
| 73 |
I would appreciate hearing of any problems you have with Cherokee. I |
|---|
| 74 |
would also like to hear from you if you have successfully used Cherokee, |
|---|
| 75 |
especially if you are using it for a distribution. |
|---|
| 76 |
.PP |
|---|
| 77 |
There is a mailing list for discussion among Cherokee users and for |
|---|
| 78 |
announcements of new and test versions. To join, send a message to |
|---|
| 79 |
cherokee-admin@alobbs.com with the line: |
|---|
| 80 |
.PP |
|---|
| 81 |
.B subscribe cherokee |
|---|
| 82 |
.PP |
|---|
| 83 |
in the body of the message. The submission address is cherokee@alobbs.com. |
|---|
| 84 |
.\" .SH "SEE ALSO" |
|---|
| 85 |
.SH AUTHOR |
|---|
| 86 |
Alvaro Lopez Ortega <alvaro@alobbs.com>. Manual page updated by Taher Shihadeh <taher@unixwars.com>. |
|---|