write(filepath,
workpath,
data,
cache=None,
service=None)
|
|
Initialize and write set of html pages in ./books with an index. The
passed Opml data is used to retrieve the data for each Rss feed.
- Parameters:
filepath (basestring) - Local path-filename fragment.
workpath (basestring) - Base path-filename to store filename under.
data (list) - List of Opml feed data to help build pages and locate Rss feed
data.
cache (obj) - Intialized soovee.lib.sv_read object. Default None.
service (obj) - Intialized soovee.regex object. Default None.
- Returns: None
- Raises:
TypeError - data passed was not a list
|