Metadata-Version: 1.0
Name: fa.bootstrap
Version: 0.3.1
Summary: pyramid_formalchemy twitter bootstrap integration
Home-page: https://github.com/RedTurtle/fa.bootstrap
Author: RedTurtle Developers
Author-email: svilplone@redturtle.it
License: GPL
Description: fa.bootstrap
        ============
        
        Introduction
        ------------
        
        This library packages `twitter bootstrap`_ for `pyramid_formalchemy`_ using `js.bootstrap`_.
        
        .. _`pyramid_formalchemy`: http://docs.formalchemy.org/pyramid_formalchemy/
        .. _`twitter bootstrap`: http://twitter.github.com/bootstrap/
        .. _`js.bootstrap`: https://github.com/RedTurtle/js.bootstrap
        
        
        It's right now in early development stage so you should know what you are doing. 
        However most of the `pyramid_formalchemy`_ views/functionalites should be properly wrap 
        with `js.bootstrap`_.
        
        What you can get is:
        
        
        .. image:: https://github.com/RedTurtle/fa.bootstrap/raw/master/docs/Screenshot01.png
        
        .. image:: https://github.com/RedTurtle/fa.bootstrap/raw/master/docs/Screenshot02.png
        
        .. image:: https://github.com/RedTurtle/fa.bootstrap/raw/master/docs/Screenshot03.png
        
        .. image:: https://github.com/RedTurtle/fa.bootstrap/raw/master/docs/Screenshot04.png
        
        .. image:: https://github.com/RedTurtle/fa.bootstrap/raw/master/docs/Screenshot05.png
        
        .. image:: https://github.com/RedTurtle/fa.bootstrap/raw/master/docs/Screenshot06.png
        
        
        Installation
        ------------
        
        fa.bootstrap also provides a paster template. It can be used to
        to create a new project. If you create a new project, you must first install 
        fa.bootstrap in your python environment, either with pip::
        
          $ pip install fa.bootstrap
        
        or with easy_install::
        
            $ easy_install fa.bootstrap
        
        Then you should be able to run::
        
          $ paster create -t pyramid_fa_bootstrap myapp
        
        and start your application by::
        
          $ cd myapp
          $ python setup.py develop
          $ paster serve development.ini
        
        
        Contact
        -------
        
        .. image:: http://www.slowfoodbologna.it/redturtle_logo.png
        
        * | Andrew Mleczko <``andrew.mleczko at redturtle.net``>
          | **RedTurtle Technology**, http://www.redturtle.net/
        
        CHANGES
        *******
        
        0.3.1 (2012-05-23)
        ==================
        
        - Small template fixes [amleczko]
        
        0.3 (2012-02-01)
        ================
        
        - Integration with js.bootstrap 2.0a [amleczko]
        
        0.2.4 (2012-01-17)
        ==================
        
        - actions are using literal;
          fix problem with Chameleon escaping html [amleczko]
        
        0.2.3 (2012-01-04)
        ==================
        
        - fix styles to match bootstrap 1.4 [amleczko]
        - add bootstrap autocomplete renderer to match twitter css [amleczko]
        - fix action isActive [amleczko]
        - fix global_validator error rendering [amleczko]
        - remove WebOB pin [gawel]
        
        0.2.2 (03-11-2011)
        ==================
        
        - pin WebOB to < 1.2; this fix problem with formalchemy [amleczko]
        
        0.2.1 (30-10-2011)
        ==================
        
        - add paster templates for fa.bootstrap [amleczko]
        
        0.2 (30-10-2011)
        ================
        
        - add manifest.ini [gawel]
        - add new action - dropdown [amleczko]
        - add auto alert hide js [amleczko]
        
        0.1 (30-09-2011)
        ================
        
        - Initial release - using js.bootstrap 1.3.2 [amleczko]
        
Keywords: pyramid pyramid_formalchemy twitter bootstrap redturtle
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
