Initial build environment.
[techtalk-pse.git] / techtalk-pse
1 #!/usr/bin/perl -w
2 # -*- perl -*-
3 # Tech Talk PSE
4 # Copyright (C) 2010 Red Hat Inc.
5 #
6 # This program is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 2 of the License, or
9 # (at your option) any later version.
10 #
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 # GNU General Public License for more details.
15 #
16 # You should have received a copy of the GNU General Public License
17 # along with this program; if not, write to the Free Software
18 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19
20 use warnings;
21 use strict;
22
23 =encoding utf8
24
25 =head1 NAME
26
27 techtalk-pse - superior technical demonstration software
28
29 =head1 SYNOPSIS
30
31  cd /path/to/presentation/
32  techtalk-pse
33
34  techtalk-pse /path/to/presentation/
35
36  techtalk-pse /path/to/talk.zip
37
38  techtalk-pse /path/to/talk.tar.gz
39
40 =head1 DESCRIPTION
41
42
43
44 =head1 OPTIONS
45
46
47 =cut
48
49
50
51
52
53 1;
54
55 =head1 SEE ALSO
56
57 The Cognitive Style of PowerPoint, Tufte, Edward R.
58
59 =head1 AUTHOR
60
61 Richard W.M. Jones L<http://people.redhat.com/~rjones/>
62
63 =head1 COPYRIGHT
64
65 Copyright (C) 2010 Red Hat Inc.
66
67 This program is free software; you can redistribute it and/or modify
68 it under the terms of the GNU General Public License as published by
69 the Free Software Foundation; either version 2 of the License, or
70 (at your option) any later version.
71
72 This program is distributed in the hope that it will be useful,
73 but WITHOUT ANY WARRANTY; without even the implied warranty of
74 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
75 GNU General Public License for more details.
76
77 You should have received a copy of the GNU General Public License
78 along with this program; if not, write to the Free Software
79 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.