Metadata-Version: 1.1
Name: draftin-a-flask
Version: 0.1.3
Summary: A simple Flask server that allows you to publish Pelican blags from http://draftin.com
Home-page: https://github.com/waynew/draftin-a-flask
Author: Wayne Werner
Author-email: waynejwerner@gmail.com
License: BSD
Description: ===============================
        Draft in a Flask
        ===============================
        
        .. image:: https://badge.fury.io/py/draftin-a-flask.png
            :target: http://badge.fury.io/py/draftin-a-flask
            
        .. image:: https://travis-ci.org/waynew/draftin-a-flask.png?branch=master
                :target: https://travis-ci.org/waynew/draftin-a-flask
        
        .. image:: https://pypip.in/d/draftin-a-flask/badge.png
                :target: https://crate.io/packages/draftin-a-flask?version=latest
        
        
        A simple Flask server that allows you to publish Pelican blags from 
        http://draftin.com using
        [WebHooks](https://draftin.com/documents/69898?token=5fjKKlZ0-AeBzqj_RAftAGdzRzl9VBfBHj5wpSWm_gU)
        
        * Free software: BSD license
        * Documentation: http://draftin-a-flask.rtfd.org.
        
        Usage
        -----
        
        ::
        
            $ pip install draftin_a_flask
            $ env DIF_CONTENT=/path/to/content \
            DIF_OUTPUT=/path/to/output \
            DIF_PELICAN=/path/to/pelican_binary draftican
            Listening at endpoint QRFky1tR0KqHGM3cJoitwEi8tTpknaNnMpNHHiTIm8
            * Running on http://0.0.0.0:5678/
            * Restarting with reloader
            Listening at endpoint QRFky1tR0KqHGM3cJoitwEi8tTpknaNnMpNHHiTIm8
            
        (Yes, it displays the print twice. I'm sure there's a way to get around it. If
        it bothers you, I accept pull requests!)
        
        Setup your WebHook from within Draft, and now you can write your blog posts in
        Draft and easily publish.
        
        
        Future Features
        ---------------
        
        * Automatic uploads using rsync/ssh/file copy
        * Settings provided in a file
        * Improved error handling (e.g. missing title, etc.)
        
        
        Known Bugs
        ----------
        
        * If you're missing important fields (like title and date) it probably will
          skip publishing that doc.
        
        
        
        
        History
        -------
        
        0.1.0 (2014-01-13)
        ++++++++++++++++++
        
        * First release on PyPI.
Keywords: draft flask pelican blog publish
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
