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

system.verbs.builtins.userland.oldstuff.release

local (folder = "Macintosh HD:New Releases:Frontier:");
<<local (miscfolder = folder + "Misc Stuff:")
local (f = "Macintosh HD:New Releases:binhex files:frontier4.0b7.sit");
userland.data.frontierurl = "<a href=\"ftp://166.90.1.200/pub/dwiner/apps/frontier4.0b7.sit.hqx\">download Frontier</a>";
<<file.copy ("Macintosh HD:New Releases:Website Scripting for BBEdit:default.html", )
file.writewholefile (miscfolder + "Website Scripting", string (websites.frontier.apps.bbedit), 'TEXT', BBEdit.id, clock.now ());
stuff.createArchive (f, {folder}, true);
f = f + ".hqx";
file.copy (f, file.resolveAlias ("Macintosh HD:Desktop Folder:FTP Agent:apps:") + file.filefrompath (f))



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.