Metadata-Version: 1.1
Name: wordpress2zinnia
Version: 1.0
Summary: Import your WordPress blog into Zinnia
Home-page: https://github.com/django-blog-zinnia/wordpress2zinnia
Author: Fantomas42
Author-email: fantomas42@gmail.com
License: BSD License
Description: ===================
        WordPress to Zinnia
        ===================
        
        Wordpress2zinnia is package allowing you to migrate from WordPress to
        Zinnia.
        
        Installation
        ============
        
        * Install the package on your system: ::
        
          $ pip install wordpress2zinnia
        
        * Register the ``'zinnia_wordpress'`` in your ``INSTALLED_APPS``.
        
        Importing from Wordpress
        ========================
        
        Once you have the XML file of your export, you simply have to do this. ::
        
          $ python manage.py wp2zinnia path/to/your/wordpress-export.xml
        
        This command will associate the post's authors to User and
        import the tags, categories, post and comments.
        
        For the options execute this. ::
        
          $ python manage.py help wp2zinnia
        
        http://codex.wordpress.org/Tools_Export_SubPanel
        
        From Zinnia to WordPress
        ========================
        
        We also provides a command for exporting your Zinnia blog to WordPress in
        the case you want to migrate on it.
        
        Simply execute this command: ::
        
          $ python manage.py zinnia2wp > export.xml
        
        Once you have the XML export, you can import it into your WordPress site.
        
        http://codex.wordpress.org/Importing_Content
        
Keywords: django,zinnia,wordpress
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
