More win32 fixes
[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 "-m"
23 Generate MusicXML output.
24 .IP "-o \fIoutput-file\fP"
25 Filename of the XML file that should be generated. If this is not 
26 specified, the XML output will be written to a file named after the input 
27 file with the extension replaced with ".xml".
28 Specify "-" to write to stdout.
29 .SH "SEE ALSO"
30 .BR http://jelmer.vernstok.nl/
31 .PP
32 .BR http://www.power-tab.net/
33
34 .SH BUGS
35 .PP
36 Please report any bugs to Jelmer Vernooij at \fBjelmer@samba.org\fP.
37 .SH LICENSE
38 This program is free software; you can redistribute it and/or modify
39 it under the terms of the GNU General Public License as published by
40 the Free Software Foundation; either version 2 of the License, or
41 (at your option) any later version.
42 .PP
43 This program is distributed in the hope that it will be useful, but
44 \fBWITHOUT ANY WARRANTY\fR; without even the implied warranty of
45 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
46 General Public License for more details.
47 .PP
48 You should have received a copy of the GNU General Public License 
49 along with this program; if not, write to the Free Software
50 Foundation, Inc., 59 Temple PLace, Suite 330, Boston, MA  02111-1307  USA
51 .SH AUTHOR
52 .BR
53  Jelmer Vernooij <jelmer@samba.org>