The googlecode wiki system allows you to insert google gadgets into your pages, as well as the front page of your open source project. Do this by using using the wiki:gadget tag:
<wiki:gadget width="450" height="365" border="0" url="http://link/to/mygadget.xml" title="title of your gadget" />
That’s the easy part…the xml file describes the content you’d like google to “iframe” into you wiki page.
<Module> <ModulePrefs title="Developer Forum" /> <Content type="html"> <![CDATA[ your stuff here ]]> </Content> </Module>
The simplest thing to do is host this file within your SVN repo. To see and example here’s my xml file that includes and embed for a related screen toaster demo. I merely took the HTML code suggested on screentoaster and placed it in the gadget module descriptor.