Metadata-Version: 2.0
Name: blogger2zinnia
Version: 1.1
Summary: Import your Blogger blog into Zinnia
Home-page: https://github.com/django-blog-zinnia/blogger2zinnia
Author: Fantomas42
Author-email: fantomas42@gmail.com
License: BSD License
Keywords: django,zinnia,blogger
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: gdata (>=2.0.18)

=================
Blogger to Zinnia
=================

Blogger2zinnia is package allowing you to migrate from Blogger to
Zinnia.

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

* Install the package on your system: ::

  $ pip install blogger2zinnia

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

Importing from Blogger
======================

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

  $ python manage.py blogger2zinnia

For the options execute this. ::

  $ python manage.py help blogger2zinnia


