Reverse Publish

Trumba® Connect is the most innovative solution for publishing and promoting events online. It’s also a sophisticated event storage database from which you can spin off various print publications, including event sections in print newspapers, Microsoft® Office Word documents, and more.

You can export any calendar you create in Trumba Connect to a customized RSS 2.0 syndication feed that makes event information available for reuse. Each feed you export contains:

  • Only the events you specify. You have control over feed content through a variety of parameters. For example, you can specify start and end dates, maximum number of events, and number of days-, weeks- or months-worth of events to include.
  • xCal data, if you choose. You have the option of including xCal data in your feeds. xCal data enables you to use XSLT (Extensible Stylesheet Language Transformations) to transform the exported event information back into the standard iCalendar format.
  • Trumba-specific fields. Trumba has created an extension to the RSS 2.0 XML format. This extension adds a variety of Trumba-specific fields to each RSS feed. These fields provide support for recurring events and any custom event fields you created in Trumba Connect.

These customized RSS 2.0 feeds present your event data in a complete and easily-accessible format. By building an application that extracts values from the data fields in the feed, you can transform the Trumba event information into XML files and other formats that content management solutions and applications can read.

The picture below illustrates the process that Ottaway Newspapers, Inc. uses to repurpose Trumba online event information for use in its print publications.

reverse publishing flowchart

I'd like to learn more about reverse publishing.

Trumba Connect

Trumba Tribune is a demonstration website for Trumba Connect, a web-hosted online calendar solution. For more information about Trumba Corporation and the Trumba Connect product, please visit www.trumba.com.

About this spud
close

Date Finder Control Spud

expandWhat it does

  • Navigates to specific dates in the calendar spud.
  • Click the arrows to move between months.
  • Click a date to display it on the Calendar spud.
  • Hover over a date to display a list of events.

expandWhat you can customize

  • Colors (including weekdays, weekends, and dates with events) and fonts.
  • Show or hide hover popup.

expandTry it on your own web page

Copy the spud code and paste it into the code for your own web page. Detailed steps

<html><head><title></title></head><body> <div style="width:200px; border:1px solid #000000; margin-bottom:20px;"> <script type="text/javascript" src="http://www.trumba.com/scripts/spuds.js"></script>
<script type="text/javascript">
$Trumba.addSpud({
webName: "trumbatribune",
spudType: "datefinder",
teaserBase : "http://tribune.trumba.com/online_calendars/display_locate_events.aspx" }); </script></div></body></html>