This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit d537ec3543f325b91f91d79ef6f12131ae839926 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Sep 17 23:43:38 2018 +0200 debian/: add new palemoon.1 manpage. --- debian/changelog | 1 + debian/palemoon.1 | 105 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 106 insertions(+) diff --git a/debian/changelog b/debian/changelog index ece6d0e..4278e9c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -117,6 +117,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add new, slightly modified palemoon wrapper script. - Add new palemoon.dirs file. - Add new palemoon.install file. + - Add new palemoon.1 manpage. * debian/changelog: - Change repack-1 in version string to repack1 because a dash denotes the start of a downstream change. diff --git a/debian/palemoon.1 b/debian/palemoon.1 new file mode 100644 index 0000000..e4e26ee --- /dev/null +++ b/debian/palemoon.1 @@ -0,0 +1,105 @@ +.TH PALEMOON 1 "November 4, 2004" palemoon "Linux User's Manual" +.SH NAME +palemoon - a Web browser for X11 derived from the Mozilla browser + +.SH SYNOPSIS +.B palemoon +[\fIOPTIONS\fR] [\fIURL\fR] + +.B /usr/lib/palemoon/palemoon +[\fIOPTIONS\fR] [\fIURL\fR] + +.SH DESCRIPTION +\fBPalemoon\fR is an open-source web browser, designed for +standards compliance, performance and portability. + +.SH USAGE +If there is an Palemoon browser already running, \fBpalemoon\fR will +arrange for it to create a new browser window; otherwise it will start +a new instance. + +.SH OPTIONS +A summary of the options supported by \fBpalemoon\fR is included below. + +.SS "X11 options" +.TP +.BI \-\-display= DISPLAY +X display to use +.TP +.B \-\-sync +Make X calls synchronous +.TP +.B \-\-no\-xshm +Don't use X shared memory extension +.TP +.BI \-\-xim\-preedit= STYLE +.TP +.BI \-\-xim\-status= STYLE +.TP +.B \-\-g\-fatal\-warnings +Make all warnings fatal + +.SS "Mozilla options" +.TP +.B \-h, \-help +Show summary of options. +.TP +.B \-v, \-version +Print Palemoon version. +.TP +\fB\-P\fR [\fIprofile\fR] +Start with \fIprofile\fR. When no profile is given, displays the Profile Manager. May require \fB\-no\-remote\fR, see below. +.TP +.B \-migration +Start with migration wizard. May require \fB\-no\-remote\fR, see below. +.TP +.B \-ProfileManager +Start with profile manager. May require \fB\-no\-remote\fR, see below. +.TP +.B \-no\-remote +Don't connect to a running Palemoon instance. This option can be necessary +in conjunction to several of the options above, that won't have any effect +when an Palemoon instance is running unless \fB\-no\-remote\fR is used at +the same time. +.TP +\fB\-UILocale\fR \fIlocale\fR +Start with \fIlocale\fR resources as User Interface locale. By default, it is +guessed from environment and available locales for Palemoon. +.TP +.B \-safe\-mode +Starts Palemoon in safe mode, i.e. disabling all extensions and +showing a bit more debugging messages. +.TP +.B \-jsconsole +Start with Javascript Console +.TP +\fB\-new-window\fR \fIURL\fR +Open \fIURL\fR in a new window in an already running Palemoon process. +.TP +\fB\-new-tab\fR \fIURL\fR +Open \fIURL\fR in a new tab in an already running Palemoon process. +.TP +\fB\-chrome\fR \fIurl\fR +Load the specified chrome. + +.SH ENVIRONMENT +\fIMOZILLA_DISABLE_PLUGINS\fR - when set, totally disables loading browser plugins +(the ones that appear at the about:plugins url) + +.SH FILES +\fI/usr/bin/palemoon\fR - symbolic link to \fB/usr/lib/palemoon/palemoon\fR. +.br + +\fI/usr/lib/palemoon/palemoon\fR - Palemoon executable. + +\fI/usr/lib/palemoon/palemoon\-bin\fR - Legacy executable. +.br + +.SH BUGS +To report a bug, please visit \fIhttps://forum.palemoon.org/\fR or report bugs +to the downstream Bug Tracking System, as usual. + +.SH AUTHORS +.TP +.B The Mozilla Organization +.I http://www.mozilla.org/about.html -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git