Metadata-Version: 1.1
Name: blogtopoid
Version: 0.0.1b
Summary: simple blog generator
Home-page: https://github.com/hansenerd/blogtopoid/
Author: chris
Author-email: cg@zknt.org
License: MIT
Description: |PyPI version| |Build Status|
        
        blogtopoid
        ==========
        
        This is pre-alpha. Most things don't work yet.
        
        blogtopoid is a blog generator - it takes a bunch of posts, renders them
        to HTML and saves them to a web directory.
        
        Structure
        =========
        
        Work flow:
        
        -  take all documents from pagesdir, render them and save them to outputdir/.
        -  take all posts from inputdir, render and save to outputdir/YYYY/mm/dd/. 
           post filename must be "YYYYMMDD post title.ext".
        -  generate index.html linking all posts.
        -  generate rss feed including all posts.
        -  generate listing pages for all used tags.
        -  pack and copy style files from style/ to outputdir/style/.
        
        Post formats
        ============
        
        Currently posts and pages can either be markdown2 or reStructuredText.
        
        In posts and pages ``{{blogurl}}`` gets replaced with blogurl from
        config, in style files ``{{styleurl}}`` with blogurl/style.
        
        Usage
        =====
        
        -  pip install --pre blogtopoid
        -  run blogtopoid --quickstart
        -  run blogtopoid
        -  see post-receive.example for automatically deploying from git
           commits.
        
        TODO
        ====
        
        -  don't pregenerate listings (index, tag-pages), move to template.
        -  TEST!
        -  make a shipable default template
        -  implement --post
        -  check hashes
        -  paginate index (not relevant with current index)
        
        .. |PyPI version| image:: https://badge.fury.io/py/blogtopoid.png
           :target: https://pypi.python.org/pypi/blogtopoid
        .. |Build Status| image:: https://travis-ci.org/hansenerd/blogtopoid.png?branch=master
           :target: https://travis-ci.org/hansenerd/blogtopoid
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: News/Diary
