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

system.verbs.builtins.tcp.im.builtinResponders.metaWeblog.methods.post

on post (driverName, screenname, message) {
	<<Changes
		<<8/12/02; 11:32:06 PM by JES
			<<Created.
	local (retVal);
	message = string.trimWhiteSpace (string.delete (message, 1, sizeof ("metaweblog post")));
	with user.im.responders.metaWeblog.prefs {
		retVal = metaWeblog.newPost ("", "", message, nil, username, string (password), blogId, flPublish, @siteInfo)};
	return ("Posted successfully. PostID: " + retVal)}



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.