Add social bookmarking and sharing capabilities to a Plone Site
Project description
**************************************
Social bookmarks
**************************************
.. contents:: Table of Contents
:depth: 2
Overview
--------
This product adds a Bookmark & Share action to a Plone 4 site.
It allows an anonymous or registered user to bookmark or share a content from a
Plone site to a service like Delicious, Digg, Reddit or Twitter (62 providers
already included).
Requirements
------------
- Plone 4.x (http://plone.org/products/plone)
Browsers and OS's
^^^^^^^^^^^^^^^^^^^
This package has been tested with the following browsers and OS's:
* Google Chrome (Linux/Win7/WinXP/MacOSX)
* Internet Explorer 7.0 (WinXP/Vista)
* Firefox 4 beta9 (Linux)
* Firefox 3 (WinXP/Vista/MacOSX)
* Safari 3 (WinXP/MacOSX)
Installation
------------
To enable this product,on a buildout based installation:
1. Edit your buildout.cfg and add ``sc.social.bookmarks``
to the list of eggs to install ::
[buildout]
...
eggs =
sc.social.bookmarks
After updating the configuration you need to run the ''bin/buildout'',
which will take care of updating your system.
Go to the 'Site Setup' page in the Plone interface and click on the
'Add/Remove Products' link.
Choose the product (check its checkbox) and click the 'Install' button.
Uninstall -- This can be done from the same management screen, but only
if you installed it from the quick installer.
Note: You may have to empty your browser cache and save your resource registries
in order to see the effects of the product installation.
Sponsoring
----------
Development of this product was sponsored by `Simples Consultoria
<http://www.simplesconsultoria.com.br/>`_.
Contributors
------------
* Héctor Velarde - Plone 4 support, uninstall profile
* Thiago Tamosauskas (thiago at simplesconsultoria dot com dot br) -
Implementation
* Erico Andrei (erico at simplesconsultoria dot com dot br) - Packaging and
plumbing.
* Johannes Raggam - Refactoring, portlet and conversion to jQuery
* Robert Niederreiter - This and that
Changelog
-----------
1.3.2 (2015-10-08)
^^^^^^^^^^^^^^^^^^
* Fixed massive bug with altering registry dict
[wengole]
1.3.1.dev0 (2015-01-29)
^^^^^^^^^^^^^^^^^^^^
* Refactor tests to use plone.app.testing
[ericof]
* Support Travis-Ci
[ericof]
* Use plone.registry instead portal_properties.
A migration step is included to migrate old settings to the registry.
[thet]
* Add bookmark titles to the <a> element instead of the <img>.
[thet]
* Sort the bookmarks provider list alphabetically.
[thet]
* Remove version.txt and define it just in setup.py.
[thet]
* PEP8 and PyFlakes compliancy
[ericof]
* Allow specifying resource for bookmark image
[wengole]
* Share links now open popups
[wengole]
1.2.3 (2012-06-12)
^^^^^^^^^^^^^^^^^^^^
* Add a MANIFEST.in file [ericof]
1.2.2 (2012-06-11)
^^^^^^^^^^^^^^^^^^^^
* Add sb_portlet module for 1.1 backwards compatibility.
[thet]
* Conditionally include permission.cfg [ericof]
1.2.1 (2011-06-27)
^^^^^^^^^^^^^^^^^^^^
* Adding buildout configs to test sc.social.bookmarks
[ericof]
* Fixing Zope API change: IVocabularyFactory now in zope.schema.interfaces.
[ericof]
1.2 (2011-06-13)
^^^^^^^^^^^^^^^^^^^^
* Base bookmarks rendering with content provider instead of macro.
[rnix]
* Cleanup JS
[rnix]
* Add "Show Icons Only" Property to control panel and integrate into views
[rnix]
* German Translation
[rnix]
* Plone 4.1 compatibility.
[thet]
* Add all dependencies to setup.py.
[thet]
* Zope API change: IVocabularyFactory now in zope.schema.interfaces.
[thet]
* Add migration step.
[thet]
* More cleanup.
[thet]
1.1 (2011-01-21)
^^^^^^^^^^^^^^^^^^^^
* Add portlet for social bookmarks. [thet]
* Removed KSS dependency and replace functionality with jQuery. [thet]
* Created a bookmarks view and assigned it as href for the bookmarks-action.
This makes it more accessible. [thet]
* Code cleanup & refactoring. [thet]
* change on version number [hvelarde]
* entry_points to z3c.autoinclude.plugin; there's no need for a ZCML slug now [hvelarde]
* fixing MessageFactory [hvelarde]
* adding icon_expr to controlpanel.xml as required in Plone 4 [hvelarde]
* adding some basic tests [hvelarde]
* aesthetic changes on xml files [hvelarde]
1.0 (2009-12-04)
^^^^^^^^^^^^^^^^^^^^
* Fix order of providers [lucmult]
* Improve styles [tamosauskas]
0.9 (2009-08-15)
^^^^^^^^^^^^^^^^^^^^
* Moves code to svn.plone.org/svn/collective/sc.social.bookmarks/
[ericof]
0.8 (2009-05-18)
^^^^^^^^^^^^^^^^^^^^
* Fixes an annoying issue with dancing divs
[tamosauskas]
0.7 (2009-04-15)
^^^^^^^^^^^^^^^^^^^^
* Fixes string formatting error in providers without all parameters mapped
[ericof]
* Adds a condition to avoid displaying bookmark action on content types not
configured to enabled it
[ericof]
0.6 (2009-04-07)
^^^^^^^^^^^^^^^^^^^^
* Support for ordering selected providers
[ericof]
* Improvement on Control Panel usability, using new widgets
[ericof]
* Adds myspace icon
[tamosauskas]
0.5 (2009-02-27)
^^^^^^^^^^^^^^^^^^^^
* Initial Public Release to PyPi and Plone.org
[ericof]
* Very basic i18n support
[ericof]
* Styling and css
[tamosauskas]
* KSS-enabled document action
[tamosauskas]
* Filtering of content types
[ericof]
* Support for a fixed set of bookmarks providers
[ericof]
* Initial release
Social bookmarks
**************************************
.. contents:: Table of Contents
:depth: 2
Overview
--------
This product adds a Bookmark & Share action to a Plone 4 site.
It allows an anonymous or registered user to bookmark or share a content from a
Plone site to a service like Delicious, Digg, Reddit or Twitter (62 providers
already included).
Requirements
------------
- Plone 4.x (http://plone.org/products/plone)
Browsers and OS's
^^^^^^^^^^^^^^^^^^^
This package has been tested with the following browsers and OS's:
* Google Chrome (Linux/Win7/WinXP/MacOSX)
* Internet Explorer 7.0 (WinXP/Vista)
* Firefox 4 beta9 (Linux)
* Firefox 3 (WinXP/Vista/MacOSX)
* Safari 3 (WinXP/MacOSX)
Installation
------------
To enable this product,on a buildout based installation:
1. Edit your buildout.cfg and add ``sc.social.bookmarks``
to the list of eggs to install ::
[buildout]
...
eggs =
sc.social.bookmarks
After updating the configuration you need to run the ''bin/buildout'',
which will take care of updating your system.
Go to the 'Site Setup' page in the Plone interface and click on the
'Add/Remove Products' link.
Choose the product (check its checkbox) and click the 'Install' button.
Uninstall -- This can be done from the same management screen, but only
if you installed it from the quick installer.
Note: You may have to empty your browser cache and save your resource registries
in order to see the effects of the product installation.
Sponsoring
----------
Development of this product was sponsored by `Simples Consultoria
<http://www.simplesconsultoria.com.br/>`_.
Contributors
------------
* Héctor Velarde - Plone 4 support, uninstall profile
* Thiago Tamosauskas (thiago at simplesconsultoria dot com dot br) -
Implementation
* Erico Andrei (erico at simplesconsultoria dot com dot br) - Packaging and
plumbing.
* Johannes Raggam - Refactoring, portlet and conversion to jQuery
* Robert Niederreiter - This and that
Changelog
-----------
1.3.2 (2015-10-08)
^^^^^^^^^^^^^^^^^^
* Fixed massive bug with altering registry dict
[wengole]
1.3.1.dev0 (2015-01-29)
^^^^^^^^^^^^^^^^^^^^
* Refactor tests to use plone.app.testing
[ericof]
* Support Travis-Ci
[ericof]
* Use plone.registry instead portal_properties.
A migration step is included to migrate old settings to the registry.
[thet]
* Add bookmark titles to the <a> element instead of the <img>.
[thet]
* Sort the bookmarks provider list alphabetically.
[thet]
* Remove version.txt and define it just in setup.py.
[thet]
* PEP8 and PyFlakes compliancy
[ericof]
* Allow specifying resource for bookmark image
[wengole]
* Share links now open popups
[wengole]
1.2.3 (2012-06-12)
^^^^^^^^^^^^^^^^^^^^
* Add a MANIFEST.in file [ericof]
1.2.2 (2012-06-11)
^^^^^^^^^^^^^^^^^^^^
* Add sb_portlet module for 1.1 backwards compatibility.
[thet]
* Conditionally include permission.cfg [ericof]
1.2.1 (2011-06-27)
^^^^^^^^^^^^^^^^^^^^
* Adding buildout configs to test sc.social.bookmarks
[ericof]
* Fixing Zope API change: IVocabularyFactory now in zope.schema.interfaces.
[ericof]
1.2 (2011-06-13)
^^^^^^^^^^^^^^^^^^^^
* Base bookmarks rendering with content provider instead of macro.
[rnix]
* Cleanup JS
[rnix]
* Add "Show Icons Only" Property to control panel and integrate into views
[rnix]
* German Translation
[rnix]
* Plone 4.1 compatibility.
[thet]
* Add all dependencies to setup.py.
[thet]
* Zope API change: IVocabularyFactory now in zope.schema.interfaces.
[thet]
* Add migration step.
[thet]
* More cleanup.
[thet]
1.1 (2011-01-21)
^^^^^^^^^^^^^^^^^^^^
* Add portlet for social bookmarks. [thet]
* Removed KSS dependency and replace functionality with jQuery. [thet]
* Created a bookmarks view and assigned it as href for the bookmarks-action.
This makes it more accessible. [thet]
* Code cleanup & refactoring. [thet]
* change on version number [hvelarde]
* entry_points to z3c.autoinclude.plugin; there's no need for a ZCML slug now [hvelarde]
* fixing MessageFactory [hvelarde]
* adding icon_expr to controlpanel.xml as required in Plone 4 [hvelarde]
* adding some basic tests [hvelarde]
* aesthetic changes on xml files [hvelarde]
1.0 (2009-12-04)
^^^^^^^^^^^^^^^^^^^^
* Fix order of providers [lucmult]
* Improve styles [tamosauskas]
0.9 (2009-08-15)
^^^^^^^^^^^^^^^^^^^^
* Moves code to svn.plone.org/svn/collective/sc.social.bookmarks/
[ericof]
0.8 (2009-05-18)
^^^^^^^^^^^^^^^^^^^^
* Fixes an annoying issue with dancing divs
[tamosauskas]
0.7 (2009-04-15)
^^^^^^^^^^^^^^^^^^^^
* Fixes string formatting error in providers without all parameters mapped
[ericof]
* Adds a condition to avoid displaying bookmark action on content types not
configured to enabled it
[ericof]
0.6 (2009-04-07)
^^^^^^^^^^^^^^^^^^^^
* Support for ordering selected providers
[ericof]
* Improvement on Control Panel usability, using new widgets
[ericof]
* Adds myspace icon
[tamosauskas]
0.5 (2009-02-27)
^^^^^^^^^^^^^^^^^^^^
* Initial Public Release to PyPi and Plone.org
[ericof]
* Very basic i18n support
[ericof]
* Styling and css
[tamosauskas]
* KSS-enabled document action
[tamosauskas]
* Filtering of content types
[ericof]
* Support for a fixed set of bookmarks providers
[ericof]
* Initial release
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sc.social.bookmarks-1.3.2.tar.gz
(79.3 kB
view hashes)
Close
Hashes for sc.social.bookmarks-1.3.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33cd302ec025a38a91ba1c3800f0c28f1915c0299b422a4c91a41beb43ac3e3c |
|
MD5 | 22ce128bb2f0d523a23c9a47f7d64672 |
|
BLAKE2b-256 | 30ed2378bb17558d6434158c4ac22162198ebaeaf9a5df80ae1ad7851b493653 |