background preloader

Ged

Facebook Twitter

App.blob. ZODB 3.8 blob support for Plone 3.x Project Description Overview This package aims to be an add-on for Plone 3.x integrating ZODB 3.8's blob support, which allows large binary data to be managed by the ZODB, but separately from your usual FileStorage database, i.e.

app.blob

Data.fs. This has several advantages, most importantly a much smaller Data.fs and better performance both cpu- as well as memory-wise. Status At the moment the integration for "File" content should be stable, but still needs more field testing. Image support is still in an alpha stadium and not enabled by default. More detailed information about the integration and the current status can be found in the corresponding Plone enhancement and Plone 4 PLIP tickets. Requirements Plone 3.0 or newer is required. Installation The easiest way to get ZODB blob support in Plone 3 using this package is to work with installations based on zc.buildout. Profiling Plone and tuning add on product performance. Products.Doormat. By Kees Hink — last modified Dec 23, 2013 01:45 PM Adds a doormat viewlet and installs it in the Plone footer.

Products.Doormat

The links and text in the doormat are manageable as content. Project Description Introduction A doormat is a couple of links which are presented in a structured way. This product adds a couple of content types (Archetypes), which are used to create a structure which is used for generating a doormat. Quick feature overview Internal linksExternal linksText blocks (including images)Links from Plone CollectionsCan have any number of columnsCan have multiple sections per column Similar products. Package Index : slc.seminarportal 1.2.9. Slc.seminarportal can be used to model and present seminars and conferences.

Package Index : slc.seminarportal 1.2.9

When you view a seminar, you will be presented with a roster showing all the rooms (venues) and the speeches held in those rooms. The roster is a table with the rooms as the columns and the times of the speeches as the rows. To show a column with the speech times on the roster, make sure to check the box on the bottom of the seminar edit page. Content Types: The following content types are available: SeminarThe Seminar is globally addable and contains all the seminar-related subobjets.Speakers FolderThe Speakers folder is automatically created whenever a seminar has been created. Other features: You can add a 'layout' property on the folder containing your seminars. Dummy Data: If you want to get an impression of the structure, views and content types provided by slc.seminarportal, then you can create some dummy seminars, speakers and speeches with a provided external method. Then give the following values: Cyn.in - Open Source Enterprise 2.0 group collaboration knowledge management software for teams and businesses.

Raptus.workflownotification. Pluggable system to provide a way to send custom notifications to predefined recipients on a workflow transition Introduction raptus.workflownotification provides a pluggable way to send notifications to predefined recipients on a workflow transition. To enable notifications an adapter is registered providing the INotificationEnabled interface is registered for the desired content type, where the transitions method returns a list of transitions on which notifications are to be sent. To define default recipients for notifications an adapter is registered providing the INotificationRecipientProvider interface.

Those may be named by the desired workflow name or by a combination of workflow name and transition name to allow different recipients by transition or workflow. To define a template for a notification register an adapter providing the INotificationTemplateProvider interface, where the same naming convention as for the recipient provider applies. named adapter with name [workflow_name].

Collective.virtualtreecategories. Introduction This project aims to virtualize Plone default keywords (categories), which are flat, to the tree. Contains Archetypes widget, based on InAndOut widget, which replaces Plone's default widget for categories and contains configlet which allows to assign flat keywords to virtual tree defined in the configlet.

Site manager defines virtual tree nodes and assigns keywords to the nodes. One keyword may be assigned to any number of nodes (0-all). Archetypes widget contains javascript based filter which allows to filter out unwanted nodes and displays keywords in the selected node(s) only. The controlpanel contains checkbox, which allows to set the VirtualTreeCategories widget as default widget for the Subject field of all Archetypes based content types. Installation Install using buildout.cfg. Plone 3: eggs = ... collective.virtualtreecategories [plone3] Plone 4: eggs = ... collective.virtualtreecategories Control panel. Multilevel Navigation.