Added winer doc file. Improved the docstrings for FeedView from the penfield version.
[philo.git] / philo / contrib / __init__.py
1 #encoding: utf-8
2 """
3 Following Python and Django’s “batteries included” philosophy, Philo includes a number of optional packages that simplify common website structures:
4
5 * :mod:`~philo.contrib.penfield` — Basic blog and newsletter management.
6 * :mod:`~philo.contrib.shipherd` — Powerful site navigation.
7 * :mod:`~philo.contrib.sobol` — Custom web and database searches.
8 * :mod:`~philo.contrib.waldo` — Custom authentication systems.
9 * :mod:`~philo.contrib.winer` — Abstract framework for Philo-based syndication.
10
11 """