-
collective.js.galleria-1.2.5-1.lbn25.noarch
This addon register Galleria JQuery plugin in Plone's resource registries.
About Galleria
Galleria is a JavaScript image gallery framework built on top of the jQuery library. The aim is
to simplify the process of creating professional image galleries for the web and mobile devices.
How to install
https://secure.travis-ci.org/collective/collective.js.galleria.png
This addon can be installed as any other Plone addon. Please follow official documentation.
Have an idea? Found a bug? Let us know by opening a support ticket.
Notes
Galleria in its way to manage theme parse all link tags to find the css attached to the theme. To
make it work in production mode you must add themes javascript and css called by the template.
// look for manually added CSS
$('link').each(function( i, link ) {
reg = new RegExp( theme.css.replace('\+\+resource\+\+','\\+\\+resource\\+\\+') );
if ( reg.test( link.href ) ) {
// we found the css
css = true;
Galleria.theme = theme;
return false;
}
});
As you can see the original code has been patched to support ++resource++ url.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
collective.js.jquery-1.3.2.1-6.lbn25.noarch
collective.js.jquery is a simple packaging of the jQuery library that uses setuptools
for version selection and adds as a Zope browser resource. If CMF/Plone is available
it is also added to the JavaScript registry.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
collective.js.jqueryui-2.1.6-1.lbn25.noarch
Integration of jqueryui in Plone, like collective.js.jquery.
It is different from collective.jqueryui in many ways:
* no skin dirs (js and css are in resource dirs)
* no all the bunch of files and documentations from original jqueryui
* this one is minified
* just add all jqueryui to portal_js, and default css to portal_css (if you
apply the profile)
Notes
=====
There are three profiles in this package:
- ``default``: use this one with Plone 3.2/3.3 if you don't use
plone.app.jquerytools. It will replace the jQuery version in Plone by
the one included in collective.js.jquery because Plone <= 3.3rc2 include
an old version of jQuery (1.2) and jqueryui 1.7 requires jQuery 1.3+.
- ``withjqtoolsplone3``: use this one if you include plone.app.jquerytools
yourself in a Plone 3.2, this profile installs a jqueryui library
without the tabs plugin which conflicts with plone.app.jquerytools.
It will replace the jQuery version in Plone by the one included in
collective.js.jquery.
- ``withjqtools``: use this one if you use Plone 3.3/4. It will keep the
jQuery version included in Plone and is compatible with
plone.app.jquerytools. You need to include plone.app.jquerytools yourself
on Plone 3.3.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
collective.js.leaflet-0.6-1.lbn25.noarch
Enrich your Plone site with the power of Leaflet maps.
https://github.com/Leaflet/Leaflet
This addon registers the Leaflet base Javascript and CSS resources and optionally some interesting Leaflet plugins. By installing this addon, the base Leaflet mapping resources are automatically integrated. To activate some of the Plugins, you have to add one of these resource bundles to your registry.xml Registration:
leaflet.markercluster - https://github.com/Leaflet/Leaflet.markercluster
leaflet.fullscreen - https://github.com/brunob/leaflet.fullscreen
leaflet.zoomfs - https://github.com/elidupuis/leaflet.zoomfs
leaflet.geosearch - https://github.com/smeijer/L.GeoSearch
leaflet.geosearch.openstreetmap
leaflet.geosearch.bing
leaflet.geosearch.esri
leaflet.geosearch.google
leaflet.geosearch.nokia
leaflet.draw - https://github.com/Leaflet/Leaflet.draw
leaflet.stamen - http://maps.stamen.com/
leaflet.locatecontrol - https://github.com/domoritz/leaflet-locatecontrol
leaflet.MiniMap - https://github.com/Norkart/Leaflet-MiniMap
leaflet.providers - https://github.com/leaflet-extras/leaflet-providers leaflet.awesome-markers - https://github.com/lvoogdt/Leaflet.awesome-markers
Since this addon only provides Leaflet resources, you have finally provide some HTML markup for the map and write your custom Javascript integration code for Leaflet maps to work.
You have an example view at /@@LeafletMapView.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
collective.js.nivogallery-1.0-1.lbn25.noarch
Integration of nivogallery in Plone4(tested) and Plone3 (untested).
This version include nivogallery v0.7.1
It was made for using it with collective.plonetruegallery
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
collective.js.nivoslider-3.0.1.1-1.lbn25.noarch
Integration of nivoslider in Plone
This version include nivoslider v3.0.1 (first responsive version)
It is used by collective.plonetruegallery
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
collective.js.oembed-1.0a-1.lbn25.noarch
This addon register the jquery plugin oembed in the Plone resource registry.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
collective.js.showmore-1.0a4-2.lbn25.noarch
collective.js.showmore provides a JQuery plugin.
The plugin hides a set of nodes and replaces them with a "Show more..." link.
When the link is clicked, the hidden nodes are made visible again.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
collective.js.speakjs-1.0.0-1.lbn25.noarch
This package provides JavaScript resources for speak.js for Plone, but doesn't
provide any other integration for it.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
collective.js.supersized-0.3.3-1.lbn25.noarch
JQuery Supersized plugin as browser resource
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25