Metadata-Version: 1.0
Name: tango-articles
Version: 0.4.3
Summary: Reusable Django articles/blog content app. Can be used with or without Tango.
Home-page: http://github.com/tBaxter/tango-articles
Author: Tim Baxter
Author-email: mail.baxter@gmail.com
License: LICENSE.txt
Description: Tango Articles
        =====
        
        Tango Articles is a simple but robust reusable app for news articles and blogs entries. It can power anything from a simple blog to sophisticated full-featured news sites.
        
        While it forms a key component of Tango, it can also be dropped into an existing non-Tango project. 
        
        ## Key features
        * Have as many blogs as you like running one site.
        * Have as many sections as you like.
        * Drag-and-drop photo ordering
        * Output is compliant with hnews microformat.
        
        ##Installation:
        
        	pip install tango-articles
        
        or
            
            pip install git+https://github.com/tBaxter/tango-articles.git
        
        
        ## Usage:
        Add 'articles' and 'tango_shared' to your installed apps, then run syncdb or migrate.
        
        tango_shared will be installed for you. 
        
        
        
        
Platform: UNKNOWN
