You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-grokcore-json-3.0.3-1.lbn36.noarch
grokcore.json *************Support for JSON views in grok.Changes 3.0.3 (2018-01-12) - Rearrange tests such that Travis CI can pick up all functional tests too.3.0.2 (2018-01-10) - Additional test fixes.- Remove dependency on simplejson.3.0.1 (2018-01-05) - Fixed a test error that somehow was missed by travis and tox.3.0.0 (2018-01-05) - Python 3 compatibility.- Fix view_lookup test.1.2.1...
RPMPackage python3-grokcore-formlib-3.0.1-1.lbn36.noarch
This package provides support for writing forms using the Zope Formlib library and registering them directly in Python (without ZCML)... contents::Setting up grokcore.formlib This package is essentially set up like the grokcore.component_ package, please refer to its documentation for details. The additional ZCML lines you will need are:: <include package"grokcore.formlib" file"meta.zcml" />...
RPMPackage python3-grokcore-content-3.0.2-1.lbn36.noarch
This package provides base classes of basic content types... contents::Examples3.0.2 (2018-01-12) - Rearrange tests such that Travis CI can pick up all functional tests too.3.0.1 (2018-01-10) - Fix dependencies by removing ZODB3.3.0.0 (2018-01-04) - Use zope.interface.implementer decorator instead of zope.interface.implements with classes to support Python 3.- Express support for Python 2.7,...
RPMPackage python3-grokcore-component-3.2.0-1.lbn36.noarch
This package provides base classes of basic component types for the Zope Component Architecture, as well as means for configuring and registering them directly in Python (without ZCML)... contents::How to set up grokcore.component In the following we assume you're writing or extending an application that does bootstrap configuration using ZCML. There's always a single ZCML file that is...
RPMPackage python3-grokcore-chameleon-3.0.1-1.lbn36.noarch
grokcore.chameleon grokcore.chameleon makes it possible to use Chameleon page templates in Grok. For more information on Grok and Chameleon page templates see:- - - - contents::Installation Note that future versions of grok will depend itself on grokcore.chameleon and configure it. In other words, chameleon-based templates will be available by default from that version on!To use Chameleon...
RPMPackage python3-grokcore-catalog-3.0.1-1.lbn36.noarch
****What is grok? Grok is a smashing web framework based on Zope Toolkit_ technology... _Zope Toolkit: uses the Component Architecture and builds on Zope concepts like content objects (models), views, and adapters. Its simplicity lies in using **convention over configuration** and **sensible defaults** when wiring components together. That means neither a configuration language like ZCML nor a...
RPMPackage python3-grok-3.2-1.lbn36.noarch
****What is grok? Grok is a smashing web framework based on Zope Toolkit_ technology... _Zope Toolkit: uses the Component Architecture and builds on Zope concepts like content objects (models), views, and adapters. Its simplicity lies in using **convention over configuration** and **sensible defaults** when wiring components together. That means neither a configuration language like ZCML nor a...
RPMPackage python3-gocept-template_rewrite-1.1-1.lbn36.noarch
gocept.template_rewrite :target:
RPMPackage python3-gocept-reference-0.11-1.lbn36.noarch
Copyright (c) 2007-2017 gocept gmbh & co. kg and contributors.All Rights Reserved.This software is subject to the provisions of the Zope Public License, Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF TITLE,...
RPMPackage python3-gocept-package-3.1-1.lbn36.noarch
gocept.package This package generates Python packages following conventions used at gocept_... _gocept: contents:: :depth: 1It consists of two parts: a paster template that creates the boilerplate for a Python package, and a Python module that is used to configure Sphinx, along with the necessary package dependencies.The package works with Python versions 2.7, 3.4, 3.5 and PyPy 2.To make the...
RPMPackage python3-gocept-country-2.1-1.lbn36.noarch
Copyright (c) 2008-2015 gocept gmbh & co. kgAll Rights Reserved.This software is subject to the provisions of the Zope Public License, Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST...
RPMPackage python3-funnelweb-1.1.1-1.lbn36.noarch
FunnelWeb - Content conversion made easy ****************************************Easily convert content from existing html into Plone.:Code repository: :Questions and comments to: :Report bugs at: contents::Introduction
RPMPackage python3-ftw-zipexport-1.6.4-1.lbn36.noarch
ftw.zipexport provides a generic solution to export data from plone in a zip archive.A user can export data with the "Export as Zip" action in document listings.InstallCompatibility -For zipping files with a total size of over 4Gb python 2.7.4 is required.Step-by-Step - Add ftw.zipexport to your buildout configuration:: [instance] eggs ftw.zipexport- Run buildout- Install ftw.zipexport in...
RPMPackage python3-ftw-uploadutility-1.0.0-1.lbn36.noarch
.. contents:: Table of Contents Introduction Port of "ZPublisher.HTTPRequest.FileUpload" utility from plone 5 to plone 4. Compatibility -Plone 4.3.x Installation - Add the package to your buildout configuration::: [instance] eggs + ... ftw.uploadutility Development 1. Fork this repo 2. Clone your fork 3. Shell: ln -s development.cfg buildout.cfg 4. Shell: python bootstrap.py 5. Shell:...
RPMPackage python3-ftw-upgrade-3.3.1-3.lbn36.noarch
This product aims to simplify running and writing third-party Generic Setup upgrade steps in Plone.It provides a control panel for running multiple upgrades at once, based on the upgrade mechanism of Generic Setup (portal_setup).Further a base class for writing upgrade steps with a variety of helpers for common tasks. Usage ----- $ UPGRADE_PUBLIC_URL=http://localhost:8080 ftw-upgrade sites --auth admin:secret or $ UPGRADE_PUBLIC_URL=http://localhost:8080 UPGRADE_AUTHENTICATION=admin:secret ftw-upgrade sites
RPMPackage python3-ftw-testing-2.0.6-1.lbn36.noarch
ftw.testing This package provides helpers for writing tests... contents:: Table of Contents IntegrationTesting FTWIntegrationTesting layer The FTWIntegrationTesting is an opinionated extension of Plone's default integration testing layer.The primary goal is to be able to run ftw.testbrowser\s traversal driver with integration testing.**Database isolation and transactions**The Plone default...
RPMPackage python3-ftw-testbrowser-2.1.2-1.lbn36.noarch
ftw.testbrowser Package documentation < is a browser library for testing Plone_ web sites and applications. It integrations directly into Plone / Zope and uses lxml_ for parsing and querying pages. It supports all the basic features such as filling forms.Links - Documentation: - Github: - Issues: - Pypi: - Continuous integration:
RPMPackage python3-ftw-tagging-2.0.1-1.lbn36.noarch
ftw.tagging extends Plone content types with a tags field using schemaextender for Archetype or a behavior for Dexterity.It's possible to define tag roots to restrict tags to a part of the site. If no tag root is set, the Plone-root will also be your tag-root.A tag cloud portlet is provided that shows a tag cloud for the current tag root.As an example, ftw.tagging is used by ftw.blog for...
RPMPackage python3-ftw-table-1.22.0-1.lbn36.noarch
Introduction The ftw.table package provides a utility for generating HTML tables of dicts, catalog brains and other objects.It comes with a jQuery plugin installable with a Plone Generic Setup profile, providing features such as sorting, filter, grouping checkboxes and more.-The main purpose of this library package is to abstract the table generation for the ftw.tabbedview_ package but it can...
RPMPackage python3-ftw-tabbedview-4.2.1-1.lbn36.noarch
Introduction This package provides a generic view with multiple tabs for plone. It provides a generic base tab for listing contents in a table, based on ftw.table_.- Generic tabbed view - Tabs are registered through FTI actions - Base view for listing tabs - Listing tabs are filterable - Perform configurable actions on listed items - ftw.table_'s Ext JS_ support works also in listing tables -...