Metadata-Version: 2.0
Name: feed2zinnia
Version: 1.0
Summary: Import your RSS or Atom feed into Zinnia
Home-page: https://github.com/django-blog-zinnia/feed2zinnia
Author: Fantomas42
Author-email: fantomas42@gmail.com
License: BSD License
Keywords: django,zinnia,feed,rss,atom
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: feedparser (>=5.1.3)

==============
Feed to Zinnia
==============

Feed2zinnia is package allowing you to import from RSS or Atom feeds.

Installation
============

* Install the package on your system: ::

  $ pip install feed2zinnia

* Register the ``'zinnia_feed'`` in your ``INSTALLED_APPS``.

Importing from a feed
=====================

Simply run this command to start the importation on your blog. ::

  $ python manage.py feed2zinnia http://url.of/the/feed

For the options execute this. ::

  $ python manage.py help feed2zinnia


