public
Description: Transform a OpenSocial Gadget Specification's HTML into inline HTML.
Homepage: http://ungadget.vodent.net/
Clone URL: git://github.com/reid/ungadget.git
name age message
file LICENSE Loading commit data...
file README.markdown
directory includes/
file ungadget.php
README.markdown

Ungadget

Transform a Gadget Specification's HTML into inline HTML

Why Ungadget?

Currently, the Yahoo! Application Platform does not support Gadget XML despite supporting the OpenSocial 0.8 JavaScript API. In addition, you must include all scripts and stylesheets inline-- external resources are not yet allowed. Ungadget wants to make porting your existing gadget to YAP v1.0 a bit easier.

What Ungadget Does

Ungadget extracts the HTML content from your gadget, downloads all external scripts and stylesheets and gives you a "flattened" HTML fragment with these resources all embedded inline.

Requirements

Ungadget has been tested to work on PHP 5.2.6 and requires the cURL extension.

License

Ungadget is provided under a BSD license. (See LICENSE for more information.)