]> Sergey Matveev's repositories - feeder.git/blob - doc/usage/download.texi
Sectioned usage
[feeder.git] / doc / usage / download.texi
1 @node Download
2 @section Download
3
4 Download your feed data with:
5
6 @example
7 $ cmd/download.sh feeds/blog.stargrave.org_russian_feed.atom
8 $ ./feeds-download.zsh # to invoke parallel downloading of everything
9 @end example
10
11 It uses @command{curl}, that is aware of @code{If-Modified-Since} and
12 @code{ETag} headers, compressed content encodings and HTTP redirections.
13 If you want to see verbose output, then set @env{FEEDER_CURL_VERBOSE=1}.