Monday, November 08, 2010 at 12:00 AM.

system.verbs.apps.burnUrl.create

on create (longUrl) {
	<<Changes
		<<3/5/09; 4:20:21 PM by DW
			<<Created. 
			<<API docs: 
				<<http://blog.readburner.com/2009/03/04/dear-developers-burnurl-now-has-an-api/
	return (tcp.httpreadurl ("http://burnurl.com/?url=" + string.urlencode (longUrl) + "&output=plain"))}
<<bundle //test code
	<<url = create ("http://blog.readburner.com/2009/03/04/dear-developers-burnurl-now-has-an-api/")
	<<webbrowser.openurl (url) 



This listing is for code that runs in the OPML Editor environment. I created these listings because I wanted the search engines to index it, so that when I want to look up something in my codebase I don't have to use the much slower search functionality in my object database. Dave Winer.