Thursday, January 20, 2011 at 12:00 AM.

scripting2Suite.server.visitReverseChronologic

on visitReverseChronologic (adrcal, adrvisit) {
	<<Changes
		<<6/25/10; 7:52:26 PM by DW
			<<A wrapper for the mainResponder routine that skips posts that are not included in the blogging chronology.
	on visit (adrstory) {
		if scripting2Suite.server.isStoryVisible (adrstory) {
			return (adrvisit^ (adrstory))}
		else {
			return (true)}}; //skip it
	mainresponder.calendar.visitReverseChronologic (adrcal, @visit)};
bundle { //test code
	on visit (adritem) {
		edit (adritem)};
	visitReverseChronologic (@scripting2Data.server.users.davewiner.calendar, @visit)}



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.