Metadata-Version: 2.0
Name: tinyblog
Version: 0.4.5
Summary: A Django app for a very simple blog.
Home-page: https://github.com/dominicrodger/tinyblog/
Author: Dominic Rodger
Author-email: UNKNOWN
License: BSD
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: Django (>=1.4)
Requires-Dist: requests (==1.2.0)
Requires-Dist: django-tinymce (==1.5.3)
Requires-Dist: django-uuidfield (==0.4.0)
Requires-Dist: bleach (==1.2.2)

tinyblog
========

tinyblog is a Django app for single-author blogging. It has three key
features:

1. **Delayed publication:** Set a date and time when you want your
   blog entry to be published.
2. **Email lists:** Allow users to subscribe to email updates,
   tinyblog will handle confirmation of email addresses, and will
   always include unsubscribe links in any emails it sends.
3. **Syndication:** tinyblog allows you to have the same content on
   multiple sites, by exposing a JSON feed of posts, and allowing you
   to import from that JSON feed from other sites.

tinyblog is documented on https://tinyblog.readthedocs.org/.


