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

system.verbs.builtins.userland.oldstuff.Frontier3toAretha

turns a Frontier 3.0.3 database into an Aretha database;

on do (adr) {
	if defined (adr^) {
		msg (nameof (adr^));
		delete (adr)}};
bundle { <<do the top level
	do (@root. examples);
	do (@root. helptext);
	do (@root. people);
	do (@root. readme)};
bundle { <<do the suites table
	do (@suites. backups);
	do (@suites. buglist);
	do (@suites. docs);
	do (@suites. readme);
	do (@suites. samples);
	do (@suites. tablemap)};
bundle { <<do the system.extensions table
	do (@system.extensions.locker)};
bundle { <<do the system startup table
	do (@system.startup.installcomplete);
	do (@system.startup.firsttime)};
bundle { <<do the user table
	do (@user.infodialog);
	do (@user.login);
	do (@user.pathpatcher);
	do (@user.preferences);
	do (@user.switchuser)};

edit (@system.misc.menubar);
edit (@system.startup.startupscript)



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.