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

system.verbs.apps.Manila.nodeTypes.init

<<7/5/01; 2:33:17 PM by JES
	<<Initialize Manila site editing nodeTypes.
	<<All Manila site editing functionality is now implemented in nodeTypes and windowTypes.
bundle { //install nodeTypes
	local (adrcode = @system.verbs.apps.manila.nodeTypes.types);
	local (adrtable = @Frontier.tools.data.nodeTypes);
	local (adrtype);
	for adrtype in adrcode {
		local (name = nameOf (adrtype^));
		adrtable^.[name] = adrtype}}



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.