Content Exchange
Conferences & Events
The conferences & events list can be dynamically imported as raw html page. The url is http://www.eduhub.ch/events/includeevents.html. This allows you to have an always up-to-date conferences list on your website. (Embedding the content as RSS-Feed is planned to be available soon)
Examples of content integration: NTE/UniFR, LTN/UniBas.
The following parameters are defined:
- format
- output format of the events: either 'ical', 'rss' or empty (empty = html format)
Example: includeevents.html?format=ical
format=html options
- month
- display months and month-links in the list
Example: includeevents.html?month - bodyonly
- only write the pure body content without the tags html, head, title, body, style, ...
Example: includeevents.html?bodyonly - title=s
- prints title enclosed in h1 tags. The title s should be an url-encoded string.
Example: includeevents.html?title=Confernces+%26amp%3b+Events - short=n
- show events without description
Example: includeevents.html?short - targetblank
- if set, opens links in new window
Example: includeevents.html?targetblank - targettop
- if set, opens links in top frame
Example: includeevents.html?targettop
selection options
- <default>
- if nothing is set, all future events are shown
- past
- if set, then past events are listed instead of future events.
Example: includeevents.html?past - id=n
- only show the event with the specified id
It is also possible to combine the parameters.
Example: includeevents.html?next=5&short&targetblank