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

« back to all changes in this revision

Viewing changes to debian/tuxguitar.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Philippe Coval
  • Date: 2008-06-19 00:30:30 UTC
  • mfrom: (1.1.1 upstream) (2.1.3 hardy)
  • Revision ID: james.westby@ubuntu.com-20080619003030-agens2gvd5m4dacu
New upstream release (Closes: #481728) also (LP: #176979, #212207)

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
 
  <refsect1>
68
 
    <title>DESCRIPTION</title>
69
 
 
70
 
    <para>
71
 
      <command>&dhpackage;</command> supports guitar pro format and exports to pdf and midi.</para>
72
 
 
73
 
    <para>This manual page was written for the &debian; distribution
74
 
      because the original program does not have a manual page.
75
 
</para>
76
 
 
77
 
 
78
 
  </refsect1>
79
 
 
80
 
   <refsect1>
81
 
    <title>AUTHOR</title>
82
 
 
83
 
    <para>This manual page was written by &dhusername; &dhemail; for
84
 
      the &debian; system (but may be used by others).  Permission is
85
 
      granted to copy, distribute and/or modify this document under
86
 
      the terms of the &gnu; General Public License, Version 2 any 
87
 
          later version published by the Free Software Foundation.
88
 
    </para>
89
 
        <para>
90
 
          On Debian systems, the complete text of the GNU General Public
91
 
          License can be found in /usr/share/common-licenses/GPL.
92
 
        </para>
93
 
<para>
94
 
Homepage:
95
 
http://www.herac.com.ar/soluciones/tuxguitar.htm
96
 
</para>
97
 
  </refsect1>
98
 
</refentry>
99