<?xml version="1.0" encoding="UTF-8" ?>
<Module>
  <ModulePrefs 
    title="DiggIt" 
    title_url="http://www.brunobraga.net/gadgets/digg-it" 
    width="50" 
    height="80" 
    scaling="false"
    author="Bruno Braga" 
    screenshot = "http://www.brunobraga.net/gadgets/digg-it/digg-it.JPG"
    thumbnail = "http://www.brunobraga.net/gadgets/digg-it/digg-it_small.JPG"
    description="Google Gadget created to enable Digg-It functionality throught Google Sites"
    author_email="bruno.braga@gmail.com"/> 
  <Content type="html">
  <![CDATA[ 
		<script type="text/javascript">
			/*
				File name: 	Gadgets_Digg-It.xml

				Description: 	Google Gadget created to enable Digg-It
						functionality throught Google Sites
						(which currently does not allow embedding
						javascript, or iframe contents on it).

				Created by: 	Braga, Bruno

				Last Updated: 	2008/12/02 16:47

				Version: 	rev002

				Remarks: 	Required item [url] (Digg URL) is the Digg page
						as: http://digg.com/{category}/{title}
						More info at: http://digg.com/tools/integrate
			*/
		</script>
		<div id="content_div"></div>
		<script type="text/javascript">
			var prefs = new _IG_Prefs();
			digg_url = prefs.getString("url");	
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script> 
  ]]> 
  </Content>
  <UserPref 
	name="url" 
	display_name="Digg URL" 
	required="true" />
</Module>
