How to install sc.social.bookmarks
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install sc.social.bookmarks
Lastest release
Table of Contents
sc.social.bookmarks
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)
Installation
To enable this product,on a buildout based installation:
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.
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)
Sponsoring
Development of this product was sponsored by Simples Consultoria.
Contributors
- Johannes Raggam - Refactoring, portlet and conversion to jQuery
- 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.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 [erico_andrei]
- Fixing Zope API change: IVocabularyFactory now in zope.schema.interfaces. [erico_andrei]
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/ [erico_andrei]
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 [erico_andrei]
- Adds a condition to avoid displaying bookmark action on content types not configured to enabled it [erico_andrei]
0.6 (2009-04-07)
- Support for ordering selected providers [erico_andrei]
- Improvement on Control Panel usability, using new widgets [erico_andrei]
- Adds myspace icon [tamosauskas]
0.5 (2009-02-27)
- Initial Public Release to PyPi and Plone.org [erico_andrei]
- Very basic i18n support [erico_andrei]
- Styling and css [tamosauskas]
- KSS-enabled document action [tamosauskas]
- Filtering of content types [erico_andrei]
- Support for a fixed set of bookmarks providers [erico_andrei]
- Initial release