============================
Feedzilla Django Application
============================

This is django application that adds to your site ability to aggregate
ATOM/RSS feeds and display them in single stream. In other words you can
use feedzilla to build planet site.

Project page: http://bitbucket.org/lorien/feedzilla


Installation
============
For installation instructions look into INSTALL document.


Settings 
========

 * FEEDZILLA_PAGE_SIZE
 * FEEDZILLA_SUMMARY_SIZE
 * FEEDZILLA_SITE_TITLE
 * FEEDZILLA_SITE_DESCRIPTION
 * FEEDZILLA_HEAD_LINKS
 * FEEDZILLA_COPYRIGHTS

For actual list look into feedzilla/settings.py
