Metadata-Version: 1.1
Name: p01.recipe.cdn
Version: 0.5.7
Summary: Content delivery network Concept supporting resource offload
Home-page: http://pypi.python.org/pypi/p01.recipe.cdn
Author: Roger Ineichen and the Zope Community
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: The ``p01.recipe.cdn:app`` recipe generates a script which is able to extract
        content delivery resources defined by the p01.cdn meta directives from a
        project to a given folder. Additional there is a minify recipe which generates
        a minify script which is able to collect resources from a local project or
        released python packages, minify and bundle them. And there is a glue recipe
        which is able to generate sprite images. In short words, three is everything
        you will need to generate and extract resources for a content delivery network.
        
        
        Detailed Documentation
        **********************
        
        ======
        README
        ======
        
        This buildout recipe package offers 3 different concepts. This 3 concept allows
        you to reduce the resources size and offload the resources from your
        application server. The nice thing is, that you can start your application with
        different configurations if you like to server the minified and static or the
        local non monified resource versions. The p01.cdn package also offers a version
        manager which allows to use different resource versions.
        
        
        sprites
        -------
        
        The first concept allows to generate sprite images and the relevant css styles
        pointing to the right sprite background position. This recipe uses the
        spritemapper python package
        
        
        minify
        ------
        
        The second concept allows to minify javascript or CSS files. The recipe supports
        the following python minify libraries.
        
          jsmin: http://pypi.python.org/pypi/jsmin
          lpjsmin: http://pypi.python.org/pypi/lpjsmin
          slimit: http://pypi.python.org/pypi/slimit
          cssmin: http://pypi.python.org/pypi/cssmin
        
        
        content delivery network
        ------------------------
        
        The third concept allows to extract CDN (content delivery network) resources
        based on p01.cdn into a folder structure.
        
        
        =======
        CHANGES
        =======
        
        0.5.7 (2015-03-17)
        ------------------
        
        - bugfix: support missing parser instance. The parser was missing for show an
          error message, e.g. missing directory path
        
        
        0.5.6 (2014-06-10)
        ------------------
        
        - extract: print the current layer
        
        
        0.5.5 (2014-05-08)
        ------------------
        
        - bugfix: The skip option didn't work. Now you can define optional files by
          it's filename and the minify script will only include this skipped files
          and not minify the file source.
        
        - bugfix: The libs option didn't work. Now you can define different minify
          libraries for each file.
        
        
        0.5.4 (2013-11-13)
        ------------------
        
        - Output the resource parameters when extract fails
        
        
        0.5.3 (2013-03-27)
        ------------------
        
        - bugfix: use an empty list as default skip option and not None
        
        
        0.5.2 (2013-03-19)
        ------------------
        
        - feature: support skip option in extract recipe. This allows to define a list
          of filenames thcih get not extracted to the output. This allows to skip the
          source files from get deployed to the cdn output folder.
        
        - feature: support slimit mangle, mangle_toplevel and cssmin wrap options. You
          can use them as slimit_mangle, slimit_mangle_toplevel and cssmin_wrap in your
          buildout.
        
        
        0.5.1 (2013-01-28)
        ------------------
        
        - improve error handling, show traceback from executed method
        
        
        0.5.0 (2012-11-16)
        ------------------
        
        - initial release
        
Keywords: zope3 p01 recipe cdn content delivery network minify bundle js javascript css
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
