<?xml version="1.0"?>
<rss version="2.0" xmlns:binding="http://www.live.com">
  <channel>
    <!-- Specifies the name of your Gadget -->
    <title>e-Words</title>
    <link>http://e-words.us/</link>
    <!-- Gives a short description of your Gadget -->
    <description>A Glossary of Computers and Internet</description>
    <!-- Specifies the default locale for your Gadget -->
    <language>en-us</language>
    <!-- Specifies the JavaScript object that defines your Gadget (this object must be defined in the JavaScript linked to below) -->
    <binding:type>Microsoft.Live.GadgetSDK.eWordsGadget</binding:type>
    <item>
      <!-- Specifies the JavaScript file that contains the code for your Gadget -->
      <link>http://e-words.us/live/eWordsGadget.js</link>
    </item>
    <item>
      <!-- Specifies the css file that contains the styles for your Gadget -->
      <link binding:type="css">http://e-words.us/live/eWordsGadget.css</link>
    </item>
  </channel>
</rss>
