Metadata-Version: 1.0
Name: toutpt.zopeskel
Version: 1.3.3
Summary: A set of skels for Plone dev
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_diazo960
        ---------------
        
        Create a Plone theme using plone.app.theming.
        
        The theme is pure Diazo theme using 960 css.
        
        The package profile install the theme, activate it, and unactivate column.css
        (aka deco). It loads all resources in corresponding registry.
        
        toutpt_diazoboostrap
        --------------------
        
        Create a Plone theme using plone.app.theming.
        
        The theme is pure Diazo theme using twitter's boostrap grid (responsive mode).
        
        The package profile install the theme, activate it, and unactivate column.css
        (aka deco) and mobile.css. It loads all resources in corresponding registry
        and override the 'main_template' to reset the viewport.
        
        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.3 (2012-05-31)
        ------------------
        
        - collective: Following conventions for testing + use PloneWithPackageLayer
        - add toutpt_diazobootstrap skel: a diazo theme based on twitter bootstrap responsive
        - rename toutpt_diazotheme skel in toutpt_diazo960
        
        1.3.2 (2012-03-20)
        ------------------
        
        - collective: add tests
        
        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: paster Plone zopeskel diazo
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
