summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cbde38f)
raw | patch | inline | side by side (parent: cbde38f)
author | bryce <bryce@users.sourceforge.net> | |
Wed, 26 Jul 2006 17:04:06 +0000 (17:04 +0000) | ||
committer | bryce <bryce@users.sourceforge.net> | |
Wed, 26 Jul 2006 17:04:06 +0000 (17:04 +0000) |
share/extensions/outline2svg.pl | patch | blob | history |
index 6ad65071a911e84818ac23c14e1b884daf92e265..1c1daf0c34f303300d272f58816449d5f510014a 100755 (executable)
# This is a script to render a plain text outline file into SVG.
#
# Copyright (C) 2006 Bryce Harrington. Available for use under the GPL.
-
+#
+# Usage: outline2svg.pl <presentation.outline> [ --master=template.svg ]
+#
use strict;
use Getopt::Long;
use Pod::Usage;