You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-plone-app-collection-1.2.8-1.lbn36.noarch
Collections in Plone are the most powerful tool content editors and site managers have to construct navigation and site sections.This is a brand new implementation of collections for Plone, using ajax/javascript to make a simpler, easier and streamlined user experience for using collections. Having a more lightweight backend that does not depend on many nested criteria types.It's designed with...
RPMPackage python3-plone-app-changeownership-1.0-1.lbn36.noarch
Introduction plone.app.changeownership as it sounds is a Plone package to change objects ownership.Problem While for a single content you can call the /change- owner view, there is no way in Plone to transfer **ownership of all objects** owned by an user to a new user. To delete a Plone member in such case is not an option. Solution plone.app.changeownership makes easy to transfer ownership...
RPMPackage python3-plone-app-caching-2.2.1-1.lbn36.noarch
plone.app.caching Introduction plone.app.caching provides a Plone UI and default rules for managing HTTP response caching in Plone. It builds on z3c.caching, plone.caching and plone.cachepurging.plone.app.caching version 2.x requires Plone 5.2 or later. For earlier Plone versions, use a release from branch 1.x. Installation plone.app.caching is shipped as a dependency of the Plone package....
RPMPackage python3-plone-app-blocks-6.0.1-1.lbn36.noarch
Introduction to Blocks This package implements the 'blocks' rendering model, by providing several transform stages that hook into plone.transformchain.The rendering stages are:plone.app.blocks.parsexml (order 8000) Turns the response in a repoze.xmliter XMLSerializer object. This is then used by the subsequent stages. If the input is not HTML, the transformation is...
RPMPackage python3-plone-app-blob-1.8.2-1.lbn36.noarch
plone.app.blob Overview This package aims to be an add-on for Plone (> 3.x) integrating ZODB (>3.8) blob support, which allows large binary data to be managed by the ZODB, but separately from your usual FileStorage database, i.e. Data.fs. This has several advantages, most importantly a much smaller Data.fs and better performance both cpu- as well as memory-wise. .. |__| unicode:: U+20 .....
RPMPackage python3-plone-api-1.11.1-1.lbn36.noarch
plone.api A simple API, built for humans wishing to develop with Plone.The intention is* to cover as much as possible the tasks carried out by a Plone developer * to provide clear API methods for Plone functionality which may be confusing or difficult to access, * keeping everything in one place, * staying introspectable and discoverable, important aspects of being Pythonic.
RPMPackage python3-plone-alterego-1.1.5-1.lbn36.noarch
plone.alterego Now you see it, it now you don't!This package defines a dynamic module type that lets you create objects in the dynamic module on demand.Usage To use this package, you should: - Identify an appropriate parent module where the dynamic module will live. - Ensure that plone.alterego.dynamic.create() is called with this module and a dynamic module name. Typically, you'd do this in...
RPMPackage python3-plone-5.2.13-1.lbn36.noarch
About Plone Plone is a mature, secure and user-friendly Content Management System (CMS).Plone - and the Open Source community behind it - aggregates more than 15 years experience in content management. It offers all major features expected by a modern CMS out-of-the-box.Lots of customizations can be made trough-the-web, such as creating content types, themes, workflows and much more. Pushed...
RPMPackage python3-persistent-devel-4.9.0-1.lbn36.x86_64
persistent include files
RPMPackage python3-persistent-4.9.0-1.lbn36.x86_64
persistent: automatic persistence for Python objects :target:
RPMPackage python3-persistence-3.3-1.lbn36.x86_64
This package provides a variant of the persistent base class that's an ExtensionClass_. Unless you need ExtensionClass_ semantics, you probably want to use persistent.Persistent from the persistent_ distribution (formerly in ZODB3)... _ExtensionClass : .. _persistent : Changelog 3.3 (2022-03-10) -- Add support for Python 3.11 as of (3.11.0a5). 3.2 (2022-03-02) -- Add support for Python 3.10....
RPMPackage python3-node-ext-zodb-1.5-1.lbn36.noarch
node.ext.zodb Overview node.ext.zodb is a persistent node implementation for the ZODB.For more information about node see
RPMPackage python3-node-ext-zcml-0.1-1.lbn36.noarch
node.ext.zcml ZCML file abstraction based on nodes.write me (or read tests) Contributors - Robert Niederreiter <rnix [at] squarewave [dot] at>0.1 - initialLicense Copyright (c) 2010-2013, BlueDynamics Alliance, Austria All rights reserved.Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:*...
RPMPackage python3-node-ext-xml-0.1-1.lbn36.noarch
node.ext.xml XML file abstraction based on nodes.write me (or read tests) Contributors - Robert Niederreiter <rnix [at] squarewave [dot] at>0.1 - initialLicense Copyright (c) 2010-2013, BlueDynamics Alliance, Austria All rights reserved.Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:* Redistributions...
RPMPackage python3-node-ext-ugm-1.0-1.lbn36.noarch
node.ext.ugm Overview node.ext.ugm provides an API for node based managing of users and groups.See node.ext.ugm.interfaces for a description of the API.
RPMPackage python3-node-ext-ldap-1.0-1.lbn36.noarch
node.ext.ldap Overview node.ext.ldap is a LDAP convenience library for LDAP communication based on python-ldap < (version 2.4 or later)
RPMPackage python3-node-ext-directory-0.8-1.lbn36.noarch
node.ext.directory Overview node.ext.directory is a node implementation for file system directories.
RPMPackage python3-node-1.0-1.lbn36.noarch
Overview Node is a library to create nested data models and structures.These data models are described as trees of nodes, optionally with attributes and schema definitions.They utilize:
RPMPackage python3-mr-migrator-1.2-2.lbn36.noarch
Mr.Migrator: Drive-by transmogrification made easy! mr.migrator is a transmogrifier pipeline runner, either via the commandline or as a Plone add- on.- Code repository: - Questions and comments to - Report bugs at contents::Introduction Transmogrifier is a powerful tool for creating transformation processes called "pipelines". Transmogrifier gives you the tools to create and share these...
RPMPackage python3-mr-developer-2.0.1-1.lbn36.noarch
.. contents:: :depth: 1Introduction .. figure:: :figwidth: image Let Mr. Developer help you win the everlasting buildout battle! (Remixed by Matt Hamilton, original from is a zc.buildout_ extension that makes it easy to work with buildouts containing lots of packages, of which you only want to develop some. The basic idea comes from Wichert Akkerman's plonenext_ effort. .. _zc.buildout: .. _plonenext: