Metadata-Version: 1.1
Name: django-html5-appcache
Version: 0.2.0
Summary: HTML5 AppCache manifest generator
Home-page: http://www.nephila.it
Author: Iacopo Spalletti
Author-email: info@nephila.it
License: BSD License
Download-URL: https://github.com/nephila/django-html5-appcache
Description: =====================
        django-html5-appcache
        =====================
        
        .. image:: https://travis-ci.org/nephila/django-html5-appcache.png?branch=master
           :align: right
        
        Application to manage HTML5 Appcache Manifest files for dynamic Django web applications.
        
        While handy and quite simple in its structure, manifest files is quite burdensome
        to keep up-to-date on dynamic websites.
        
        ``django-html5-appcache`` try to make this effortless, exploiting the batteries
        included in Django to discover pages and assets as they are updated by the users.
        
        While still in pre-alpha state it should be usable, at least for testing purposes.
        
        Documentation is in progress.
        
        As generating manifest file can be quite resource intensive for larger sites,
        it uses the Django cache system.
        
        Requirements
        ------------
        
        * ``django>=1.4``
        * ``lxml``
        * ``html5lib``
        
        Installation
        ------------
        
        To get started using ``django-html5-appcache`` install it with ``pip``::
        
            $ pip install django-html5-appcache
        
        If you want to use the development version install from github::
        
            $ pip install git+https://github.com/nephila/django-html5-appcache.git#egg=django-html5-appcache
        
        See `Documentation <https://django-html5-appcache.readthedocs.org>`_ for further details.
        
Platform: OS Independent
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
