Metadata-Version: 1.1
Name: django-weblog
Version: 0.2.0
Summary: A Django weblog app with hierarchic categories.
Home-page: https://bitbucket.org/ssc/django-weblog
Author: Stefan Scherfke
Author-email: stefan at sofa-rockers.org
License: MIT
Description: 
        Django Weblog
        =============
        
        
        
        Requirements
        ------------
        
        This app is tested with Django 1.1. It might also work with older versions, but
        I haven’t tested it.
        
        If you want to run the tests, you’ll need to install `Mock
        <http://www.voidspace.org.uk/python/mock/>`_.
        
        There are no other requirements.
        
        
        Installation
        ------------
        
        If you read this, you have probably managed to extract the archive containing
        these files. Next, open a Terminal and `cd` to the directory containing this
        file (e.g. ``cd ~/Downloads/django-weblog``). Then execute::
        
            python setup.py install
        
        If you checked out the repository and always want to use the newest version,
        type::
        
            pip install -e path/to/django-weblog
        
        
        Usage
        -----
        
        The Documentation can be found in the *docs/* directory or
        `online <http://stefan.sofa-rockers.org/docs/django-weblog/>`_.
        
        
        
        Changelog for django-lastfm
        ===========================
        
        0.2.0 – 2013-08-07:
        -------------------
        
        - [CHANGE] A lot of various changes that accumulated over time.
        
        
        0.1.0 – 2010-05-02:
        -------------------
        
        - [NEW] Initial public release
        
        
        
        Authors
        =======
        
        The primary author of django-weblog is Stefan Scherfke, who may be found online
        at http://stefan.sofa-rockers.org/.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
