Metadata-Version: 1.0
Name: fanstatic
Version: 0.10
Summary: Flexible static resources for web applications.
Home-page: http://fanstatic.org
Author: Fanstatic Developers
Author-email: fanstatic@googlegroups.com
License: BSD
Description: Fanstatic
        =========
        
        Fanstatic is a smart static resource publisher for Python. For more
        information on what it's about and how to use it, see:
        http://fanstatic.org
        
        CHANGES
        *******
        
        0.10 (2011-01-19)
        =================
        
        - Renamed ``hashing`` to ``versioning``. Use the version of the python package
          as the version identifier for a Library, unless the package is installed in
          development mode. If a Library has no version or is in development, use the
          hash of the Library's directory contents as version identifier.
        
        - Consolidated the Resource modes into ``debug`` and ``minified``.
        
        - The injector component only sets up the NeededResources if the request method
          is GET or POST.
        
        - The ``devmode`` parameter has been renamed to ``recompute_hashes`` in order
          to more aptly reflect its behavior. When recompute_hashes is True, hashes are
          recomputed for every request - this is the default behavior.
        
        
        0.9b (2011-01-06)
        =================
        
        Fanstatic is a fundamental rewrite of `hurry.resource`_. As such, Fanstatic
        breaks compatibility with hurry.resource. Here's a list of essential changes
        since version 0.10 of hurry.resource:
        
        - Fundamental API cleanups and changes.
        
        - Fanstatic no longer depends on ZTK packages, and provides several 'pure' WSGI
          components. This allows for greater re-use in different WSGI-based frameworks.
        
        - `zope.fanstatic`_ (a rewrite of `hurry.zoperesource`_) provides the integration of
          Fanstatic with the ZTK.
        
        - Fanstatic adds a WSGI component for serving resources, offloading it from the
          application framework.
        
        - Fanstatic adds 'infinite' caching functionality by computing a unique URL
          for every version of a resource.
        
        - Fanstatic uses `py.test`_ for test discovery and execution.
        
        - A lot of effort has been put into documenting Fanstatic.
        
        .. _`hurry.resource`: http://pypi.python.org/pypi/hurry.resource
        .. _`hurry.zoperesource`: http://pypi.python.org/pypi/hurry.zoperesource
        .. _`zope.fanstatic`: http://pypi.python.org/pypi/zope.fanstatic
        .. _`py.test`: http://pypi.python.org/pypi/pytest
        
Platform: UNKNOWN
