]> Sergey Matveev's repositories - feeder.git/blobdiff - doc/storage.texi
Trivial style fixes
[feeder.git] / doc / storage.texi
index e01525438b6e756c4d49a08202ffd05954f2aa28..ff051b1bdb87a50659c539702c1a40be86fdfd26 100644 (file)
@@ -2,7 +2,7 @@
 @unnumbered Storage
 
 Each feed is kept in separate subdirectory in the @file{feeds/}. Its
-name is not important, but human readable is preferable choice. It
+name is not important, but human readable is preferable choice. It
 contains:
 
 @table @file
@@ -11,6 +11,10 @@ contains:
 File with the URL of the feed. This is the only file you have to
 manually deal with.
 
+@item max
+If may contain maximal number of messages per current feed to keep and
+process.
+
 @item etag, hdr, out
 Those files are used by @command{curl} to keep the content, its proper
 @code{mtime} (for @code{If-Modified-Since} header generation),
@@ -31,4 +35,8 @@ Automatically generated file with the title of the feed.
 Directories necessary for making the directory Maildir mailbox. They
 contain parsed news posts.
 
+@item encs/, warcs/
+Optionally created directories for storing of downloaded
+@ref{Enclosures, enclosures} and @ref{WARCs}.
+
 @end table