How do I connect OpenSplash to my CMS?

Created by Bryan Crotaz
Keywords:
CMS
Last updated by:
Bryan Crotaz

You need to create two new extensions.

1. Extension implementing IFileDownloader to download media from your CMS
<ExtensionPoint path="/OpenSplash/DownloadService/FileDownloader">
  <ExtensionNode name="FileDownloader"/>
</ExtensionPoint>

2. Extension implementing IRequestProcessor to download schedules from your CMS and to upload logs etc
<ExtensionPoint path="/OpenSplash/Network/RequestProcessor">
   <ExtensionNode name="RequestProcessor" />
</ExtensionPoint>

More to come later...