~ubuntu-branches/ubuntu/oneiric/tuxguitar/oneiric

« back to all changes in this revision

Viewing changes to misc/tuxguitar.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Philippe Coval
  • Date: 2008-06-19 00:30:30 UTC
  • mto: (5.1.2 sid)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20080619003030-h719szrhsngou7c6
Tags: upstream-1.0
ImportĀ upstreamĀ versionĀ 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
 
2
 
 
3
<!-- Process this file with docbook-to-man to generate an nroff manual
 
4
     page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
 
5
     the manual page with: `docbook-to-man manpage.sgml | nroff -man |
 
6
     less'.  A typical entry in a Makefile or Makefile.am is:
 
7
 
 
8
manpage.1: manpage.sgml
 
9
        docbook-to-man $< > $@
 
10
 
 
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
 
 
19
  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
 
20
  <!ENTITY dhfirstname "<firstname>Philippe</firstname>">
 
21
  <!ENTITY dhsurname   "<surname>Coval</surname>">
 
22
  <!-- Please adjust the date whenever revising the manpage. -->
 
23
  <!ENTITY dhdate      "<date>July 12, 2006</date>">
 
24
  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
 
25
       allowed: see man(7), man(1). -->
 
26
  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
 
27
  <!ENTITY dhemail     "<email>rzr@users.sf.net</email>">
 
28
  <!ENTITY dhusername  "Philippe Coval">
 
29
  <!ENTITY dhucpackage "<refentrytitle>TUXGUITAR</refentrytitle>">
 
30
  <!ENTITY dhpackage   "tuxguitar">
 
31
 
 
32
  <!ENTITY debian      "<productname>Debian</productname>">
 
33
  <!ENTITY gnu         "<acronym>GNU</acronym>">
 
34
  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
 
35
]>
 
36
 
 
37
 
 
38
 
 
39
 
 
40
 
 
41
<refentry>
 
42
  <refentryinfo>
 
43
    <address>
 
44
      &dhemail;
 
45
    </address>
 
46
    <author>
 
47
      &dhfirstname;
 
48
      &dhsurname;
 
49
    </author>
 
50
    <copyright>
 
51
      <year>2003</year>
 
52
      <holder>&dhusername;</holder>
 
53
    </copyright>
 
54
    &dhdate;
 
55
  </refentryinfo>
 
56
  <refmeta>
 
57
    &dhucpackage;
 
58
 
 
59
    &dhsection;
 
60
  </refmeta>
 
61
  <refnamediv>
 
62
    <refname>&dhpackage;</refname>
 
63
 
 
64
    <refpurpose>program to do edit and playback guitar tablature</refpurpose>
 
65
  </refnamediv>
 
66
 
 
67
  <refsynopsisdiv>
 
68
    <cmdsynopsis>
 
69
 <command>&dhpackage;</command> 
 
70
 
 
71
 
 
72
 <arg>
 
73
 <option>-h</option> | <option>--help</option>
 
74
 </arg>
 
75
 
 
76
 <arg>
 
77
 <option>-v</option> | <option>--version</option>
 
78
 </arg>
 
79
 
 
80
 <arg>
 
81
 <option>-i</option> | <option>--system-info</option>
 
82
 </arg>
 
83
 
 
84
 <arg>
 
85
 <option>-D<replaceable>name</replaceable>=<replaceable>value</replaceable></option>
 
86
 </arg>
 
87
 
 
88
 <arg>
 
89
  <replaceable>SONG.tg</replaceable>
 
90
 </arg>
 
91
 
 
92
</cmdsynopsis>
 
93
</refsynopsisdiv>
 
94
 
 
95
 
 
96
 
 
97
 
 
98
 
 
99
  <refsect1>
 
100
    <title>DESCRIPTION</title>
 
101
 
 
102
    <para>
 
103
&dhpackage; supports guitar pro format and exports to pdf and midi.
 
104
</para>
 
105
 
 
106
    <para>This manual page was written for the &debian; distribution
 
107
      because the original program does not have a manual page.
 
108
</para>
 
109
 
 
110
 
 
111
  </refsect1>
 
112
 
 
113
<refsect1>
 
114
<title>WWW</title>
 
115
 
 
116
<para>
 
117
http://www.tuxguitar.com.ar
 
118
</para>
 
119
</refsect1>
 
120
 
 
121
   <refsect1>
 
122
    <title>AUTHOR</title>
 
123
 
 
124
    <para>This manual page was written by &dhusername; &dhemail; for
 
125
      the &debian; system (but may be used by others).  Permission is
 
126
      granted to copy, distribute and/or modify this document under
 
127
      the terms of the &gnu; General Public License, Version 2 any 
 
128
          later version published by the Free Software Foundation.
 
129
    </para>
 
130
        <para>
 
131
          On Debian systems, the complete text of the GNU General Public
 
132
          License can be found in /usr/share/common-licenses/GPL.
 
133
        </para>
 
134
  </refsect1>
 
135
</refentry>
 
136