- buildxml.config: This is the configuration file for the packege.
- buildxml.getXML: This is the main script to gather all information from the various
sources to build the XML file with all the data to be fed to the
parser.
- buildxml.plugins
- buildxml.plugins.forschdb: Contains a plugin to get all publications from the
Forschungsdatenbank from
http://forschdb.verwaltung.uni-freiburg.de .
- buildxml.plugins.portal: Contains a generic plugin that can query plone portals.
- buildxml.plugins.stb: Contains a plugin that harvests all vacancies from the Stellenbörse
from
http://www.uni-freiburg.de/universitaet/organisation/stellenboerse
.
- buildxml.plugins.studentenwerk: Contains a very simple plugin that spiders the webpage of the
Studentenwerk starting from the sitemap under
http://www.studentenwerk.uni-freiburg.de/index.php?id=272
.
- buildxml.plugins.vkal: Contains a plugin that harvests all events from the
Veranstaltungskalender from
http://www.uni-freiburg.de/universitaet/presse/veranstaltungskalender
.
- buildxml.test
- buildxml.tools
- buildxml.xmlgetter
|