Birdland Documentation Overview
===============================

This documentation covers the 0.1a version of Birdland, a simple and reusable
blogging app for Django_ projects.

Birdland aims to be a minimalist blogging platform that allows easy feature
integration through external apps. It is designed to be dropped into projects
with no fuss, and to take advantage of common Django_ apps where possible.

To get Birdland installed, refer to the :ref:`overview <overview>`. To get an
overview of its basic usage, refer to the :ref:`usage <usage>` guide.

.. _Django: http://www.djangoproject.com/

Contents:

.. toctree::
   :maxdepth: 2

   overview
   usage
   views
   templatetags
   settings
   signals
   markup
