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

system.verbs.apps.digg.init

on init () {
	<<Changes
		<<4/2/09; 2:41:20 PM by DW
			<<Created. 
	if not defined (config.digg) {
		new (tabletype, @config.digg)};
	bundle { //stats
		if not defined (config.digg.stats) {
			new (tabletype, @config.digg.stats)};
		if not defined (config.digg.stats.ctShortUrlCreates) {
			config.digg.stats.ctShortUrlCreates = 0};
		if not defined (config.digg.stats.whenLastShortUrlCreate) {
			config.digg.stats.whenLastShortUrlCreate = date (0)}}};
bundle { //test code
	init ()}



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.