From 74febfd6edc51c20197e87f590b793a361cb90ea Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Sun, 17 Jan 2016 01:11:13 -0800 Subject: man: PODify inkview's man page (bzr r14600) --- CMakeLists.txt | 3 ++- man/inkview.pod.in | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 76 insertions(+), 1 deletion(-) create mode 100644 man/inkview.pod.in diff --git a/CMakeLists.txt b/CMakeLists.txt index 8706ba24a..aa372021e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -162,7 +162,8 @@ foreach(podfile man/inkscape.fr.pod man/inkscape.ja.pod man/inkscape.sk.pod - man/inkscape.zh_TW.pod) + man/inkscape.zh_TW.pod + man/inkview.pod) set(POD_IN ${CMAKE_CURRENT_SOURCE_DIR}/${podfile}.in) set(POD_OUT ${CMAKE_CURRENT_BINARY_DIR}/${podfile}) configure_file(${POD_IN} ${POD_OUT}) 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 + +=head1 DESCRIPTION + +B is a slideshow program which uses SVG files. One or more B +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 and the inkview related part of the inkscape wiki: + +L + +L + +=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 +Ewolfi@mittelerde.physik.uni\-konstanz.deE, and converted to POD +format by Bryce Harrington Ebryce@bryceharrington.orgE. + +=head1 COPYRIGHT AND LICENSE + +B 1999-2016 by Authors. + +B is free software; you can redistribute it and/or modify it +under the terms of the GPL version 2 or later. + + +=for comment +$Date$ -- cgit v1.2.3