You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python-rtree-0.7.0-1.lbn13.armv6hl
Rtree is a ctypes Python wrapper of libspatialindex that provides a number of advanced spatial indexing features for the spatially curious Python user. These features include: Nearest neighbor search Intersection search Multi-dimensional indexes Clustered indexes (store Python pickles directly with index entries) Bulk loading Deletion Disk serialization Custom storage implementation (to implement spatial indexing in ZODB, for example)
RPMPackage Products.ZCTextIndex-2.13.5-1.lbn13.armv6hl
This distribution contains a full text indexing facility for Zope 2 and more specifically for Products.ZCatalog.
RPMPackage zopyx.txng3.ext-3.3.4-1.lbn13.x86_64
Helper modules for TextIndexNG3 (Snowball stemmer, normalizer, splitter, etc.)
RPMPackage zopyx.txng3.core-3.6.1.1-2.lbn13.noarch
TextIndexNG3 core implementation
RPMPackage zopyx.smartprintng.server-1.1.2-2.lbn13.noarch
A Pyramid based server implementation for the SmartPrintNG framework. The SmartPrintNG server is part of the SmartPrintNG web-to-print solution of ZOPYX.
RPMPackage zopyx.smartprintng.plone-2.1.26-3.lbn13.noarch
Produce & Publisher server integration with Plone
RPMPackage zopyx.smartprintng.core-2.0.0-2.lbn13.noarch
This package contains the refactored code-base of the SmartPrintNG product for Plone
RPMPackage zopyx.smartprintng.client-0.8.5-2.lbn13.noarch
ZOPYX SmartPrintNG Client Library
RPMPackage zopyx.convert2-2.4.5-1.lbn13.noarch
The zopyx.convert2 package helps you to convert HTML to PDF, RTF, ODT, DOCX and WML using XSL-FO technology or using PrinceXML. This package is used as the low-level API for zopyx.smartprintng.core. Requirements * Java 1.5.0 or higher (FOP 0.94 requires Java 1.6 or higher) * csstoxslfo (included) * XFC-4.0 (XMLMind) for ODT, RTF, DOCX and WML support (if needed) * XINC 2.0 (Lunasil) for PDF support (commercial) * or FOP 0.94 (Apache project) for PDF support (free) * or PrinceXML (commercial) for PDF support
RPMPackage zopeskel.dexterity-1.3-3.lbn13.noarch
Paster templates for dexterity
RPMPackage zope.xmlpickle-3.4.0-2.lbn13.noarch
XML-based Pickling
RPMPackage zope.viewlet-3.7.2-2.lbn13.noarch
Viewlets provide a generic framework for building pluggable user interfaces.
RPMPackage zope.traversing-3.13.2-2.lbn13.noarch
The zope.traversing package provides adapteres for resolving object paths by traversing an object hierarchy. This also includes support for traversal namespaces (e.g. ++view++, ++skin++, etc.) as well as computing URLs via the @@absolute_url view.
RPMPackage zope.thread-3.4-4.lbn13.noarch
Zope3 Thread-Local Storage
RPMPackage zope.testrunner-4.2.0-1.lbn13.noarch
zope.testrunner uses buildout. To start, run python bootstrap.py. It will create a number of directories and the bin/buildout script. Next, run bin/buildout. It will create a test script for you. Now, run bin/test to run the zope.testrunner test suite.
RPMPackage zope.testrecorder-0.4-2.lbn13.noarch
Test recorder for functional tests
RPMPackage zope.testing-4.1.1-1.lbn13.noarch
This package provides a number of testing frameworks. cleanup Provides a mixin class for cleaning up after tests that make global changes. formparser An HTML parser that extracts form information. Python 2 only This is intended to support functional tests that need to extract information from HTML forms returned by the publisher. See formparser.txt. loggingsupport Support for testing logging code If you want to test that your code generates proper log output, you can create and install a handler that collects output. loghandler Logging handler for tests that check logging output. module Lets a doctest pretend to be a Python module. See module.txt. renormalizing Regular expression pattern normalizing output checker. Useful for doctests. server Provides a simple HTTP server compatible with the zope.app.testing functional testing API. Lets you interactively play with the system under test. Helpful in debugging functional doctest failures. Python 2 only setupstack A simple framework for automating doctest set-up and tear-down. See setupstack.txt. wait A small utility for dealing with timing non-determinism See wait.txt.
RPMPackage zope.testbrowser-3.11.1-2.lbn13.noarch
Programmable browser for functional black-box tests
RPMPackage zope.tales-3.5.3-1.lbn13.noarch
Template Attribute Language - Expression Syntax See http://www.zope.org/Wikis/DevSite/Projects/ZPT/TALES%20Specification%201.3
RPMPackage zope.tal-3.5.2-2.lbn13.noarch
The Zope3 Template Attribute Languate (TAL) specifies the custom namespace and attributes which are used by the Zope Page Templates renderer to inject dynamic markup into a page. It also includes the Macro Expansion for TAL (METAL) macro language used in page assembly. The dynamic values themselves are specified using a companion language, TALES (see the 'zope.tales' package for more). See: http://www.zope.org/Wikis/DevSite/Projects/ZPT/TAL%20Specification%201.4