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

system.verbs.traps.HTML.prcm

on prcm (f) {
	<<Fri, Dec 5, 1997 at 12:14:16 PM by PBS
		<<Changed toys references.
	local (s = string (file.readwholefile (f)));
	s = html.processmacros (s);
	outf = filespec (file.folderfrompath (f) + "bbedit.preview.html");
	file.writewholefile (outf, s, 'TEXT', BBEdit.id, clock.now ());
	scratchpad.f = outf;
	return (outf)}



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.