Metadata-Version: 1.0
Name: toutpt.zopeskel
Version: 1.3.2
Summary: UNKNOWN
Home-page: https://github.com/toutpt/toutpt.zopeskel
Author: JeanMichel FRANCOIS aka toutpt
Author-email: toutpt@gmail.com
License: GPL
Description: Introduction
        ============
        
        This package provide new templates for ZopeSkel_ 2.X.
        
        It contains at the moment only one template for Plone.
        
        How to install
        ==============
        
        This can be installed by using easy_install, pip or buildout. 
        An example of buildout can be found at https://github.com/toutpt/mypythontools
        
        Templates
        =========
        
        toutpt_diazotheme
        -----------------
        
        Create a Plone theme using plone.app.theming.
        
        The theme is a copy of sunburst theme but using 960 css.
        
        The package profile install the theme, activate it, and reset public.css and
        column.css (aka deco).  It loads all resources in corresponding registry plus
        modernizr_ in the jsregistry.
        
        toutpt_collectivejs
        -------------------
        
        Create a package to provide a javascript library to Plone. Many collective.js.* packages can be found like jqueyrui.
        
        This template has been used to create collective.js.formalize.
        
        toutpt_collective
        -----------------
        
        Create a package to be a collective addon. It will provides tests using plone.app.testing, upgrades for genericsetup and a browserlayer. All common needs are their.
        
        Credits
        =======
        
        Companies
        ---------
        
        |makinacom|_
        
        * `Planet Makina Corpus <http://www.makina-corpus.org>`_
        * `Contact us <mailto:python@makina-corpus.org>`_
        
        Authors
        
        - JeanMichel FRANCOIS aka toutpt <toutpt@gmail.com>
        
        ..Contributors
        
        .. |makinacom| image:: http://depot.makina-corpus.org/public/logo.gif
        .. _makinacom:  http://www.makina-corpus.com
        .. _ZopeSkel: http://pypi.python.org/pypi/ZopeSkel
        .. _modernizr: http://modernizr.com
        
        
        
        Changelog
        =========
        
        
        1.3.2 (2012-03-20)
        ------------------
        
        - Nothing changed yet.
        
        
        1.3.1 (2012-03-16)
        ------------------
        
        - upgrade boostrap.py
        
        1.3 (2012-03-16)
        ----------------
        
        - add upgrades for profile to all skels
        - fix missing initialize
        
        1.2 (2011-12-28)
        ----------------
        
        - collectivejs: add z3c.autoinclude
        - diazotheme: add skinname to static directory.
        
        1.1 (2011-12-14)
        ----------------
        
        - add toutpt_collectivejs template
        
        1.0 (2011-12-14)
        ----------------
        
        - Initial release
        
        
        
Keywords: oaster zopeskel
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
