Tuesday, August 18, 2009 at 7:53 PM.

howtoSuite.getDocumentList

on getDocumentList (adrtable) {
	<<Changes
		<<8/4/08; 2:22:51 PM by DW
			<<Glue script for the getDocList call. 
	local (username = user.identica.prefs.username, password = user.identica.prefs.password);
	local (server = user.howto.prefs.client.serverUrl);
	adrtable^ = [server].howto.getDocList (username, password)};
bundle { //test code
	getDocumentList (@scratchpad.myHowtos); edit (@scratchpad.myHowtos)}



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.