-
plonetheme.classic-1.5.1-1.lbn25.noarch
This theme implements the look of Plone 3 and earlier in a separate package, and is
supplied for backwards compatibility reasons, and for people who prefer the old theme
over the new standard one in Plone 4.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
plonetheme.sunburst-1.4.8-1.lbn25.noarch
Goals
Keep the theme color-neutral (black, white, grays), so it meshes with any company logo and doesn't feel like it requires color adjustment for doing the 10-minute-show-it-to-the-boss exercise.
The theme does not use any tables for layout, and is based on the Deco grid approach which is currently in use on plone.org. It works perfectly in all browsers, including IE6.
The grid works in both fixed-width and flexible-width modes, there's a commented-out section in the top of the CSS file you can enable if you want fixed-width layout.
No substantial markup changes outside of the table removal - class and ID names are kept.
The theme uses some CSS3 features, but degrades gracefully.
The theme does not use any DTML.
When viewed on a device with less than 640px width, the portlets neatly tuck under the main content area. This means that the site works well with CSS-enabled devices like tablets and phones that may have limited resolution.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python-wicked-1.1.12-2.lbn25.noarch
wicked is a compact syntax for doing wiki-like content linking and creation in zope and plone
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python2-check-manifest-0.40-1.lbn25.noarch
checkmanifest |buildstatus|_ |appveyor|_ |coverage|_Are you a Python developer?
Have you uploaded packages to the Python Package Index? Have you accidentally
uploaded *broken* packages with some files missing? If so, checkmanifest is for
you.Quick start :: $ pip install checkmanifest $ cd /src/mygreatpackage $
checkmanifestYou can ask the script to help you update your MANIFEST.in:: $ ...
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python2-pyroma-2.6.1-1.lbn25.noarch
Pyroma rhymes with aroma, and is a product aimed at giving a rating of how well
a Python project complies with the best practices of the Python packaging
ecosystem, primarily PyPI, pip, Distribute etc, as well as a list of issues
that could be improved.The aim of this is both to help people make a project
that is nice and usable, but also to improve the quality of Python thirdparty
software, ...
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python2-readme_renderer-24.0-1.lbn25.noarch
Readme Renderer Readme Renderer is a library that will safely render arbitrary
README files into HTML. It is designed to be used in Warehouse_ to render the
long_description for packages. It can handle Markdown, reStructuredText (.rst),
and plain text... _Warehouse: Check Description Locally -reStructuredText To
locally check whether your reStructuredText long descriptions will render on
PyPI,...
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python2-rwproperty-1.0-1.lbn25.py37.noarch
Read & write properties :Author: Philipp von Weitershausen :Email:
philikon@philikon.de :License: Zope Public License, v2.1Motivation -Using
method decorators and descriptors like property, we can easily create computed
attributes: >>> class JamesBrown(object): ... @property ... def feel(self): ...
return self._feelAn attribute like this cannot be written, though. You would
have to do ...
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
zope-z3c.form-3.7.0-1.lbn25.noarch
This package provides an implementation for HTML forms and widgets. The goal
is to provide a simple API but with the ability to easily customize any data or
steps.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
Products.CMFUid-2.2.2-1.lbn25.noarch
CMFUid introduces a simple unique id implementation.
Implementation
==============
The supplied tools attach the unique ids to the objects. The objects
do not have to be aware of unique ids.
The current implementation depends on the portal catalog to find an
object of a given unique id. The interfaces do not imply the use
of the catalog (except the IUniqueIdBrainQuery).
Which Tool does What?
=====================
The 'portal_uidgenerator' tools responsibility is to generate
unique ids. The 'portal_uidannotation' tool is responsible to
attach unique ids to a content object, and enforce rules about
what happens on object move/create/delete. The 'portal_uidhandler'
manages registering and accessing unique ids.
This design was chosen to allow users replacing only parts of
the functionality without having to understand the whole thing.
Unique Id API
=============
'portal_uidhandler' implementing 'IUniqueIdHandler' is the main
API for playing with unique ids.
Usage
=====
'portal_uidhandler' fully implements IUniqueIdHandler (IUniqueIdSet
for registering/unregistering unique ids, IUniqueIdQuery for queries
and IUniqueIdBrainQuery for more efficient queries by returning
catalog brains instead of objects).
The current implementation of get/queryBrain and get/queryObject
do not return invisible objects (and brains of invisible objects).
By invisible objects, we mean objects that would be filtered out
by portal_catalog.searchResults due to expiry/effective date and/or
user roles.
It is often necessary to avoid this filtering in an application.
To do this, use the unrestrictedGet/QueryBrain and
unrestrictedGet/QueryObject as this will avoid 'None' results.
Have a look at the interfaces.
CMFUid's functionality is used by CMFDefault's favorite content type
to follow linked objects. The favorite content type works as before if
CMFUid is not installed.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python2-wheel-0.34.2-1.lbn25.noarch
A built-package format for Python.
A wheel is a ZIP-format archive with a specially formatted filename and the
.whl extension. It is designed to contain all the files for a PEP 376
compatible install in a way that is very close to the on-disk format.
Python 2 version.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25