public
Description: Groovy Web Console on Google App Engine
Homepage: http://groovyconsole.appspot.com
Clone URL: git://github.com/glaforge/groovywebconsole.git
name age message
file README Thu Jul 30 15:35:33 -0700 2009 hability to embed scripts in your site [lucastex]
file build.groovy Sun Apr 12 02:37:44 -0700 2009 Source code [Guillaume Laforge]
directory war/ Tue Sep 22 23:03:30 -0700 2009 Upped the app version number [glaforge]
README
Source code of the Groovy Web Console hosted on Google App Engine
http://groovyconsole.appspot.com

To embed one script in your site, just drop the content below where you want to embed it.

<script>
  gc_id = 1; //the script id you want to embed, you can get this in its url
  gc_width = 300; //The iframe's width
  gc_height = 100;  //The iframe's height
</script>
<script language="javascript" src="http://groovyconsole.appspot.com/js/embed.js"></script>