gsf 3.0.9-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Rakefile +55 -0
- data/lib/gsf.rb +53 -0
- data/lib/gsf/input.rb +26 -0
- data/lib/gsf/loader.rb +57 -0
- data/test/gsf-test-utils.rb +22 -0
- data/test/run-test.rb +46 -0
- data/test/test-input-stdio.rb +25 -0
- data/vendor/local/bin/gsf-office-thumbnailer.exe +0 -0
- data/vendor/local/bin/gsf-vba-dump.exe +0 -0
- data/vendor/local/bin/gsf.exe +0 -0
- data/vendor/local/bin/libgsf-1-114.dll +0 -0
- data/vendor/local/bin/libgsf-win32-1-114.dll +0 -0
- data/vendor/local/include/libgsf-1/gsf-win32/gsf-input-win32.h +41 -0
- data/vendor/local/include/libgsf-1/gsf-win32/gsf-output-win32.h +41 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-blob.h +39 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-clip-data.h +72 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-doc-meta-data.h +66 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-docprop-vector.h +47 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-fwd.h +121 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-impl-utils.h +156 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-impl.h +50 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-msole.h +45 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-msvba.h +49 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-stdio.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-tar.h +40 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-zip.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile.h +46 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-bzip.h +34 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-gio.h +44 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-gzip.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-http.h +45 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-impl.h +68 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-iochannel.h +35 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-memory.h +46 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-proxy.h +46 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-stdio.h +48 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-textline.h +46 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input.h +69 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-libxml.h +225 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-meta-names.h +482 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-msole-utils.h +70 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-open-pkg-utils.h +95 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-opendoc-utils.h +162 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile-impl.h +46 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile-msole.h +47 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile-stdio.h +49 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile-zip.h +61 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile.h +49 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-bzip.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-csv.h +84 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-gio.h +44 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-gzip.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-iconv.h +47 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-impl.h +37 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-iochannel.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-memory.h +44 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-stdio.h +52 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output.h +99 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-shared-memory.h +51 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-structured-blob.h +45 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-timestamp.h +70 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-utils.h +340 -0
- data/vendor/local/include/libgsf-1/gsf/gsf.h +98 -0
- data/vendor/local/lib/libgsf-1.a +0 -0
- data/vendor/local/lib/libgsf-1.dll.a +0 -0
- data/vendor/local/lib/libgsf-1.la +41 -0
- data/vendor/local/lib/libgsf-win32-1.a +0 -0
- data/vendor/local/lib/libgsf-win32-1.dll.a +0 -0
- data/vendor/local/lib/libgsf-win32-1.la +41 -0
- data/vendor/local/lib/pkgconfig/libgsf-1.pc +11 -0
- data/vendor/local/lib/pkgconfig/libgsf-win32-1.pc +11 -0
- data/vendor/local/share/gtk-doc/html/gsf/annotation-glossary.html +56 -0
- data/vendor/local/share/gtk-doc/html/gsf/api.html +107 -0
- data/vendor/local/share/gtk-doc/html/gsf/dependencies.html +109 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Compression.html +369 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-GIO.html +307 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-GIOChannel.html +119 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Infile-reading-structed-files.html +397 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Input-from-unstructured-files.html +887 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-MS-OLE2.html +894 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-OASIS-Open-Document.html +398 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Outfile-writing-structed-files.html +237 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Output-to-unstructured-files.html +830 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Reading-and-Writing-from-local-files-and-directories.html +593 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Text.html +523 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-XML-and-libxml.html +2032 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Zip.html +338 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-blobs.html +56 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-clip-data.html +444 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-index.html +875 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-memory.html +332 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-metadata.html +1762 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-users.html +73 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-utils.html +2503 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf.devhelp2 +440 -0
- data/vendor/local/share/gtk-doc/html/gsf/history.html +45 -0
- data/vendor/local/share/gtk-doc/html/gsf/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/index.html +98 -0
- data/vendor/local/share/gtk-doc/html/gsf/index.sgml +572 -0
- data/vendor/local/share/gtk-doc/html/gsf/intro.html +39 -0
- data/vendor/local/share/gtk-doc/html/gsf/io.html +38 -0
- data/vendor/local/share/gtk-doc/html/gsf/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/misc.html +33 -0
- data/vendor/local/share/gtk-doc/html/gsf/parsers.html +59 -0
- data/vendor/local/share/gtk-doc/html/gsf/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/sources.html +50 -0
- data/vendor/local/share/gtk-doc/html/gsf/style.css +461 -0
- data/vendor/local/share/gtk-doc/html/gsf/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/up.png +0 -0
- data/vendor/local/share/license/libgsf/AUTHORS +3 -0
- data/vendor/local/share/license/libgsf/COPYING +340 -0
- data/vendor/local/share/license/libgsf/COPYING.LIB +504 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/man/man1/gsf-office-thumbnailer.1 +71 -0
- data/vendor/local/share/man/man1/gsf-vba-dump.1 +61 -0
- data/vendor/local/share/man/man1/gsf.1 +91 -0
- data/vendor/local/share/thumbnailers/gsf-office.thumbnailer +4 -0
- metadata +235 -0
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,71 @@
|
|
1
|
+
.de URL
|
2
|
+
\\$2 \(laURL: \\$1 \(ra\\$3
|
3
|
+
..
|
4
|
+
.if \n[.g] .mso www.tmac
|
5
|
+
.TH GSF-OFFICE-THUMBNAILER 1 "August 17, 2005" gsf "GNOME"
|
6
|
+
.SH NAME
|
7
|
+
gsf-office-thumbnailer \- office files thumbnailer for the GNOME desktop
|
8
|
+
|
9
|
+
.SH SYNOPSIS
|
10
|
+
\fBgsf-office-thumbnailer\fR [\fIOPTIONS\fR] \fIinfile\fR \fIoutfile\fR
|
11
|
+
|
12
|
+
.SH DESCRIPTION
|
13
|
+
This manual page briefly documents the \fBgsf-office-thumbnailer\fR command.
|
14
|
+
|
15
|
+
\fBgsf-office-thumbnailer\fR is used internally by GNOME applications such
|
16
|
+
as \fBnautilus\fR to generate thumbnails of several types of office
|
17
|
+
application files. While it is possible to invoke it manually, it is usually
|
18
|
+
invoked automatically by \fBnautilus\fR.
|
19
|
+
|
20
|
+
.\".SH "RETURN VALUE"
|
21
|
+
.\".SH "EXIT STATUS"
|
22
|
+
.\".SH "ERROR HANDLING"
|
23
|
+
.\".SH ERRORS
|
24
|
+
.SH OPTIONS
|
25
|
+
This program follows the usual GNU command line syntax, with single
|
26
|
+
letter options starting with a single dash (`-') and longer options
|
27
|
+
starting with two dashes (`--').
|
28
|
+
|
29
|
+
.SS "Main options"
|
30
|
+
.TP
|
31
|
+
.B \-i, \-\-input=\fIfilename\fR
|
32
|
+
Name of file for which to create a thumbnail
|
33
|
+
.TP
|
34
|
+
.B \-o, \-\-output=\fIfilename\fR
|
35
|
+
Name of the file in which to store the thumbnail
|
36
|
+
.TP
|
37
|
+
.B \-s, \-\-size=\fIN\fR
|
38
|
+
Size of thumbnail in pixels; the thumbnail will be at most N*N pixels large.
|
39
|
+
|
40
|
+
.SS "Help options"
|
41
|
+
.TP
|
42
|
+
.B \-?, \-\-help
|
43
|
+
Display a brief usage message
|
44
|
+
|
45
|
+
.\".SH USAGE
|
46
|
+
.\".SH EXAMPLES
|
47
|
+
.\".SH FILES
|
48
|
+
.\".SH ENVIRONMENT
|
49
|
+
.\".SH DIAGNOSTICS
|
50
|
+
.\".SH SECURITY
|
51
|
+
.\".SH CONFORMING TO
|
52
|
+
.\".SH NOTES
|
53
|
+
.\".SH BUGS
|
54
|
+
|
55
|
+
.SH LICENSE
|
56
|
+
|
57
|
+
\fBgsf-office-thumbnailer\fR is licensed under the terms of version 2.1 of
|
58
|
+
the GNU Lesser General Public License (LGPL) as published by the Free
|
59
|
+
Software Foundation. For information on this license look at the source code
|
60
|
+
that came with the software or see the
|
61
|
+
.URL "http://www.gnu.org/" "GNU project page" .
|
62
|
+
|
63
|
+
.SH AUTHOR
|
64
|
+
|
65
|
+
\fBgsf-office-thumbnailer\fR's primary author is Federico Mena-Quintero
|
66
|
+
<federico@novell.com>.
|
67
|
+
|
68
|
+
The initial version of this manpage was written by J.H.M. Dassen (Ray)
|
69
|
+
<jdassen@debian.org>.
|
70
|
+
|
71
|
+
\".SH SEE ALSO
|
@@ -0,0 +1,61 @@
|
|
1
|
+
.de URL
|
2
|
+
\\$2 \(laURL: \\$1 \(ra\\$3
|
3
|
+
..
|
4
|
+
.if \n[.g] .mso www.tmac
|
5
|
+
.TH GSF 1 "March 16, 2008" gsf "GNOME"
|
6
|
+
.SH NAME
|
7
|
+
gsf-vba-dump \- extract Visual Basic for Applications macros
|
8
|
+
|
9
|
+
.SH SYNOPSIS
|
10
|
+
\fBgsf-vba-dump\fR [\fIFILE\fR]...
|
11
|
+
|
12
|
+
.SH DESCRIPTION
|
13
|
+
This manual page briefly documents the \fBgsf-vba-dump\fR command.
|
14
|
+
|
15
|
+
Various Microsoft binary data formats, including Excel (.xls), Word (.doc)
|
16
|
+
and PowerPoint (.ppt) can embed macro code streams. These macro streams are
|
17
|
+
in P-code (intermediate language) compiled from Visual Basic for
|
18
|
+
Applications (VBA).
|
19
|
+
|
20
|
+
The \fBgsf-vba-dump\fR utility extracts these macro streams.
|
21
|
+
|
22
|
+
.\".SH "RETURN VALUE"
|
23
|
+
.\".SH "EXIT STATUS"
|
24
|
+
.\".SH "ERROR HANDLING"
|
25
|
+
.\".SH ERRORS
|
26
|
+
.\".SH OPTIONS
|
27
|
+
.\".SH USAGE
|
28
|
+
.\".SH EXAMPLES
|
29
|
+
.\".SH FILES
|
30
|
+
.\".SH ENVIRONMENT
|
31
|
+
.\".SH DIAGNOSTICS
|
32
|
+
.\".SH SECURITY
|
33
|
+
.\".SH CONFORMING TO
|
34
|
+
.\".SH NOTES
|
35
|
+
.SH BUGS
|
36
|
+
Macro extraction from Powerpoint (.ppt) files has not been implemented yet.
|
37
|
+
|
38
|
+
.SH LICENSE
|
39
|
+
|
40
|
+
\fBgsf-vba-dump\fR is licensed under the terms of version 2.1 of
|
41
|
+
the GNU Lesser General Public License (LGPL) as published by the Free
|
42
|
+
Software Foundation. For information on this license look at the source code
|
43
|
+
that came with the software or see the
|
44
|
+
.URL "http://www.gnu.org" "GNU project page" .
|
45
|
+
|
46
|
+
.SH AUTHORS
|
47
|
+
|
48
|
+
\fBgsf-vba-dump\fR's primary author is Jody Goldberg <jody@gnome.org>.
|
49
|
+
|
50
|
+
The initial version of this manpage was written by J.H.M. Dassen (Ray)
|
51
|
+
<jdassen@debian.org>.
|
52
|
+
|
53
|
+
.SH SEE ALSO
|
54
|
+
\fBgnumeric\fR(1)
|
55
|
+
|
56
|
+
.URL "http://www.gnome.org/projects/gnumeric/" "The Gnumeric homepage" .
|
57
|
+
|
58
|
+
.URL "http://www.gnome.org/" "The GNOME project page" .
|
59
|
+
|
60
|
+
Wikipedia,
|
61
|
+
.URL "http://en.wikipedia.org/wiki/Visual_Basic_for_Applications" "Visual Basic for Applications" .
|
@@ -0,0 +1,91 @@
|
|
1
|
+
.de URL
|
2
|
+
\\$2 \(laURL: \\$1 \(ra\\$3
|
3
|
+
..
|
4
|
+
.if \n[.g] .mso www.tmac
|
5
|
+
.TH GSF 1 "29 November 2009" gsf "GNOME"
|
6
|
+
.SH NAME
|
7
|
+
gsf \- archiving utility using the G Structured File library
|
8
|
+
|
9
|
+
.SH SYNOPSIS
|
10
|
+
\fBgsf\fR [\fIOPTION...\fR] \fISUBCOMMAND\fR \fIARCHIVE...\fR
|
11
|
+
|
12
|
+
.SH DESCRIPTION
|
13
|
+
This manual page briefly documents the \fBgsf\fR command.
|
14
|
+
|
15
|
+
\fBgsf\fR is a simple archive utility, somewhat similar to \fBtar\fR(1). It
|
16
|
+
operates on files following one of the structured file formats understood by
|
17
|
+
the G Structured File library, for example, Microsoft Excel(TM) files.
|
18
|
+
|
19
|
+
.\".SH "RETURN VALUE"
|
20
|
+
.\".SH "EXIT STATUS"
|
21
|
+
.\".SH "ERROR HANDLING"
|
22
|
+
.\".SH ERRORS
|
23
|
+
.SH OPTIONS
|
24
|
+
.SS "Options"
|
25
|
+
.TP
|
26
|
+
.B \-?, \-\-help
|
27
|
+
Show help options
|
28
|
+
.TP
|
29
|
+
.B \-v, \-\-version
|
30
|
+
Display gsf's version
|
31
|
+
|
32
|
+
.SS "Subcommands"
|
33
|
+
.TP
|
34
|
+
.B cat
|
35
|
+
Output one or more files in archive
|
36
|
+
.TP
|
37
|
+
.B dump
|
38
|
+
Dump one or more files in archive as formatted hexadecimal
|
39
|
+
.TP
|
40
|
+
.B help
|
41
|
+
List subcommands
|
42
|
+
.TP
|
43
|
+
.B list
|
44
|
+
List files in archive
|
45
|
+
.TP
|
46
|
+
.B props
|
47
|
+
Archive list of property names
|
48
|
+
|
49
|
+
.\".SH USAGE
|
50
|
+
.SH EXAMPLES
|
51
|
+
To list the content structure of a Microsoft Excel(TM) file \fIarrays.xls\fR:
|
52
|
+
.PP
|
53
|
+
gsf list arrays.xls
|
54
|
+
.PP
|
55
|
+
To dump Workbook, an individual data stream in arrays.xls:
|
56
|
+
.PP
|
57
|
+
gsf dump arrays.xls Workbook
|
58
|
+
.PP
|
59
|
+
.\".SH FILES
|
60
|
+
.\".SH ENVIRONMENT
|
61
|
+
.\".SH DIAGNOSTICS
|
62
|
+
.\".SH SECURITY
|
63
|
+
.\".SH CONFORMING TO
|
64
|
+
.\".SH NOTES
|
65
|
+
.\".SH BUGS
|
66
|
+
|
67
|
+
.\".SH LICENSE
|
68
|
+
.\"
|
69
|
+
.\"\fBgsf-office-thumbnailer\fR is licensed under the terms of version 2.1 of
|
70
|
+
.\"the GNU Lesser General Public License (LGPL) as published by the Free
|
71
|
+
.\"Software Foundation. For information on this license look at the source code
|
72
|
+
.\"that came with the software or see the
|
73
|
+
.\".UR http://www.gnu.org
|
74
|
+
.\"GNU project page
|
75
|
+
.\".UE
|
76
|
+
.\"at http://www.gnu.org/.
|
77
|
+
|
78
|
+
.SH AUTHORS
|
79
|
+
|
80
|
+
\fBgsf\fR's primary authors are Morten Welinder <terra@gnome.org> and Jody
|
81
|
+
Goldberg <jody@gnome.org>.
|
82
|
+
|
83
|
+
The initial version of this manpage was written by J.H.M. Dassen (Ray)
|
84
|
+
<jdassen@debian.org>.
|
85
|
+
|
86
|
+
.SH SEE ALSO
|
87
|
+
\fBgnumeric\fR(1)
|
88
|
+
|
89
|
+
.URL "http://www.gnome.org/projects/gnumeric/" "The Gnumeric homepage"
|
90
|
+
|
91
|
+
.URL "http://www.gnome.org/" "The GNOME project page"
|
@@ -0,0 +1,4 @@
|
|
1
|
+
[Thumbnailer Entry]
|
2
|
+
TryExec=gsf-office-thumbnailer
|
3
|
+
Exec=gsf-office-thumbnailer -i %i -o %o -s %s
|
4
|
+
MimeType=application/msword;application/vnd.ms-excel;application/vnd.ms-powerpoint;application/vnd.oasis.opendocument.chart;application/vnd.oasis.opendocument.formula;application/vnd.oasis.opendocument.graphics;application/vnd.oasis.opendocument.graphics-template;application/vnd.oasis.opendocument.image;application/vnd.oasis.opendocument.presentation;application/vnd.oasis.opendocument.presentation-template;application/vnd.oasis.opendocument.spreadsheet;application/vnd.oasis.opendocument.spreadsheet-template;application/vnd.oasis.opendocument.text;application/vnd.oasis.opendocument.text-master;application/vnd.oasis.opendocument.text-template;application/vnd.openxmlformats-officedocument.presentationml.presentation;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;application/vnd.openxmlformats-officedocument.wordprocessingml.document;application/vnd.sun.xml.calc;application/vnd.sun.xml.calc.template;application/vnd.sun.xml.draw;application/vnd.sun.xml.draw.template;application/vnd.sun.xml.impress;application/vnd.sun.xml.impress.template;application/vnd.sun.xml.math;application/vnd.sun.xml.writer;application/vnd.sun.xml.writer.global;application/vnd.sun.xml.writer.template;
|
metadata
ADDED
@@ -0,0 +1,235 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: gsf
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 3.0.9
|
5
|
+
platform: x86-mingw32
|
6
|
+
authors:
|
7
|
+
- The Ruby-GNOME2 Project Team
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2016-08-12 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: gio2
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - '='
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: 3.0.9
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - '='
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: 3.0.9
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: gobject-introspection
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - '='
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: 3.0.9
|
34
|
+
type: :runtime
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - '='
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: 3.0.9
|
41
|
+
description: Ruby/GSF is a Ruby binding of GSF.
|
42
|
+
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
43
|
+
executables: []
|
44
|
+
extensions: []
|
45
|
+
extra_rdoc_files: []
|
46
|
+
files:
|
47
|
+
- Rakefile
|
48
|
+
- lib/gsf.rb
|
49
|
+
- lib/gsf/input.rb
|
50
|
+
- lib/gsf/loader.rb
|
51
|
+
- test/gsf-test-utils.rb
|
52
|
+
- test/run-test.rb
|
53
|
+
- test/test-input-stdio.rb
|
54
|
+
- vendor/local/bin/gsf-office-thumbnailer.exe
|
55
|
+
- vendor/local/bin/gsf-vba-dump.exe
|
56
|
+
- vendor/local/bin/gsf.exe
|
57
|
+
- vendor/local/bin/libgsf-1-114.dll
|
58
|
+
- vendor/local/bin/libgsf-win32-1-114.dll
|
59
|
+
- vendor/local/include/libgsf-1/gsf-win32/gsf-input-win32.h
|
60
|
+
- vendor/local/include/libgsf-1/gsf-win32/gsf-output-win32.h
|
61
|
+
- vendor/local/include/libgsf-1/gsf/gsf-blob.h
|
62
|
+
- vendor/local/include/libgsf-1/gsf/gsf-clip-data.h
|
63
|
+
- vendor/local/include/libgsf-1/gsf/gsf-doc-meta-data.h
|
64
|
+
- vendor/local/include/libgsf-1/gsf/gsf-docprop-vector.h
|
65
|
+
- vendor/local/include/libgsf-1/gsf/gsf-fwd.h
|
66
|
+
- vendor/local/include/libgsf-1/gsf/gsf-impl-utils.h
|
67
|
+
- vendor/local/include/libgsf-1/gsf/gsf-infile-impl.h
|
68
|
+
- vendor/local/include/libgsf-1/gsf/gsf-infile-msole.h
|
69
|
+
- vendor/local/include/libgsf-1/gsf/gsf-infile-msvba.h
|
70
|
+
- vendor/local/include/libgsf-1/gsf/gsf-infile-stdio.h
|
71
|
+
- vendor/local/include/libgsf-1/gsf/gsf-infile-tar.h
|
72
|
+
- vendor/local/include/libgsf-1/gsf/gsf-infile-zip.h
|
73
|
+
- vendor/local/include/libgsf-1/gsf/gsf-infile.h
|
74
|
+
- vendor/local/include/libgsf-1/gsf/gsf-input-bzip.h
|
75
|
+
- vendor/local/include/libgsf-1/gsf/gsf-input-gio.h
|
76
|
+
- vendor/local/include/libgsf-1/gsf/gsf-input-gzip.h
|
77
|
+
- vendor/local/include/libgsf-1/gsf/gsf-input-http.h
|
78
|
+
- vendor/local/include/libgsf-1/gsf/gsf-input-impl.h
|
79
|
+
- vendor/local/include/libgsf-1/gsf/gsf-input-iochannel.h
|
80
|
+
- vendor/local/include/libgsf-1/gsf/gsf-input-memory.h
|
81
|
+
- vendor/local/include/libgsf-1/gsf/gsf-input-proxy.h
|
82
|
+
- vendor/local/include/libgsf-1/gsf/gsf-input-stdio.h
|
83
|
+
- vendor/local/include/libgsf-1/gsf/gsf-input-textline.h
|
84
|
+
- vendor/local/include/libgsf-1/gsf/gsf-input.h
|
85
|
+
- vendor/local/include/libgsf-1/gsf/gsf-libxml.h
|
86
|
+
- vendor/local/include/libgsf-1/gsf/gsf-meta-names.h
|
87
|
+
- vendor/local/include/libgsf-1/gsf/gsf-msole-utils.h
|
88
|
+
- vendor/local/include/libgsf-1/gsf/gsf-open-pkg-utils.h
|
89
|
+
- vendor/local/include/libgsf-1/gsf/gsf-opendoc-utils.h
|
90
|
+
- vendor/local/include/libgsf-1/gsf/gsf-outfile-impl.h
|
91
|
+
- vendor/local/include/libgsf-1/gsf/gsf-outfile-msole.h
|
92
|
+
- vendor/local/include/libgsf-1/gsf/gsf-outfile-stdio.h
|
93
|
+
- vendor/local/include/libgsf-1/gsf/gsf-outfile-zip.h
|
94
|
+
- vendor/local/include/libgsf-1/gsf/gsf-outfile.h
|
95
|
+
- vendor/local/include/libgsf-1/gsf/gsf-output-bzip.h
|
96
|
+
- vendor/local/include/libgsf-1/gsf/gsf-output-csv.h
|
97
|
+
- vendor/local/include/libgsf-1/gsf/gsf-output-gio.h
|
98
|
+
- vendor/local/include/libgsf-1/gsf/gsf-output-gzip.h
|
99
|
+
- vendor/local/include/libgsf-1/gsf/gsf-output-iconv.h
|
100
|
+
- vendor/local/include/libgsf-1/gsf/gsf-output-impl.h
|
101
|
+
- vendor/local/include/libgsf-1/gsf/gsf-output-iochannel.h
|
102
|
+
- vendor/local/include/libgsf-1/gsf/gsf-output-memory.h
|
103
|
+
- vendor/local/include/libgsf-1/gsf/gsf-output-stdio.h
|
104
|
+
- vendor/local/include/libgsf-1/gsf/gsf-output.h
|
105
|
+
- vendor/local/include/libgsf-1/gsf/gsf-shared-memory.h
|
106
|
+
- vendor/local/include/libgsf-1/gsf/gsf-structured-blob.h
|
107
|
+
- vendor/local/include/libgsf-1/gsf/gsf-timestamp.h
|
108
|
+
- vendor/local/include/libgsf-1/gsf/gsf-utils.h
|
109
|
+
- vendor/local/include/libgsf-1/gsf/gsf.h
|
110
|
+
- vendor/local/lib/libgsf-1.a
|
111
|
+
- vendor/local/lib/libgsf-1.dll.a
|
112
|
+
- vendor/local/lib/libgsf-1.la
|
113
|
+
- vendor/local/lib/libgsf-win32-1.a
|
114
|
+
- vendor/local/lib/libgsf-win32-1.dll.a
|
115
|
+
- vendor/local/lib/libgsf-win32-1.la
|
116
|
+
- vendor/local/lib/pkgconfig/libgsf-1.pc
|
117
|
+
- vendor/local/lib/pkgconfig/libgsf-win32-1.pc
|
118
|
+
- vendor/local/share/gtk-doc/html/gsf/annotation-glossary.html
|
119
|
+
- vendor/local/share/gtk-doc/html/gsf/api.html
|
120
|
+
- vendor/local/share/gtk-doc/html/gsf/dependencies.html
|
121
|
+
- vendor/local/share/gtk-doc/html/gsf/gsf-Compression.html
|
122
|
+
- vendor/local/share/gtk-doc/html/gsf/gsf-GIO.html
|
123
|
+
- vendor/local/share/gtk-doc/html/gsf/gsf-GIOChannel.html
|
124
|
+
- vendor/local/share/gtk-doc/html/gsf/gsf-Infile-reading-structed-files.html
|
125
|
+
- vendor/local/share/gtk-doc/html/gsf/gsf-Input-from-unstructured-files.html
|
126
|
+
- vendor/local/share/gtk-doc/html/gsf/gsf-MS-OLE2.html
|
127
|
+
- vendor/local/share/gtk-doc/html/gsf/gsf-OASIS-Open-Document.html
|
128
|
+
- vendor/local/share/gtk-doc/html/gsf/gsf-Outfile-writing-structed-files.html
|
129
|
+
- vendor/local/share/gtk-doc/html/gsf/gsf-Output-to-unstructured-files.html
|
130
|
+
- vendor/local/share/gtk-doc/html/gsf/gsf-Reading-and-Writing-from-local-files-and-directories.html
|
131
|
+
- vendor/local/share/gtk-doc/html/gsf/gsf-Text.html
|
132
|
+
- vendor/local/share/gtk-doc/html/gsf/gsf-XML-and-libxml.html
|
133
|
+
- vendor/local/share/gtk-doc/html/gsf/gsf-Zip.html
|
134
|
+
- vendor/local/share/gtk-doc/html/gsf/gsf-blobs.html
|
135
|
+
- vendor/local/share/gtk-doc/html/gsf/gsf-clip-data.html
|
136
|
+
- vendor/local/share/gtk-doc/html/gsf/gsf-index.html
|
137
|
+
- vendor/local/share/gtk-doc/html/gsf/gsf-memory.html
|
138
|
+
- vendor/local/share/gtk-doc/html/gsf/gsf-metadata.html
|
139
|
+
- vendor/local/share/gtk-doc/html/gsf/gsf-users.html
|
140
|
+
- vendor/local/share/gtk-doc/html/gsf/gsf-utils.html
|
141
|
+
- vendor/local/share/gtk-doc/html/gsf/gsf.devhelp2
|
142
|
+
- vendor/local/share/gtk-doc/html/gsf/history.html
|
143
|
+
- vendor/local/share/gtk-doc/html/gsf/home.png
|
144
|
+
- vendor/local/share/gtk-doc/html/gsf/index.html
|
145
|
+
- vendor/local/share/gtk-doc/html/gsf/index.sgml
|
146
|
+
- vendor/local/share/gtk-doc/html/gsf/intro.html
|
147
|
+
- vendor/local/share/gtk-doc/html/gsf/io.html
|
148
|
+
- vendor/local/share/gtk-doc/html/gsf/left-insensitive.png
|
149
|
+
- vendor/local/share/gtk-doc/html/gsf/left.png
|
150
|
+
- vendor/local/share/gtk-doc/html/gsf/misc.html
|
151
|
+
- vendor/local/share/gtk-doc/html/gsf/parsers.html
|
152
|
+
- vendor/local/share/gtk-doc/html/gsf/right-insensitive.png
|
153
|
+
- vendor/local/share/gtk-doc/html/gsf/right.png
|
154
|
+
- vendor/local/share/gtk-doc/html/gsf/sources.html
|
155
|
+
- vendor/local/share/gtk-doc/html/gsf/style.css
|
156
|
+
- vendor/local/share/gtk-doc/html/gsf/up-insensitive.png
|
157
|
+
- vendor/local/share/gtk-doc/html/gsf/up.png
|
158
|
+
- vendor/local/share/license/libgsf/AUTHORS
|
159
|
+
- vendor/local/share/license/libgsf/COPYING
|
160
|
+
- vendor/local/share/license/libgsf/COPYING.LIB
|
161
|
+
- vendor/local/share/locale/as/LC_MESSAGES/libgsf.mo
|
162
|
+
- vendor/local/share/locale/bs/LC_MESSAGES/libgsf.mo
|
163
|
+
- vendor/local/share/locale/ca/LC_MESSAGES/libgsf.mo
|
164
|
+
- vendor/local/share/locale/ca@valencia/LC_MESSAGES/libgsf.mo
|
165
|
+
- vendor/local/share/locale/cs/LC_MESSAGES/libgsf.mo
|
166
|
+
- vendor/local/share/locale/da/LC_MESSAGES/libgsf.mo
|
167
|
+
- vendor/local/share/locale/de/LC_MESSAGES/libgsf.mo
|
168
|
+
- vendor/local/share/locale/el/LC_MESSAGES/libgsf.mo
|
169
|
+
- vendor/local/share/locale/en_GB/LC_MESSAGES/libgsf.mo
|
170
|
+
- vendor/local/share/locale/eo/LC_MESSAGES/libgsf.mo
|
171
|
+
- vendor/local/share/locale/es/LC_MESSAGES/libgsf.mo
|
172
|
+
- vendor/local/share/locale/eu/LC_MESSAGES/libgsf.mo
|
173
|
+
- vendor/local/share/locale/fi/LC_MESSAGES/libgsf.mo
|
174
|
+
- vendor/local/share/locale/fr/LC_MESSAGES/libgsf.mo
|
175
|
+
- vendor/local/share/locale/gl/LC_MESSAGES/libgsf.mo
|
176
|
+
- vendor/local/share/locale/he/LC_MESSAGES/libgsf.mo
|
177
|
+
- vendor/local/share/locale/hu/LC_MESSAGES/libgsf.mo
|
178
|
+
- vendor/local/share/locale/id/LC_MESSAGES/libgsf.mo
|
179
|
+
- vendor/local/share/locale/it/LC_MESSAGES/libgsf.mo
|
180
|
+
- vendor/local/share/locale/ja/LC_MESSAGES/libgsf.mo
|
181
|
+
- vendor/local/share/locale/ko/LC_MESSAGES/libgsf.mo
|
182
|
+
- vendor/local/share/locale/lt/LC_MESSAGES/libgsf.mo
|
183
|
+
- vendor/local/share/locale/lv/LC_MESSAGES/libgsf.mo
|
184
|
+
- vendor/local/share/locale/ml/LC_MESSAGES/libgsf.mo
|
185
|
+
- vendor/local/share/locale/nb/LC_MESSAGES/libgsf.mo
|
186
|
+
- vendor/local/share/locale/nn/LC_MESSAGES/libgsf.mo
|
187
|
+
- vendor/local/share/locale/oc/LC_MESSAGES/libgsf.mo
|
188
|
+
- vendor/local/share/locale/pa/LC_MESSAGES/libgsf.mo
|
189
|
+
- vendor/local/share/locale/pl/LC_MESSAGES/libgsf.mo
|
190
|
+
- vendor/local/share/locale/pt/LC_MESSAGES/libgsf.mo
|
191
|
+
- vendor/local/share/locale/pt_BR/LC_MESSAGES/libgsf.mo
|
192
|
+
- vendor/local/share/locale/ro/LC_MESSAGES/libgsf.mo
|
193
|
+
- vendor/local/share/locale/ru/LC_MESSAGES/libgsf.mo
|
194
|
+
- vendor/local/share/locale/sk/LC_MESSAGES/libgsf.mo
|
195
|
+
- vendor/local/share/locale/sl/LC_MESSAGES/libgsf.mo
|
196
|
+
- vendor/local/share/locale/sr/LC_MESSAGES/libgsf.mo
|
197
|
+
- vendor/local/share/locale/sr@latin/LC_MESSAGES/libgsf.mo
|
198
|
+
- vendor/local/share/locale/sv/LC_MESSAGES/libgsf.mo
|
199
|
+
- vendor/local/share/locale/ta/LC_MESSAGES/libgsf.mo
|
200
|
+
- vendor/local/share/locale/tg/LC_MESSAGES/libgsf.mo
|
201
|
+
- vendor/local/share/locale/th/LC_MESSAGES/libgsf.mo
|
202
|
+
- vendor/local/share/locale/tr/LC_MESSAGES/libgsf.mo
|
203
|
+
- vendor/local/share/locale/uk/LC_MESSAGES/libgsf.mo
|
204
|
+
- vendor/local/share/locale/zh_CN/LC_MESSAGES/libgsf.mo
|
205
|
+
- vendor/local/share/locale/zh_HK/LC_MESSAGES/libgsf.mo
|
206
|
+
- vendor/local/share/locale/zh_TW/LC_MESSAGES/libgsf.mo
|
207
|
+
- vendor/local/share/man/man1/gsf-office-thumbnailer.1
|
208
|
+
- vendor/local/share/man/man1/gsf-vba-dump.1
|
209
|
+
- vendor/local/share/man/man1/gsf.1
|
210
|
+
- vendor/local/share/thumbnailers/gsf-office.thumbnailer
|
211
|
+
homepage: http://ruby-gnome2.sourceforge.jp/
|
212
|
+
licenses:
|
213
|
+
- LGPLv2.1+
|
214
|
+
metadata: {}
|
215
|
+
post_install_message:
|
216
|
+
rdoc_options: []
|
217
|
+
require_paths:
|
218
|
+
- lib
|
219
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
220
|
+
requirements:
|
221
|
+
- - ">="
|
222
|
+
- !ruby/object:Gem::Version
|
223
|
+
version: 2.1.0
|
224
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
225
|
+
requirements:
|
226
|
+
- - ">="
|
227
|
+
- !ruby/object:Gem::Version
|
228
|
+
version: '0'
|
229
|
+
requirements: []
|
230
|
+
rubyforge_project:
|
231
|
+
rubygems_version: 2.2.2
|
232
|
+
signing_key:
|
233
|
+
specification_version: 4
|
234
|
+
summary: Ruby/GSF is a Ruby binding of GSF.
|
235
|
+
test_files: []
|