<?xml version='1.0' encoding='UTF-8'?>
<rdf:RDF 
   xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' 
   xmlns:ju='http://jazz.net/ns/ui#' 
   xmlns:dc='http://purl.org/dc/terms/'>
   <ju:catalog-entry>
      <dc:title>Dependancy Graph (Program Board)</dc:title>
      <dc:description>This is a simple program board visualization to show dependancies across iterations and team within one release.</dc:description>
      <dc:creator>Joe Meagher</dc:creator>
      <ju:gadget rdf:resource='./programBoard.xml' />
      <ju:icon rdf:resource='./images/programBoard.gif'/>
      <ju:preview rdf:resource='./images/programBoard.jpg'/>
      <ju:thumbnail rdf:resource='./images/programBoard.jpg'/>
      <ju:category>SAFe</ju:category> 
      <ju:category>Custom</ju:category> 
   </ju:catalog-entry>
   <ju:catalog-entry>
      <dc:title>Calendar</dc:title>
      <dc:description>This live calendar reads the data from RTC and displays the dates based on due dates of the records.</dc:description>
      <dc:creator>Joe Meagher</dc:creator>
      <ju:gadget rdf:resource='./cal.xml' />
      <ju:icon rdf:resource='./images/cal.gif'/>
      <ju:preview rdf:resource='./images/cal.jpg'/>
      <ju:thumbnail rdf:resource='./images/cal.jpg'/>
      <ju:category>Custom</ju:category> 
   </ju:catalog-entry>   
	<ju:catalog-entry>
      <dc:title>Step 1: Demo simple html table content</dc:title>
      <dc:description>This is a simple html table displayed as a widget.  Any html content can be hosted and displayed in a widget.</dc:description>
      <dc:creator>Joe Meagher</dc:creator>
      <ju:gadget rdf:resource='./ICE/step1.xml' />
      <ju:icon rdf:resource='./images/tableGrid.gif'/>
      <ju:preview rdf:resource='./images/step1.jpg'/>
      <ju:thumbnail rdf:resource='./images/step1.jpg'/>
      <ju:category>ICE Demo</ju:category> 
   </ju:catalog-entry>
	<ju:catalog-entry>
      <dc:title>Step 2: Demo populate data from RTC into simple html</dc:title>
      <dc:description>This is an html table displayed as a widget.  The data is populated directly from RTC.</dc:description>
      <dc:creator>Joe Meagher</dc:creator>
      <ju:gadget rdf:resource='./ICE/step2.xml' />
      <ju:icon rdf:resource='./images/tableGrid.gif'/>
      <ju:preview rdf:resource='./images/step2.jpg'/>
      <ju:thumbnail rdf:resource='./images/step2.jpg'/>
      <ju:category>ICE Demo</ju:category> 
   </ju:catalog-entry>
	<ju:catalog-entry>
      <dc:title>Step 3: Demo Rich table with live data</dc:title>
      <dc:description>This is a rich table which allows dynamic sort/filter.  The data is live from RTC.</dc:description>
      <dc:creator>Joe Meagher</dc:creator>
      <ju:gadget rdf:resource='./ICE/step3.xml' />
      <ju:icon rdf:resource='./images/tableGrid.gif'/>
      <ju:preview rdf:resource='./images/step3.jpg'/>
      <ju:thumbnail rdf:resource='./images/step3.jpg'/>
      <ju:category>ICE Demo</ju:category> 
   </ju:catalog-entry>
	<ju:catalog-entry>
      <dc:title>Step 4: Rich table live data with static filter by type</dc:title>
      <dc:description>This is a rich table with live data.  It also has a static filter (set on the widget) by type.</dc:description>
      <dc:creator>Joe Meagher</dc:creator>
      <ju:gadget rdf:resource='./ICE/step4.xml' />
      <ju:icon rdf:resource='./images/tableGrid.gif'/>
      <ju:preview rdf:resource='./images/step4.jpg'/>
      <ju:thumbnail rdf:resource='./images/step4.jpg'/>
      <ju:category>ICE Demo</ju:category> 
   </ju:catalog-entry>
</rdf:RDF> 