X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/819fc766fd18514fdd45cf514efdd91739210e62..4a170a70ed8171fc66d9d139df5f7be5208d838c:/philo/contrib/winer/__init__.py diff --git a/philo/contrib/winer/__init__.py b/philo/contrib/winer/__init__.py index e69de29..83fb303 100644 --- a/philo/contrib/winer/__init__.py +++ b/philo/contrib/winer/__init__.py @@ -0,0 +1,4 @@ +""" +Winer provides the same API as `django's syndication Feed class `_, adapted to a Philo-style :class:`~philo.models.nodes.MultiView` for easy database management. Apps that need syndication can simply subclass :class:`~philo.contrib.winer.models.FeedView`, override a few methods, and start serving RSS and Atom feeds. See :class:`~philo.contrib.penfield.models.BlogView` for a concrete implementation example. + +""" \ No newline at end of file