You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-transmogrify-print-0.6.0-1.lbn36.noarch
Introduction .. Note:: As of version 1.3 Transmogrifier provides a similar feature, via a blueprint called: collective.transmogrifier.sections.logger.This Transmogrifier_ blueprint is based on collective.transmogrifier.sections.tests.PrettyPrinter, which anyone can use in their project by creating a utility like so:: <utility component"collective.transmogrifier.sections.tests.PrettyPrinter"...
RPMPackage python3-transmogrify-ploneremote-1.3-1.lbn36.noarch
.. contents :: :local:Introduction --*transmogrifier.ploneremote* is package of transmogrifier blueprints for uploading content via Zope XML-RPC API to a Plone site.Plone site does not need any modifications, but vanilla Zope XML-RPC is used.Usage Five different blueprints are provided.Common Options target Url of Plone folder to upload content. You will need to include the username and...
RPMPackage python3-transmogrify-htmlcontentextractor-1.0-1.lbn36.noarch
Introduction Helpful transmogrifier blueprints to extract text or html out of html content. transmogrify.htmlcontentextractor.auto This blueprint has a clustering algorithm that tries to automatically extract the content from the HTML template. This is slow and not always effective. Often you will need to input your own template extraction rules. In addition to extracting Title, Description...
RPMPackage 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...
RPMPackage python3-repoze-zope2-1.0.3-2.lbn36.noarch
repoze.zope2 is a decomposition of the Zope 2 appserver publication machinery (ZPublisher) into a WSGI application component. It relies on separately- distributed middleware pieces to perform some of the features previously handled by ZPublisher and other parts of Zope 2.
RPMPackage python3-repoze-xmliter-0.6.1-1.lbn36.noarch
This package provides a wrapper for lxml trees which serializes to string on iteration, but otherwise makes the tree available in an attribute.The primary for this is WSGI middleware which may avoid needless XML parsing and serialization.Usage It's recommend to use the lazy decorator on your application method. This allows you to return an lxml tree object, which is then automatically turned...
RPMPackage python3-repoze-vhm-0.16-1.lbn36.noarch
repoze.vhm README .. contents::This package provides middleware and utilities for doing virtual hosting within a WSGI/Repoze environment. It is particularly useful within a repoze.zope2 environment, where it may be used as an alternative to the classic VirtualHostMonster < method of doing virtual hosting.Read the docs locally (see docs/index.rst), or read them online < repoze.vhm Changelog...
RPMPackage python3-repoze-tm2-2.1-1.lbn36.noarch
repoze.tm2 (Transaction Manager) Middleware which uses the ZODB transaction manager to wrap a call to
RPMPackage python3-repoze-tm-0.9-1.lbn36.noarch
repoze.tm (Transaction Manager) Middleware which uses the ZODB transaction manager to wrap a call to its pipeline children inside a transaction.See docs/index.rst for documentation.
RPMPackage python3-repoze-sphinx-autointerface-1.0.0-1.lbn36.noarch
repoze.sphinx.autointerface README Overview Thie package defines an extension for the Sphinx < documentation system.
RPMPackage python3-repoze-retry-1.5-1.lbn36.noarch
repoze.retry This package implements a WSGI middleware filter which intercepts
RPMPackage python3-repoze-profile-2.3-1.lbn36.noarch
repoze.profile This package provides a WSGI middleware component which aggregates profiling
RPMPackage python3-repoze-obob-0.4-1.lbn36.noarch
repoze.obob is a reconstruction of the "bobo" precursor of Zope (the "object publisher" portion), stripped down to be used as a possible application endpoint in the 'repoze' stack.Installation Installing setuptools repoze.obob depends on setuptools for its installation. To install setuptools: - Download ez_setup.py from - Run ez_setup.py using Python 2.4.3 or better. You can use if you're...
RPMPackage python3-repoze-lru-0.7-1.lbn36.noarch
 
RPMPackage python3-repoze-errorlog-1.1-1.lbn36.noarch
repoze.errorlog This package implements a WSGI <
RPMPackage python3-repoze-catalog-0.9.0-1.lbn36.noarch
repoze.catalog A Python indexing and searching system based on zope.index_... _zope.index: the docs subdirectory for documentation or the online docs < Deprecation --This project is in maintenance only mode.Hypatia < is its successor. *repoze.catalog* is an earlier iteration of *Hypatia*, which is the continuation of the work here.
RPMPackage python3-redturtle-importer-base-2.1.0-1.lbn36.noarch
RedTurtle importer base Tool to migrate contents between Plone sites based on transmogrifier.This tool works in addition with redturtle.exporter.base____ Dependencies This product is made over other useful tools:* collective.jsonmigrator__ * collective.transmogrifier__ * transmigrify.dexterity____ __ __ tools are not yet actively maintained, so we moved useful parts into this
RPMPackage python3-redturtle-exporter-base-1.3.1-1.lbn36.noarch
.. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features. If you want to learn more about writing documentation, please check out: This text does not appear on pypi or github. It is a comment. Redturtle Exporter base Tool that exports Plone contents for a major migration.This should be used with **redturtle.importer.base/volto**...
RPMPackage python3-raptus-multilanguageplone-1.0-1.lbn36.noarch
Introduction raptus.multilanguageplone provides a simple way to have internationalization on content objects. raptus.multilanguageplone isn't meant to be a fully fledged multilanguage tool, like LinguaPlone. Translation is done directly in the edit view of a content type and provides a widget to use google's translation api to translate the different fields.Unlike LinguaPlone...
RPMPackage python3-raptus-multilanguagefields-1.0-1.lbn36.noarch
Introduction raptus.multilanguagefields provides Archetypes fields and catalog indexes which are able to store multiple languages.Migrating Migration of already populated plone sites which where previously not running raptus.multilanguagefields is done by using the script **migrate.py** in the **scripts** folder of this package.:: migrate -- migrate an existing single language site to a...