summaryrefslogtreecommitdiffstats
path: root/inkview.1.in
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2006-01-16 02:36:01 +0000
committermental <mental@users.sourceforge.net>2006-01-16 02:36:01 +0000
commit179fa413b047bede6e32109e2ce82437c5fb8d34 (patch)
treea5a6ac2c1708bd02288fbd8edb2ff500ff2e0916 /inkview.1.in
downloadinkscape-179fa413b047bede6e32109e2ce82437c5fb8d34.tar.gz
inkscape-179fa413b047bede6e32109e2ce82437c5fb8d34.zip
moving trunk for module inkscape
(bzr r1)
Diffstat (limited to 'inkview.1.in')
-rw-r--r--inkview.1.in52
1 files changed, 52 insertions, 0 deletions
diff --git a/inkview.1.in b/inkview.1.in
new file mode 100644
index 000000000..b51f4c9c4
--- /dev/null
+++ b/inkview.1.in
@@ -0,0 +1,52 @@
+.TH inkview 1 "December 28, 2004" INKSCAPE "Inkscape\-0.40"
+.SH NAME
+inkview - slideshow program which uses SVG files
+
+.SH SYNOPSIS
+.B inkview
+[\fIFILES\fR] ... [\fIsomewhere/*.svg\fR] ...
+
+.SH DESCRIPTION
+Inkview is a slideshow program which uses SVG files. One or more \fIFILES\fR
+may be specified on the command-line and the slideshow will consist of the
+files supplied on the command line in the given order.
+
+.SH 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)
+
+.SH EXAMPLES
+You can use the command
+.B inkview @prefix@/share/inkscape/examples/*.svg*
+.\" Actually ${datadir}/inkscape/..., but config.status won't fully
+.\" expand that. We could use the makefile to do substitutions instead
+.\" of using config.status if we want to correct this.
+to browse through the examples included in the inkscape package.
+
+.SH OPTIONS
+There are no options yet.
+
+.SH TODO
+ add a default SVG for when a document does not load.
+ add a usage/help command line switch
+
+.SH "SEE ALSO"
+.BR inkscape(1)
+and the inkview related part of the inkscape wiki:
+.I http://www.inkscape.org/cgi\-bin/wiki.pl?Inkview
+
+.I http://www.inkscape.org/
+
+.SH 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 <wolfi@mittelerde.physik.uni\-konstanz.de>