Metadata-Version: 2.1
Name: wagtail-wordpress-import
Version: 0.1.4
Summary: Import XML data into wagtail to create pages and content
Home-page: https://github.com/torchbox/wagtail-wordpress-import
Author: Nick Moreton
Author-email: nickmoreton@me.com
License: BSD
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.1
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Wagtail
Classifier: Framework :: Wagtail :: 2
Description-Content-Type: text/markdown
Provides-Extra: testing
License-File: LICENSE

# Wagtail WordPress Import

A package for Wagtail CMS to import WordPress blog content from an XML file into Wagtail.

## Requirements

1. Wagtail CMS Installed following the [initial setup](https://docs.wagtail.io/en/stable/getting_started/index.html)
2. WordPress XML export of all content in a single file
3. The WordPress website will need to be live and available for importing of assets such as images and documents.

## Compatibility

The package has been developed and tested with:

- Wagtail: 2.14 and 2.15
- Django: 3.1 and 3.2
- Postgres and SQLite Databases

## Module documentation

- [Initial Setup](https://github.com/torchbox/wagtail-wordpress-import#wagtail-wordpress-import)
- [Block Builder](https://github.com/torchbox/wagtail-wordpress-import/blob/main/docs/blockbuilder.md)
- [Categories Import](https://github.com/torchbox/wagtail-wordpress-import/blob/main/docs/categories.md)
- [Import Hooks](https://github.com/torchbox/wagtail-wordpress-import/blob/main/docs/import_hooks.md)
- [Prefilters](https://github.com/torchbox/wagtail-wordpress-import/blob/main/docs/prefilters.md)
- [WordPress Block Shortcodes](https://github.com/torchbox/wagtail-wordpress-import/blob/main/docs/block_shortcodes.md)
- [WordPress Inline Shortcodes](https://github.com/torchbox/wagtail-wordpress-import/blob/main/docs/inline_shortcodes.md)
- [Yoast Import](https://github.com/torchbox/wagtail-wordpress-import/blob/main/docs/yoast.md)



