import_page
Try to import arbitrary web content
To install, run nikola plugin -i import_page
Plugin to import arbitrary web pages.
Usage:
nikola import_page http://en.wikipedia.org/wiki/Information_extraction
That will produce a information-extraction-wikipedia-the-free-encyclopedia.html that you can edit and move into your stories/ folder.
Suggested Configuration:
PAGES = ( ("stories/*.html", "stories", "story.tmpl"), )
Requirements:
- requests (Python package)
- libextract (Python package)
Issues? Questions?
You can report issues with this plugin and request help via GitHub Issues.