Import content from an RSS feed into a WordPress instance as posts, including transferring media files, rebasing internal links, and providing a list of equivalent links for each post for redirection.
| .gitignore | ||
| LICENSE | ||
| read-rss.php | ||
| README.md | ||
| rss2wp.php | ||
rss-import-scanner
A custom script to import Jane Shearer's blog RSS, scan links and media references, and prepare for optimal import into WordPress.
Needs to process the RSS feed's XML to distinguish individual posts and their content, and then identify and record links.
Script is written with PHP.