~ubuntu-branches/ubuntu/raring/dradio/raring

« back to all changes in this revision

Viewing changes to doc/dradio-config.1

  • Committer: Bazaar Package Importer
  • Author(s): Alejandro Garrido Mota
  • Date: 2009-09-07 15:07:31 UTC
  • Revision ID: james.westby@ubuntu.com-20090907150731-f01n065es6l27y9z
Tags: upstream-3.3
ImportĀ upstreamĀ versionĀ 3.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" DRadio - a Danmarks Radio netradio player.
 
2
.\"
 
3
.\" Copyright (C) 2009  Jess Thrysoee
 
4
.\"
 
5
.\" This program is free software: you can redistribute it and/or modify
 
6
.\" it under the terms of the GNU General Public License as published by
 
7
.\" the Free Software Foundation, either version 3 of the License, or
 
8
.\" (at your option) any later version.
 
9
.\"
 
10
.\" This program is distributed in the hope that it will be useful,
 
11
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
13
.\" GNU General Public License for more details.
 
14
.\"
 
15
.\" You should have received a copy of the GNU General Public License
 
16
.\" along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
17
.\"
 
18
.TH DRADIO-CONFIG 1 "AUGUST 2009" DRadio "DRadio Manuals"
 
19
.SH NAME
 
20
dradio-config \- generate dradio configuration
 
21
.SH SYNOPSIS
 
22
.B dradio-config [--rss]
 
23
.SH DESCRIPTION
 
24
.B dradio-config
 
25
is a script to help keep the dradio menu list configuration 
 
26
.I ~/.config/dradio/menu.xml
 
27
up-to-date.
 
28
It relies on curl, tidy, and xsltproc to screen scrape
 
29
the DR streams and podcasts pages, and outputs the resulting XML on stdout.
 
30
 
 
31
Invoke it as, e.g.
 
32
.nf
 
33
.sp
 
34
      dradio-config > radio.xml
 
35
.sp
 
36
.fi
 
37
 
 
38
.nf
 
39
.sp
 
40
      dradio-config --rss > podcast.xml
 
41
.sp
 
42
.fi
 
43
.SH FILES
 
44
.I ~/.config/dradio/menu.xml
 
45
.RS
 
46
The menu configuration file. See
 
47
.BR dradio (5)
 
48
for further details.
 
49
.RE
 
50
.I http://www.dr.dk/netradio/wmp.asp
 
51
.RS
 
52
DR netradio direct links page.
 
53
.RE
 
54
.I http://www.dr.dk/Podcast
 
55
.RS
 
56
DR podcast direct links page.
 
57
.SH AUTHOR
 
58
Jess Thrysoee <jess@thrysoee.dk>
 
59
.SH "SEE ALSO"
 
60
.BR dradio (5),
 
61
.BR dradio (1),
 
62
.BR curl (1)
 
63
.BR tidy (1)
 
64
.BR xsltproc (1)
 
65