]> Sergey Matveev's repositories - feeder.git/blobdiff - doc/usage/download.texi
Sectioned usage
[feeder.git] / doc / usage / download.texi
diff --git a/doc/usage/download.texi b/doc/usage/download.texi
new file mode 100644 (file)
index 0000000..e7cae31
--- /dev/null
@@ -0,0 +1,13 @@
+@node Download
+@section Download
+
+Download your feed data with:
+
+@example
+$ cmd/download.sh feeds/blog.stargrave.org_russian_feed.atom
+$ ./feeds-download.zsh # to invoke parallel downloading of everything
+@end example
+
+It uses @command{curl}, that is aware of @code{If-Modified-Since} and
+@code{ETag} headers, compressed content encodings and HTTP redirections.
+If you want to see verbose output, then set @env{FEEDER_CURL_VERBOSE=1}.