1opml2snow(1) General Commands Manual opml2snow(1)
2
3
4
6 opml2snow - snownews OPML subsription file import/export utility
7
8
10 opml2snow [options] file.opml ...
11
12
14 This manual page documents briefly the opml2snow command. This manual
15 page was written for the Debian distribution because the original pro‐
16 gram does not have a manual page.
17
18
19 opml2snow is a PERL script that will convert an OPML (Outline Processor
20 Markup Language) list of RSS subscriptions to the snownews format or
21 export snownews' internal subscription format to an OPML file. It
22 accepts input either on stdin, or as a list of files on the com‐
23 mand-line. By default it will print to stdout, but if you want to
24 append the output to your subsription list instead, redirect the output
25 with >> ~/.snownews/url
26
27
29 -h, --help
30 Show a few brief usage examples.
31
32 --export [urls file]
33 Export snownews' subscription list to an OPML file. It reads
34 from ~/.snownews/urls by default if you don't pass an optional
35 file location.
36
37
39 snownews(1).
40
41 The OPML spec, available online at: <http://opml.scripting.com/spec>
42
43
45 This manual page was written by Joe Nahmias <jello@debian.org>, for the
46 Debian project (but may be used by others).
47
48
49
50 October 22, 2004 opml2snow(1)