-
python2-requests-2.11.1-3.lbn19.noarch
Most existing Python modules for sending HTTP requests are extremely verbose and
cumbersome. Python’s built-in urllib2 module provides most of the HTTP
capabilities you should need, but the API is thoroughly broken. This library is
designed to make HTTP requests easy for developers.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
python2-urllib3-1.16-3.lbn19.noarch
Python2 HTTP module with connection pooling and file POST abilities.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
python2-webencodings-0.5.1-6.lbn25.py37.noarch
This is a Python implementation of the WHATWG Encoding standard.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
python2-zodbpickle-1.0.2-1.lbn25.x86_64
This package presents a uniform pickling interface for ZODB:
- Under Python2, this package forks both Python 2.7's pickle and cPickle
modules, adding support for the protocol 3 opcodes. It also provides
a new subclass of bytes, zodbpickle.binary, which Python2 applications
can use to pickle binary values such that they will be unpickled as
bytes under Py3k.
- Under Py3k, this package forks the pickle module (and the supporting C
extension) from Python 3.2, Python 3.3, and Python 3.4. The fork adds
support for the noload operations used by ZODB.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
pytz-2016.10-1.lbn19.noarch
pytz brings the Olson tz database into Python. This library allows accurate
and cross platform timezone calculations using Python 2.3 or higher. It
also solves the issue of ambiguous times at the end of daylight savings,
which you can read more about in the Python Library Reference
(datetime.tzinfo).
Amost all (over 540) of the Olson timezones are supported.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
qi.portlet.TagClouds-1.35-1.lbn19.noarch
qi.portlet.TagClouds is a plone product that adds tag cloud portlet support. The following parameters of the portlet are configurable through the web:
portlet title
number of different tag sizes
maximum tags to show
content types searched (optionally)
tags (subjects) searched (optionally)
section of the site to be searched
workflow states searched
filtering by keywords so that a tag cloud of all keywords that are combined with the filter keywords is shown
qi.portlet.TagClouds also comes with a simple caching mechanism. Cache remains valid for a time interval that can be set in the portlet settings.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
quintagroup-1.1.1-2.lbn19.noarch
Python namespace module
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
quintagroup.analytics-1.1.1-2.lbn19.noarch
Introduction
Quintagroup Analytics Tool (quintagroup.analytics) provides statistic information
about your Plone site. It adds few content stats views of plone content workflow
states, ownership and portlets registered on different contexts.
Information provided by Quintagroup Analytics Tool allows you to see Plone site
content from different perspectives. This information can be very useful while
migrating your site into newer Plone version, or into another CMS.
With its help you can visually audit the content setup in Plone site before
migration and compare it with the migrated website structure.
Usage
To see your Plone site statistic information - navigate to 'Quintagroup Analytics'
item under Add-on Products Configuarion. Browse through all configlet tabs to see
all statistic information, generated by Quintagroup Analytics Tool:
* Content Ownership by Type - information about most popular content types on
your site. Here you can see the most frequently created content types on your
site and their owners.
* Content Ownership by State - information about site's content workflow states.
Here you can see how many content object are published/submitted for
review/etc. and their owners.
* Content Types by State - information about site's most frequently created
content types and their workflow states.
* Site Portlets - information about site portlets assigned throughout site
sections. This information can be exported into .csv format. You can see all
portlets assigned on your site and edit them.
* Legacy Portlets - information about legacy assigned throughout site sections.
This information can be exported into .csv format.
* Properties stats - information on certain property values for all site objects,
such as titles, descriptions, etc. This information can be exported into .csv
format.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
quintagroup.captcha.core-0.4.3-1.lbn19.noarch
Quintagroup Captcha Core (quintagroup.captcha.core) is a core package of simple
captcha implementation. It allows to configure captchas on your Plone site.
This product works together with other Quintagroup captcha products. To protect
standard Plone forms with captcha - use quintagroup.plonecaptchas package.
After product installation you'll see 'Plone captchas setup' option under
'Add-on Product Configuration' in Site Setup. There you can select what kind of
captchas you want to appear: either static or dynamic. In case you select dynamic
- captcha images will be generated on the fly and you will be able to configure
captchas look by using different font sizes, background and font colours, period,
amplitude, random values.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
quintagroup.formlib.captcha-1.4.3-1.lbn25.noarch
Introduction
quintagroup.formlib.captcha is a package that allows to add captcha to zope.formlib.
As a result such forms are prevented from automatic submit.
Captchas in a formlib form
Using quintagroup.formlib.captcha product in a formlib form is simple. Just add a
Captcha field to your schema, and away you go:
>>> from zope.interface import Interface
>>> from quintagroup.formlib.captcha.form import Captcha
>>> class CaptchaSchema(Interface):
... captcha = Captcha(
... title=_(u'Type the code'),
... description=_(u'Type the code from the picture shown below.'))
and formlib will take care of the rest. The widget associated with this field will render
the captcha and verify the use input automatically.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19