1SSINDEX(1) GNOME SSINDEX(1)
2
3
4
6 ssindex - generate index data for spreadsheet files
7
8
10 ssindex [OPTIONS] [FILES]
11
12
14 This manual page briefly documents the ssindex command.
15
16 ssindex is a command line utility to generate index data for various
17 spreadsheet file formats. It is primarily used by the Beagle indexing
18 sub-system and search aggregator.
19
20
22 This program follows the usual GNU command line syntax, with single
23 letter options starting with a single dash (`-') and longer options
24 starting with two dashes (`--').
25
26
27 Main options
28 -E, --import-encoding=ENCODING
29 Specify an encoding for imported content
30
31 -i, --index
32 Index the given files
33
34 -m, --list-mime-types
35 List the MIME types which ssindex is able to read
36
37
38 Help options
39 -v, --version
40 Display ssindex's version
41
42 -?, --help
43 Display the supported options
44
45 --usage
46 Display a brief usage message
47
48
49 Path options
50 -L, --lib-dir=STRING
51 Set the root library directory
52
53 -D, --data-dir=STRING
54 Adjust the root data directory
55
56
57
59 ssindex is licensed under the terms of the General Public License
60 (GPL), version 2. For information on this license look at the source
61 code that came with the software or see the GNU project page
62 ⟨http://www.gnu.org⟩ at http://www.gnu.org/.
63
64
66 The copyright on ssindex and the gnumeric software and source code is
67 held by the individual authors as is documented in the source code.
68
69
71 ssindex's primary author is Jody Goldberg <jody@gnome.org>; ssindex
72 builds on the gnumeric codebase.
73
74 The initial version of this manpage was written by J.H.M. Dassen (Ray)
75 <jdassen@debian.org>.
76
77
79 beagled(1), gnumeric(1)
80
81 The Gnumeric Homepage ⟨http://www.gnome.org/projects/gnumeric/⟩ at
82 http://www.gnome.org/projects/gnumeric/
83
84 The GNOME project page ⟨http://www.gnome.org/⟩ at
85 http://www.gnome.org/
86
87
88
89gnumeric August 18, 2005 SSINDEX(1)