Metadata-Version: 1.0
Name: collective.js.d3
Version: 3.0.8.1
Summary: D3.js integration for Plone
Home-page: https://github.com/collective/collective.js.d3
Author: Eric BREHAULT
Author-email: eric.brehault@makina-corpus.org
License: GPL
Description: Introduction
        ============
        
        D3.js_ is a JavaScript library for manipulating documents based on data.
        D3 helps you bring data to life using HTML, SVG and CSS. D3’s emphasis on web
        standards gives you the full capabilities of modern browsers without tying
        yourself to a proprietary framework, combining powerful visualization
        components and a data-driven approach to DOM manipulation.
        
        This products integrates D3.js library in Plone.
        
        Install
        =======
        
        Add ``collective.js.d3`` to your buildout's eggs and run it.
        
        A genericsetup profile is provided to add ``d3.min.js`` to
        ``portal_javascript`` in a minified version with compression option set
        to *none*.
        
        Credits
        =======
        
        Companies
        ---------
        
        |makinacom|_
        
        * `Planet Makina Corpus <http://www.makina-corpus.org>`_
        * `Contact us <mailto:python@makina-corpus.org>`_
        
        Authors
        -------
        
        - Eric BREHAULT <eric.brehault@makina-corpus.org>
        
        
        .. |makinacom| image:: http://depot.makina-corpus.org/public/logo.gif
        .. _makinacom:  http://www.makina-corpus.com
        .. _D3.js: http://d3js.org/
        
        
        Changelog
        =========
        
        3.0.8.1 (20-03-2013)
        --------------------
        
        - Fix egg (missing README.rst)
        
        3.0.8 (19-03-2013)
        ------------------
        
        - Initial release [ebrehault]
        
Keywords: Plone,d3.js
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
