~ubuntu-branches/ubuntu/lucid/livemix/lucid

« back to all changes in this revision

Viewing changes to debian/livemix.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Stephane Brunner (Stéphane)
  • Date: 2007-12-22 13:41:31 UTC
  • Revision ID: james.westby@ubuntu.com-20071222134131-b0hgm799p4iatlxk
Tags: 0.49~rc2-0ubuntu1
Initial release (LP: #138621)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="iso8859-1"?>
 
2
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
 
3
 
 
4
<!-- Process this file with docbook-to-man to generate an nroff manual
 
5
     page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
 
6
     the manual page with: `docbook-to-man manpage.sgml | nroff -man |
 
7
     less'.  A typical entry in a Makefile or Makefile.am is:
 
8
 
 
9
manpage.1: manpage.sgml
 
10
        docbook-to-man $< > $@
 
11
 
 
12
        The docbook-to-man binary is found in the docbook-to-man package.
 
13
        Please remember that if you create the nroff version in one of the
 
14
        debian/rules file targets (such as build), you will need to include
 
15
        docbook-to-man in your Build-Depends control field.
 
16
  -->
 
17
 
 
18
  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
 
19
  <!ENTITY dhfirstname "<firstname>Stphane</firstname>">
 
20
  <!ENTITY dhsurname   "<surname>Brunner</surname>">
 
21
  <!-- Please adjust the date whenever revising the manpage. -->
 
22
  <!ENTITY dhdate      "<date>septembre 4, 2007</date>">
 
23
  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
 
24
       allowed: see man(7), man(1). -->
 
25
  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
 
26
  <!ENTITY dhemail     "<email>stephane.brunner@gmail.com</email>">
 
27
  <!ENTITY dhusername  "Stphane Brunner">
 
28
  <!ENTITY dhucpackage "<refentrytitle>LIVEMIX</refentrytitle>">
 
29
  <!ENTITY dhpackage   "livemix">
 
30
 
 
31
  <!ENTITY debian      "<productname>Debian or Ubuntu</productname>">
 
32
  <!ENTITY gnu         "<acronym>GNU</acronym>">
 
33
  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
 
34
]>
 
35
 
 
36
<refentry>
 
37
  <refentryinfo>
 
38
    <address>
 
39
      &dhemail;
 
40
    </address>
 
41
    <author>
 
42
      &dhfirstname;
 
43
      &dhsurname;
 
44
    </author>
 
45
    <copyright>
 
46
      <year>2003</year>
 
47
      <holder>&dhusername;</holder>
 
48
    </copyright>
 
49
    &dhdate;
 
50
  </refentryinfo>
 
51
  <refmeta>
 
52
    &dhucpackage;
 
53
 
 
54
    &dhsection;
 
55
  </refmeta>
 
56
  <refnamediv>
 
57
    <refname>&dhpackage;</refname>
 
58
    <refpurpose>live mixer table</refpurpose>
 
59
  </refnamediv>
 
60
  <refsynopsisdiv>
 
61
    <cmdsynopsis>
 
62
      <command>&dhpackage;</command>
 
63
      <arg><option><replaceable> options </replaceable></option></arg>
 
64
    </cmdsynopsis>
 
65
  </refsynopsisdiv>
 
66
  <refsect1>
 
67
    <title>DESCRIPTION</title>
 
68
    <para><command>&dhpackage;</command> is a mixer table designed for live performances based on Jack and LADSPA.</para>
 
69
  </refsect1>
 
70
  <refsect1>
 
71
    <title>OPTIONS</title>
 
72
    <variablelist>
 
73
      <varlistentry>
 
74
        <term><option>file</option></term>
 
75
        <listitem>
 
76
          <para>Optional file containing a mixer table configuration.</para>
 
77
        </listitem>
 
78
        <term><option>--verbose</option></term>
 
79
        <listitem>
 
80
          <para>To add some console messages.</para>
 
81
        </listitem>
 
82
      </varlistentry>
 
83
    </variablelist>
 
84
  </refsect1>
 
85
  <refsect1>
 
86
    <title>EXAMPLE</title>
 
87
    <para><command>&dhpackage;</command> /usr/share/livemix/sample/default.lm</para>
 
88
  </refsect1>
 
89
  <refsect1>
 
90
    <title>AUTHOR</title>
 
91
    <para>This manual page was written by &dhusername; &dhemail; for
 
92
      the &debian; system (but may be used by others).  Permission is
 
93
      granted to copy, distribute and/or modify this document under
 
94
      the terms of the &gnu; General Public License, Version 2.
 
95
    </para>
 
96
        <para>
 
97
          On Debian systems, the complete text of the GNU General Public
 
98
          License can be found in /usr/share/common-licenses/GPL-2.
 
99
        </para>
 
100
  </refsect1>
 
101
</refentry>
 
102
 
 
103
<!-- Keep this comment at the end of the file
 
104
Local variables:
 
105
mode: sgml
 
106
sgml-omittag:t
 
107
sgml-shorttag:t
 
108
sgml-minimize-attributes:nil
 
109
sgml-always-quote-attributes:t
 
110
sgml-indent-step:2
 
111
sgml-indent-data:t
 
112
sgml-parent-document:nil
 
113
sgml-default-dtd-file:nil
 
114
sgml-exposed-tags:nil
 
115
sgml-local-catalogs:nil
 
116
sgml-local-ecat-files:nil
 
117
End:
 
118
-->