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

system.verbs.builtins.opmlEditor.codeHeader

<<Changes
	<<8/3/08; 4:19:25 PM by DW
		<<If the first line begins with "on" make the "Changes" headline to the right not up.
	<<7/28/08; 10:12:41 AM by DW
		<<Created. Adds a header like this one to a script.
local (dir = up);
op.firstsummit ();
if op.getlinetext () beginswith "on " {
	dir = right};
op.insert ("Changes", dir);
script.makeComment ();
op.insert (clock.now () + " by " + user.prefs.initials, right);
op.insert ("Created. ", right);
wp.setTextMode (true)



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.