Difference between revisions of "Linking to EventNett"

From EtherWiki
Jump to: navigation, search
 
Line 1: Line 1:
 
[http://www.eventnett.com EventNett] can be linked to in three different ways. An '''RSS feed''' is available for subscribing to from any [http://en.wikipedia.org/wiki/Aggregator news aggregator]. A '''permalink''' is available for linking to a specific search, event, or location. An '''OBJECT feed''' is available to include in web pages as an [http://www.w3.org/TR/html401/struct/objects.html#edef-OBJECT OBJECT element]. Each of these is available from the [[EventNett search panel|search panel]], the [[EventNett event view|event view]], and the [[EventNett location view|location view]].
 
[http://www.eventnett.com EventNett] can be linked to in three different ways. An '''RSS feed''' is available for subscribing to from any [http://en.wikipedia.org/wiki/Aggregator news aggregator]. A '''permalink''' is available for linking to a specific search, event, or location. An '''OBJECT feed''' is available to include in web pages as an [http://www.w3.org/TR/html401/struct/objects.html#edef-OBJECT OBJECT element]. Each of these is available from the [[EventNett search panel|search panel]], the [[EventNett event view|event view]], and the [[EventNett location view|location view]].
 +
 +
[[Image:search-panel.png|frame|right||The [[search panel]] showing the RSS, permalink, and feed links above the event input box]]
  
 
The OBJECT feed is a URL that can be copied to another web page. The following example template will return all events in Atlanta, GA:
 
The OBJECT feed is a URL that can be copied to another web page. The following example template will return all events in Atlanta, GA:

Revision as of 12:42, 29 May 2007

EventNett can be linked to in three different ways. An RSS feed is available for subscribing to from any news aggregator. A permalink is available for linking to a specific search, event, or location. An OBJECT feed is available to include in web pages as an OBJECT element. Each of these is available from the search panel, the event view, and the location view.

The search panel showing the RSS, permalink, and feed links above the event input box

The OBJECT feed is a URL that can be copied to another web page. The following example template will return all events in Atlanta, GA:

<object width="800px" height="400px"
       data="http://www.eventnett.com/FeedServlet?
       filter.area=Atlanta%2C+GA&
       user_profiles.time_zone=US%2FEastern&
       user_profiles_eventnet.date_format=d+MMM+yyyy"
   type="text/html"></object>