Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eea/eea.jquery
jQuery plugins for Plone
https://github.com/eea/eea.jquery
jquery-plugin plone plone-addon plone4x plone5x
Last synced: about 1 month ago
JSON representation
jQuery plugins for Plone
- Host: GitHub
- URL: https://github.com/eea/eea.jquery
- Owner: eea
- Created: 2012-01-31T16:40:06.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2022-10-28T11:55:19.000Z (about 2 years ago)
- Last Synced: 2024-04-11T13:00:26.630Z (9 months ago)
- Topics: jquery-plugin, plone, plone-addon, plone4x, plone5x
- Language: JavaScript
- Homepage: http://eea.github.com/docs/eea.jquery
- Size: 4.56 MB
- Stars: 3
- Watchers: 100
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
==========
EEA jQuery
==========
.. image:: https://ci.eionet.europa.eu/buildStatus/icon?job=eea/eea.jquery/develop
:target: https://ci.eionet.europa.eu/job/eea/job/eea.jquery/job/develop/display/redirect
:alt: develop
.. image:: https://ci.eionet.europa.eu/buildStatus/icon?job=eea/eea.jquery/master
:target: https://ci.eionet.europa.eu/job/eea/job/eea.jquery/job/master/display/redirect
:alt: masterIntroduction
============EEA jQuery provides jQuery 1.3.2 and 1.4.2 JS libraries as zope3 resources
and some jQuery plugins like: annotator, bbq, browser, cookie, fancybox,
galleryview, jqzoom, qtip, splitter, tagcloud, flashembed and more.Each plugin comes with its own GenericSetup profile in order to easily use it
within your Plone sites... note ::
This add-on doesn't do anything by itself. It needs to be integrated by a
developer within your own products. For reference you can check
the `eea.tags`_ package... contents::
Installation
============zc.buildout
-----------
If you are using `zc.buildout`_ and the `plone.recipe.zope2instance`_
recipe to manage your project, you can do this:* Update your buildout.cfg file:
* Add ``eea.jquery`` to the list of eggs to install
* Tell the `plone.recipe.zope2instance`_ recipe to install a ZCML slug::
[instance]
...
eggs =
...
eea.jqueryzcml =
...
eea.jquery* Re-run buildout, e.g. with::
$ ./bin/buildout
You can skip the ZCML slug if you are going to explicitly include the package
from another package's configure.zcml file.Dependencies
============`EEA jQuery`_ has the following dependencies:
- collective.js.jqueryuiSource code
===========- `Plone Collective on Github `_
- `EEA on Github `_Plugins documentation
=====================`eea_screentimeanalytics`_ An EEA's developed google analytics plugin that
can tell you, exactly, how many users are reading for real the content of
a webpage. Reading is detecting by catching they scroll events versus
the time needed to read the actual content (average reader speed is around
200 words per minute) and reaches the bottom of the page. If they reaches
the bottom of the page too fast they are categorized as scanner.Copyright and license
=====================
The Initial Owner of the Original Code is European Environment Agency (EEA).
All Rights Reserved.The EEA jQuery (the Original Code) is free software;
you can redistribute it and/or modify it under the terms of the GNU
General Public License as published by the Free Software Foundation;
either version 2 of the License, or (at your option) any later
version.Contributor(s):
---------------- Alin Voinea (Eau de Web)
- Antonio De Marinis (European Environment Agency)
- Alec Ghica (Eau de Web)
- Sasha Vincic (Valentine Web Systems)
- Mathieu Le Marec - Pasquet (kiorky) (Makina Corpus)Credits:
--------- Peter Holzer (Agitator)
More details under docs/License.txt
Funding
=======EEA_ - European Environment Agency (EU)
.. _EEA: https://www.eea.europa.eu/
.. _`eea.tags`: https://eea.github.com/docs/eea.tags
.. _`eea_screentimeanalytics`: https://github.com/collective/eea.jquery/tree/master/eea/jquery/plugins/eea_screentimeanalytics/docs
.. _`plone.recipe.zope2instance`: https://pypi.python.org/pypi/plone.recipe.zope2instance
.. _`zc.buildout`: https://pypi.python.org/pypi/zc.buildout