-
quintagroup.captcha.core-0.3-4.lbn13.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 13
-
quintagroup.formlib.captcha-1.4-3.lbn13.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 13
-
quintagroup.plonecaptchas-4.2-2.lbn13.noarch
quintagroup.plonecaptchas is a simple captchas implementation for Plone,
designed for validation of human input in insecure forms. This is a
standalone implementation which does not depend on captchas.net services.
quintagroup.plonecaptchas adds captcha support to Plone, it works together
with quintagroup.captcha.core package
(http://projects.quintagroup.com/products/wiki/quintagroup.captcha.core) and
quintagroup.formlib.captcha
(http://projects.quintagroup.com/products/wiki/quintagroup.formlib.captcha)
With these products installed captchas will be added to Plone's 'Send this',
'Contact Us' (/contact-info) forms, and Plone's default discussion mechanism:
'Add Comment' and 'Reply' forms.
quintagroup.plonecaptchas does not automatically plug to Plone's default
registration (/@@register). You can make captcha plug to Plone's Register
form via Zope Management Interface. Instructions here:
http://projects.quintagroup.com/products/wiki/quintagroup.plonecaptchas#JoinForm
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13
-
quintagroup.plonegooglesitemaps-1.7.0-2.lbn13.noarch
Allows Plone websites to get better visibility for Google search engine
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13
-
quintagroup.plonetabs-0.7-1.lbn13.noarch
The product allows Plone websites to manage portal_actions tool from portal_control_panel
configlet. This release is a fully rewritten version of earlier qPloneTabs product versions.
It is based on kss javascript framework and plone 3 technologies.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13
-
quintagroup.portlet.cumulus-1.2-3.lbn13.noarch
Introduction
quintagroup.portlet.cumulus is a Plone product that allows you to add tag cloud portlets to your
Plone site. Your site's tags (content categories are used as tags) are displayed using a Flash
movie that rotates them in 3D. It works just like a regular tags cloud, but is more visually
exciting. This is the WordPress WP-Cumulus plugin ported to Plone as a portlet.
When you add this portlet anywhere in the site it will display all site's tags. If you have
installed QullsEnabled product this portlet will display only blog's tags when rendered inside
blog.
Usage
* Install "Tag cloud (cumulus) portlet" with QuickInstaller.
* Select Tag Cloud (cumulus) portlet from Add portlet drop-down menu.
* Provide your own values for portlet configuration if needed.
* Save changes.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13
-
quintagroup.seoptimizer-4.2.0-2.lbn13.noarch
Quintagroup Search Engine Optimization Tool
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13
-
quintagroup.z3cform.captcha-1.0.1-3.lbn13.noarch
quintagroup.z3cform.captcha is a package that allows to add captcha to the z3c.form.
As a result such forms are prevented from automatic submit.
Captchas in a z3c form
Using quintagroup.z3cform.captcha in a z3c.form form is simple. Just add a Captcha
field to your schema, use CaptchaWidgetFactory widget factory for this field and
away you go:
>>> from zope.interface import Interface
>>> from z3c.form import form, field
>>> from quintagroup.z3cform.captcha import Captcha
>>> from quintagroup.z3cform.captcha import CaptchaWidgetFactory
Now define form schema with Captch field
>>> class ICaptchaSchema(Interface):
... captcha = Captcha(
... title=_(u'Type the code'),
... description=_(u'Type the code from the picture shown below.'))
And set proper widget factory for the captcha field
>>> class CaptchaForm(form.Form):
... fields = field.Fields(ICaptchaSchema)
... fields['captcha'].widgetFactory = CaptchaWidgetFactory
and z3c.form 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 13
-
raptus.article.additionalwysiwyg-2.0b7-1.lbn13.noarch
Extends the article by a second WYSIWYG text field to make it possible to split your text
into two parts and display it for example above and below another component.
The following features for raptus.article are provided by this package:
Fields
------
* Additional WYSIWYG text field for the articles.
Components
----------
* Additional text (displays your text above an image or a video)
* Additional text left (displays your text in a separate column on the left)
* Additional text right (displays your text in a separate column on the right)
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13
-
raptus.article.alias-1.0a5-1.lbn13.noarch
Provides the possibility to create aliases for content objects which may be
contained in an article and display them in the specified components.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13