Metadata-Version: 1.0
Name: mfabrik.plonezohointegration
Version: 0.1
Summary: Integration of Zoho web applications for Plone CMS
Home-page: http://svn.plone.org/svn/collective/mfabrik.plonezohointegration/trunk
Author: mFabrik Research Oy
Author-email: info@mfabrik.com
License: GPL
Description: .. contents:: local
        
        Introduction
        -------------
        
        *mfabrik.plonezohointegration* provide tools to integrate Plone CMS with `Zoho <http://www.zoho.com>`_
        web applications and their data.
        
        The main feature of this add-on product is a new contact form, available as standalone and a portlet,
        which will directly deliver contacts to Zoho CRM where your sales representatives can pick them
        up and handle according to their workflow.
        
        Features
        --------
        
        * Control panel to set Zoho username, password and API key required for integration communication
        
        * Contact form integration with Zoho CRM. All contacts are automatically converted to Zoho leads.
        The sales person of your organization can screen contact submissions in Zoho CRM
        and dial/email to persons interested in your products.
        
        The features are done using `mfabrik.zoho library for Python <http://github.com/miohtama/mfabrik.zoho>`_.
        
        Installation
        -------------
        
        Add the following to your buildout.cfg::
        
        eggs =
        ...
        mfabrik.plonezohointegration
        
        Rerun buildout.
        
        Restart Plone.
        
        Go to Plone Site Setup.
        
        Run add-on installer for *Zoho CRM integration*.
        
        Add your Zoho credentials in *Zoho settings* under *Site Setup*.
        
        .. note::
        
        As the writing of this, plone.app.z3cform trunk version (0.5.0+)
        is needed to make this add-on fully functional. Otherwise the form
        behavior might not be nice.
        
        Plone 3 and beta components
        ============================
        
        This add-on product uses software components which are not yet officially deployed
        for Plone 3 (and maybe never will) like plone.app.registry. To make these components
        work correctly you probably need to use "good-py version pindowns" in your
        buildout.cfg.
        
        For more information, see
        
        * http://plone.org/products/dexterity/documentation/manual/developer-manual/pre-requisites/buildout-configuration
        
        Contact Us portlets and forms
        ==============================
        
        Contact Us form will be available in URL http://yoursite.com/@@zoho-contact-form
        
        The form is also available as a portlet *Zoho Contact Form*. We suggest
        that you add this portlet as a content-type portlet on all of your
        *Pages* and *Folders*.
        
        You can add some fixed field values to all leads generated through the web site
        in Zoho settings.
        
        Portlet CSS
        ===========
        
        You might want add the following to your site theming to hide form fields descriptions
        on the portlet form::
        
        .portletZohoCRMContact .formHelp {
        display: none;
        }
        
        Commercial development
        -----------------------
        
        This package is licensed under open source GPL license.
        If you are looking for high quality Zoho/Python support, please contact
        `mFabrik Research <mailto:research@mfabrik.com>`_.
        Our top class Python developers are ready to help you with your software development.
        
        Author
        ------
        
        `mFabrik Research Oy <mailto:info@mfabrik.com>`_ - Python and Plone professionals for hire.
        
        * `mFabrik web site <http://mfabrik.com>`_
        
        * `mFabrik mobile site <http://mfabrik.mobi>`_
        
        * `Blog <http://blog.mfabrik.com>`_
        
        * `More about Plone <http://mfabrik.com/technology/technologies/content-management-cms/plone>`_
        
        
        Changelog
        =========
        
        0.1
        -------------------
        
        - Initial release
        
Keywords: zoho plone crm integration
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
