You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-wildcard-fixpersistentutilities-1.1b7-3.lbn36.noarch
 
RPMPackage python3-wildcard-fixmissing-1.0-1.lbn36.noarch
Introduction This package allows you to fix problems with missing classes when packages do not properly uninstall.To define which classes or interfaces need to be fixed, you need to specify them as environment variables in your buildout file.The format for replacement classes is MISSING_<Class Name> <module name>For instance:: [instance] recipe plone.recipe.zope2instance environment- vars...
RPMPackage python3-transmogrify-webcrawler-1.2.1-1.lbn36.noarch
Crawling - html to import transmogrify.webcrawler will crawl html to extract pages and files as a source for your transmogrifier pipeline. transmogrify.webcrawler.typerecognitor aids in setting '_type' based on the crawled mimetype. transmogrify.webcrawler.cache helps speed up crawling and reduce memory usage by storing items locally.These blueprints are designed to work with the funnelweb...
RPMPackage python3-transmogrify-siteanalyser-1.3-1.lbn36.noarch
.. contents :: :local: Introduction Transmogrifier blueprints that look at how html items are linked to gather metadata about items. They can help you restructure your content.transmogrify.siteanalyser.sitemapper Take navigation html such as a whole sitemap, breadcrumbs or navigation menus using nested links and buildup a site structure and titles for pages. This can then be used to cleanup...
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-transaction-4.0-1.lbn36.noarch
Transactions :alt: Python versions
RPMPackage python3-tempstorage-5.2-1.lbn36.noarch
A storage implementation which uses RAM to persist objects, much like MappingStorage. Unlike MappingStorage, it needs not be packed to get rid of non- cyclic garbage and it does rudimentary conflict resolution. This is a ripoff of Jim's Packless bsddb3 storage.Changelog 5.2 (2021-07-05) -- Update package configuration- Package is now officially undeprecated because the data corruption issue -...
RPMPackage python3-sphinxtheme-plone-0.5.8-1.lbn36.noarch
sphinx.themes.plone is a collection of Sphinx themes for the Plone documentation project. The different themes are used on docs.plone.org, but are not limited for this purpose. It might be used for all Plone Package Documentations, or even private use case but than without the Plone Logo and Footer (respect the License). Features sphinxtheme.plone comes with own themes for Plone Classic (Plone 2.0-3.3 Design) Plone Sunburst (Plone 4 Design) Plone Barceloneta (Plone 5 Design) Plone Org 4 (Generation of Plone 4) Plone Org 5 (Generation of Plone 5)
RPMPackage python3-sphinxtheme-bastion-0.8.1-1.lbn36.noarch
sphinx.themes.bastion is a collection of Sphinx themes for the Bastion documentation project.
RPMPackage python3-sphobjinv-2.3.1-1.lbn36.noarch
The syntax required for a functional Sphinx cross-reference is highly non-obvious in many cases. Sometimes Sphinx can guess correctly what you mean, but itโ€™s pretty hit-or-miss. The best approach is to provide Sphinx with a completely specified cross-reference, and thatโ€™s where sphobjinv comes in.
RPMPackage python3-sphinxtesters-0.2.3-12.fc36.noarch
This package contains utilities for testing Sphinx extensions.
RPMPackage python3-sphinxext-opengraph-0.10.0-1.lbn36.noarch
Sphinx extension to generate unique OpenGraph metadata.
RPMPackage python3-sphinxcontrib.apidoc-0.3.0-1.lbn36.noarch
sphinxcontrib-apidoc A Sphinx extension for running sphinx-apidoc_ on each build.Overview *sphinx-apidoc* is a tool for automatic generation of Sphinx sources that, using the autodoc <sphinx_autodoc>_ extension, documents a whole package in the style of other automatic API documentation tools. *sphinx- apidoc* does not actually build documentation - rather it simply generates it. As a result,...
RPMPackage python3-sphinxcontrib-zopeext-0.3.2-1.lbn36.noarch
.. -*- rst -*- -*- restructuredtext -*- .. Note: this file is simplified without text roles so it displays on PyPI. See .. doc/README.rst for the correct information. zopeext for Sphinx :author: Michael McNeil Forbes <mforbes@alum.mit.edu>This extension provides an autointerface directive for Zope interfaces_.Requirements * Sphinx_: pip install sphinx * zope.interface_: pip install...
RPMPackage python3-sphinxcontrib-youtube-1.4.1-1.lbn36.noarch
This package contains the youtube Sphinx extension.The extension defines the directives, "youtube" and "vimeo", for embedding YouTube and Vimeo videos, respectively.
RPMPackage python3-sphinxcontrib-websupport-1.2.7-11.lbn36.noarch
sphinxcontrib-websupport provides a Python API to easily integrate Sphinx documentation into your Web application.
RPMPackage python3-sphinxcontrib-video-0.4.1-1.lbn36.noarch
The video extension allows you to embed .mp4/.webm/etc videos as defined by the HTML5 standard. Itโ€™s just a wrapper around: <video width="320" height="240" controls> <source src="movie.mp4" type="video/mp4"> Your browser does not support the video tag. </video> Installing As usual with sphinx extensions, remember to add them to your config: extensions = [ 'sphinxcontrib.video' ]