-
Notifications
You must be signed in to change notification settings - Fork 0
Services
Bastian Feder edited this page Dec 28, 2010
·
1 revision
The service is to be understood as a module adding the complete logic to the system to tanscode the retrieved data and to store it into the back-end storage system. There are several external data sources to be handled (News ML, RSS, ATOM, ...) which each of them shall get their own service. To ensure each service has the same base set of methods an interface definition has been added. Since the development of the provided services is not finished yet the API of the import modules is changing constantly and may not seen as stable.
Currently there is only the RSS feed of the FAZ implemented as an example implementation.
The current API can be rendered from the source code using the PHPDocumentor package from the PEAR repository.