Personal tools
Skip to content. | Skip to navigation
Singing is a Zope 3 library for sending notifications and newsletters.
A plugin for Singing&Dancing that notify users unsubscriptions
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.
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.
Introduction SugarCRM is an open-source software-solution vendor which produces the Sugar Customer Relationship Management (CRM) system. This add-on provide components to use SugarCRM in Plone. Status Useable in production tests Integration tests are run with a trial URL If it is not available, please fill the demand for a new demo at http://www.sugarcrm.com/crm/ondemand_eval.html and export the URL into environnement: export SUGARCRM_SOAP_URL="NEW TRIAL URL" you can exclude integration tests with sugarcrm by using use ./bin/test -t UnitTest Components pasplugin A PAS plugin has been implemented. You can logged into Plone with sugarcrm credentials. webservice suds has been used to provide a simple api over soap's sugarcrm. >>> webservice = ISugarCRM(context) >>> results = webservice.search(query_string='JeanMichel') source z3c.formwidget.query.interfaces.IQuerySource for contacts and accounts are provided. password A utility is available to crypt password for using with webservice (sic) portlet contact With a condition on collective.portlet.contact installed, it provides a backend from your sugarCRM contact address book to the contact portlet