Monday, April 04, 2011 at 1:06 AM.
rssCloudWebsite.viewLog
on viewLog () { <<Changes <<10/20/09; 1:34:07 PM by DW <<Add an XML icon that links to the changes.xml file. <<html.loadimagefile ("ohio:xml.gif", @rssCloudWebsite) <<7/20/09; 1:41:37 PM by DW <<Created. local (pta = html.getpagetableaddress (), adrdata = rsscloudsuite.init ()); pta^.title = "Log"; <<scratchpad.vlparams = pta^ local (url = "http:/" + adrdata^.prefs.s3changespath + "changes.xml"); local (xmlLink = "<a href=\"" + url + "\">" + html.data.standardMacros.imageRef ("xml", align:"right") + "</a>"); return ("<center><table width=\"65%\"><tr><td>" + xmlLink + string (pta^.logintro) + "</td></tr><tr><td>" + log2.view (source:rssCloudInfo.name) + "</td></tr></table></center>")}; bundle { //test code html.setpagetableaddress (@scratchpad.vlparams); viewLog ()}
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.