-
zope.event-4.2.0-1.lbn19.noarch
The ``zope.event`` package provides a simple event system. It provides:
- An event publishing system
- A very simple event-dispatching system on which more sophisticated
event dispatching systems can be built. For example, a type-based
event dispatching system that builds on ``zope.event`` can be found in
``zope.component``
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
zope.exceptions-4.2.0-1.lbn25.py37.noarch
This package contains exception interfaces and implementations which are so
general purpose that they don't belong in Zope application-specific packages.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
zope.file-0.6.2-1.lbn25.noarch
Efficient File Implementation for Zope Applications
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
zope.filerepresentation-3.6.1-2.lbn25.noarch
The interfaces defined here are used for file-system and file-system-like
representations of objects, such as file-system synchronization, FTP, PUT, and
WebDAV.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
zope.formlib-4.3.0-2.lbn25.noarch
Forms are web components that use widgets to display and input data.
Typically a template displays the widgets by accessing an attribute or
method on an underlying class.
For further information, please refer to form.txt,
namedtemplate.txt and errors.txt inside the zope.formlib
package.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
zope.generations-4.0.0a1-1.lbn25.noarch
Generations are a way of updating objects in the database when the application schema changes. An application schema is essentially the structure of data, the structure of classes in the case of ZODB or the table descriptions in the case of a relational database.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
zope.globalrequest-1.4-1.lbn25.noarch
This package provides a global way to retrieve the currently active request object in a zope-based web framework.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
zope.hookable-4.0.0-2.lbn19.x86_64
Hookable object support.
Support the efficient creation of hookable objects, which are callable objects that are meant to be replaced by other callables, at least optionally.
The idea is you create a function that does some default thing and make it hookable. Later, someone can modify what it does by calling its sethook method and changing its implementation. All users of the function, including those that imported it, will see the change.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
zope.hookable-4.0.0-2.lbn19.armv6hl
Hookable object support.
Support the efficient creation of hookable objects, which are callable objects that are meant to be replaced by other callables, at least optionally.
The idea is you create a function that does some default thing and make it hookable. Later, someone can modify what it does by calling its sethook method and changing its implementation. All users of the function, including those that imported it, will see the change.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
zope.html-2.4.2-3.lbn25.noarch
This package contains support for editing HTML and XHTML inside a web page using the FCKeditor as a widget. This is a fairly simple application of FCKeditor, and simply instantiates a pre-configured editor for each widget. There are no options to control the editors individually.
Detailed Documentation
HTML file editing support
This package contains support for editing HTML and XHTML inside a web page using the FCKeditor as a widget. This is a fairly simple application of FCKeditor, and simply instantiates a pre-configured editor for each widget. There are no options to control the editors individually.
In creating this, we ran into some limitations of the editor that are worth being aware of. Noting these as limitations does not mean that other editors do any better; what’s available seems to be a mixed bag.
The editor only deals with what can be contained inside a <body> element; anything that goes outside that, including the <body> and </body> tags, get lost or damaged. If there’s any way to configure FCKeditor to deal with such material, it isn’t documented.
There’s no real control of the HTML source; whitespace is not preserved as a programmer would expect. That’s acceptable in many use cases, but not all. Applications should avoid using this widget if the original whitespace must be maintained.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19