Metadata-Version: 1.1
Name: bobtemplates.cs
Version: 1.5
Summary: Templates for Plone projects by CodeSyntax
Home-page: https://github.com/codesyntax/bobtemplates.cs
Author: Mikel Larreategi
Author-email: mlarreategi@codesyntax.com
License: GPLv2
Description: 
        .. image:: https://travis-ci.com/codesyntax/bobtemplates.cs.svg?branch=master
            :target: http://travis-ci.com/codesyntax/bobtemplates.cs
        
        .. image:: https://coveralls.io/repos/github/codesyntax/bobtemplates.cs/badge.svg?branch=master
            :target: https://coveralls.io/github/codesyntax/bobtemplates.cs?branch=master
            :alt: Coveralls
        
        .. image:: https://img.shields.io/pypi/v/bobtemplates.cs.svg
            :target: https://pypi.python.org/pypi/bobtemplates.cs/
            :alt: Latest Version
        
        .. image:: https://readthedocs.org/projects/bobtemplatescs/badge/?version=latest
                :target: https://bobtemplatescs.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://img.shields.io/pypi/l/bobtemplates.cs.svg
            :target: https://pypi.python.org/pypi/bobtemplates.cs/
            :alt: License
        
        ================
        bobtemplates.cs
        ================
        
        `bobtemplates.cs` provides a `mr.bob <http://mrbob.readthedocs.org/en/latest/>`_ template to generate packages for Plone projects using our customizations. This packages is based on `bobtemplates.plone <https://pypi.python.org/project/bobtemplates.plone>`_
        
        
        Features
        ========
        
        Package created with ``bobtemplates.cs`` use the current best-practices when creating an add-on.
        
        Provided templates
        ------------------
        
        - cs_plone_volto_buildout
        - cs_plone_buildout
        - cs_migration
        
        cs_plone_volto_buildout
        ~~~~~~~~~~~~~~~~~~~~~~~
        
        This template provides a ready-to-use buildout template for Plone backends for Volto. It asks for a Plone version
        and configures the buildout with it.
        
        The generated buildout provides configuration files for nginx and Apache, haproxy, varnish and logrotate.
        
        It also creates cron jobs to pack your database and to restart the services when the server is rebooted.
        
        cs_plone_buildout
        ~~~~~~~~~~~~~~~~~
        
        This template provides a ready-to-use buildout template for Plone sites. It asks for a Plone version
        and configures the buildout with it.
        
        The generated buildout provides configuration files for nginx and Apache, haproxy, varnish and logrotate.
        
        It also creates cron jobs to pack your database and to restart the services when the server is rebooted.
        
        
        cs_migration
        ~~~~~~~~~~~~
        
        This template adds some useful blueprints and a pipeline for a `Transmogrifier`_ based migration for Plone 5.
        
        The provided pipeline will work with a
        `collective.jsonify <https://pypi.org/project/collective.jsonify/>`_ export out of the box.
        
        We have been using the blueprints and the pipeline in several projects and found them very useful. To make the pipeline work correctly, you will need to adjust the created migration1.cfg file to provide the path of the export and adjust one or two parameters.
        
        To get started with Transmogrifier, visit the training at https://training.plone.org/5/transmogrifier
        
        You can run the migration from the command line, using the provided zopectl scripts, as follows. Inspect all the registered transmogrifier pipelines::
        
          $ cd /path/to/your/buildout
          $ ./bin/instance list_migrations
        
        
        Run the selected pipeline::
        
          $ cd /path/to/your/buildout
          $ ./bin/instance run_migration my.package-step1
        
        
        
        
        Compatibility
        =============
        
        Add-ons created with ``bobtemplates.cs`` are tested to work in Plone 5 and Plone 5.1.
        They should also work with older versions but that was not tested.
        It should work on Linux, Mac and Windows.
        
        
        Documentation
        =============
        
        Full documentation for end users can be found in the "docs" folder.
        
        
        Contribute
        ==========
        
        - Issue Tracker: https://github.com/codesyntax/bobtemplates.cs/issues
        - Source Code: https://github.com/codesyntax/bobtemplates.cs
        - Documentation:
        
        
        Support
        =======
        
        If you are having issues, please let us know.
        
        .. _`Transmogrifier`: https://pypi.org/projects/collective.transmogrifier
        
        
        Changelog
        =========
        
        1.5 (2022-04-06)
        ----------------
        
        - New Volto backend template
          [ionlizarazu]
        
        
        1.4.1 (2021-10-22)
        ------------------
        
        - change the section that eggs come from: Zope2 and Plone are define in instance, so they should come from there [Mikel Larreategi <mlarreategi@codesyntax.com>]
        
        -  [Mikel Larreategi <mlarreategi@codesyntax.com>]
        
        - [ci skip] [Mikel Larreategi <mlarreategi@codesyntax.com>]
        
        
        
        1.4 (2021-10-21)
        ----------------
        
        - add egg option to the zeo part, to be able to do conflict-resolution [Mikel Larreategi <mlarreategi@codesyntax.com>]
        
        -  [Mikel Larreategi <mlarreategi@codesyntax.com>]
        
        - [ci skip] [Mikel Larreategi <mlarreategi@codesyntax.com>]
        
        
        
        1.3.1 (2021-08-31)
        ------------------
        
        - Fix user import blueprint (fullname)
          [erral]
        
        
        1.3 (2021-08-30)
        ----------------
        
        - User migration blueprint and new version pins
          [erral]
        
        - update version pins
          [erral]
        
        
        1.2.4 (2020-10-16)
        ------------------
        
        - Default to Plone 5.2.2
          [erral]
        
        - Update version pins.
          [erral]
        
        
        1.2.3 (2020-02-19)
        ------------------
        
        - Update haproxy
          [erral]
        
        - Use new Travis.
          [erral]
        
        
        1.2.2 (2020-01-21)
        ------------------
        
        - Use `+=` in buildout part eggs link to make hotfix installation from external versions file work
          [erral]
        
        - Update supervisor version pins.
          [erral]
        
        
        1.2.1 (2019-05-15)
        ------------------
        
        - Remove 'products' directory registration for buildout recipe
          [erral]
        
        - update varnish control script in supervisor.
          [erral]
        
        
        1.2 (2019-04-04)
        ----------------
        
        - Always cache Diazo rules in development
          [erral]
        
        - Enable WSGI
          [erral]
        
        - Update pinnings
          [erral]
        
        - Remove checkinterval calculation.
        - Python3 compatibility fixes
          [erral]
        
        
        1.1.4 (2019-01-24)
        ------------------
        
        - Fix template registration
          [erral]
        
        
        1.1.3 (2019-01-24)
        ------------------
        
        - Minor fixes in template registration.
          [erral]
        
        
        1.1.2 (2019-01-16)
        ------------------
        
        - Bugfixes in migration subtemplate.
          [erral]
        
        
        1.1.1 (2018-11-26)
        ------------------
        
        - Minor fix.
          [erral]
        
        1.1 (2018-11-26)
        ----------------
        
        - Add a subtemplate with migration utils.
          [erral]
        
        
        1.0.0 (2018-10-19)
        ------------------
        
        - Link to starzel buildout for hotfix installation
          [erral]
        
        - Improve docs
          [erral]
        
        - More tests
          [erral]
        
        1.0b1 (2018-10-18)
        ------------------
        
        - No changes yet.
        
Keywords: web plone zope skeleton project
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
