~ubuntu-branches/ubuntu/trusty/freeguide/trusty

« back to all changes in this revision

Viewing changes to xmltv/doc/man/tv_find_grabbers.txt

  • Committer: Bazaar Package Importer
  • Author(s): Shaun Jackman
  • Date: 2007-09-11 16:52:59 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070911165259-4r32oke21i1ezbmv
Tags: 0.10.5-1
* New upstream release.
* Update the watch file.
* Change Debian policy to version 3.7.2.2. No changes necessary.
* Add ant-optional to build dependencies. Closes: #441762.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
NAME
2
 
    tv_find_grabbers - Find all xmltv-grabbers that are installed on the
3
 
    system.
4
 
 
5
 
SYNOPSIS
6
 
    tv_find_grabbers --help
7
 
 
8
 
    tv_find_grabbers [-I <dir>] [capability] ...
9
 
 
10
 
DESCRIPTION
11
 
    tv_find_grabbers searches the PATH for XMLTV-grabbers and returns a list
12
 
    of all grabbers that it finds. The list contains one entry per line in
13
 
    the format
14
 
 
15
 
    /usr/bin/tv_grab_dk|Denmark
16
 
 
17
 
    i.e. the name of the executable and the region that it serves separated
18
 
    by a vertical bar.
19
 
 
20
 
OPTIONS
21
 
    -I <dir> Include a directory in the search for grabbers. May be used
22
 
    multiple times. The default is to search the PATH.
23
 
 
24
 
AUTHOR
25
 
    Mattias Holmlund, mattias -at- holmlund -dot- se.
26
 
 
27
 
COPYRIGHT
28
 
    Copyright (C) 2005 Mattias Holmlund.
29
 
 
30
 
    This program is free software; you can redistribute it and/or modify it
31
 
    under the terms of the GNU General Public License as published by the
32
 
    Free Software Foundation; either version 2 of the License, or (at your
33
 
    option) any later version.
34
 
 
35
 
    This program is distributed in the hope that it will be useful, but
36
 
    WITHOUT ANY WARRANTY; without even the implied warranty of
37
 
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
38
 
    Public License for more details.
39
 
 
40
 
    You should have received a copy of the GNU General Public License along
41
 
    with this program; if not, write to the Free Software Foundation, Inc.,
42
 
    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
43
 
 
 
1
NAME
 
2
    tv_find_grabbers - Find all xmltv-grabbers that are installed on the
 
3
    system.
 
4
 
 
5
SYNOPSIS
 
6
    tv_find_grabbers --help
 
7
 
 
8
    tv_find_grabbers [-I <dir>] [capability] ...
 
9
 
 
10
DESCRIPTION
 
11
    tv_find_grabbers searches the PATH for XMLTV-grabbers and returns a list
 
12
    of all grabbers that it finds. The list contains one entry per line in
 
13
    the format
 
14
 
 
15
    /usr/bin/tv_grab_dk|Denmark
 
16
 
 
17
    i.e. the name of the executable and the region that it serves separated
 
18
    by a vertical bar.
 
19
 
 
20
OPTIONS
 
21
    -I <dir> Include a directory in the search for grabbers. May be used
 
22
    multiple times. The default is to search the PATH.
 
23
 
 
24
AUTHOR
 
25
    Mattias Holmlund, mattias -at- holmlund -dot- se.
 
26
 
 
27
COPYRIGHT
 
28
    Copyright (C) 2005 Mattias Holmlund.
 
29
 
 
30
    This program is free software; you can redistribute it and/or modify it
 
31
    under the terms of the GNU General Public License as published by the
 
32
    Free Software Foundation; either version 2 of the License, or (at your
 
33
    option) any later version.
 
34
 
 
35
    This program is distributed in the hope that it will be useful, but
 
36
    WITHOUT ANY WARRANTY; without even the implied warranty of
 
37
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
 
38
    Public License for more details.
 
39
 
 
40
    You should have received a copy of the GNU General Public License along
 
41
    with this program; if not, write to the Free Software Foundation, Inc.,
 
42
    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
43