summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2008-03-18 12:25:05 +0000
committerPetr Mladek <pmladek@suse.cz>2008-03-18 12:25:05 +0000
commitf1b9c193c56136e605f3691fa080e50d97dcb535 (patch)
tree8a180f4894e7048024334a38aa0f62b54d426649 /man
parent7baf78d06d9a5816e6bb74cbb32e2d15269b87f6 (diff)
Update version info and the section about reporting bugs; FIXME: I am not sure if bugzilla.
* bin/package-ooo, desktop/ooo-extension-manager.desktop.in.in: * desktop/openoffice.xml, man/oounopkg.1.in, man/Makefile.am: create new wrapper /usr/bin/oounopkg; associate the .oxt extensions with it; The MIME is application/vnd.openofficeorg.extension according to the upstream share/xdg/extension.desktop * man/openoffice.1_SUSE.in, man/openoffice.1.in: update version info and the section about reporting bugs; FIXME: I am not sure if bugzilla.novell.com is the right default place for GoOOo bugs
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am2
-rw-r--r--man/oounopkg.1.in84
-rw-r--r--man/openoffice.1.in9
-rw-r--r--man/openoffice.1_SUSE.in9
4 files changed, 93 insertions, 11 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index f03f983ce..3ddf551ad 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -1 +1 @@
-EXTRA_DIST=openoffice.1.in openoffice.1_*.in
+EXTRA_DIST=openoffice.1.in openoffice.1_*.in oounopkg.1.in
diff --git a/man/oounopkg.1.in b/man/oounopkg.1.in
new file mode 100644
index 000000000..153996cb7
--- /dev/null
+++ b/man/oounopkg.1.in
@@ -0,0 +1,84 @@
+.TH oounopkg "1" "2008-03-18" "OpenOffice.org Extension Manager" "User Command"
+.SH "Name"
+oounopkg@BINSUFFIX@ \- OpenOffice.org Extension Manager
+.SH SYNOPSIS
+.B oounopkg@BINSUFFIX@
+[\fBadd\fR] <\fIoptions\fR> \fIextension-path...\fR
+.br
+.B oounopkg@BINSUFFIX@
+[\fBremove\fR] <\fIoptions\fR> \fIextension-identifier...\fR
+.br
+.B oounopkg@BINSUFFIX@
+[\fBlist\fR] <\fIoptions\fR> \fIextension-identifier...\fR
+.br
+.B oounopkg@BINSUFFIX@
+[\fBreinstall\fR] <\fIoptions\fR>
+.br
+.B oounopkg@BINSUFFIX@
+[\fBgui\fR]
+.br
+.B oounopkg@BINSUFFIX@
+[\fB--help\fR|\fB-h\fR]
+
+.SH DESCRIPTION
+OpenOffice.org is a fully featured office suite for the daily use with all
+features you would normally expect in an office suite.
+
+There exists many OpenOffice.org extensions all over the word. For example, see
+\fBhttp://extensions.go-oo.org/\fR
+
+This tool allows to manage the extensions from the command line.
+
+.SH SUB\-COMMANDS
+.TP
+\fBadd\fR
+add the given extensions
+.TP
+\fBremove\fR
+remove extensions by the given identifiers
+.TP
+\fBreinstall\fR
+reinstall all deployed extensions (only for experts)
+.TP
+\fBlist\fR
+list information about the deployed extensions
+.TP
+\fBgui\fR
+raise Extension Manager Graphical User Interface (GUI)
+
+.SH OPTIONS
+.TP
+\fB\-\-help\fR|\fB\-h\fR
+display help and exit
+.TP
+\fB\-\-version\fR|\fB\-V\fR
+output version information and exit
+.TP
+\fB--verbose\fR|\fB\-v\fR
+verbose output
+.TP
+\fB\-\-force\fR|\fB\-f\fR
+force overwriting existing extensions
+.TP
+\fB\-\-log\-file\fR <\fIfile\fR>
+custom log file; the default one is <cache-dir>/log.txt
+.TP
+\fB\-\-shared\fR|\fB\-f\fR
+operate on the system installation deployment context; use only when no
+concurrent Office process(es) are running! (only for experts)
+.TP
+\fB\-\-deployment\-context\fR <\fIcontext\fR>
+operate on explicit deployment context (only for experts)
+
+
+.SH TROUBLESHOOTING PROBLEMS
+See \fBhttp://en.opensuse.org/Bugs:OOo\fR for more details about how to report
+bugs in OpenOffice.org.
+.SH SEE ALSO
+.BR http://go\-oo.org/
+.br
+.BR http://extensions.go\-oo.org/
+.SH AUTHOR
+This manual page was created by Petr Mladek <pmladek@suse.cz> for
+the go-oo version of OpenOffice.org, because the original package
+does not have one.
diff --git a/man/openoffice.1.in b/man/openoffice.1.in
index 95f845078..2cf8d9f7d 100644
--- a/man/openoffice.1.in
+++ b/man/openoffice.1.in
@@ -1,4 +1,4 @@
-.TH openoffice "1" "2006-11-15" "OpenOffice.org 2.0.x" "User Commands"
+.TH openoffice "1" "2008-03-18" "OpenOffice.org 2.x" "User Commands"
.SH "Name"
openoffice@BINSUFFIX@ \- OpenOffice.org office suite
.SH SYNOPSIS
@@ -167,11 +167,10 @@ Starts with an empty HTML document.
Starts with an empty Writer document.
.SH TROUBLESHOOTING PROBLEMS
-If OOo crashes, you should get a GUI bug reporting tool, please use
-that to file a helpful bug report, or see \fBhttp://go\-ooo.org/hackers\-guide.html\fR
-for more information on debugging OOo.
+See \fBhttp://en.opensuse.org/Bugs:OOo\fR for more details about how to report
+bugs in OpenOffice.org.
.SH SEE ALSO
-.BR http://go\-ooo.org/
+.BR http://go\-oo.org/
.SH AUTHOR
This manual page was created by Rene Engelhard <rene@debian.org> for
the Debian GNU/Linux Distribution, because the original package does not have
diff --git a/man/openoffice.1_SUSE.in b/man/openoffice.1_SUSE.in
index e3e5a00ba..b744a1dc2 100644
--- a/man/openoffice.1_SUSE.in
+++ b/man/openoffice.1_SUSE.in
@@ -1,4 +1,4 @@
-.TH ooffice "1" "2006-11-15" "OpenOffice.org 2.0.x" "User Commands"
+.TH ooffice "1" "2008-03-18" "OpenOffice.org 2.x" "User Commands"
.SH "Name"
ooffice@BINSUFFIX@ \- OpenOffice.org office suite
.SH SYNOPSIS
@@ -156,11 +156,10 @@ Starts with an empty HTML document.
Starts with an empty Writer document.
.SH TROUBLESHOOTING PROBLEMS
-If OOo crashes, you should get a GUI bug reporting tool, please use
-that to file a helpful bug report, or see \fBhttp://go\-ooo.org/hackers\-guide.html\fR
-for more information on debugging OOo.
+See \fBhttp://en.opensuse.org/Bugs:OOo\fR for more details about how to report
+bugs in OpenOffice.org.
.SH SEE ALSO
-.BR http://go\-ooo.org/
+.BR http://go\-oo.org/
.SH AUTHOR
This manual page was created by Rene Engelhard <rene@debian.org> for
the Debian GNU/Linux Distribution, because the original package does not have