File: zapping_remote.xml

package info (click to toggle)
zapping 0.10~cvs6-9
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 10,956 kB
  • ctags: 13,278
  • sloc: ansic: 111,145; asm: 11,770; sh: 9,816; xml: 2,742; makefile: 1,255; perl: 488
file content (125 lines) | stat: -rw-r--r-- 3,322 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<?xml version="1.0"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
  <!ENTITY app "<application>Zapping</application>">
  <!ENTITY cmd "<command>zapping_remote</command>">
  <!ENTITY version "0.10">
]>
<refentry id="zapping_remote">
  <refmeta>
    <refentrytitle>zapping_remote</refentrytitle>
    <manvolnum>1</manvolnum>
  </refmeta>

  <refnamediv>
    <refname>zapping_remote</refname>
    <refpurpose>sends commands to a running instance of &app;</refpurpose>
  </refnamediv>

  <refsynopsisdiv>
    <cmdsynopsis>
      &cmd;
      <arg>-h</arg>
      <arg>-d <replaceable>NAME</replaceable></arg>
      <arg>-i <replaceable>ID</replaceable></arg>
      <arg>-v</arg>
      <arg>-x</arg>
      <arg>command</arg>
    </cmdsynopsis>
  </refsynopsisdiv>

  <refsect1 id="description">
    <title>Description</title>

    <para>&cmd; is a small program to send Python commands to a
    running instance of &app;. See the &app; documentation for a
    list of commands.</para>
    <para>When the -x option is given &cmd; can also send Xawtv
    commands, see the <citerefentry>
	<refentrytitle>xawtv-remote</refentrytitle>
	<manvolnum>1</manvolnum>
      </citerefentry> manual page for details. &app; also responds to
    <command>xawtv-remote</command>. This manual page refers to &cmd;
    version &version;.</para>
  </refsect1>

  <refsect1 id="options">
    <title>Options</title>

    <variablelist>

      <varlistentry>
	<term><option>-h</option></term>
	<listitem>
	  <para>Prints usage information on stdout, then terminates
	  the program.</para>
	</listitem>
      </varlistentry>

      <varlistentry>
	<term><option>-d <replaceable>NAME</replaceable></option></term>
	<listitem>
	  <para>The X display to use.</para>
	</listitem>
      </varlistentry>

      <varlistentry>
	<term><option>-i <replaceable>ID</replaceable></option></term>
	<listitem>
	  <para>The ID of the &app; or Xawtv main window.  When
	  omitted &cmd; tries to find it automatically.</para>
	</listitem>
      </varlistentry>

      <varlistentry>
	<term><option>-v <replaceable>NUMBER</replaceable></option></term>
	<listitem>
	  <para>Debug level, default 0.</para>
	</listitem>
      </varlistentry>

      <varlistentry>
	<term><option>-x</option></term>
	<listitem>
	  <para>Switches to a <command>xawtv-remote</command>
	  compatible mode, sending Xawtv instead of Python commands.</para>
	</listitem>
      </varlistentry>

    </variablelist>
  </refsect1>

  <refsect1 id="bugs">
    <title>Bugs</title>

    <para>None known.</para>
  </refsect1>

  <refsect1 id="see-also">
    <title>See also</title>

    <para><citerefentry>
	<refentrytitle>zapping</refentrytitle>
        <manvolnum>1</manvolnum>
      </citerefentry>, <citerefentry>
	<refentrytitle>zapping_setup_fb</refentrytitle>
        <manvolnum>1</manvolnum>
      </citerefentry></para>
  </refsect1>

  <refsect1 id="authors">
    <title>Authors</title>
    <para>&app; was written by Iñaki García Etxebarria, Michael
    H. Schimek (mschimek@users.sourceforge.net) and many
    contributors.</para>
    <para>This manual page was written by Michael H. Schimek.</para>
  </refsect1>

</refentry>
<!--
Local Variables:
mode: sgml
coding: utf-8
indent-tabs-mode: nil
End:
 -->