-
python3-plone-portlet-static-3.1.6-1.lbn36.noarch
Introduction A Plone Portlet providing a rich-text field for more or less
static text. It is availbale and will be displayed where portlets can be
placed.It is part of the Plone core package.Source Code Contributors please
read the document Process for Plone core's development < are at the Plone code
repository hosted at Github < .. You should *NOT* be adding new change log
entries to this...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 36
-
python3-plone-portlets-2.3.3-1.lbn36.noarch
plone.portlets provides a generic infrastructure for managing portlets.Portlets
are a bit like viewlets, except they can be manipulated at runtime, using local
components. This package is used by plone.app.portlets to provide Plone-
specific portlets, but should be generic enough to work on other platforms. It
should work in a "pure Zope Toolkit" environment.Changelog .. You should *NOT*
be...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 36
-
python3-plone-principalsource-1.0-1.lbn36.noarch
Introduction This package provides a queriable sources (vocabularies) that
return PAS users, groups or principals (both users and groups).They are
registered as named vocabularies, so you can do:: class
IMyInterface(Interface): users schema.Choice(titleu"Users",
vocabulary"plone.principalsource.Users") groups schema.Choice(titleu"Groups",
vocabulary"plone.principalsource.Groups") principals...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 36
-
python3-plone-protect-4.1.8-1.lbn36.noarch
Introduction This package contains utilities that can help protect parts of
Plone or applications build on top of the Plone framework. 1. Restricting to
HTTP POST a) Using decorator If you only need to allow HTTP POST requests you
can use the *PostOnly* checker:: from plone.protect import PostOnly from
plone.protect import protect @protect(PostOnly) def manage_doSomething(self,
param,...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 36
-
python3-plone-recipe-alltests-1.5.2-1.lbn36.noarch
plone.recipe.alltests This recipe creates a testrunner script which is suitable
for running all tests in a buildout environment at once.At least in Zope2 there
are frequently test isolation problems caused by too much global state being
used. Instead of fighting against these test isolation problems, this recipe
provides a convenient way to run all tests on a package by package basis,
provides...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 36
-
python3-plone-recipe-command-1.1-1.lbn36.noarch
Introduction The plone.recipe.command buildout recipe allows you to run a
command when a buildout part is installed or updated. It is very easy to use::
[buildout] parts command [command] recipe plone.recipe.command command cat
README.txtThis configures a buildout part called command which lists the
contents of README.txt when it is installed. Reference Unless otherwise
specified all commands...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 36
-
python3-plone-recipe-precompiler-0.7.2-1.lbn36.noarch
plone.recipe.precompiler Buildout recipe to precompiles Python and locale
files in an egg list.Why precompilation? Python ordinarily compiles .py files
into .pyc or .pyo byte code files on demand. Likewise, applications like Plone
often compile .po locale files into .mo representations when needed.However, if
you are running a Python application as a daemon and wish to prevent write
access to...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 36
-
python3-plone-recipe-zeoserver-2.0.3-1.lbn36.noarch
This recipe creates and configures a ZEO server in parts. It also installs a
control script in the bin/ directory. The name of the control script is the
name of the part in buildout.You can use it with a part like this:: [zeo]
recipe plone.recipe.zeoserver zeo-address 8100This will create a control script
bin/zeo.You can either start the database in foreground mode via bin/zeo fg or
use the...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 36
-
python3-plone-recipe-zope2instance-6.11.0-1.lbn36.noarch
Introduction This recipe creates and configures a Zope instance in parts.
(Despite its name it nowadays only works for Zope 4+.) It also
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 36
-
python3-plone-registry-1.2.1-1.lbn36.noarch
Introduction This package provides debconf-like (or about:config-like)
settings registries for Zope applications. A registry, with a dict-like API, is
used to get and set values stored in records. Each record contains the actual
value, as well as a field that describes the record in more detail. At a
minimum, the field contains information about the type of value allowed, as
well as a short...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 36