[caja-actions] 10/15: man pages: Provided for Debian, maybe used by others.

Mike Gabriel sunweaver at debian.org
Thu Oct 13 11:29:41 UTC 2016


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository caja-actions.

commit 5acd75a5adafa4c51709b83292679b417fa471c7
Author: Vangelis Mouhtsis <vangelis at gnugr.org>
Date:   Thu Oct 13 10:50:45 2016 +0200

    man pages: Provided for Debian, maybe used by others.
---
 debian/caja-actions.manpages                       |  1 +
 ...ig-tool.manpages => caja-actions-config-tool.1} | 40 ++++++++-----
 debian/man/caja-actions-new.1                      | 66 ++++++++++++++++++++++
 debian/man/caja-actions-print.1                    | 41 ++++++++++++++
 debian/man/caja-actions-run.1                      | 41 ++++++++++++++
 debian/man/caja-actions.manpages                   | 21 -------
 6 files changed, 175 insertions(+), 35 deletions(-)

diff --git a/debian/caja-actions.manpages b/debian/caja-actions.manpages
new file mode 100644
index 0000000..808c435
--- /dev/null
+++ b/debian/caja-actions.manpages
@@ -0,0 +1 @@
+debian/man/*.1
\ No newline at end of file
diff --git a/debian/man/caja-actions-config-tool.manpages b/debian/man/caja-actions-config-tool.1
similarity index 69%
rename from debian/man/caja-actions-config-tool.manpages
rename to debian/man/caja-actions-config-tool.1
index 6795195..cb6c405 100644
--- a/debian/man/caja-actions-config-tool.manpages
+++ b/debian/man/caja-actions-config-tool.1
@@ -4,22 +4,34 @@ caja-actions - configure programs to launch from the caja file manager
 .SH SYNOPSIS
 caja-actions-config
 .SH OPTIONS
-.B Help Options
--?, --help
-    Show help options
--?, --help-all
-    Show all help options
--?, --help-misc
-.B Application Options
--?, --non-unique
-    Set it to run multiple instances of the program
--?, --version
-    Output the version number, and exit gracefully
--?, --display=DISPLAY
-    X display to use
+
+\fIHelp Options\fR
+.TP
+\fB\-?, \-\-help\fR
+Show help options
+.TP
+\fB\-\-help\-all\fR
+Show all help options
+.TP
+\fB\-\-help\-misc\fR
+Show miscellaneous options
+
+.PP
+
+\fIApplication Options\fR
+.TP
+\fB\-\-non\-unique\fR
+Set it to run multiple instances of the program
+.TP
+\fB\-\-version\fR
+Output the version number, and exit gracefully
+.TP
+\fB\-\-display=DISPLAY\fR
+X display to use
+
 .SH DESCRIPTION
 .B caja-actions
-is an extention for the caja file manager which allows arbitrary programa to be launched through the caja popup menu.
+is an extension for the caja file manager which allows arbitrary programa to be launched through the caja popup menu.
 Each time you right-click on one or several files in caja, or any part of the background of the currently opened folder,
 .BR caja-actions
 will look at its configured actions to see if a program has been setup for this selection. If so, it will add an item to
diff --git a/debian/man/caja-actions-new.1 b/debian/man/caja-actions-new.1
new file mode 100644
index 0000000..89261a3
--- /dev/null
+++ b/debian/man/caja-actions-new.1
@@ -0,0 +1,66 @@
+.TH caja\-actions\-new 1 "Feb 2015" "Version 1.8.0" "caja-actions"
+.SH NAME
+caja\-actions\-new \- create new caja actions
+.SH SYNOPSIS
+\fBcaja\-actions\-new\fR [\fIOPTION\fR]
+.SH DESCRIPTION
+\fBcaja\-actions\-new\fR creates new actions for the caja file manager
+non\-interactively via the commandline. Action attributes are specified
+via command\-line options.
+.SH OPTIONS
+\fIHelp options\fR
+.TP
+\fB\-?, \-h, \-\-help\fR Show help options
+.TP
+\fB\-\-help\-all\fR Show all help options
+.TP
+\fB\-\-help\-output\fR Choose where the program creates the action
+.TP
+\fIAction-creation options\fR
+.TP
+\fB\-l, \-\-label=LABEL\fR The label of the menu item (amndatory)
+.TP
+\fB\-t, \-\-tooltip=TOOLTIP\fR The tooltip of the menu
+.TP
+\fB\-i, \-\-icon=ICON\fR The icon of the menu item (filename or GTK stock
+ID)
+.TP
+\fB\-c, \-\-command=PATH\fR The path of the command
+.TP
+\fB\-p, \-\-parameters=PARAMS\fR The parameters of the command
+.TP
+\fB\-m, \-\-match=EXPR\fR A pattern to match selected files against. May
+include wildcards (*or?) (you must set one option for each pattern you
+need)
+.TP
+\fB\-C, \-\-match\-case=PATH\fR The path command
+.TP
+\fB\-T, \-\-mimetypes=EXPR\fR A pattern to match selected files' mimetype
+against. May include wildcards (*or?) (you must set one option for each
+pattern you need)
+.TP
+\fB\-f, \-\-accept\-files\fR Set it if selection must only contain files
+.TP
+\fB\-d, \-\-accept\-dirs\fR Set it if the selection must only contain folders.
+Specify both '\-\-isfile' and '\-\-isdir' options is selection can contain
+both types of items
+.TP
+\fB\-M, \-\-accept\-multiple\-files\fR Set it if the selection can have several
+items
+.TP
+\fB\-s, \-\-scheme=SCHEME\fR A valid GVFS scheme where the selected files
+should be located (you must set onw option for each scheme you need)
+.SH AUTHOR
+\fIcaja\-actions\fR has been derived from \fInautilus\-actions\fR which has
+been written by Rodrigo Moya <rodrigo[AT]novell.com>, Frederic Ruaudel
+<grumz[AT]grumz.net>, Pierre Wieser <pwieser[AT]trychlos.org>, and
+contributors.
+.PP
+The porting work to the MATE desktop environment under the extension name
+\fIcaja\-actions\fR has been done by Wolfgang Ulbrich <chat\-to\-me[at]raveit.de>.
+.PP
+This manual page was written Vangelis Mouhtsis <vangelis[AT]gnugr.org>,
+for the Debian MATE Packaging Team, and may be used by others.
+.SH LICENSING
+Both the caja-actions source code and this man page are licensed under
+the GNU General Public License (v2 or higher).
diff --git a/debian/man/caja-actions-print.1 b/debian/man/caja-actions-print.1
new file mode 100644
index 0000000..cee6c75
--- /dev/null
+++ b/debian/man/caja-actions-print.1
@@ -0,0 +1,41 @@
+.TH caja\-actions\-print 1 "Feb 2015" "Version 1.8.0" "caja-actions"
+.SH NAME
+caja\-actions\-print \- print a menu or an action to stdout
+.SH SYNOPSIS
+\fBcaja\-actions\-print\fR [\fIOPTION\fR]
+.SH DESCRIPTION
+\fBcaja\-actions\-print\fR print a caja\-actions menu or action to stdout.
+This program is intended to be used on the command\-line for scripting caja actions.
+.SH OPTIONS
+\fIHelp options\fR
+.TP
+\fB\-?, \-h, \-\-help\fR Show help options
+.TP 
+\fB\-\-help\-all\fR Show all help options
+.TP 
+\fB\-\-help\-misc\fR Show miscellaneous options
+.TP
+\fIMiscellaneous options\fR
+.TP 
+\fB-v, \-\-version\fR Output the version number
+.TP
+\fIApplication options\fR
+.TP 
+\fB\-i, \-\-id=STRING\fR The internal identifier of the action to be launched.
+.TP 
+\fB\-f, \-\-format=<STRING>\fR An export format [Desktop1]
+
+.SH AUTHOR
+\fIcaja\-actions\fR has been derived from \fInautilus\-actions\fR which has
+been written by Rodrigo Moya <rodrigo[AT]novell.com>, Frederic Ruaudel
+<grumz[AT]grumz.net>, Pierre Wieser <pwieser[AT]trychlos.org>, and
+contributors.
+.PP
+The porting work to the MATE desktop environment under the extension name
+\fIcaja\-actions\fR has been done by Wolfgang Ulbrich <chat\-to\-me[at]raveit.de>.
+.PP
+This manual page was written Vangelis Mouhtsis <vangelis[AT]gnugr.org>,
+for the Debian MATE Packaging Team, and may be used by others.
+.SH LICENSING
+Both the caja-actions source code and this man page are licensed under
+the GNU General Public License (v2 or higher).
diff --git a/debian/man/caja-actions-run.1 b/debian/man/caja-actions-run.1
new file mode 100644
index 0000000..55961f2
--- /dev/null
+++ b/debian/man/caja-actions-run.1
@@ -0,0 +1,41 @@
+.TH caja\-actions\-run 1 "Feb 2015" "Version 1.8.0" "caja-actions"
+.SH NAME
+caja\-actions\-run \- execute an action on the specified target
+.SH SYNOPSIS
+\fBcaja\-actions\-run\fR [\fIOPTION\fR]
+.SH DESCRIPTION
+\fBcaja\-actions\-run\fR runs specific caja\-actions on a given file or
+folder. More than one target may be specified. This program is intended
+to be used on the command\-line for scripting caja actions.
+.SH OPTIONS
+\fIHelp options\fR
+.TP
+\fB\-?, \-h, \-\-help\fR Show help options
+.TP 
+\fB\-\-help\-all\fR Show all help options
+.TP 
+\fB\-\-help\-misc\fR Show miscellaneous options
+.TP
+\fIMiscellaneous options\fR
+.TP 
+\fB-v, \-\-version\fR Output the version number
+.TP
+\fIApplication options\fR
+.TP 
+\fB\-i, \-\-id=STRING\fR The internal identifier of the action to be launched.
+.TP 
+\fB\-t, \-\-target=URI\fR A file or folder to run the action on (more than one may be specified).
+.SH AUTHOR
+\fIcaja\-actions\fR has been derived from \fInautilus\-actions\fR which has
+been written by Rodrigo Moya <rodrigo[AT]novell.com>, Frederic Ruaudel
+<grumz[AT]grumz.net>, Pierre Wieser <pwieser[AT]trychlos.org>, and
+contributors.
+.PP
+The porting work to the MATE desktop environment under the extension name
+\fIcaja\-actions\fR has been done by Wolfgang Ulbrich <chat\-to\-me[at]raveit.de>.
+.PP
+This manual page was written Vangelis Mouhtsis <vangelis[AT]gnugr.org>,
+for the Debian MATE Packaging Team, and may be used by others.
+.SH LICENSING
+Both the caja-actions source code and this man page are licensed under
+the GNU General Public License (v2 or higher).
diff --git a/debian/man/caja-actions.manpages b/debian/man/caja-actions.manpages
deleted file mode 100644
index 71674de..0000000
--- a/debian/man/caja-actions.manpages
+++ /dev/null
@@ -1,21 +0,0 @@
-.TH Tue 5 "Jan 2016" MATE "User Manuals"
-.SH NAME
-caja-actions - configure programs to launch from the caja file manager
-.SH SYNOPSIS
-caja-actions-config
-.SH OPTIONS
-caja-actions-config does not have any options.
-.SH DESCRIPTION
-.B caja-actions
-is an extention for the caja file manager which allows arbitrary programa to be launched through the caja popup menu.
-Each time you right-click on one or several files in caja, or any part of the background of the currently opened folder,
-.BR caja-actions
-will look at its configured actions to see if a program has been setup for this selection. If so, it will add an item to
-the menu that allows you to execute the program on the selected files.
-Configurations are stored in DConf for speed and integration with other MATE programs.
-.SH AUTHOR
-.B caja-actions
-was written by Rodrigo Moya (rodrigo [AT] novell.com) and Frederic Ruaudel <grumz [AT] grumx.net>.
-This manual page was written by Vangelis Mouhtsis <vangelis [AT] gnugr.org> for the Debian project (but may be used by others).
-.SH LICENSING
-Both the caja-actions source code and this man page are licensed under the GNU General Public License.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/caja-actions.git



More information about the pkg-mate-commits mailing list