Metadata-Version: 1.1
Name: hyde-gzipper
Version: 1.0
Summary: Hyde plugin for gzipping files
Home-page: http://rczajka.pl/hyde-gzipper
Author: Radek Czajka
Author-email: rczajka@rczajka.pl
License: MIT
Description: ****************************************
        hyde-gzipper: a gzipping plugin for Hyde
        ****************************************
        
        hyde-gzipper is a plugin for Hyde, which allows to create
        pre-compressed (gzipped) versions after writing output resources.
        
        =====
        Usage
        =====
        
        In your site.yaml, add this to plugins:
        
        .. code-block:: yaml
        
            - gzipper.GzipperPlugin
        
        Optionally configure file extensions which you want to include
        for compression. Default is: html, css, js.
        
        .. code-block:: yaml
        
            gzipper:
                extensions:
                    - html
                    - css
                    - js
        
        ======
        Author
        ======
        
        `Radek Czajka`_
        
        =======
        License
        =======
        
        MIT. See LICENSE file.
        
        
        .. _Radek Czajka: http://rczajka.pl
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Requires: python (>= 2.7)
