summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorBryce Harrington <bryce@bryceharrington.org>2016-01-17 09:11:13 +0000
committerbryce <bryce@bryceharrington.org>2016-01-17 09:11:13 +0000
commit74febfd6edc51c20197e87f590b793a361cb90ea (patch)
tree6408f8bb3444d0158197ce637af959cef1fd7022 /man
parentman: Further formatting tweaks (diff)
downloadinkscape-74febfd6edc51c20197e87f590b793a361cb90ea.tar.gz
inkscape-74febfd6edc51c20197e87f590b793a361cb90ea.zip
man: PODify inkview's man page
(bzr r14600)
Diffstat (limited to 'man')
-rw-r--r--man/inkview.pod.in74
1 files changed, 74 insertions, 0 deletions
diff --git a/man/inkview.pod.in b/man/inkview.pod.in
new file mode 100644
index 000000000..d3df4d66e
--- /dev/null
+++ b/man/inkview.pod.in
@@ -0,0 +1,74 @@
+=encoding UTF-8
+
+=head1 NAME
+
+Inkview - an SVG slideshow program.
+
+=head1 SYNOPSIS
+
+C<inkview [options] [filename ...]>
+
+=head1 DESCRIPTION
+
+B<Inkview> is a slideshow program which uses SVG files. One or more B<FILES>
+may be specified on the command-line and the slideshow will consist of the
+files supplied on the command line in the given order.
+
+=head1 KEYBINDINGS
+
+ Left or Page Up: show previous slide
+ Right, Page Down, or space bar: show next slide
+ Up: go to first slide
+ Down: go to last slide
+ Escape, q or Q: quit
+ F11: go to fullscreen mode/revert back to window mode
+ Return: pop up window with slide buttons (first, prev, next, last)
+
+=head1 EXAMPLES
+
+
+You can use the command
+
+ inkview ${SHARE_INSTALL}/share/inkscape/examples/*.svg*
+
+to browse through the examples included in the inkscape package.
+
+=head1 OPTIONS
+
+There are no options yet.
+
+=head1 TODO
+
+ add a default SVG for when a document does not load.
+ add a usage/help command line switch
+
+=head1 SEE ALSO
+
+L<inkscape(1)> and the inkview related part of the inkscape wiki:
+
+L<http://wiki.inkscape.org/wiki/index.php/Inkview>
+
+L<http://www.inkscape.org/>
+
+=head1 AUTHORS
+
+Johan Ceuppens
+
+This codebase owes its existence to a large number of contributors
+throughout its various incarnations. See inkscape(1) for more
+information.
+
+This man-page was written by Wolfram Quester
+E<lt>wolfi@mittelerde.physik.uni\-konstanz.deE<gt>, and converted to POD
+format by Bryce Harrington E<lt>bryce@bryceharrington.orgE<gt>.
+
+=head1 COPYRIGHT AND LICENSE
+
+B<Copyright (C)> 1999-2016 by Authors.
+
+B<Inkscape> is free software; you can redistribute it and/or modify it
+under the terms of the GPL version 2 or later.
+
+
+=for comment
+$Date$