1Canto-fetch(1) Canto-fetch Canto-fetch(1)
2
3
4
6 Canto-fetch - A quiet feed fetcher.
7
9 Canto-fetch is designed to be run through a cron job, every minute.
10 Every time it's run, it checks the timestamp on each index file and
11 updates the feed, if necessary. The format it produces is a simple
12 UTF-8 encoded, NULL delimited text file on disk, readable by the canto
13 client.
14
15
17 Canto-fetch is meant to be used through a cron, adding this line to
18 your crontab will cause canto-fetch to poll every minute.
19
20 * * * * * canto-fetch
21
22 Alternatively, if you're unable/uncomfortable using cron, canto-fetch
23 has a background daemon mode so you can invoke it in your X session
24 scripts. Just use
25
26 canto-fetch -b
27
28
30 These options correspond to options to the canto client.
31
32
33 -h / --help
34 Print usage and quit.
35
36
37 -v / --version
38 Print version and quit.
39
40
41 -V / --verbose
42 Output status while updating.
43
44
45 -d / --daemon
46 Continue to check for updates every minute. Mostly for debugging
47 with -V, users probably want -b to background.
48
49
50 -b / --background
51 Detach from the terminal (implies -d)
52
53
54 -f / --force
55 Force updates on all feeds, ignoring timestamps.
56
57
58 -C / --conf [PATH]
59 Set path to configuration file (default: ~/.canto/conf)
60
61
62 -F / --fdir [PATH]
63 Set path to feed directory (default: ~/.canto/feeds/)
64
65
66 -L / --log [PATH]
67 Set path to log (default: ~/.canto/fetchlog)
68
69
70 -S / --sdir [PATH]
71 Set the path to execurl scripts (default ~/.canto/scripts/)
72
73
75 ~/.canto/fetchlog
76 Canto-fetch log file.
77
78
79 ~/.canto/feeds/
80 This is the directory where canto-fetch records stories.
81
82
84 None known, but it's not outside of the realm of possibility =P.
85
86
88 http://codezen.org/canto
89
90
92 Jack Miller <jack@codezen.org>
93
94
95
96Version 0.7.4 17 August 2009 Canto-fetch(1)