diff --git a/doc/dosage.1 b/doc/dosage.1 index 6dfa2cb6b..adc82bc07 100644 --- a/doc/dosage.1 +++ b/doc/dosage.1 @@ -145,11 +145,11 @@ for example using up to 4 processes: .RE .SH ENVIRONMENT .IP HTTP_PROXY -.B mainline +.B dosage will use the specified HTTP proxy when downloading URL contents. .SH NOTES Should retrieval fail on any given strip -.B mainline +.B dosage will attempt to retry. However the retry information is only outputted in the .B second @@ -172,11 +172,7 @@ Else the return value is zero. Users can report or view bugs, patches or feature suggestions at .I https://github.com/wummel/dosage/issues .SH AUTHORS -Jonathan Jacobs -.br -Tristan Seligmann -.br -Bastian Kleineidam +Jonathan Jacobs, Tristan Seligmann, Bastian Kleineidam .SH COPYRIGHT Copyright \(co 2004-2005 Tristan Seligmann and Jonathan Jacobs .br diff --git a/doc/dosage.1.html b/doc/dosage.1.html index 810cb82c7..58b329f53 100644 --- a/doc/dosage.1.html +++ b/doc/dosage.1.html @@ -77,6 +77,15 @@ Writes out an RSS feed detailing what strips were downloaded in the last 24 hours. The feed can be found in Comics/dailydose.xml. +

+ +

+json - + +Write a JSON file with all download infos (URLs, images). Can be used with +other scripts, eg. order-symlinks.py to add symbolic links. +
+ This option can be given multiple times.
-t, --timestamps
@@ -181,7 +190,7 @@ the beginning.

-On Unix, xargs(1) can download several comic strips in parallel, +On Unix, xargs(1) can download several comic strips in parallel, for example using up to 4 processes:

cd Comics && find . -type d | xargs -n1 -P4 dosage -b . -v @@ -193,7 +202,7 @@ for example using up to 4 processes:
HTTP_PROXY
-mainline +dosage will use the specified HTTP proxy when downloading URL contents.
@@ -201,7 +210,7 @@ will use the specified HTTP proxy when downloading URL contents.

NOTES

Should retrieval fail on any given strip -mainline +dosage will attempt to retry. However the retry information is only outputted in the @@ -238,13 +247,7 @@ Users can report or view bugs, patches or feature suggestions at  

AUTHORS

-Jonathan Jacobs <korpse@slipgate.za.net> -
- -Tristan Seligmann <mithrandi@slipgate.za.net> -
- -Bastian Kleineidam <bastian.kleineidam@web.de> +Jonathan Jacobs, Tristan Seligmann, Bastian Kleineidam <bastian.kleineidam@web.de>  

COPYRIGHT

diff --git a/doc/dosage.1.html.diff b/doc/dosage.1.html.diff index cd81b6561..be9d2bf10 100644 --- a/doc/dosage.1.html.diff +++ b/doc/dosage.1.html.diff @@ -1,7 +1,5 @@ -diff --git i/doc/dosage.1.html w/doc/dosage.1.html -index e4f07f0..b8110eb 100644 ---- i/doc/dosage.1.html -+++ w/doc/dosage.1.html +--- dosage.1.html.orig 2013-03-26 19:02:14.690504207 +0100 ++++ dosage.1.html 2013-03-26 19:04:24.808185171 +0100 @@ -4,7 +4,7 @@

DOSAGE

@@ -11,7 +9,16 @@ index e4f07f0..b8110eb 100644  

NAME

-@@ -269,7 +269,7 @@ Copyright © 2012-2013 Bastian Kleineidam +@@ -190,7 +190,7 @@ + +

+ +-On Unix, xargs(1) can download several comic strips in parallel, ++On Unix, xargs(1) can download several comic strips in parallel, + for example using up to 4 processes: +

+ cd Comics && find . -type d | xargs -n1 -P4 dosage -b . -v +@@ -282,7 +282,7 @@

This document was created by diff --git a/doc/dosage.txt b/doc/dosage.txt index f4d056695..c52fade90 100644 --- a/doc/dosage.txt +++ b/doc/dosage.txt @@ -61,6 +61,10 @@ OPTIONS rss - Writes out an RSS feed detailing what strips were downloaded in the last 24 hours. The feed can be found in Comics/dailydose.xml. + + json - Write a JSON file with all download infos (URLs, + images). Can be used with other scripts, eg. order-sym‐ + links.py to add symbolic links. This option can be given multiple times. -t, --timestamps @@ -126,13 +130,13 @@ EXAMPLES ENVIRONMENT HTTP_PROXY - mainline will use the specified HTTP proxy when down‐ - loading URL contents. + dosage will use the specified HTTP proxy when download‐ + ing URL contents. NOTES - Should retrieval fail on any given strip mainline will attempt - to retry. However the retry information is only outputted in - the second and successive output levels. + Should retrieval fail on any given strip dosage will attempt to + retry. However the retry information is only outputted in the + second and successive output levels. At the time of writing, a complete Dosage collection weighs in at around 3.0GB. @@ -153,9 +157,8 @@ BUGS at https://github.com/wummel/dosage/issues AUTHORS - Jonathan Jacobs - Tristan Seligmann - Bastian Kleineidam + Jonathan Jacobs, Tristan Seligmann, Bastian Kleineidam COPYRIGHT Copyright © 2004-2005 Tristan Seligmann and Jonathan Jacobs