Metadata-Version: 1.0
Name: django-plist
Version: 0.4
Summary: Django app for serializing objects into Cocoa Property List XML
Home-page: http://wiki.github.com/steingrd/django-plist
Author: Steingrim Dovland
Author-email: steingrd@ifi.uio.no
License: UNKNOWN
Description: 
        ============
        django-plist
        ============
        
        django-plist is a Django application that trivializes the serialization of
        Django model objects into the XML format used by Property List files on the
        Cocoa platform (iPhone/Mac OS X).
        
        Installing
        ==========
        Please refer to `INSTALL.markdown` for installation instructions. Notice the
        last section on configuring Django and ensure that you have the correct
        settings in `INSTALLED_APPS` and `TEMPLATE_LOADER`.
        
        Using
        =====
        Usage instructions can be found in `docs/overview.markdown` which is also
        available online.
        
        Changelog
        =========
        
        0.4 - 2009-10-29
        ----------------
        - Added missing files to Manifest.in which caused build errors when installing
        with setup.py
        - XML data is now properly escaped in <string>
        
        0.3 - 2009-10-28
        ----------------
        - Raises an error when rendering fails, i.e. when the object is not a model,
        does not have a as_plist() method or is not a basic type.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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
