class moai.provider.fedora.FedoraBasedContentProvider(fedora_url, output_path, datastream_name=None, username=None, password=None)¶
Providers content by harvesting a Fedora Commons OAI feed.
Then uses the content from a specific datastream, or retrieves the
full foxml file if no datastream is provided
Implements the IContentProvider interface