-
collective.recipe-0.16-1.lbn19.noarch
collective.recipe module
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
collective.recipe.bootstrap-1.0-3.lbn19.noarch
This recipe satisfies the (perhaps not-so-common) use case of "I want to keep
my buildout bootstrap.py file up to date without having to manually download
it from svn.zope.org." It also makes it possible to add a bootstrap.py file
to a buildout created via ``buildout init``. In other words, with this recipe
you can avoid having to do::
% svn cat svn://svn.zope.org/repos/main/zc.buildout/trunk/bootstrap/bootstrap.py > bootstrap.py
Just add a new ``section``, then refer to it in your buildout section's
``parts``. E.g.::
[buildout]
parts =
...
bootstrap
[bootstrap]
recipe = collective.recipe.bootstrap
Now whenever you run buildout, this recipe will update your bootstrap.py file.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
collective.recipe.jenkinsjob-1.0_alpha1-1.lbn19.noarch
Introduction
============
Simple buildout recipe that generated three commands *push a jenkins job*, *pull a jenkins job* and *trigger build on jenkins job*.
Recipe enables developer to sync configuration on Jenkins with buildout configuration.
Workflow to be used with the recipe:
- create and configure a job through the web
- run pull jenkins job
- later, make more changes the job through the web
- run pull jenkins job and use your SCM to diff the config
- (optional) push configuration to any other server or use it as restore
- (optional) trigger build, because you are too lazy to wait n minutes for cronjob
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
collective.recipe.omelette-0.16-1.lbn19.noarch
Creates a unified directory structure of all namespace packages, symlinking to the actual contents, in order to ease navigation.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
collective.recipe.template-2.0-1.lbn25.noarch
Buildout recipe to generate a text file from a template
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
collective.responsivetheme-1.2.2-1.lbn19.noarch
This Responsive Theme product will give your Plone a responsive theme on install.
But you can also include collective.responsivetheme to the custom theme you are making.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
collective.singing-0.7.5-1.lbn25.noarch
Singing is a Zope 3 library for sending notifications and newsletters.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
collective.singingnotify-1.0.0-1.lbn19.noarch
A plugin for Singing&Dancing that notify users unsubscriptions
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
collective.solr-3.0b5-2.lbn19.noarch
collective.solr integrates the Solr search engine with Plone.
Apache Solr is based on Lucene and is the enterprise open source search engine. It
powers the search of sites like Twitter, the Apple and iTunes Stores, Wikipedia,
Netflix and many more.
Solr does not only scale to any level of content, but provides rich search
functionality, like facetting, geospatial search, suggestions, spelling corrections,
indexing of binary formats and a whole variety of powerful tools to configure custom
search solutions. It has integrated clustering and load-balancing to provide a high
level of robustness.
collective.solr comes with a default configuration and setup of Solr that makes it
extremely easy to get started, yet provides a vastly superior search quality
compared to Plone's integrated text search based on ZCTextIndex.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
collective.splashdancing-1.1a-3.lbn19.noarch
SplashDancing aka Sensible Defaults
Aims to add some "sensible defaults" to the Singing And Dancing Product
The features include:
------------------------
- pictures sent with news items
- A control panel for "zapping" HTML ids and classes that should not show up in
newsletters
More detail
------------------
This product registers an adapter for the Singing and Dancing newsletter product
that detects if a news item has a picture and sends the picture along with the news
item.
It also provides a "through the web" (TTW), control panel where a user can list ids
and classes that should not be sent in a newsletter.
An Out of the box S&D newsletter does not allow newsitems to "travel" with their
pictures and instead has a very basic representation of newsitems.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19