Metadata-Version: 1.0
Name: minitage.paste
Version: 0.0.1-alpha28
Summary: PasteScripts to facilitate use of minitage and creation of minitage based projects.
Home-page: http://cheeseshop.python.org/pypi/minitage.paste
Author: Mathieu Pasquet
Author-email: kiorky@cryptelium.net
License: GPL
Description: ****************************************************************
        aste Scripts to install profiles into minitage based projects
        ****************************************************************
        
        .. contents::
        
        What is minitage.paste
        =======================
        
        Those are PasteScripts to help creating out projects living inside minitage.
        You ll find in there:
        
        Projects templates
        ===================
        
        - minitage.zope3: A sample layout for a zope 3 application
        - minitage.plone25: A sample layout for a plone 25 application
        - minitage.plone31: A sample layout for a plone 31 application
        - minitage.django: A sample layout for a django application
        - minitage.geodjango: A sample layout for a geo-django application
        - minitage.dependency: A sample layout for a compiled dependency
        - minitage.egg: A sample layout for a egg dependency
        
        Projects profiles
        ==================
        
        - minitage.varnish: create a varnish instance with or without a sample
        configuration file toward zope/plone.
        - minitage.postgresql: create a postgresql instance in the sys dir of your
        project
        - minitage.env: create a `share/minitage/minitage.env` file inside the
        sysdir of the project. You ll can source it and have into your environment
        the path and libraries from the registred dependencies of your project.
        
        Usage
        ======
        
        
        Use throught paster::
        
        easy_install minitage.paste
        paster create -t [template_name] target_project [opt=n opt2=n]
        
        This will create a new project and a new minilay in your current minitage.
        
        Here must come as dependencies::
        
        minitage.core
        zc.buildout
        PasteScripts
        Cheetah
        
        
        Warning
        ========
        
        The sources are roughly fresh, and not yet unit tested. This will come but
        at the time, it is not. Feel free to poke for bugs. But, be aware it's
        pretty young stuff.
        
        
        
        
        
        
        CHANGES
        ===========
        
        0.0.1_alpha28
        ---------------
        - doc release
        
        0.0.1_alpha27
        ---------------
        - add varnish profile
        - fix some zc.buildout 1.1 related bugs
        
        0.0.1_alpha26
        ---------------
        - add login info to plone templates
        
        0.0.1_alpha25
        ---------------
        - add env. variables for convenience with zope projects
        
        0.0.1_alpha22
        ---------------
        - update recipe versions
        - add buildbot templates
        
        0.0.1_alpha22
        ---------------
        - comment corrections
        - fix plone template
        
        0.0.1_alpha21
        ----------------
        - improve environnment profile
        
        0.0.1_alpha20
        ----------------
        - merge release
        
        0.0.1_alpha19
        --------------
        - add dependency layout
        - add egg layout
        - add distutils layout
        
        0.0.1_alpha18
        ----------------
        - Rename python interpreter not to override the real one in path.
        
        0.0.1_alpha17
        ----------------
        - Add omelette to plone template
        - Fix and add zcml for instance part.
        
        0.0.1_alpha7
        --------------
        - corret some logfiles for the postgresql template
        
        0.0.1_alpha6
        --------------
        - Manifest upgrade
        
        0.0.1_alpha5
        --------------
        - corret dependencies for django project
        
        0.0.1_alpha2
        --------------
        
        - correct some labels and default values
        - add django template
        - add geo-django template
        
        0.0.1_alpha1
        --------------
        Initial release
        
        
        
        
        
        
        
        
        
Keywords: PasteScripts minitage
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
