]> Sergey Matveev's repositories - feeder.git/blob - doc/usage/feedsdir.texi
Sectioned usage
[feeder.git] / doc / usage / feedsdir.texi
1 @node FeedsDir
2 @section Feeds directory
3
4 Create feeds state directories under @file{feeds/}. You can do it
5 manually:
6
7 @example
8 $ mkdir -p feeds/my_first_feed/@{cur,new,tmp@}
9 $ echo http://example.com/feed.atom > feeds/my_first_feed/url
10 @end example
11
12 Or you can convert Newsboat @file{urls} file (containing many lines with
13 URLs) with @command{urls2feeds.zsh} to subdirectories hierarchy:
14
15 @example
16 $ ./urls2feeds.zsh < ~/.newsboat/urls
17 $ cat feeds/blog.stargrave.org_russian_feed.atom/url
18 http://blog.stargrave.org/russian/feed.atom
19 @end example
20
21 @command{urls2feeds.zsh} won't touch already existing directories and will
22 warn if any of them disappears from @file{urls}.