File: dailystrips.1

package info (click to toggle)
dailystrips 1.0.28-4.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 372 kB
  • ctags: 18
  • sloc: perl: 1,471; makefile: 46; sh: 6
file content (158 lines) | stat: -rw-r--r-- 5,181 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
.\"                                      Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH DAILYSTRIPS 1 "June 25, 2004"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh        disable hyphenation
.\" .hy        enable hyphenation
.\" .ad l      left justify
.\" .ad b      justify to both left and right margins
.\" .nf        disable filling
.\" .fi        enable filling
.\" .br        insert line break
.\" .sp <n>    insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
dailystrips \- view web comic strips more conveniently
.SH SYNOPSIS
.B dailystrips
.RI [ options ] " stripname" ...
.SH DESCRIPTION
This manual page documents briefly the
.B dailystrips
command.
This manual page was written for the Debian GNU/Linux distribution
because the original program does not have a manual page.
.PP
\fBdailystrips\fP is a Perl script that gathers online comic strips for more
convenient viewing.  When in normal mode, it creates an HTML page that
references the strips directly, and when in local mode, it also downloads
the images to your local disk.  In local mode, it is intended to be run from
cron, and for your own private use only \-\- redistribution of the images
may be illegal.
.SH COMIC STRIP DEFINITIONS
There are three files from which the definitions for comic strips can be
read (aside from that specified with the \-\-defs option, which is read
right after the one in /usr/share/dailystrips).  The shipped definition file
is in /usr/share/dailystrips/strips.def and is read first.  Next,
dailystrips reads the system-wide override file in /etc/dailystrips.defs
(unless \-\-nosystem is specified), which can hold an updated definition
file permitting up to date or locally-specific definitions without having to
upgrade the whole package.  Finally, the user's own override file in
~/.dailystrips.defs is read (unless \-\-nopersonal is used).  The last
definition read has precedence.  Updated strip definitions can be downloaded
at <http://dailystrips.sourceforge.net/download.html>.
.SH OPTIONS
These programs follow the usual GNU command line syntax, with long
options starting with two dashes (`-').
A summary of options is included below.
For a complete description, see the README file in
/usr/share/doc/dailystrips/.
.TP
.B \-h, \-\-help
Show summary of options
.TP
.B \-q, \-\-quiet
Turn off progress messages
.TP
.B \-\-verbose
Turns on extra progress information, overrides \-q
.TP
.B \-\-list
List available strips
.TP
.B \-\-random
Download a random strip
.TP
.B \-\-defs FILE
Use alternate strips definition file
.TP
.B \-\-nopersonal
Ignore ~/.dailystrips.defs
.TP
.B \-\-nosystem
Ignore system-wide definitions in /etc/dailystrips.defs
.TP
.B \-\-output FILE
Output HTML to FILE instead of STDOUT (does not apply to local mode)
.TP
.B \-\-lite
Output a reduced HTML page
.TP
.B \-\-stripnav
Add links for navigation within the page
.TP
.B \-\-titles STRING
Customize HTML output
.TP
.B \-l, \-\-local
Output HTML to file and save strips locally
.TP
.B \-\-noindex
Disable symlinking current page to index.html (local mode only)
.TP
.B \-a, \-\-archive
Generate archive.html as a list of all days (local mode only)
.TP
.B \-d, \-\-dailydir
Create a separate directory for each day's images (local mode only)
.TP
.B \-\-stripdir
Create a separate directory for each strip's images (local mode only)
.TP
.B \-s, \-\-save
If it appears that a particular strip has been downloaded, does not attempt
to re-download it (local mode only)
.TP
.B \-\-nostale
If a new strip is not available, displays an error in the HTML output
instead of showing the old image
.TP
.B \-\-nosymlinks
Do not use symlinks for day-to-day duplicates
.TP
.B \-\-date DATE
Use value DATE instead of local time (DATE is parsed by Date::Parse
function, not available on Win32)
.TP
.B \-\-avantgo
Format images for viewing with Avantgo on PDAs
.TP
.B \-\-basedir DIR
Work in specified directory instead of current directory (program will look
here for strip definitions, previous HTML files, etc. and save new files
here)
.TP
.B \-\-proxy host:port
Use specified HTTP proxy server (overrides environment proxy, if set)
.TP
.B \-\-proxyauth user:pass
Set username and password for proxy server
.TP
.B \-\-noenvproxy
Ignore the http_proxy environment variable, if set
.TP
.B \-\-nospaces
Remove spaces from image filenames (local mode only)
.TP
.B \-\-useragent "STRING"
Set User-Agent: header to STRING (default is none)
.TP
.B \-\-retries NUM
When downloading items, retry NUM times instead of default 3 times
.TP
.B \-\-clean NUM
Keep only the latest NUM days of files; remove all older files
.TP
.B \-v, \-\-version
Print version number
.SH SEE ALSO
README, README.DEFS.gz (to add strips to the database), and README.LOCAL
(for more details about 'local' operation) in /usr/share/doc/dailystrips/.
.SH AUTHOR
This manual page was written by Rene Weber
<rene_debmaint@public.e-mail.elvenlord.com>, for the Debian GNU/Linux system
(but may be used by others).