Package buildxml :: Package plugins :: Module vkal :: Class SyncPlugin_vkal
[hide private]
[frames] | no frames]

Class SyncPlugin_vkal

source code


A plugin that harvests all events from the Veranstaltungskalender from http://www.uni-freiburg.de/universitaet/presse/veranstaltungskalender .

There is no need for consolidation, so _getData is the only Function that is overridden.

Instance Methods [hide private]
bool
_getData(self)
Get all events from the Veranstaltungskalender.
source code

Inherited from xmlgetter.plugin.BaseSyncPlugin: __init__, entries_written, run, source_name, stats, url

Inherited from xmlgetter.request.BaseRequester (private): _requestURL

Inherited from xmlgetter.log.BaseLogger: logger

Inherited from xmlgetter.log.BaseLogger (private): _getLogger

Class Variables [hide private]

Inherited from xmlgetter.log.BaseLogger (private): _loggers

Instance Variables [hide private]

Inherited from xmlgetter.log.BaseLogger (private): _source_name

Method Details [hide private]

_getData(self)

source code 

Get all events from the Veranstaltungskalender.

It loads all events from the URL provided in config.PLUGINS as XML and then fetches the details for each entry seperately.

Returns: bool
True or False depending on the success of the retrieval process.
Overrides: xmlgetter.plugin.BaseSyncPlugin._getData