Use sonames.
[jelmer/ptabtools.git] / ptb2xml.1
1 .TH ptb2xml 1 "4 May 2004"
2 .SH NAME
3 ptb2xml \- PowerTab file to XML file converter
4 .SH SYNOPSIS
5 .PP
6 .B ptb2xml 
7 [-d]
8 [-o \fIoutput-file\fP]
9 \fIpowertab-file.ptb\fP
10 .RI
11 .SH DESCRIPTION
12 \fBptb2xml\fP is a program that takes a file generated by the PowerTab 
13 Tablature editor and generates an xml file containing the same data.
14
15 .PP
16 .SH OPTIONS
17 .PP
18 .IP "--help"
19 Show all available options.
20 .IP "-d"
21 Run in debug mode. This will generate a lot of output to stderr.
22 .IP "-f"
23 Don't format output (e.g. put everything on one line).
24 .IP "-m"
25 Generate MusicXML output.
26 .IP "-o \fIoutput-file\fP"
27 Filename of the XML file that should be generated. If this is not 
28 specified, the XML output will be written to a file named after the input 
29 file with the extension replaced with ".xml".
30 Specify "-" to write to stdout.
31 .SH "SEE ALSO"
32 .BR http://jelmer.vernstok.nl/
33 .PP
34 .BR http://www.power-tab.net/
35
36 .SH BUGS
37 .PP
38 Please report any bugs to Jelmer Vernooij at \fBjelmer@samba.org\fP.
39 .SH LICENSE
40 This program is free software; you can redistribute it and/or modify
41 it under the terms of the GNU General Public License as published by
42 the Free Software Foundation; either version 2 of the License, or
43 (at your option) any later version.
44 .PP
45 This program is distributed in the hope that it will be useful, but
46 \fBWITHOUT ANY WARRANTY\fR; without even the implied warranty of
47 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
48 General Public License for more details.
49 .PP
50 You should have received a copy of the GNU General Public License 
51 along with this program; if not, write to the Free Software
52 Foundation, Inc., 59 Temple PLace, Suite 330, Boston, MA  02111-1307  USA
53 .SH AUTHOR
54 .BR
55  Jelmer Vernooij <jelmer@samba.org>