-
python2-gofer-2.11.1-2.lbn25.noarch
Provides gofer python lib modules.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
python2-libselinux-2.9-1.lbn25.x86_64
The libselinux-python package contains the python bindings for developing
SELinux applications.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
python2-libsemanage-2.9-1.lbn25.x86_64
The libsemanage-python package contains the python bindings for developing
SELinux management applications.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
python2-pymongo-3.9.0-1.lbn25.x86_64
The Python driver for MongoDB. This package contains the python3 version of
this module.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
python2-pymongo-gridfs-3.9.0-1.lbn25.x86_64
GridFS is a storage specification for large objects in MongoDB. This package
contains the python3 version of this module.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
rubygem-gettext-3.2.6-1.lbn25.noarch
Ruby-GetText-Package is a GNU GetText-like program for Ruby.
The catalog file(po-file) is same format with GNU GetText.
So you can use GNU GetText tools for maintaining.
This package provides gem for Ruby-Gettext-Package.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
rubygem-gettext-setup-0.25-3.lbn25.noarch
This is a simple gem to set up i18n for Ruby projects (including Sinatra web
apps) using gettext and fast gettext.
This project sets the default locale to English. If the user has set a
different locale in their browser preferences, and we support the user's
preferred locale, strings and data formatting will be customized for that
locale.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
rubygem-locale-2.1.2-1.lbn25.3.noarch
Ruby-Locale is the pure ruby library which provides basic and general purpose
APIs for localization.
It aims to support all environments which ruby works and all kind of programs
(GUI, WWW, library, etc), and becomes the hub of other i18n/l10n libs/apps to
handle major locale ID standards.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
python-mr.migrator-1.2-1.lbn25.noarch
Transmogrifier is a powerful tool for creating transformation processes called "pipelines". Transmogrifier gives you the tools to create and share these pipelines but doesn't provide an easy way to run the pipeline. Mr.migrator aims to bridge that gap.
Mr.Migrator provides the following:
* A buildout recipe with you can override a given pipeline and will also create a the commandline script to run the pipeline.
* A commandline script with help which lets you run pipelines and see their progress. This is useful used in conjunction with transmogrify.ploneremote or other blueprints which don't need expect to be run inside the Plone process.
* A Plone plugin which when installed lets you pick which pipeline you want to run, provides a form to override the pipeline options and then provides progress on the running pipeline. This is useful when you want to use plone.app.transmogrifier blueprints which expect to be run inside the Plone process.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python-munin.plone-1.2-2.lbn25.noarch
Introduction
------------
This package provides munin plugins for monitoring various aspects of a Plone
instance.
It uses `gocept.munin`_ for plugin registration. Please refer to its
documentation if you want to write new plugins.
Plugins
-------
Currently there is 1 plugin available:
* "contentcreation" - reports content creation and modification taken
from portal_catalog
How to use it
-------------
* First include the package in your buildout `instance` slot::
[instance]
...
eggs =
...
munin.plone
zcml =
...
munin.plone
* To create the pluging helper script you'll also need to include the
following, additional section and extend your `parts` definition::
[buildout]
parts =
...
munin
[munin]
recipe = zc.recipe.egg
eggs = munin.plone
arguments = http_address='${instance:http-address}', user='${instance:user}', plone='plone'
The `arguments` option is used to pass configuration values to the generated
helper script, which is then used as the actual munin plugin (see below).
Any settings for `ip-address`, `http-address`, `port-base` and `user` given
in the `instance` section should be repeated here, separated by commas.
.. |---| unicode:: U+2014 .. em dash
Please be aware, that the variable names use underscores instead of dashes
here |---| the following list shows all supported settings and their
respective default values:
* ip_address='<ip-address>' ['localhost']
* http_address=<http-address> [8080]
* port_base=<port-base> [0]
* user=<user-credentials> [n.a.]
* plone=<plone-site-id> ['plone']
Either literal values or references to the `instance` part can be used here,
i.e. "http_address='${instance:http-address}', user='${instance:user}'".
Please note that the resulting line will be verbosely copied into the
generated `bin/munin` script, so the extra quoting is required.
* Now you should be able to call the plugins as follow::
http://localhost:8080/plone/@@munin.plone.plugins/contentcreation
Where `contentcreation` is you plugin name. Please note that for security
reasons the view requires the `View management screens` permission.
* Next you need to make symlinks from the helper script inside your
buildout's `bin/` to the munin plugin directory. The helper script itself
can assist you with this::
$ bin/munin install /opt/munin/etc/plugins [<prefix>] [<suffix>]
This will install the necessary symlinks in the given directory using
either the provided prefix and suffix or else the hostname and current
directory to assemble their names (see below).
Alternatively, you may also install the desired symlinks yourself::
$ cd /opt/munin/etc/plugins
$ ln -s ~/zope/bin/munin company_contentcreation_site1
Here `/opt/munin/etc/plugins` is your munin directory, `~/zope/` is the
root directory of your buildout, `contentcreation` the name of the plugin
you want to enable, `company` a placeholder for an arbitrary prefix and
`site1` the name which will be shown in munin.
* Finally configure the plugin in munin (this step can be skipped if you have
correctly set up the `arguments` option as described in step 2 above)::
$ cd /opt/munin/etc/plugin-conf.d/
$ vi munin.plone.conf
... [company_*_site1]
... env.AUTH myuser:myuser
... env.URL http://localhost:8080/plone/@@munin.plone
.plugins/%s
Here `myuser:myuser` are your Zope user credentials and `localhost:8080`
your site url. Please check `munin`_ for more information about plugin
configuration.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25