~inkscape.dev/inkscape/trunk

1 by mental
moving trunk for module inkscape
1
.TH inkview 1 "December 28, 2004" INKSCAPE "Inkscape\-0.40"
2
.SH NAME
3
inkview - slideshow program which uses SVG files
4
5
.SH SYNOPSIS
6
.B inkview
7
[\fIFILES\fR] ... [\fIsomewhere/*.svg\fR] ...
8
9
.SH DESCRIPTION
10
Inkview is a slideshow program which uses SVG files. One or more \fIFILES\fR
11
may be specified on the command-line and the slideshow will consist of the
12
files supplied on the command line in the given order.
13
14
.SH KEYBINDINGS
15
 Left or Page Up: show previous slide
16
 Right, Page Down, or space bar: show next slide
17
 Up: go to first slide
18
 Down: go to last slide
19
 Escape, q or Q: quit
20
 F11: go to fullscreen mode/revert back to window mode
21
 Return: pop up window with slide buttons (first, prev, next, last)
22
23
.SH EXAMPLES
24
You can use the command
25
.B inkview @prefix@/share/inkscape/examples/*.svg*
26
.\" Actually ${datadir}/inkscape/..., but config.status won't fully
27
.\" expand that.  We could use the makefile to do substitutions instead
28
.\" of using config.status if we want to correct this.
29
to browse through the examples included in the inkscape package.
30
31
.SH OPTIONS
32
There are no options yet.
33
34
.SH TODO
35
 add a default SVG for when a document does not load.
36
 add a usage/help command line switch
37
38
.SH "SEE ALSO"
39
.BR inkscape(1)
40
and the inkview related part of the inkscape wiki:
2427 by buliabyak
fix 1666532
41
.I http://www.inkscape.org/wiki/index.php/Inkview
1 by mental
moving trunk for module inkscape
42
43
.I http://www.inkscape.org/
44
45
.SH AUTHORS
46
47
Johan Ceuppens
48
49
This codebase owes its existence to a large number of contributors
50
throughout its various incarnations.  See inkscape(1) for more information.
51
52
This man-page was written by Wolfram Quester <wolfi@mittelerde.physik.uni\-konstanz.de>