资 源 简 介
Takes RSS Feed, turns it into a WP import package of pages. Requires feedparser.py: http://www.feedparser.org/. Just download and drop in same directory.
After you run it, take the resulting file, go into the admin in wordpress and import it. All the entries in the RSS you selected will be imported as pages.
Notes:
WP-Paginate
```
Use:
wppaginator.py feedurl output_file direction
Examples
wp_paginator.py "http://radicalreuse.bavatuesdays.com/feed" wp-export.xml
wp_paginator.py "http://radicalreuse.bavatuesdays.com/feed" wp-export.xml f
Params:
feed_url = rss of feed. Preface with http://
output_file = local file to write import file to
direction = use "f" if feed presents feeds in chronological order, nothing for reverse chron
```