1ZIM(1) User Contributed Perl Documentation ZIM(1)
2
3
4
6 zim - A desktop wiki and outliner
7
9 zim [OPTIONS] [NOTEBOOK [PAGE]]
10
12 Zim is a desktop wiki writtin in perl using Gtk2.
13
14 Try to execute "zim --doc" to view the user manual.
15
17 --doc
18 Open the zim documentation.
19
20 --export OPTIONS
21 Export pages to another format. OPTIONS should at least contain
22 'dir' and 'format', and optionally 'template', and 'media'.
23
24 Example:
25
26 zim --export dir=./html,format=html ./Wiki
27
28 This will export all pages in the notebook dir "./Wiki" to a dir
29 "./html" using the html format.
30
31 -p, --profile NAME
32 Open using a certain profile. For example use "-p reader" to open a
33 notebook read-only.
34
35 --type NAME
36 Give the type for a new notebook.
37
38 --pidfile FILE
39 Write the process id of to FILE.
40
41 --geometry WxH[+X+Y]
42 Set the size of the main window to WxH pixels and position the win‐
43 dow at X,Y.
44
45 --iconify
46 Start zim iconified. If the TrayIcon plugin is enabled this option
47 will start zim in the system tray.
48
49 --quiet
50 Do not print any information to the terminal.
51
52 -V, --verbose
53 Print more verbose information to the terminal.
54
55 -D, --debug
56 Print developer information to the terminal.
57
58 -v, --version
59 Print version and copyright information and quit.
60
62 Jaap Karssenberg <pardus@cpan.org>
63
64 Copyright (c) 2005, 2007 Jaap G Karssenberg. All rights reserved. This
65 program is free software; you can redistribute it and/or modify it
66 under the same terms as Perl.
67
68 This program is distributed in the hope that it will be useful, but
69 WITHOUT ANY WARRANTY; without even the implied warranty of MER-
70 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See either the GNU
71 General Public License or the Artistic License for more details.
72
74 Zim(3)
75
76
77
78perl v5.8.8 2007-12-27 ZIM(1)