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

system.verbs.builtins.html.data.standardMacros.frontierLogo

<<help us build statistics for Frontier website usage
	<<include this macro on your credits page, or even better, your home page
	<<we'll be able to track hits based on platform
	<<Changes:
		<<Fixed the URL: it now points to http://frontier.userland.com/.
			<<Thu, Jun 3, 1999 at 11:31:38 AM by PBS

local (fname = "logo" + sys.os () + ".gif");
local (img = "<img src=\"http://www.scripting.com/logos/" + fname + "\" height=38 width=150 border=0>");
return ("<a href=\"http://frontier.userland.com/\">" + img + "</a>")



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.