python-zdaemon
daemon process control library and tools for Unix-based systems
`zdaemon` is a Python package which provides APIs for managing applications
run as daemons. Its principal use to date has been to manage the application
server and storage server daemons for Zope / ZEO, although it is not limited
to running Python-based applications (for instance, it has been used to manage
the 'spread' daemon).
python-zope.sqlalchemy
Minimal Zope/SQLAlchemy transaction integration
The aim of this package is to unify the plethora of existing packages
integrating SQLAlchemy with Zope's transaction management.
python-zope.traversing
Resolving paths in the object hierarchy
The zope.traversing package provides adapters 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.
libspring-security-portlet-2.0-java
modular Java/J2EE application security framework - Portlet
rsh-redone-client
Reimplementation of rsh and rlogin
Rsh-redone is a reimplementation of the remote shell clients and servers.
It is written from the ground up to avoid the bugs found in the standard
clients and servers. It also fully supports IPv6.
php-text-wiki
transform Wiki and BBCode markup into XHTML, LaTeX or plain text markup
The text transformation is done in 2 steps.
The chosen parser uses markup rules to tokenize the tags and content.
Renderers output the tokens and text into the requested format.
The tokenized form replaces the tags by a protected byte value associated to
an index in an options table. This form shares up to 50 rules by all parsers
and renderers.
The package is intented for versatile transformers as well as converters.
Text_Wiki is delivered with its own parser, which is used by Yawiki or Horde's
Wicked and three basic renderers: XHTML , LaTeX and plain text.
Strong sanitizing of XHTML is default.
Parsers (* and Renderers) exist for BBCode, Cowiki (*), Dokuwiki (*),
Mediawiki and Tikiwiki (*).
It is highly configurable and can be easily extended.