-
python3-plone-app-relationfield-2.0.3-1.lbn36.noarch
Plone support for z3c.relationfield. If this package is installed, you should
be able to use z3c.relationfield as per its documentation for Dexterity and
Archetypes content.Note that this package does not depend on Dexterity or
Archetypes directly. However, if plone.dexterity is installed, the
DexterityContent base class will be marked with z3c.relationfield's
IHasRelations. Similarly, if...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 36
-
python3-plone-app-stagingbehavior-0.1-1.lbn36.noarch
Introduction The IStagingSupport behavior is used for enabling the
plone.app.iterate functionality for Dexterity content. It allows you to perform
the checkout and checkin operations to work on a copy of your original content.
--Just use the behavior plone.app.stagingbehavior.interfaces.IStagingSupport in
your Dexterity content-type.In your *profiles/default/types/YOURTYPE.xml* add
the...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 36
-
python3-plone-app-versioningbehavior-1.4.6-1.lbn36.noarch
Introduction The plone.versioning (IVersionable) behavior is used for enabling
the CMFEditions functionality for dexterity contents. It adds a changeNote-
field to the edit- and add-forms and creates a new version when the content is
edited, if enabled for the content type.It's based on *Products.CMFEditions*.
For listing the versions of an object use CMFEdtions' view
versions_history_form or...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 36
-
python3-plone-app-widgets-3.0.7-1.lbn36.noarch
2.x is only to be used with Plone 5 and 1.x is to be used in Plone
4.3.ContentsThe goal of plone.app.widgets is to provide an implementation for a
new set of javascript widgets being developed outside Plone as part of Mockup_
project. It overrides explicit widgets used in dexterity and archetypes to
provide tested and modularized widgets based on the concept of *patterns*.
:target:
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 36
-
python3-plone-dexterity-2.10.5-1.lbn36.noarch
Dexterity "Same, same, but different"Dexterity is a system for building content
types, both through-the-web and as filesystem code. It is aimed at Plone,
although this package should work with plain Zope + CMF systems.Key use cases
-Dexterity wants to make some things really easy. These are:- Create a "real"
content type entirely through-the-web without having to know programming.- As
a...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 36
-
python3-plone-directives-dexterity-1.0.2-1.lbn36.noarch
plone.directives.dexterity This package provides optional, Grok-like
directives for configuring Dexterity content. It depends on five.grok, which in
turn depends on the various re-usable grokcore.* packages, but not Grok
itself.See also plone.directives.form, which provides directives for
configuring schema interfaces with form hints.Content classes Content extending
the Dexterity 'Item' and...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 36
-
python3-products-cmfdifftool-3.3.3-1.lbn36.noarch
Diff tool for Plone.Dexterity To enable versioning for a Dexterity content type
you need to:1. Install plone.app.versioningbehavior_ and use it on your content
type. 2. Enable versioning for the type in the types control panel. 3. Install
this package. 4. Go to the portal_diff tool ZMI page. 5. Add Compound Diff for
Dexterity types for your content type. Field name can be anything, e.g:...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 36
-
python3-transmogrify-dexterity-3.0.0-1.lbn36.noarch
Introduction The transmogrify.dexterity package provides a transmogrifier
pipeline section for updating field values of dexterity content objects. The
blueprint name is transmogrify.dexterity.schemaupdater.The schemaupdater
section needs at least the path to the object to update. Paths to objects are
always interpreted as being relative to the context. Any writable field who's
id matches a key...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 36
-
python3-wildcard-media-2.1.0-1.lbn36.noarch
Introduction :height: 50 :width: 382This package provides Audio and Video
Dexterity content types and behaviors, conversions and players/views.It
integrates the HTML5 media player mediaelementjs_ and uses plone.app.async_ if
installed to convert videos to common formats... _mediaelementjs: ..
_plone.app.async: - Audio and Video types - Integration with mediaelementjs_
designed for maximum...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 36
-
collective.transcode.star-0.21-1.lbn19.noarch
collective.transcode.* or transcode.star for short, is a suite of modules that provide transcoding services to Plone sites.
Both the naming scheme and the basic design priciples were inspired by collective.blog.star. Namely:
Be modular. Not everyone wants everything your software has to offer.
Be flexible. Don't assume that people want to use your software in one way.
Be simplistic. If there is a simple way of doing it, do it that way.
Be Ploneish. Plone already has 90% of what we need built in. Use it.
It works out of the box with standard Plone Files, providing transcoding services to web friendly formats (mp4, ogv) when uploading video content. Additionally, a jpeg thumbnail is being extracted from the 5th second of the videos and a flowplayer viewlet pointing to the produced mp4 file will be displayed inside the IAboveContentBody viewlet manager when transcoding is complete.
Transcode.star can be easily configured through the Plone Control Panel to work with any custom AT content type, as long as there is a File field in the schema. In the Transcode Settings panel you can enter a new line in the supported portal types, following the format customPortalType:fileFieldName where customPortalType the name of your portal_type and fileFieldName the name of the file field that you need transcoding for.
Support for Dexterity content types is planned for the coming versions.
For the transcoding to work you need to start the transcodedaemon instance provided in the buildout.
If your transcoding needs are high, you can configure several transcode daemons in a load balanced setup. Transcode.star will select the daemon with the minimum transcoding queue length.
All communication between transcode.star and transcode.daemon is encrypted using symmetric encryption by the pycrypto module so that the transcode server(s) transcode videos sent by the Plone site only, preventing abuse by third parties. Also extra care has been taken to transcode videos in private state (typical senario for a Plone site, when users upload a file) by using the same secure channel.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19