-
quintagroup.plonecaptchas-4.2-2.lbn19.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 19
-
quintagroup.plonegooglesitemaps-1.8.2-1.lbn19.noarch
Plone Google Sitemaps allows you to enable different kinds of Google Sitemaps on your Plone website. Such Sitemaps help Google identify site URLs and the data under each site section. With Google Sitemaps enabled, search engines could track your Plone site URLs faster and more efficiently, optimizing their search by placing all the information on one page.
With Plone Google Sitemaps product you can enable following Sitemap types on your Plone website:
Content Sitemap - is a regular list of pages on your website. Creating and submitting such a Sitemap lets Google know about all the pages on your Plone website, including URLs that may not be discoverable by Google’s normal crawling process.
Mobile Sitemap - is a specific type of Sitemap, that indexes all site URLs that serve mobile-oriented content.
News Sitemap - is different from regular Sitemaps, since it is specific to Google News only. It uses the Sitemap protocol, with additional News-specific tags, defined by Google. The package brings protocol with additional Google Sitemaps tab to News Item content type for defining NewsSitemap-specific meta tags.
Different Sitemap types index their own content and do not depend on other Sitemaps.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
quintagroup.plonetabs-1.0-1.lbn19.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 19
-
quintagroup.portlet.cumulus-1.2-3.lbn19.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 19
-
quintagroup.seoptimizer-4.3-1.lbn19.noarch
quintagroup.seoptimizer allows per document editing of:
HTML Title tag
META description tag
META keywords tag
HTML comment into page header
HTML noframes tag into page header
META robots tag
META Disposition tag
Canonical URl http://projects.quintagroup.com/products/wiki/qSEOptimizer#CanonicalURL
For Title, description keywords and comment you have statistics (total/stop/used words, field length counter).
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
quintagroup.z3cform.captcha-1.0.3-1.lbn19.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 19
-
raptus.article.additionalwysiwyg-2.0b7-1.lbn25.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 19
-
raptus.article.alias-1.0a6-1.lbn19.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 19
-
raptus.article.allcontent-1.0a3-1.lbn19.noarch
Provides a component which displays the whole content of the contained articles.
The following features for raptus.article are provided by this package:
Components
----------
* All content (List of the contained articles displayed with all their content.)
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
raptus.article.backlink-1.0a1-1.lbn19.noarch
raptus.article.backlink provides support for adding a back link to articles.
The following features for raptus.article are provided by this package:
Components
----------
* raptus.article.backlink
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19