Current File : /home/lifechur/backups/archives/mysql_backup.2007-02-16.tar
mysql/acfwikidb.2007-02-16.sql0000644005216200505720000000000010565516664016652 0ustar  lifechurpg12439000000000000000mysql/bcdcmysqldb.2007-02-16.sql0000644005216200505720000000140310565516665017227 0ustar  lifechurpg12439000000000000000-- MySQL dump 10.10
--
-- Host: bcdcdbsrv.bcdcinc.org    Database: bcdcmysqldb
-- ------------------------------------------------------
-- Server version	5.0.24a-standard-log

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
mysql/cfpmysqldb.2007-02-16.sql0000644005216200505720000000140310565516665017104 0ustar  lifechurpg12439000000000000000-- MySQL dump 10.10
--
-- Host: cfpdbsrv.cfpboston.org    Database: cfpmysqldb
-- ------------------------------------------------------
-- Server version	5.0.24a-standard-log

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
mysql/isearch3.2007-02-16.sql0000644005216200505720000000000010565516703016422 0ustar  lifechurpg12439000000000000000mysql/lcmblogsdb.2007-02-16.sql0000644005216200505720000453415010565516674017066 0ustar  lifechurpg12439000000000000000-- MySQL dump 10.10
--
-- Host: lcmblogsrv.blogs.lifechurchministries.org    Database: lcmblogsdb
-- ------------------------------------------------------
-- Server version	5.0.24a-standard-log

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `wp_guests_categories`
--

DROP TABLE IF EXISTS `wp_guests_categories`;
CREATE TABLE `wp_guests_categories` (
  `cat_ID` bigint(20) NOT NULL auto_increment,
  `cat_name` varchar(55) NOT NULL default '',
  `category_nicename` varchar(200) NOT NULL default '',
  `category_description` longtext NOT NULL,
  `category_parent` bigint(20) NOT NULL default '0',
  `category_count` bigint(20) NOT NULL default '0',
  PRIMARY KEY  (`cat_ID`),
  KEY `category_nicename` (`category_nicename`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_guests_categories`
--


/*!40000 ALTER TABLE `wp_guests_categories` DISABLE KEYS */;
LOCK TABLES `wp_guests_categories` WRITE;
INSERT INTO `wp_guests_categories` VALUES (1,'Uncategorized','uncategorized','',0,0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_guests_categories` ENABLE KEYS */;

--
-- Table structure for table `wp_guests_comments`
--

DROP TABLE IF EXISTS `wp_guests_comments`;
CREATE TABLE `wp_guests_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL auto_increment,
  `comment_post_ID` int(11) NOT NULL default '0',
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL default '',
  `comment_author_url` varchar(200) NOT NULL default '',
  `comment_author_IP` varchar(100) NOT NULL default '',
  `comment_date` datetime NOT NULL default '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL default '0',
  `comment_approved` enum('0','1','spam') NOT NULL default '1',
  `comment_agent` varchar(255) NOT NULL default '',
  `comment_type` varchar(20) NOT NULL default '',
  `comment_parent` bigint(20) NOT NULL default '0',
  `user_id` bigint(20) NOT NULL default '0',
  PRIMARY KEY  (`comment_ID`),
  KEY `comment_approved` (`comment_approved`),
  KEY `comment_post_ID` (`comment_post_ID`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_guests_comments`
--


/*!40000 ALTER TABLE `wp_guests_comments` DISABLE KEYS */;
LOCK TABLES `wp_guests_comments` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_guests_comments` ENABLE KEYS */;

--
-- Table structure for table `wp_guests_linkcategories`
--

DROP TABLE IF EXISTS `wp_guests_linkcategories`;
CREATE TABLE `wp_guests_linkcategories` (
  `cat_id` bigint(20) NOT NULL auto_increment,
  `cat_name` tinytext NOT NULL,
  `auto_toggle` enum('Y','N') NOT NULL default 'N',
  `show_images` enum('Y','N') NOT NULL default 'Y',
  `show_description` enum('Y','N') NOT NULL default 'N',
  `show_rating` enum('Y','N') NOT NULL default 'Y',
  `show_updated` enum('Y','N') NOT NULL default 'Y',
  `sort_order` varchar(64) NOT NULL default 'rand',
  `sort_desc` enum('Y','N') NOT NULL default 'N',
  `text_before_link` varchar(128) NOT NULL default '<li>',
  `text_after_link` varchar(128) NOT NULL default '<br />',
  `text_after_all` varchar(128) NOT NULL default '</li>',
  `list_limit` int(11) NOT NULL default '-1',
  PRIMARY KEY  (`cat_id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_guests_linkcategories`
--


/*!40000 ALTER TABLE `wp_guests_linkcategories` DISABLE KEYS */;
LOCK TABLES `wp_guests_linkcategories` WRITE;
INSERT INTO `wp_guests_linkcategories` VALUES (1,'Blogroll','N','Y','N','Y','Y','rand','N','<li>','<br />','</li>',-1),(2,'Website','N','Y','N','Y','Y','name','N','<li>','<br />','</li>',-1);
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_guests_linkcategories` ENABLE KEYS */;

--
-- Table structure for table `wp_guests_links`
--

DROP TABLE IF EXISTS `wp_guests_links`;
CREATE TABLE `wp_guests_links` (
  `link_id` bigint(20) NOT NULL auto_increment,
  `link_url` varchar(255) NOT NULL default '',
  `link_name` varchar(255) NOT NULL default '',
  `link_image` varchar(255) NOT NULL default '',
  `link_target` varchar(25) NOT NULL default '',
  `link_category` bigint(20) NOT NULL default '0',
  `link_description` varchar(255) NOT NULL default '',
  `link_visible` enum('Y','N') NOT NULL default 'Y',
  `link_owner` int(11) NOT NULL default '1',
  `link_rating` int(11) NOT NULL default '0',
  `link_updated` datetime NOT NULL default '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL default '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`link_id`),
  KEY `link_category` (`link_category`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_guests_links`
--


/*!40000 ALTER TABLE `wp_guests_links` DISABLE KEYS */;
LOCK TABLES `wp_guests_links` WRITE;
INSERT INTO `wp_guests_links` VALUES (11,'http://www.blogs.lifechurchministries.org/comesunday/','Come Sunday','','',1,'Summaries and thoughts on Sunday messages and other teachings of Life Church Ministries, Inc.','Y',1,0,'0000-00-00 00:00:00','','',''),(9,'http://www.blogs.lifechurchministries.org/think/','Think','','',1,'Fresh perspective on the Christian life','Y',1,0,'0000-00-00 00:00:00','','',''),(10,'http://www.lifechurchministries.org/','Life Church Ministries, Inc.','','',2,'Your partner in Christian life and discipleship.','Y',1,0,'0000-00-00 00:00:00','','','');
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_guests_links` ENABLE KEYS */;

--
-- Table structure for table `wp_guests_options`
--

DROP TABLE IF EXISTS `wp_guests_options`;
CREATE TABLE `wp_guests_options` (
  `option_id` bigint(20) NOT NULL auto_increment,
  `blog_id` int(11) NOT NULL default '0',
  `option_name` varchar(64) NOT NULL default '',
  `option_can_override` enum('Y','N') NOT NULL default 'Y',
  `option_type` int(11) NOT NULL default '1',
  `option_value` longtext NOT NULL,
  `option_width` int(11) NOT NULL default '20',
  `option_height` int(11) NOT NULL default '8',
  `option_description` tinytext NOT NULL,
  `option_admin_level` int(11) NOT NULL default '1',
  `autoload` enum('yes','no') NOT NULL default 'yes',
  PRIMARY KEY  (`option_id`,`blog_id`,`option_name`),
  KEY `option_name` (`option_name`)
) ENGINE=MyISAM AUTO_INCREMENT=78 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_guests_options`
--


/*!40000 ALTER TABLE `wp_guests_options` DISABLE KEYS */;
LOCK TABLES `wp_guests_options` WRITE;
INSERT INTO `wp_guests_options` VALUES (1,0,'siteurl','Y',1,'http://blogs.lifechurchministries.org/insight',20,8,'WordPress web address',1,'yes'),(2,0,'blogname','Y',1,'Insight',20,8,'Blog title',1,'yes'),(3,0,'blogdescription','Y',1,'Insight from Life Church\'s guest contributors',20,8,'Short tagline',1,'yes'),(64,0,'wp_guests_user_roles','Y',1,'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:30:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:19:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:8:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:4:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}',20,8,'',1,'yes'),(5,0,'users_can_register','Y',1,'1',20,8,'',1,'yes'),(6,0,'admin_email','Y',1,'pastor.rocklyn@lifechurchministries.org',20,8,'',1,'yes'),(7,0,'start_of_week','Y',1,'0',20,8,'',1,'yes'),(8,0,'use_balanceTags','Y',1,'0',20,8,'',1,'yes'),(9,0,'use_smilies','Y',1,'1',20,8,'',1,'yes'),(10,0,'require_name_email','Y',1,'1',20,8,'',1,'yes'),(11,0,'comments_notify','Y',1,'1',20,8,'',1,'yes'),(12,0,'posts_per_rss','Y',1,'10',20,8,'',1,'yes'),(13,0,'rss_excerpt_length','Y',1,'50',20,8,'',1,'yes'),(14,0,'rss_use_excerpt','Y',1,'0',20,8,'',1,'yes'),(15,0,'mailserver_url','Y',1,'mail.example.com',20,8,'',1,'yes'),(16,0,'mailserver_login','Y',1,'login@example.com',20,8,'',1,'yes'),(17,0,'mailserver_pass','Y',1,'password',20,8,'',1,'yes'),(18,0,'mailserver_port','Y',1,'110',20,8,'',1,'yes'),(19,0,'default_category','Y',1,'1',20,8,'',1,'yes'),(20,0,'default_comment_status','Y',1,'open',20,8,'',1,'yes'),(21,0,'default_ping_status','Y',1,'open',20,8,'',1,'yes'),(22,0,'default_pingback_flag','Y',1,'1',20,8,'',1,'yes'),(23,0,'default_post_edit_rows','Y',1,'10',20,8,'',1,'yes'),(24,0,'posts_per_page','Y',1,'10',20,8,'',1,'yes'),(25,0,'what_to_show','Y',1,'posts',20,8,'',1,'yes'),(26,0,'date_format','Y',1,'F j, Y',20,8,'',1,'yes'),(27,0,'time_format','Y',1,'g:i a',20,8,'',1,'yes'),(28,0,'links_updated_date_format','Y',1,'F j, Y g:i a',20,8,'',1,'yes'),(29,0,'links_recently_updated_prepend','Y',1,'<em>',20,8,'',1,'yes'),(30,0,'links_recently_updated_append','Y',1,'</em>',20,8,'',1,'yes'),(31,0,'links_recently_updated_time','Y',1,'120',20,8,'',1,'yes'),(32,0,'comment_moderation','Y',1,'0',20,8,'',1,'yes'),(33,0,'moderation_notify','Y',1,'1',20,8,'',1,'yes'),(34,0,'permalink_structure','Y',1,'',20,8,'',1,'yes'),(35,0,'gzipcompression','Y',1,'0',20,8,'',1,'yes'),(36,0,'hack_file','Y',1,'0',20,8,'',1,'yes'),(37,0,'blog_charset','Y',1,'UTF-8',20,8,'',1,'yes'),(38,0,'moderation_keys','Y',1,'',20,8,'',1,'no'),(39,0,'active_plugins','Y',1,'',20,8,'',1,'yes'),(40,0,'home','Y',1,'http://blogs.lifechurchministries.org/insight',20,8,'',1,'yes'),(41,0,'category_base','Y',1,'',20,8,'',1,'yes'),(42,0,'ping_sites','Y',1,'http://rpc.pingomatic.com/',20,8,'',1,'yes'),(43,0,'advanced_edit','Y',1,'0',20,8,'',1,'yes'),(44,0,'comment_max_links','Y',1,'2',20,8,'',1,'yes'),(45,0,'gmt_offset','Y',1,'-7',20,8,'',1,'yes'),(46,0,'default_email_category','Y',1,'1',20,8,'Posts by email go to this category',1,'yes'),(47,0,'recently_edited','Y',1,'',20,8,'',1,'no'),(48,0,'use_linksupdate','Y',1,'0',20,8,'',1,'yes'),(49,0,'template','Y',1,'chinared',20,8,'',1,'yes'),(50,0,'stylesheet','Y',1,'chinared',20,8,'',1,'yes'),(51,0,'comment_whitelist','Y',1,'1',20,8,'',1,'yes'),(52,0,'page_uris','Y',1,'a:1:{s:7:\"welcome\";s:7:\"welcome\";}',20,8,'',1,'yes'),(53,0,'blacklist_keys','Y',1,'',20,8,'',1,'no'),(54,0,'comment_registration','Y',1,'',20,8,'',1,'yes'),(55,0,'open_proxy_check','Y',1,'1',20,8,'',1,'yes'),(56,0,'rss_language','Y',1,'en',20,8,'',1,'yes'),(57,0,'html_type','Y',1,'text/html',20,8,'',1,'yes'),(58,0,'use_trackback','Y',1,'0',20,8,'',1,'yes'),(59,0,'default_role','Y',1,'subscriber',20,8,'',1,'yes'),(60,0,'rich_editing','Y',1,'true',20,8,'',1,'yes'),(61,0,'db_version','Y',1,'3441',20,8,'',1,'yes'),(62,0,'uploads_use_yearmonth_folders','Y',1,'1',20,8,'',1,'yes'),(63,0,'upload_path','Y',1,'wp-content/uploads',20,8,'',1,'yes'),(65,0,'rss_8197f1e2fd0c4695b373aaa0bad4eebd','Y',1,'O:9:\"MagpieRSS\":17:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:1:{i:0;a:3:{s:5:\"title\";s:16:\"No results found\";s:11:\"description\";s:74:\"No results were found for http://www.blogs.lifechurchministries.org/guests\";s:7:\"summary\";s:74:\"No results were found for http://www.blogs.lifechurchministries.org/guests\";}}s:7:\"channel\";a:10:{s:9:\"generator\";s:15:\"Technorati v1.0\";s:9:\"webmaster\";s:43:\"support@technorati.com (Technorati Support)\";s:4:\"docs\";s:37:\"http://blogs.law.harvard.edu/tech/rss\";s:3:\"ttl\";s:2:\"60\";s:4:\"tapi\";a:3:{s:6:\"result\";s:5:\"\n    \";s:10:\"result_url\";s:48:\"http://www.blogs.lifechurchministries.org/guests\";s:19:\"result_rankingstart\";s:1:\"0\";}s:6:\"result\";s:16:\"\n    \n    \n    \n\";s:5:\"title\";s:23:\"Technorati Search for: \";s:4:\"link\";s:44:\"http://blogs.lifechurchministries.org/guests\";s:7:\"pubdate\";s:29:\"Thu, 01 Jan 1970 00:00:00 GMT\";s:7:\"tagline\";N;}s:9:\"textinput\";a:4:{s:5:\"title\";s:17:\"Search Technorati\";s:11:\"description\";s:43:\"Search millions of blogs for the latest on:\";s:4:\"name\";s:1:\"s\";s:4:\"link\";s:36:\"http://www.technorati.com/search.php\";}s:5:\"image\";a:3:{s:3:\"url\";s:50:\"http://static.technorati.com/pix/logos/logo_sm.gif\";s:5:\"title\";s:15:\"Technorati logo\";s:4:\"link\";s:25:\"http://www.technorati.com\";}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}}',20,8,'',1,'no'),(66,0,'rss_8197f1e2fd0c4695b373aaa0bad4eebd_ts','Y',1,'1148358862',20,8,'',1,'no'),(67,0,'rss_0ff4b43bd116a9d8720d689c80e7dfd4','Y',1,'O:9:\"MagpieRSS\":19:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:10:{i:0;a:12:{s:5:\"title\";s:17:\"Ideas and Kvetch!\";s:4:\"link\";s:58:\"http://wordpress.org/development/2007/01/ideas-and-kvetch/\";s:8:\"comments\";s:67:\"http://wordpress.org/development/2007/01/ideas-and-kvetch/#comments\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 18:18:15 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:15:\"DevelopmentMeta\";s:4:\"guid\";s:58:\"http://wordpress.org/development/2007/01/ideas-and-kvetch/\";s:11:\"description\";s:324:\"It&#8217;s a new year, and we have a new major release of WordPress coming soon. (We&#8217;re currently aiming for the 22nd.) It&#8217;s as good a time as any to examine where we&#8217;ve been, and where we are, and where we&#8217;re going as a community. 2006 was a pretty exciting year, we saw 1.54 million downloads [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:2235:\"<p>It&#8217;s a new year, and we have a new major release of WordPress coming soon. (We&#8217;re currently aiming for the 22nd.) It&#8217;s as good a time as any to examine where we&#8217;ve been, and where we are, and where we&#8217;re going as a community. 2006 was a pretty exciting year, we saw 1.54 million downloads of WP, and that&#8217;s not even counting the people who install it through their host&#8217;s one-click install or the half a million who have experienced it through the hosted WordPress.com. WordPress is touching more lives than ever.</p>\n<p>However, just because what we&#8217;ve done has worked in the past doesn&#8217;t mean it&#8217;s the best for the future. We have to take a self-critical look at assumptions we have about our development process and WP itself. The upcoming release, which has been long coming, is a perfect time to focus on WP&#8217;s secret ingredient&#8230; you.</p>\n<p>If you could add anything in the world to WordPress, what would it be? If you could name the thing that frustrates you the most about WP, what would that be?</p>\n<p>Now you can tell us. We&#8217;re announcing new projects&#8212;two sides of the same coin.</p>\n<p><a href=\"http://wordpress.org/extend/ideas/\">The first is simply called Ideas</a>, and it&#8217;s a place where you can share your wildest WordPress wishes with the world, and also vote on other people&#8217;s ideas. This allows people outside our normal circle of developers to have a direct say in what goes into the next version of WordPress. For 2.2, which comes out in late April, we will include the top voted on features, so propose something, tell your friends about it, and link it from your blog.</p>\n<p>The second we&#8217;ve named after the <a href=\"http://www.answers.com/kvetch\">Yiddish word</a>, <a href=\"http://wordpress.org/extend/kvetch/\">Kvetch</a>. This is a place where you can quickly and anonymously express whatever might disagree with you in the WordPress world. Let it all loose, but try to keep it PG rated, and we&#8217;ll show a random kvetch on the page once we get enough in the system.</p>\n<p>Both are just part of putting you guys&#8212;our users&#8212;first. It&#8217;s easy because there&#8217;s so many of you.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:63:\"http://wordpress.org/development/2007/01/ideas-and-kvetch/feed/\";}s:7:\"summary\";s:324:\"It&#8217;s a new year, and we have a new major release of WordPress coming soon. (We&#8217;re currently aiming for the 22nd.) It&#8217;s as good a time as any to examine where we&#8217;ve been, and where we are, and where we&#8217;re going as a community. 2006 was a pretty exciting year, we saw 1.54 million downloads [...]\";s:12:\"atom_content\";s:2235:\"<p>It&#8217;s a new year, and we have a new major release of WordPress coming soon. (We&#8217;re currently aiming for the 22nd.) It&#8217;s as good a time as any to examine where we&#8217;ve been, and where we are, and where we&#8217;re going as a community. 2006 was a pretty exciting year, we saw 1.54 million downloads of WP, and that&#8217;s not even counting the people who install it through their host&#8217;s one-click install or the half a million who have experienced it through the hosted WordPress.com. WordPress is touching more lives than ever.</p>\n<p>However, just because what we&#8217;ve done has worked in the past doesn&#8217;t mean it&#8217;s the best for the future. We have to take a self-critical look at assumptions we have about our development process and WP itself. The upcoming release, which has been long coming, is a perfect time to focus on WP&#8217;s secret ingredient&#8230; you.</p>\n<p>If you could add anything in the world to WordPress, what would it be? If you could name the thing that frustrates you the most about WP, what would that be?</p>\n<p>Now you can tell us. We&#8217;re announcing new projects&#8212;two sides of the same coin.</p>\n<p><a href=\"http://wordpress.org/extend/ideas/\">The first is simply called Ideas</a>, and it&#8217;s a place where you can share your wildest WordPress wishes with the world, and also vote on other people&#8217;s ideas. This allows people outside our normal circle of developers to have a direct say in what goes into the next version of WordPress. For 2.2, which comes out in late April, we will include the top voted on features, so propose something, tell your friends about it, and link it from your blog.</p>\n<p>The second we&#8217;ve named after the <a href=\"http://www.answers.com/kvetch\">Yiddish word</a>, <a href=\"http://wordpress.org/extend/kvetch/\">Kvetch</a>. This is a place where you can quickly and anonymously express whatever might disagree with you in the WordPress world. Let it all loose, but try to keep it PG rated, and we&#8217;ll show a random kvetch on the page once we get enough in the system.</p>\n<p>Both are just part of putting you guys&#8212;our users&#8212;first. It&#8217;s easy because there&#8217;s so many of you.</p>\n\";}i:1;a:12:{s:5:\"title\";s:15:\"WordPress 2.0.6\";s:4:\"link\";s:55:\"http://wordpress.org/development/2007/01/wordpress-206/\";s:8:\"comments\";s:64:\"http://wordpress.org/development/2007/01/wordpress-206/#comments\";s:7:\"pubdate\";s:31:\"Fri, 05 Jan 2007 13:24:14 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:16:\"ReleasesSecurity\";s:4:\"guid\";s:55:\"http://wordpress.org/development/2007/01/wordpress-206/\";s:11:\"description\";s:414:\"We have a pretty important release available for everyone, it includes an important security fix and it&#8217;s recommended that everyone upgrade. This is the latest release in our stable 2.0 line, which we&#8217;ve committed to maintaining for several more years.\nHere&#8217;s what&#8217;s new:\n\nThe aforementioned security fixes.\nHTML quicktags now work in Safari browsers.\nComments are filtered to prevent [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1444:\"<p>We have a pretty important release available for everyone, it includes an important security fix and it&#8217;s recommended that everyone upgrade. This is the latest release in our stable 2.0 line, which we&#8217;ve committed to maintaining for several more years.</p>\n<p>Here&#8217;s what&#8217;s new:</p>\n<ul>\n<li>The aforementioned security fixes.</li>\n<li>HTML quicktags now work in Safari browsers.</li>\n<li>Comments are filtered to prevent them from messing up your blog layout.</li>\n<li>Compatibility with PHP/FastCGI setups.</li>\n</ul>\n<p>For developers, there&#8217;s a new anti-XSS function called attribute_escape(), and a new filter called &#8220;query&#8221; which allows you filter any SQL at runtime. (Which is pretty powerful.) Thanks to Mark Jaquith  for handling this release and Stefan Esser for responsibly reporting the security issue.</p>\n<p>As always, <a href=\"http://wordpress.org/download/\">you can download the latest version of WordPress here</a>.</p>\n<p>As a side note, this is probably our last release before 2.1 is out, which will be our first major feature release in quite a while. 2.1 just entered beta stage, so if you&#8217;re interested in helping out with that process consider <a href=\"http://wordpress.org/download/beta/\">joining our beta group</a>. As a reminder, if you&#8217;re a plugin or theme author you should check your code to make sure it&#8217;s compatible with 2.1 before the release.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:60:\"http://wordpress.org/development/2007/01/wordpress-206/feed/\";}s:7:\"summary\";s:414:\"We have a pretty important release available for everyone, it includes an important security fix and it&#8217;s recommended that everyone upgrade. This is the latest release in our stable 2.0 line, which we&#8217;ve committed to maintaining for several more years.\nHere&#8217;s what&#8217;s new:\n\nThe aforementioned security fixes.\nHTML quicktags now work in Safari browsers.\nComments are filtered to prevent [...]\";s:12:\"atom_content\";s:1444:\"<p>We have a pretty important release available for everyone, it includes an important security fix and it&#8217;s recommended that everyone upgrade. This is the latest release in our stable 2.0 line, which we&#8217;ve committed to maintaining for several more years.</p>\n<p>Here&#8217;s what&#8217;s new:</p>\n<ul>\n<li>The aforementioned security fixes.</li>\n<li>HTML quicktags now work in Safari browsers.</li>\n<li>Comments are filtered to prevent them from messing up your blog layout.</li>\n<li>Compatibility with PHP/FastCGI setups.</li>\n</ul>\n<p>For developers, there&#8217;s a new anti-XSS function called attribute_escape(), and a new filter called &#8220;query&#8221; which allows you filter any SQL at runtime. (Which is pretty powerful.) Thanks to Mark Jaquith  for handling this release and Stefan Esser for responsibly reporting the security issue.</p>\n<p>As always, <a href=\"http://wordpress.org/download/\">you can download the latest version of WordPress here</a>.</p>\n<p>As a side note, this is probably our last release before 2.1 is out, which will be our first major feature release in quite a while. 2.1 just entered beta stage, so if you&#8217;re interested in helping out with that process consider <a href=\"http://wordpress.org/download/beta/\">joining our beta group</a>. As a reminder, if you&#8217;re a plugin or theme author you should check your code to make sure it&#8217;s compatible with 2.1 before the release.</p>\n\";}i:2;a:12:{s:5:\"title\";s:16:\"Limited T-shirts\";s:4:\"link\";s:58:\"http://wordpress.org/development/2006/12/limited-t-shirts/\";s:8:\"comments\";s:67:\"http://wordpress.org/development/2006/12/limited-t-shirts/#comments\";s:7:\"pubdate\";s:31:\"Thu, 14 Dec 2006 23:49:02 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:13:\"WordCampStore\";s:4:\"guid\";s:58:\"http://wordpress.org/development/2006/12/limited-t-shirts/\";s:11:\"description\";s:306:\"At various events throughout 2006, like SxSW and WordCamp we had t-shirts and each time we got a ton of requests for people who weren&#8217;t there to be able to buy them. Well, now you can. We have a limited supply of some of our shirts from this year available to order online.\nYou can&#8217;t tell [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1430:\"<p>At various events throughout 2006, like SxSW and WordCamp we had t-shirts and each time we got a ton of requests for people who weren&#8217;t there to be able to buy them. Well, now you can. We have a limited supply of some of our shirts from this year <a href=\"http://www.goodstorm.com/stores/wordpress\">available to order online</a>.</p>\n<p>You can&#8217;t tell from the pictures, but the black shirts have a larger W logo and make you feel a bit <a href=\"http://flickr.com/photos/photomatt/110143508/\">like Superman</a>. The grey WordCamp shirts have the logo a bit smaller, and are a bit reminiscent of <a href=\"http://daringfireball.net/\">Daring Fireball</a>. Both look good with jeans.</p>\n<p>Part of the idea is once we print a style, we never do it again, so each shirt will be representative of a certain time in WordPress history. Since these are the very first, they make a great gift for yourself or that special blogging geek in you life. <a href=\"http://www.goodstorm.com/stores/wordpress\">Check out the store</a>.</p>\n<p>If you have any pictures of yourself in a WordPress shirt on Flickr, be sure to <a href=\"http://flickr.com/photos/tags/wordpressshirt/\">tag them wordpressshirt</a> to join the fun.</p>\n<p><strong>Update:</strong> We&#8217;re very sorry, but Goodstorm only ships to the US. If you&#8217;d like that to change, <a href=\"http://www.goodstorm.com/feedback\">send Goodstorm some feedback</a>.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:63:\"http://wordpress.org/development/2006/12/limited-t-shirts/feed/\";}s:7:\"summary\";s:306:\"At various events throughout 2006, like SxSW and WordCamp we had t-shirts and each time we got a ton of requests for people who weren&#8217;t there to be able to buy them. Well, now you can. We have a limited supply of some of our shirts from this year available to order online.\nYou can&#8217;t tell [...]\";s:12:\"atom_content\";s:1430:\"<p>At various events throughout 2006, like SxSW and WordCamp we had t-shirts and each time we got a ton of requests for people who weren&#8217;t there to be able to buy them. Well, now you can. We have a limited supply of some of our shirts from this year <a href=\"http://www.goodstorm.com/stores/wordpress\">available to order online</a>.</p>\n<p>You can&#8217;t tell from the pictures, but the black shirts have a larger W logo and make you feel a bit <a href=\"http://flickr.com/photos/photomatt/110143508/\">like Superman</a>. The grey WordCamp shirts have the logo a bit smaller, and are a bit reminiscent of <a href=\"http://daringfireball.net/\">Daring Fireball</a>. Both look good with jeans.</p>\n<p>Part of the idea is once we print a style, we never do it again, so each shirt will be representative of a certain time in WordPress history. Since these are the very first, they make a great gift for yourself or that special blogging geek in you life. <a href=\"http://www.goodstorm.com/stores/wordpress\">Check out the store</a>.</p>\n<p>If you have any pictures of yourself in a WordPress shirt on Flickr, be sure to <a href=\"http://flickr.com/photos/tags/wordpressshirt/\">tag them wordpressshirt</a> to join the fun.</p>\n<p><strong>Update:</strong> We&#8217;re very sorry, but Goodstorm only ships to the US. If you&#8217;d like that to change, <a href=\"http://www.goodstorm.com/feedback\">send Goodstorm some feedback</a>.</p>\n\";}i:3;a:12:{s:5:\"title\";s:31:\"Is your plugin Naughty or Nice?\";s:4:\"link\";s:57:\"http://wordpress.org/development/2006/12/naughty-or-nice/\";s:8:\"comments\";s:66:\"http://wordpress.org/development/2006/12/naughty-or-nice/#comments\";s:7:\"pubdate\";s:31:\"Mon, 11 Dec 2006 18:11:05 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:11:\"Development\";s:4:\"guid\";s:57:\"http://wordpress.org/development/2006/12/naughty-or-nice/\";s:11:\"description\";s:315:\"Guest article by Aaron Brazell\nWordPress 2.1 is almost here and you know what that means for developers. It’s time to pull out those old plugins you’ve had stashed, blow off the dust and start applying some spit and polish and make sure it will last longer than Grandma’s Ham and Bean soup that has been [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:2284:\"<p><cite>Guest article by <a href=\'http://www.technosailor.com/\'>Aaron Brazell</a></cite></p>\n<p>WordPress 2.1 is almost here and you know what that means for developers. It’s time to pull out those old plugins you’ve had stashed, blow off the dust and start applying some spit and polish and make sure it will last longer than Grandma’s Ham and Bean soup that has been sitting in the refrigerator for weeks.</p>\n<p>Many of the big changes in WordPress 2.1 are MySQL related so grab a pen and paper (or open Notepad) and start taking notes.</p>\n<ul>\n<li>The <code>$table*</code> variables have all been eliminated. They have not been deprecated as doing so would mean that the variables are still present but developers are no longer encouraged to use them. In this case, they have been removed from the core. When you&#8217;re developing plugins that contain SQL statements, ensure you globalize <code>$wpdb</code>, and call tables using <code>$wpdb->posts</code>, <code>$wpdb->post2cat</code>, etc. Likewise, the former <code>$table_prefix</code> variable that developers could globalize before to find the MySQL table prefix defined in <code>wp-config.php</code> has also been deprecated in favor of <code>$wpdb->prefix</code>.</li>\n<li>Developers using the former linkcategories table should be aware that link categories are now part of categories. They are simply given another category ID and are not maintained separate from post categories.</li>\n<li>The posts table now has a column of <code>post_type</code> that should help developers distinguish between posts and pages.</li>\n<li>Future posts now gain the <code>post_status</code> of &#8216;future&#8217; which eliminates the use of <code>NOW()</code> in all queries in the core. Plugin developers should follow suit.</li>\n</ul>\n<p>WordPress 2.1 is nearing the time when the codebase will be released for testing, but it&#8217;s not too early to get those plugins and themes tweaked for the release. There is a <a href=\"http://codex.wordpress.org/User:Spencerp/2.1alpha3_Plugin_Compatibility\">Codex page</a> where plugin compatibility is being tracked as well.</p>\n<p><strong>Editor&#8217;s note:</strong> If you stick to the WP APIs as much as possible you won&#8217;t run into plugin upgrade issues like this.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:62:\"http://wordpress.org/development/2006/12/naughty-or-nice/feed/\";}s:7:\"summary\";s:315:\"Guest article by Aaron Brazell\nWordPress 2.1 is almost here and you know what that means for developers. It’s time to pull out those old plugins you’ve had stashed, blow off the dust and start applying some spit and polish and make sure it will last longer than Grandma’s Ham and Bean soup that has been [...]\";s:12:\"atom_content\";s:2284:\"<p><cite>Guest article by <a href=\'http://www.technosailor.com/\'>Aaron Brazell</a></cite></p>\n<p>WordPress 2.1 is almost here and you know what that means for developers. It’s time to pull out those old plugins you’ve had stashed, blow off the dust and start applying some spit and polish and make sure it will last longer than Grandma’s Ham and Bean soup that has been sitting in the refrigerator for weeks.</p>\n<p>Many of the big changes in WordPress 2.1 are MySQL related so grab a pen and paper (or open Notepad) and start taking notes.</p>\n<ul>\n<li>The <code>$table*</code> variables have all been eliminated. They have not been deprecated as doing so would mean that the variables are still present but developers are no longer encouraged to use them. In this case, they have been removed from the core. When you&#8217;re developing plugins that contain SQL statements, ensure you globalize <code>$wpdb</code>, and call tables using <code>$wpdb->posts</code>, <code>$wpdb->post2cat</code>, etc. Likewise, the former <code>$table_prefix</code> variable that developers could globalize before to find the MySQL table prefix defined in <code>wp-config.php</code> has also been deprecated in favor of <code>$wpdb->prefix</code>.</li>\n<li>Developers using the former linkcategories table should be aware that link categories are now part of categories. They are simply given another category ID and are not maintained separate from post categories.</li>\n<li>The posts table now has a column of <code>post_type</code> that should help developers distinguish between posts and pages.</li>\n<li>Future posts now gain the <code>post_status</code> of &#8216;future&#8217; which eliminates the use of <code>NOW()</code> in all queries in the core. Plugin developers should follow suit.</li>\n</ul>\n<p>WordPress 2.1 is nearing the time when the codebase will be released for testing, but it&#8217;s not too early to get those plugins and themes tweaked for the release. There is a <a href=\"http://codex.wordpress.org/User:Spencerp/2.1alpha3_Plugin_Compatibility\">Codex page</a> where plugin compatibility is being tracked as well.</p>\n<p><strong>Editor&#8217;s note:</strong> If you stick to the WP APIs as much as possible you won&#8217;t run into plugin upgrade issues like this.</p>\n\";}i:4;a:12:{s:5:\"title\";s:23:\"WordPress 2.0.5 - Ronan\";s:4:\"link\";s:51:\"http://wordpress.org/development/2006/10/205-ronan/\";s:8:\"comments\";s:60:\"http://wordpress.org/development/2006/10/205-ronan/#comments\";s:7:\"pubdate\";s:31:\"Fri, 27 Oct 2006 23:17:01 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:8:\"Releases\";s:4:\"guid\";s:51:\"http://wordpress.org/development/2006/10/205-ronan/\";s:11:\"description\";s:360:\"It&#8217;s new release time. The latest in our venerable 2.0 series, which now counts over 1.2 million downloads, is available for download immediately, and we suggest everyone upgrade as this includes security fixes. We&#8217;re breaking the tradition of naming releases after jazz musicians to congratulate Ryan Boren on his new son (and first WP baby) [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1327:\"<p>It&#8217;s new release time. The latest in our venerable 2.0 series, which now counts over 1.2 million downloads, <a href=\"http://wordpress.org/download/\">is available for download immediately</a>, and we suggest everyone upgrade as this includes security fixes. We&#8217;re breaking the tradition of naming releases after jazz musicians to congratulate Ryan Boren on his new son (and first WP baby) Ronan.</p>\n<p>What&#8217;s new? We have about 50 or so bugfixes, which you <a href=\"http://trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=2.0.5\">can review on our dev tracker here</a>, mostly minor bug fixes around feeds, custom fields, and internationalization. If you&#8217;d like a nitty-gritty view, check out <a href=\"http://markjaquith.wordpress.com/2006/10/17/changes-in-wordpress-205/\">Mark&#8217;s blog post on the changes</a>.</p>\n<p>Like every release this was the result of a lot of people in the WordPress community, and I&#8217;d like to thank all our contributors and testers including Mustlive, Peter Westwood, and Robert Deaton. This is also the first release handled by our new 2.0 maintainer, Mark Jaquith. He joins myself and Ryan with commit access and is &#8220;committed&#8221; to keeping the 2.0 base stable as we head into the exciting new 2.1 world. Congrats to Mark</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:56:\"http://wordpress.org/development/2006/10/205-ronan/feed/\";}s:7:\"summary\";s:360:\"It&#8217;s new release time. The latest in our venerable 2.0 series, which now counts over 1.2 million downloads, is available for download immediately, and we suggest everyone upgrade as this includes security fixes. We&#8217;re breaking the tradition of naming releases after jazz musicians to congratulate Ryan Boren on his new son (and first WP baby) [...]\";s:12:\"atom_content\";s:1327:\"<p>It&#8217;s new release time. The latest in our venerable 2.0 series, which now counts over 1.2 million downloads, <a href=\"http://wordpress.org/download/\">is available for download immediately</a>, and we suggest everyone upgrade as this includes security fixes. We&#8217;re breaking the tradition of naming releases after jazz musicians to congratulate Ryan Boren on his new son (and first WP baby) Ronan.</p>\n<p>What&#8217;s new? We have about 50 or so bugfixes, which you <a href=\"http://trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=2.0.5\">can review on our dev tracker here</a>, mostly minor bug fixes around feeds, custom fields, and internationalization. If you&#8217;d like a nitty-gritty view, check out <a href=\"http://markjaquith.wordpress.com/2006/10/17/changes-in-wordpress-205/\">Mark&#8217;s blog post on the changes</a>.</p>\n<p>Like every release this was the result of a lot of people in the WordPress community, and I&#8217;d like to thank all our contributors and testers including Mustlive, Peter Westwood, and Robert Deaton. This is also the first release handled by our new 2.0 maintainer, Mark Jaquith. He joins myself and Ryan with commit access and is &#8220;committed&#8221; to keeping the 2.0 base stable as we head into the exciting new 2.1 world. Congrats to Mark</p>\n\";}i:5;a:12:{s:5:\"title\";s:18:\"MU 1.0 and bbPress\";s:4:\"link\";s:56:\"http://wordpress.org/development/2006/10/mu-and-bbpress/\";s:8:\"comments\";s:65:\"http://wordpress.org/development/2006/10/mu-and-bbpress/#comments\";s:7:\"pubdate\";s:31:\"Mon, 23 Oct 2006 09:54:24 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:26:\"DevelopmentReleasesGeneral\";s:4:\"guid\";s:56:\"http://wordpress.org/development/2006/10/mu-and-bbpress/\";s:11:\"description\";s:349:\"The WordPress family has been really starting to grow lately. I wanted to let you guys know about two big releases: WordPress Multi-user 1.0 and bbPress 0.72.\nWordPress MU is an official branch of WordPress that is designed for managing and hosting thousands of blogs instead of just one. It&#8217;s the software that powers WordPress.com, for [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1846:\"<p>The WordPress family has been really starting to grow lately. I wanted to let you guys know about two big releases: WordPress Multi-user 1.0 and bbPress 0.72.</p>\n<p><a href=\"http://mu.wordpress.org/\">WordPress MU</a> is an official branch of WordPress that is designed for managing and hosting thousands of blogs instead of just one. It&#8217;s the software that powers <a href=\"http://wordpress.com/\">WordPress.com</a>, for example. MU has been in heavy development for about a year now, and we&#8217;ve finally polished it up to a place where we feel like it&#8217;s ready for public consumption. Since setup is a bit more complex than the 5-minute install of regular WordPress, MU is best suited for a more server-savvy audience. You can <a href=\"http://mu.wordpress.org/download/\">download it on the WordPress MU site</a>. </p>\n<p>Second I wanted to introduce an old friend you are all probably familiar with from our support forums, <a href=\"http://bbpress.org/\">bbPress</a>. bbPress is forum software with the WordPress touch, and developed by the same folks. It has some pretty cool features, such as tagging, RSS feeds, Akismet spam protection, AJAX interaction, but the team focused the most on creating something fast and light. bbPress can power a forum with hundreds of thousands of posts with just a fraction of the load as WordPress. (If we could re-write WP from scratch, it would be a lot like bbPress.) What is probably most compelling for WordPress users, though, is that bbPress supports complete user and login integration with WP.</p>\n<p>bbPress is not quite 1.0 yet, some of you may recognize the 0.72 version number from the early days of WordPress, but if you&#8217;re searching for a little something fresh in forum software, try <a href=\"http://bbpress.org/download/\">downloading bbPress</a> and giving it a go.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:61:\"http://wordpress.org/development/2006/10/mu-and-bbpress/feed/\";}s:7:\"summary\";s:349:\"The WordPress family has been really starting to grow lately. I wanted to let you guys know about two big releases: WordPress Multi-user 1.0 and bbPress 0.72.\nWordPress MU is an official branch of WordPress that is designed for managing and hosting thousands of blogs instead of just one. It&#8217;s the software that powers WordPress.com, for [...]\";s:12:\"atom_content\";s:1846:\"<p>The WordPress family has been really starting to grow lately. I wanted to let you guys know about two big releases: WordPress Multi-user 1.0 and bbPress 0.72.</p>\n<p><a href=\"http://mu.wordpress.org/\">WordPress MU</a> is an official branch of WordPress that is designed for managing and hosting thousands of blogs instead of just one. It&#8217;s the software that powers <a href=\"http://wordpress.com/\">WordPress.com</a>, for example. MU has been in heavy development for about a year now, and we&#8217;ve finally polished it up to a place where we feel like it&#8217;s ready for public consumption. Since setup is a bit more complex than the 5-minute install of regular WordPress, MU is best suited for a more server-savvy audience. You can <a href=\"http://mu.wordpress.org/download/\">download it on the WordPress MU site</a>. </p>\n<p>Second I wanted to introduce an old friend you are all probably familiar with from our support forums, <a href=\"http://bbpress.org/\">bbPress</a>. bbPress is forum software with the WordPress touch, and developed by the same folks. It has some pretty cool features, such as tagging, RSS feeds, Akismet spam protection, AJAX interaction, but the team focused the most on creating something fast and light. bbPress can power a forum with hundreds of thousands of posts with just a fraction of the load as WordPress. (If we could re-write WP from scratch, it would be a lot like bbPress.) What is probably most compelling for WordPress users, though, is that bbPress supports complete user and login integration with WP.</p>\n<p>bbPress is not quite 1.0 yet, some of you may recognize the 0.72 version number from the early days of WordPress, but if you&#8217;re searching for a little something fresh in forum software, try <a href=\"http://bbpress.org/download/\">downloading bbPress</a> and giving it a go.</p>\n\";}i:6;a:12:{s:5:\"title\";s:15:\"WordPress 2.0.4\";s:4:\"link\";s:55:\"http://wordpress.org/development/2006/07/wordpress-204/\";s:8:\"comments\";s:64:\"http://wordpress.org/development/2006/07/wordpress-204/#comments\";s:7:\"pubdate\";s:31:\"Sat, 29 Jul 2006 01:31:30 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:27:\"DevelopmentReleasesSecurity\";s:4:\"guid\";s:55:\"http://wordpress.org/development/2006/07/wordpress-204/\";s:11:\"description\";s:373:\"WordPress 2.0.4, the latest stable release in our Duke series, is available for immediate download. This release contains several important security fixes, so it&#8217;s highly recommended for all users. We&#8217;ve also rolled in a number of bug fixes (over 50!), so it&#8217;s a pretty solid release across the board.\nUpgrading is fairly simple, just overwrite your [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:932:\"<p>WordPress 2.0.4, the latest stable release in our Duke series, is <a href=\"http://wordpress.org/download/\">available for immediate download</a>. This release contains several important security fixes, so it&#8217;s highly recommended for all users. We&#8217;ve also rolled in a number of bug fixes (over 50!), so it&#8217;s a pretty solid release across the board.</p>\n<p>Upgrading is fairly simple, just overwrite your old files with the latest from the download. If you&#8217;d like more thorough instructions, <a href=\"http://codex.wordpress.org/Upgrading_WordPress\">the Codex</a> is always the best spot.</p>\n<p>Since this is a security release, if you have any friends with blogs make sure to remind them to upgrade and lend a hand if they&#8217;re not too savvy. We&#8217;re all in this together.</p>\n<p>Thanks to <a href=\"http://veryeasy.ca/\">Geoff</a> and <a href=\"http://txfx.net/\">Mark Jaquith</a> for identifying.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:60:\"http://wordpress.org/development/2006/07/wordpress-204/feed/\";}s:7:\"summary\";s:373:\"WordPress 2.0.4, the latest stable release in our Duke series, is available for immediate download. This release contains several important security fixes, so it&#8217;s highly recommended for all users. We&#8217;ve also rolled in a number of bug fixes (over 50!), so it&#8217;s a pretty solid release across the board.\nUpgrading is fairly simple, just overwrite your [...]\";s:12:\"atom_content\";s:932:\"<p>WordPress 2.0.4, the latest stable release in our Duke series, is <a href=\"http://wordpress.org/download/\">available for immediate download</a>. This release contains several important security fixes, so it&#8217;s highly recommended for all users. We&#8217;ve also rolled in a number of bug fixes (over 50!), so it&#8217;s a pretty solid release across the board.</p>\n<p>Upgrading is fairly simple, just overwrite your old files with the latest from the download. If you&#8217;d like more thorough instructions, <a href=\"http://codex.wordpress.org/Upgrading_WordPress\">the Codex</a> is always the best spot.</p>\n<p>Since this is a security release, if you have any friends with blogs make sure to remind them to upgrade and lend a hand if they&#8217;re not too savvy. We&#8217;re all in this together.</p>\n<p>Thanks to <a href=\"http://veryeasy.ca/\">Geoff</a> and <a href=\"http://txfx.net/\">Mark Jaquith</a> for identifying.</p>\n\";}i:7;a:12:{s:5:\"title\";s:25:\"WordCamp in San Francisco\";s:4:\"link\";s:55:\"http://wordpress.org/development/2006/07/wordcamp-2006/\";s:8:\"comments\";s:64:\"http://wordpress.org/development/2006/07/wordcamp-2006/#comments\";s:7:\"pubdate\";s:31:\"Tue, 11 Jul 2006 07:00:55 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:14:\"EventsWordCamp\";s:4:\"guid\";s:55:\"http://wordpress.org/development/2006/07/wordcamp-2006/\";s:11:\"description\";s:333:\"On August 5th, 2006, we&#8217;re planning a WordPress user conference called WordCamp. The idea is to bring WordPress users and developers so we can meet each other face to face, share stories, and try to figure out the future of our little corner of the online publishing revolution.\nThe conference will be a 1-day event, with [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1023:\"<p>On August 5th, 2006, we&#8217;re planning a WordPress user conference called <a href=\"http://wordcamp.org/\">WordCamp</a>. The idea is to bring WordPress users and developers so we can meet each other face to face, share stories, and try to figure out the future of our little corner of the online publishing revolution.</p>\n<p>The conference will be a 1-day event, with a party that night, and be free to anyone and everyone. We&#8217;re aiming to do it in the style of BarCamp, so the agenda will be largely determined by you guys. I&#8217;ve posted a <a href=\"http://photomatt.net/2006/07/09/wordcamp/\">little bit more about the ideas behind WordCamp on my blog</a>.</p>\n<p>I know it&#8217;s relatively short notice, especially for folks in other countries, but if you think you can make it or if you just want more information <a href=\"http://wordcamp.org/\">check out WordCamp.org</a>, where we&#8217;ll coordinating the event. I&#8217;m really looking forward to meeting people I interact with online every day.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:60:\"http://wordpress.org/development/2006/07/wordcamp-2006/feed/\";}s:7:\"summary\";s:333:\"On August 5th, 2006, we&#8217;re planning a WordPress user conference called WordCamp. The idea is to bring WordPress users and developers so we can meet each other face to face, share stories, and try to figure out the future of our little corner of the online publishing revolution.\nThe conference will be a 1-day event, with [...]\";s:12:\"atom_content\";s:1023:\"<p>On August 5th, 2006, we&#8217;re planning a WordPress user conference called <a href=\"http://wordcamp.org/\">WordCamp</a>. The idea is to bring WordPress users and developers so we can meet each other face to face, share stories, and try to figure out the future of our little corner of the online publishing revolution.</p>\n<p>The conference will be a 1-day event, with a party that night, and be free to anyone and everyone. We&#8217;re aiming to do it in the style of BarCamp, so the agenda will be largely determined by you guys. I&#8217;ve posted a <a href=\"http://photomatt.net/2006/07/09/wordcamp/\">little bit more about the ideas behind WordCamp on my blog</a>.</p>\n<p>I know it&#8217;s relatively short notice, especially for folks in other countries, but if you think you can make it or if you just want more information <a href=\"http://wordcamp.org/\">check out WordCamp.org</a>, where we&#8217;ll coordinating the event. I&#8217;m really looking forward to meeting people I interact with online every day.</p>\n\";}i:8;a:12:{s:5:\"title\";s:22:\"2.0.4 and 2.1 Bug Hunt\";s:4:\"link\";s:61:\"http://wordpress.org/development/2006/06/204-and-21-bug-hunt/\";s:8:\"comments\";s:70:\"http://wordpress.org/development/2006/06/204-and-21-bug-hunt/#comments\";s:7:\"pubdate\";s:31:\"Thu, 29 Jun 2006 16:43:04 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ryan\";}s:8:\"category\";s:11:\"Development\";s:4:\"guid\";s:61:\"http://wordpress.org/development/2006/06/204-and-21-bug-hunt/\";s:11:\"description\";s:295:\"Bug Independence Day is July 4th! To help shake the bugs out of the upcoming 2.0.4 and 2.1 releases, we&#39;re holding a Bug Hunt next week.  We&#39;ll be finding and fixing bugs and cleaning up the bug tracker. All are welcome to join us in the #wordpress-bugs IRC channel as we go on the [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1104:\"<p>Bug Independence Day is July 4th! To help shake the bugs out of the upcoming 2.0.4 and 2.1 releases, we&#39;re holding a <a href=\"http://codex.wordpress.org/WordPress_Bug_Hunts\" title=\"July 5th Bug Hunt\">Bug Hunt</a> next week.  We&#39;ll be finding and fixing bugs and cleaning up the <a href=\"http://trac.wordpress.org/\">bug tracker</a>. All are welcome to join us in the <a href=\"irc://irc.freenode.net/wordpress-bugs\">#wordpress-bugs</a> IRC channel as we go on the hunt.  We&#39;ll get things started <a href=\"http://www.timeanddate.com/worldclock/fixedtime.html?month=7&amp;day=05&amp;year=2006&amp;hour=0&amp;min=0&amp;sec=0&amp;p1=224\">at Midnight between Tuesday, July 4, 2006 and Wednesday, July 5, 2006 San Francisco time</a> and keep going for 24 hours or until everyone gets tired. We&#39;ll have folks keepng vigil at all hours so drop by at whatever time is convenient to you.</p>\n<p>All you need to help out is the ability to install and run WordPress, folks of all skill levels are invited to join. We need people testing as much as we need people coding. (If not a little more.)</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:66:\"http://wordpress.org/development/2006/06/204-and-21-bug-hunt/feed/\";}s:7:\"summary\";s:295:\"Bug Independence Day is July 4th! To help shake the bugs out of the upcoming 2.0.4 and 2.1 releases, we&#39;re holding a Bug Hunt next week.  We&#39;ll be finding and fixing bugs and cleaning up the bug tracker. All are welcome to join us in the #wordpress-bugs IRC channel as we go on the [...]\";s:12:\"atom_content\";s:1104:\"<p>Bug Independence Day is July 4th! To help shake the bugs out of the upcoming 2.0.4 and 2.1 releases, we&#39;re holding a <a href=\"http://codex.wordpress.org/WordPress_Bug_Hunts\" title=\"July 5th Bug Hunt\">Bug Hunt</a> next week.  We&#39;ll be finding and fixing bugs and cleaning up the <a href=\"http://trac.wordpress.org/\">bug tracker</a>. All are welcome to join us in the <a href=\"irc://irc.freenode.net/wordpress-bugs\">#wordpress-bugs</a> IRC channel as we go on the hunt.  We&#39;ll get things started <a href=\"http://www.timeanddate.com/worldclock/fixedtime.html?month=7&amp;day=05&amp;year=2006&amp;hour=0&amp;min=0&amp;sec=0&amp;p1=224\">at Midnight between Tuesday, July 4, 2006 and Wednesday, July 5, 2006 San Francisco time</a> and keep going for 24 hours or until everyone gets tired. We&#39;ll have folks keepng vigil at all hours so drop by at whatever time is convenient to you.</p>\n<p>All you need to help out is the ability to install and run WordPress, folks of all skill levels are invited to join. We need people testing as much as we need people coding. (If not a little more.)</p>\n\";}i:9;a:12:{s:5:\"title\";s:15:\"WordPress 2.0.3\";s:4:\"link\";s:55:\"http://wordpress.org/development/2006/06/wordpress-203/\";s:8:\"comments\";s:64:\"http://wordpress.org/development/2006/06/wordpress-203/#comments\";s:7:\"pubdate\";s:31:\"Thu, 01 Jun 2006 07:49:38 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:11:\"Development\";s:4:\"guid\";s:55:\"http://wordpress.org/development/2006/06/wordpress-203/\";s:11:\"description\";s:321:\"The latest in the stable 2.0 series, 2.0.3, is now available for download. This is a bug fix and security release, and is recommended for all WordPress users. In addition to an issue that was raised on Bugtraq a few days ago, we&#8217;ve also backported a number of security enhancements from 2.1 to further enhance [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:885:\"<p>The latest in the stable 2.0 series, 2.0.3, <a href=\"http://wordpress.org/download/\">is now available for download</a>. This is a bug fix and security release, and is recommended for all WordPress users. In addition to an issue that was raised on Bugtraq a few days ago, we&#8217;ve also backported a number of security enhancements from 2.1 to further enhance and protect your blog.</p>\n<p>For the curious, this <a href=\"http://trac.wordpress.org/query?status=closed&#038;milestone=2.0.3\">release includes</a>:</p>\n<ul>\n<li>Small performance enhancements</li>\n<li>Movable Type / Typepad importer fix</li>\n<li>Enclosure (podcasting) fix</li>\n<li>The aforementioned security enhancements (nonces)</li>\n</ul>\n<p>Upgrading is fairly simple, just overwrite your old files with the latest from the download. When you go to your admin it will give you a link to update your database.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:60:\"http://wordpress.org/development/2006/06/wordpress-203/feed/\";}s:7:\"summary\";s:321:\"The latest in the stable 2.0 series, 2.0.3, is now available for download. This is a bug fix and security release, and is recommended for all WordPress users. In addition to an issue that was raised on Bugtraq a few days ago, we&#8217;ve also backported a number of security enhancements from 2.1 to further enhance [...]\";s:12:\"atom_content\";s:885:\"<p>The latest in the stable 2.0 series, 2.0.3, <a href=\"http://wordpress.org/download/\">is now available for download</a>. This is a bug fix and security release, and is recommended for all WordPress users. In addition to an issue that was raised on Bugtraq a few days ago, we&#8217;ve also backported a number of security enhancements from 2.1 to further enhance and protect your blog.</p>\n<p>For the curious, this <a href=\"http://trac.wordpress.org/query?status=closed&#038;milestone=2.0.3\">release includes</a>:</p>\n<ul>\n<li>Small performance enhancements</li>\n<li>Movable Type / Typepad importer fix</li>\n<li>Enclosure (podcasting) fix</li>\n<li>The aforementioned security enhancements (nonces)</li>\n</ul>\n<p>Upgrading is fairly simple, just overwrite your old files with the latest from the download. When you go to your admin it will give you a link to update your database.</p>\n\";}}s:7:\"channel\";a:7:{s:5:\"title\";s:26:\"WordPress Development Blog\";s:4:\"link\";s:32:\"http://wordpress.org/development\";s:11:\"description\";s:33:\"WordPress development and updates\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 18:18:15 +0000\";s:9:\"generator\";s:33:\"http://wordpress.org/?v=2.1-beta2\";s:8:\"language\";s:2:\"en\";s:7:\"tagline\";s:33:\"WordPress development and updates\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:0:{}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}s:13:\"last_modified\";s:31:\"Tue, 09 Jan 2007 18:18:15 GMT\r\n\";s:4:\"etag\";s:36:\"\"3d63311644899ce28249db65aba7b7b9\"\r\n\";}',20,8,'',1,'no'),(68,0,'rss_0ff4b43bd116a9d8720d689c80e7dfd4_ts','Y',1,'1168810564',20,8,'',1,'no'),(69,0,'rss_867bd5c64f85878d03a060509cd2f92c','Y',1,'O:9:\"MagpieRSS\":19:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:50:{i:0;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 1/14\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/01/14/wordpress-theme-releases-for-114/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/75221425/\";s:11:\"description\";s:180:\"<p><a href=\"http://in-essence.org/2007/01/13/fly-the-theme/\">Fly</a> is an illustrated two-column theme, blue, white and black, widget ready theme featuring a silhouetted bird.</p>\";s:7:\"pubdate\";s:31:\"Sun, 14 Jan 2007 16:44:40 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:180:\"<p><a href=\"http://in-essence.org/2007/01/13/fly-the-theme/\">Fly</a> is an illustrated two-column theme, blue, white and black, widget ready theme featuring a silhouetted bird.</p>\";}i:1;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 1/14\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/01/14/wordpress-plugin-releases-for-114/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/75210406/\";s:11:\"description\";s:482:\"<p><a href=\"http://thesandbox.wordpress.com/wpads/\">WPAds</a> is a Wordpress plugin for showing and rotating ads in your blog. You only have to define the ad positions and the ads you want to rotate in each position, and WPAds will serve your ads randomly.</p>\n<p><a href=\"http://www.rightleftcentre.com/2007/01/14/google-alexia-page-rankings/\">Google + Alexia Page Rankings</a> display Google and Alexia Page Rankings in your dashboard and optionally on your Wordpress website.</p>\";s:7:\"pubdate\";s:31:\"Sun, 14 Jan 2007 16:30:19 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:482:\"<p><a href=\"http://thesandbox.wordpress.com/wpads/\">WPAds</a> is a Wordpress plugin for showing and rotating ads in your blog. You only have to define the ad positions and the ads you want to rotate in each position, and WPAds will serve your ads randomly.</p>\n<p><a href=\"http://www.rightleftcentre.com/2007/01/14/google-alexia-page-rankings/\">Google + Alexia Page Rankings</a> display Google and Alexia Page Rankings in your dashboard and optionally on your Wordpress website.</p>\";}i:2;a:7:{s:5:\"title\";s:42:\"Weblog Tools Collection: Blogging is Karma\";s:4:\"guid\";s:71:\"http://weblogtoolscollection.com/archives/2007/01/14/blogging-is-karma/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/75207384/\";s:11:\"description\";s:4906:\"<p><small>This is the Twenty Fourth entry in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://www.webmaster-dome.com/\">Sreejith Ramakrishnan</a></small></p>\n<p>When I refer to this statement I&#8217;m talking about the westernised version of karma other than the traditional Indian word. Here, karma refers to the &#8220;do good things and get good things&#8221; approach. Before starting off on this topic, read through the lines which follow, and feel the difference between an idealised world and the real world. So, here goes a little recap about blogging.Many of you may feel that this is just article about the evolution of blogging. But, the point is that, reading this would help you conceive the theory.</p>\n<p>Blogging evolved as a medium or platform for expressing opinions and circulating news. Within a short period of time, blogging has achieved &#8220;world domination&#8221; through it&#8217;s simplicity and power. Anyone, from teenagers to professionals, can be a journalist. They can publish and popularise their views, in their small corner of the blogosphere. This led to immense changes in the whole &#8220;feel&#8221; of the internet. Blogs became more and more common and it increased exponentially.</p>\n<p>Search engines whetted their appetite on the rich content from blogs and blogs became &#8220;a search engine&#8217;s best friend&#8221;. But trust me, this is a much idealised description of what is going on. People, who knew the power of blogs and the advantage it had, over traditional websites, began to switch to blogs and started practising a lot of &#8220;tricks&#8221; to get attention. These tricks, eventually, became &#8220;parts&#8221; of blogging success.</p>\n<p>Us bloggers started to manipulate the blogosphere. We started to steal content through RSS syndicated feeds and popularised it using bad SEO. We blended Ads with the page layout to rip off ignorant visitors. We, literally, sold our own views, through article directories.</p>\n<p>But why ? Why should we be cheating, when we are already given equal possibilities ? Don&#8217;t you think we are competing on unfair grounds ? Well, we are. Some may think: &#8220;Dude, that&#8217;s the way it is. How am I supposed to make a difference?&#8221;. But, the fact is that, we can make a difference !! How ? By &#8220;blogging for karma&#8221;.  You may ask: &#8220;Hey, you new age hippie freak, how are you supposed to do that ?</p>\n<p>It&#8217;s easy. Do good things and get good things. That&#8217;s all. So, how to do good things ? Well, writing good articles which would help a lot of people from some kind of problem is a good thing. Just think of it like this : You&#8217;re helping out a lot of people who are in need of help. All for free !! So, you&#8217;re doing a big favour. And what do you get in return ? That&#8217;s the best part !!</p>\n<p>When you blog for those of people, you&#8217;re actually helping them a lot of hours of struggling. So, when you write good content, obviously, people like it and you get &#8220;good karma&#8221;. Now, this &#8220;good karma&#8221; is going to be really helpful in the long run. When people like your content, they come for more and more of it. Thus, increasing your traffic.</p>\n<p>Gradually, they become loyal to you. They will start trusting and respecting your opinions. They will recommend your blog to other people so that more people come to your site and feast on your content, thus leaving more good karma. And, as long as you keep doing this, you get more karma and this my friend, goes on and on  !! And many a times, people may think your content is worth some bucks and may leave you some donation, that you actually deserve.</p>\n<p>Gradually, search engines will also start trusting you, because of the traffic patterns to your site, and you will get ranked higher in SERP (Search Engine Rank Pages). After a long time, you evolve to become an &#8220;authority&#8221; in your topic, all because people trust you. And, the other &#8220;big guys&#8221; out there will say : &#8220;Hmm…who&#8217;s this new kid in town ?&#8221;. And HURRAY, you&#8217;re in their club !! You&#8217;re a blogging celebrity !!</p>\n<p>But remember, all this comes from just one little concept: &#8220;Blogging is karma&#8221;. Though it may take a lot of time and effort to practise it, it is still worth it. Of course, karma isn&#8217;t the only road to success. But, this concept leaves long time results which can stretch to a lifetime of blogging success.\n</p>\";s:7:\"pubdate\";s:31:\"Sun, 14 Jan 2007 16:00:25 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:4906:\"<p><small>This is the Twenty Fourth entry in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://www.webmaster-dome.com/\">Sreejith Ramakrishnan</a></small></p>\n<p>When I refer to this statement I&#8217;m talking about the westernised version of karma other than the traditional Indian word. Here, karma refers to the &#8220;do good things and get good things&#8221; approach. Before starting off on this topic, read through the lines which follow, and feel the difference between an idealised world and the real world. So, here goes a little recap about blogging.Many of you may feel that this is just article about the evolution of blogging. But, the point is that, reading this would help you conceive the theory.</p>\n<p>Blogging evolved as a medium or platform for expressing opinions and circulating news. Within a short period of time, blogging has achieved &#8220;world domination&#8221; through it&#8217;s simplicity and power. Anyone, from teenagers to professionals, can be a journalist. They can publish and popularise their views, in their small corner of the blogosphere. This led to immense changes in the whole &#8220;feel&#8221; of the internet. Blogs became more and more common and it increased exponentially.</p>\n<p>Search engines whetted their appetite on the rich content from blogs and blogs became &#8220;a search engine&#8217;s best friend&#8221;. But trust me, this is a much idealised description of what is going on. People, who knew the power of blogs and the advantage it had, over traditional websites, began to switch to blogs and started practising a lot of &#8220;tricks&#8221; to get attention. These tricks, eventually, became &#8220;parts&#8221; of blogging success.</p>\n<p>Us bloggers started to manipulate the blogosphere. We started to steal content through RSS syndicated feeds and popularised it using bad SEO. We blended Ads with the page layout to rip off ignorant visitors. We, literally, sold our own views, through article directories.</p>\n<p>But why ? Why should we be cheating, when we are already given equal possibilities ? Don&#8217;t you think we are competing on unfair grounds ? Well, we are. Some may think: &#8220;Dude, that&#8217;s the way it is. How am I supposed to make a difference?&#8221;. But, the fact is that, we can make a difference !! How ? By &#8220;blogging for karma&#8221;.  You may ask: &#8220;Hey, you new age hippie freak, how are you supposed to do that ?</p>\n<p>It&#8217;s easy. Do good things and get good things. That&#8217;s all. So, how to do good things ? Well, writing good articles which would help a lot of people from some kind of problem is a good thing. Just think of it like this : You&#8217;re helping out a lot of people who are in need of help. All for free !! So, you&#8217;re doing a big favour. And what do you get in return ? That&#8217;s the best part !!</p>\n<p>When you blog for those of people, you&#8217;re actually helping them a lot of hours of struggling. So, when you write good content, obviously, people like it and you get &#8220;good karma&#8221;. Now, this &#8220;good karma&#8221; is going to be really helpful in the long run. When people like your content, they come for more and more of it. Thus, increasing your traffic.</p>\n<p>Gradually, they become loyal to you. They will start trusting and respecting your opinions. They will recommend your blog to other people so that more people come to your site and feast on your content, thus leaving more good karma. And, as long as you keep doing this, you get more karma and this my friend, goes on and on  !! And many a times, people may think your content is worth some bucks and may leave you some donation, that you actually deserve.</p>\n<p>Gradually, search engines will also start trusting you, because of the traffic patterns to your site, and you will get ranked higher in SERP (Search Engine Rank Pages). After a long time, you evolve to become an &#8220;authority&#8221; in your topic, all because people trust you. And, the other &#8220;big guys&#8221; out there will say : &#8220;Hmm…who&#8217;s this new kid in town ?&#8221;. And HURRAY, you&#8217;re in their club !! You&#8217;re a blogging celebrity !!</p>\n<p>But remember, all this comes from just one little concept: &#8220;Blogging is karma&#8221;. Though it may take a lot of time and effort to practise it, it is still worth it. Of course, karma isn&#8217;t the only road to success. But, this concept leaves long time results which can stretch to a lifetime of blogging success.\n</p>\";}i:3;a:7:{s:5:\"title\";s:56:\"Weblog Tools Collection: How to say controversial things\";s:4:\"guid\";s:85:\"http://weblogtoolscollection.com/archives/2007/01/14/how-to-say-controversial-things/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/75190888/\";s:11:\"description\";s:7181:\"<p><small>This is the Twenty Third in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://rudd-o.com/\">Manuel Amador</a></small></p>\n<h2>Offending your audience for fun and profit: how to say controversial things</h2>\n<p>Do you blog?  Then offending your audience should be the least of your concerns.  And here&#8217;s why.</p>\n<p>I&#8217;m going to begin this article with a single thought: <em>I&#8217;d rather you insult me than have you be dishonest with me</em>.</p>\n<p>And here&#8217;s why.</p>\n<h2>Lies and deceit in pretty words</h2>\n<p>Let me lift a couple of words from one of Paul Graham&#8217;s writings:</p>\n<blockquote><p>Another approach is to follow that word, heresy. In every period of history, there seem to have been labels that got applied to statements to shoot them down before anyone had a chance to ask if they were true or not. &#8220;Blasphemy&#8221;, &#8220;sacrilege&#8221;, and &#8220;heresy&#8221; were such labels for a good part of western history, as in more recent times &#8220;indecent&#8221;, &#8220;improper&#8221;, and &#8220;unamerican&#8221; have been. By now these labels have lost their sting. They always do. By now they&#8217;re mostly used ironically. But in their time, they had real force.</p>\n<p>We have such labels today, of course, quite a lot of them, from the all-purpose &#8220;inappropriate&#8221; to the dreaded &#8220;divisive.&#8221; In any period, it should be easy to figure out what such labels are, simply by looking at what people call ideas they disagree with besides untrue. When a politician says his opponent is mistaken, that&#8217;s a straightforward criticism, but when he attacks a statement as &#8220;divisive&#8221; or &#8220;racially insensitive&#8221; instead of arguing that it&#8217;s false, we should start paying attention.</p></blockquote>\n<p>The message in this?  Say what you mean.  Impopular speech is still valid speech.</p>\n<h3>Political correctness: censorship in disguise</h3>\n<p>What&#8217;s the difference between political correctness and honesty?  One lets people offend with fancy words in disguise.  The other means &#8220;honesty first, respect and consideration second&#8221;.</p>\n<p>Which one would you rather apply?  If you said &#8220;political correctness&#8221; to yourself, let me ask you one thing: do you think honest discourse is less valuable than popular discourse?  I beg to differ.  If you are a moron, and I call you a moron, it&#8217;s the truth, no matter how unpopular.  If you&#8217;re a moron, and I say &#8220;but, well, you&#8217;ve got your own opinion, and we&#8217;re both right&#8221;, then I&#8217;m a bigger moron for being politically correct and not telling the truth.  Political correctness is just a way to make discourse &#8220;less offensive&#8221; and less truthful.</p>\n<p>Say what you mean; use transparent, contundent, honest words.  For example: have you heard the word &#8220;handicapable&#8221; being used?  That&#8217;s a great example of political correctness, because:</p>\n<ol>\n<li>Can someone honestly think people with hindrances are &#8220;more handy and capable&#8221; than people without them?  The word &#8220;handicapable&#8221; certainly suggests a falsehood.</li>\n<li>The fact that handicapped people are, well, handicapped, doesn&#8217;t mean they are worth less than a non-handicapped person.  Fortunately, we live in a society where everyone has the same rights and the same intrinsic value is bestowed upon all of us.</li>\n</ol>\n<p>So, in this particular example, just because it&#8217;s &#8220;hip&#8221; to call handicapped people &#8220;handicapable&#8221;, doesn&#8217;t mean it&#8217;s an honest word.  If you ask me, equating self-worth with capabilities is offensive to handicapped people.  Using &#8220;handicapable&#8221; reeks of political correctness, a &#8220;feel-good&#8221; word that conveys a falsehood in disguise.</p>\n<h3>Don&#8217;t just stay there, make a fuss about it!</h3>\n<p>In short: if you want to raise concerns about something in your blog, then don&#8217;t hold back.  Don&#8217;t try to cater for people with thin skin. Odds are, they&#8217;ll be the ones marketing your writings.</p>\n<p>Do yourself a favor: and attempt your best to deliver your ideas them with the most punch and the greatest veracity.  Use your courage to say things.  And, for the love of all things dear: don&#8217;t shut up!</p>\n<p>Leave the &#8220;politically correct&#8221; and &#8220;slanderously afraid&#8221; angle to newspaper journalists; after all, almost no one reads them anymore.</p>\n<p>And for the love of all things dear to you, please don&#8217;t shut up.</p>\n<h2>&#8220;But think of the children!&#8221;</h2>\n<p>You may think that, by practicing self-censorship, you&#8217;re serving your audience; nothing could be further from the truth: politeness and political correctness usually do your readers a disservice.</p>\n<p>Always prefer plain facts and truth, even if they&#8217;re inconvenient. Cherish and uphold your own values in the face of defiance.  In other words: don&#8217;t lie, and don&#8217;t &#8220;dress up&#8221; stuff.  Incongruence in discourse has a way of showing.</p>\n<p>If I have learnt anything in years of blogging, is that offended audiences are the most rabid readers and spreaders of your word.  They may whine and complain all you like, but they sure count as page views.</p>\n<h2>Advertisers and sponsors count as readers</h2>\n<p>The same philosophy must apply to your sponsors and advertisers: it&#8217;s your duty to treat them straight to the truth, no matter how inconvenient it may sound.  Doing the opposite is called dishonesty, and people pick up on that.</p>\n<p>Be dishonest about your stakeholders and, sooner or later, your readers will shove your writings into the big archive (also known as the recycle bin of oblivion).</p>\n<h2>Treat people like they deserve - no more, no less</h2>\n<p>In short: don&#8217;t be afraid to alienate your readers - you may end up censoring yourself, and that&#8217;s not good for neither your readers nor you.  Wanna hurl a couple of &#8220;bad&#8221; words at me?  Do so, but don&#8217;t lie to me.  Heck, you should apply this philosophy to your entire life!  A couple fistfights never killed anyone.</p>\n<p>In the end, a couple roughed feathers won&#8217;t harm anyone, and they could benefit you.  Remember: <em>if you tip-toe around your readers, they&#8217;ll head somewhere else</em>.</p>\n<p>Now I&#8217;ll leave you with a reading assignment - two must-reads that&#8217;ll let you learn more about yourself in the world:</p>\n<ol>\n<li><a href=\"http://www.paulgraham.com/say.html\">What you can&#8217;t say</a>, by Paul Graham</li>\n<li><a href=\"http://www.paulgraham.com/resay.html\">Re: What you can&#8217;t say</a>, by himself again</li>\n</ol>\";s:7:\"pubdate\";s:31:\"Sun, 14 Jan 2007 15:00:23 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:7181:\"<p><small>This is the Twenty Third in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://rudd-o.com/\">Manuel Amador</a></small></p>\n<h2>Offending your audience for fun and profit: how to say controversial things</h2>\n<p>Do you blog?  Then offending your audience should be the least of your concerns.  And here&#8217;s why.</p>\n<p>I&#8217;m going to begin this article with a single thought: <em>I&#8217;d rather you insult me than have you be dishonest with me</em>.</p>\n<p>And here&#8217;s why.</p>\n<h2>Lies and deceit in pretty words</h2>\n<p>Let me lift a couple of words from one of Paul Graham&#8217;s writings:</p>\n<blockquote><p>Another approach is to follow that word, heresy. In every period of history, there seem to have been labels that got applied to statements to shoot them down before anyone had a chance to ask if they were true or not. &#8220;Blasphemy&#8221;, &#8220;sacrilege&#8221;, and &#8220;heresy&#8221; were such labels for a good part of western history, as in more recent times &#8220;indecent&#8221;, &#8220;improper&#8221;, and &#8220;unamerican&#8221; have been. By now these labels have lost their sting. They always do. By now they&#8217;re mostly used ironically. But in their time, they had real force.</p>\n<p>We have such labels today, of course, quite a lot of them, from the all-purpose &#8220;inappropriate&#8221; to the dreaded &#8220;divisive.&#8221; In any period, it should be easy to figure out what such labels are, simply by looking at what people call ideas they disagree with besides untrue. When a politician says his opponent is mistaken, that&#8217;s a straightforward criticism, but when he attacks a statement as &#8220;divisive&#8221; or &#8220;racially insensitive&#8221; instead of arguing that it&#8217;s false, we should start paying attention.</p></blockquote>\n<p>The message in this?  Say what you mean.  Impopular speech is still valid speech.</p>\n<h3>Political correctness: censorship in disguise</h3>\n<p>What&#8217;s the difference between political correctness and honesty?  One lets people offend with fancy words in disguise.  The other means &#8220;honesty first, respect and consideration second&#8221;.</p>\n<p>Which one would you rather apply?  If you said &#8220;political correctness&#8221; to yourself, let me ask you one thing: do you think honest discourse is less valuable than popular discourse?  I beg to differ.  If you are a moron, and I call you a moron, it&#8217;s the truth, no matter how unpopular.  If you&#8217;re a moron, and I say &#8220;but, well, you&#8217;ve got your own opinion, and we&#8217;re both right&#8221;, then I&#8217;m a bigger moron for being politically correct and not telling the truth.  Political correctness is just a way to make discourse &#8220;less offensive&#8221; and less truthful.</p>\n<p>Say what you mean; use transparent, contundent, honest words.  For example: have you heard the word &#8220;handicapable&#8221; being used?  That&#8217;s a great example of political correctness, because:</p>\n<ol>\n<li>Can someone honestly think people with hindrances are &#8220;more handy and capable&#8221; than people without them?  The word &#8220;handicapable&#8221; certainly suggests a falsehood.</li>\n<li>The fact that handicapped people are, well, handicapped, doesn&#8217;t mean they are worth less than a non-handicapped person.  Fortunately, we live in a society where everyone has the same rights and the same intrinsic value is bestowed upon all of us.</li>\n</ol>\n<p>So, in this particular example, just because it&#8217;s &#8220;hip&#8221; to call handicapped people &#8220;handicapable&#8221;, doesn&#8217;t mean it&#8217;s an honest word.  If you ask me, equating self-worth with capabilities is offensive to handicapped people.  Using &#8220;handicapable&#8221; reeks of political correctness, a &#8220;feel-good&#8221; word that conveys a falsehood in disguise.</p>\n<h3>Don&#8217;t just stay there, make a fuss about it!</h3>\n<p>In short: if you want to raise concerns about something in your blog, then don&#8217;t hold back.  Don&#8217;t try to cater for people with thin skin. Odds are, they&#8217;ll be the ones marketing your writings.</p>\n<p>Do yourself a favor: and attempt your best to deliver your ideas them with the most punch and the greatest veracity.  Use your courage to say things.  And, for the love of all things dear: don&#8217;t shut up!</p>\n<p>Leave the &#8220;politically correct&#8221; and &#8220;slanderously afraid&#8221; angle to newspaper journalists; after all, almost no one reads them anymore.</p>\n<p>And for the love of all things dear to you, please don&#8217;t shut up.</p>\n<h2>&#8220;But think of the children!&#8221;</h2>\n<p>You may think that, by practicing self-censorship, you&#8217;re serving your audience; nothing could be further from the truth: politeness and political correctness usually do your readers a disservice.</p>\n<p>Always prefer plain facts and truth, even if they&#8217;re inconvenient. Cherish and uphold your own values in the face of defiance.  In other words: don&#8217;t lie, and don&#8217;t &#8220;dress up&#8221; stuff.  Incongruence in discourse has a way of showing.</p>\n<p>If I have learnt anything in years of blogging, is that offended audiences are the most rabid readers and spreaders of your word.  They may whine and complain all you like, but they sure count as page views.</p>\n<h2>Advertisers and sponsors count as readers</h2>\n<p>The same philosophy must apply to your sponsors and advertisers: it&#8217;s your duty to treat them straight to the truth, no matter how inconvenient it may sound.  Doing the opposite is called dishonesty, and people pick up on that.</p>\n<p>Be dishonest about your stakeholders and, sooner or later, your readers will shove your writings into the big archive (also known as the recycle bin of oblivion).</p>\n<h2>Treat people like they deserve - no more, no less</h2>\n<p>In short: don&#8217;t be afraid to alienate your readers - you may end up censoring yourself, and that&#8217;s not good for neither your readers nor you.  Wanna hurl a couple of &#8220;bad&#8221; words at me?  Do so, but don&#8217;t lie to me.  Heck, you should apply this philosophy to your entire life!  A couple fistfights never killed anyone.</p>\n<p>In the end, a couple roughed feathers won&#8217;t harm anyone, and they could benefit you.  Remember: <em>if you tip-toe around your readers, they&#8217;ll head somewhere else</em>.</p>\n<p>Now I&#8217;ll leave you with a reading assignment - two must-reads that&#8217;ll let you learn more about yourself in the world:</p>\n<ol>\n<li><a href=\"http://www.paulgraham.com/say.html\">What you can&#8217;t say</a>, by Paul Graham</li>\n<li><a href=\"http://www.paulgraham.com/resay.html\">Re: What you can&#8217;t say</a>, by himself again</li>\n</ol>\";}i:4;a:7:{s:5:\"title\";s:35:\"Donncha: Getting to know the Trotts\";s:4:\"guid\";s:56:\"http://ocaoimh.ie/2007/01/14/getting-to-know-the-trotts/\";s:4:\"link\";s:56:\"http://ocaoimh.ie/2007/01/14/getting-to-know-the-trotts/\";s:11:\"description\";s:914:\"<p>Just goes to show what a hectic week it was last week. Despite it being on the front cover of the Business Section, I completely missed this Sunday Times <a href=\"http://www.timesonline.co.uk/article/0,,2095-2534397,00.html\">interview</a> with Mena and Ben Trott, the founders of Six Apart, makers of blog software Moveable Type, Vox, Typepad and owners of Livejournal.</p>\n<p>It&#8217;s a personable interview that doesn&#8217;t go into any great technical detail but it&#8217;s interesting for me to <a href=\"http://inphotos.org/six-apart-mark/\">find out</a> a little about the competition from my outpost across the Atlantic.</p>\n<a href=\"http://ocaoimh.ie/tag/irishblogs/\" rel=\"tag\">irishblogs</a>, <a href=\"http://ocaoimh.ie/tag/six-apart/\" rel=\"tag\">Six Apart</a>, <a href=\"http://ocaoimh.ie/tag/sunday-times/\" rel=\"tag\">Sunday Times</a>, <a href=\"http://ocaoimh.ie/tag/wordpress/\" rel=\"tag\">WordPress</a>\";s:7:\"pubdate\";s:31:\"Sun, 14 Jan 2007 14:58:34 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"Donncha\";}s:7:\"summary\";s:914:\"<p>Just goes to show what a hectic week it was last week. Despite it being on the front cover of the Business Section, I completely missed this Sunday Times <a href=\"http://www.timesonline.co.uk/article/0,,2095-2534397,00.html\">interview</a> with Mena and Ben Trott, the founders of Six Apart, makers of blog software Moveable Type, Vox, Typepad and owners of Livejournal.</p>\n<p>It&#8217;s a personable interview that doesn&#8217;t go into any great technical detail but it&#8217;s interesting for me to <a href=\"http://inphotos.org/six-apart-mark/\">find out</a> a little about the competition from my outpost across the Atlantic.</p>\n<a href=\"http://ocaoimh.ie/tag/irishblogs/\" rel=\"tag\">irishblogs</a>, <a href=\"http://ocaoimh.ie/tag/six-apart/\" rel=\"tag\">Six Apart</a>, <a href=\"http://ocaoimh.ie/tag/sunday-times/\" rel=\"tag\">Sunday Times</a>, <a href=\"http://ocaoimh.ie/tag/wordpress/\" rel=\"tag\">WordPress</a>\";}i:5;a:7:{s:5:\"title\";s:38:\"Weblog Tools Collection: Blog Juggling\";s:4:\"guid\";s:67:\"http://weblogtoolscollection.com/archives/2007/01/13/blog-juggling/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/74973918/\";s:11:\"description\";s:9559:\"<p><small>This is the Twenty Second entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by </small><small><a href=\"http://www.cranky-mama.com/\">Jessica Beck</a></small></p>\n<h2 class=\"entry-title\">Blog Juggling: Keeping All Your Online Identities In The Air at Once</h2>\n<p>These days it isn’t unusual for people to have several online aliases. There’s the personal <em>persona</em>, hanging out on MySpace and YouTube; there’s the work <em>persona</em>, reading news feeds and doing online research; and there’s often a third, leisure <em>persona</em>, frequenting specialized bulletin boards and sites for hobbies like crafting, D&#038;D or politics. And, of course, it wouldn’t be Web 2.0 if each of those aliases didn’t have its own blog.</p>\n<p>As someone who manages several distinctly different blogs, I feel for people taking on the challenge of multiple online identities. The need for them, however, is undeniable. Here are some ways to make it all work (and crank up your productivity in the bargain).</p>\n<h3>Compartmentalize</h3>\n<p>The first step in managing multiple identities is breaking them down into bite-sized chunks. If you’re dealing with the line between business and personal, that may be an easy task. But what if your personal and leisure identities overlap? How do you categorize, for example, your love of a site like <a href=\"http://www.dogster.com\">Dogster</a> - is that personal, or is it leisure? Do you even <em>need</em> a leisure <em>persona</em>? The easiest way to figure that out is to look at your Dogster identity as though you were a stranger. Would you want the random Dogster aficionado to Google the alias in your profile and see, for example, your personal MySpace page or your Flickr photostream? If the answer is yes - if you’re on Dogster to invite other dog-lovers into your life, or if your life is already all dogs, all the time - then you probably don’t need a leisure <em>persona</em>. But if you’d rather your personal life and your hobbies remained at least superficially separate, you’d do well to use a distinct identity for each one.</p>\n<h3>Social Bookmarking: Mark ‘Em All, Let the Internet Sort ‘Em Out</h3>\n<p>If you’re going to use any sort of blogroll on your sites (and who doesn’t, these days?), you’ll want an easy way to sort the different links to correspond with your different identities. One of the easiest ways to do that is by using a social bookmarking service like Ma.gnolia or Del.icio.us. Just make sure you tag religiously and tag well, and you’re good to go. Truly compartmentalized people like me may even use different accounts for personal vs. business links, but within each account I use tags to separate, for example, my parenting links from my catch-all check-out-this-page links.</p>\n<h3>Browse in Multiples</h3>\n<p>One you’ve figured out how to define your categories and started the process of separating the personal from the professional, it’s time to put your browsers to work for you.</p>\n<p>Only using one browser? That’s <em>so</em> last year. The easiest way to segregate one identity from another is to use different browsers for each. That way you can visit the same sites and collect different cookies. That’s especially useful for internet searches and news portals, but is also good for managing sites like Flickr, which requires a separate login for each alias. Think about it like this: if you want to comment on a friend’s photo, do you want to use your business login? I’m too impatient to log in and log out each time I visit a site; with separate browsers, I can stay logged in all the time, even if I use overlapping services.  It’s also good for web forms and blog comments, for the same reason. You can have each browser remember a different address or e-mail - home and work, say - so you don’t have to re-type it every time.</p>\n<p>Also, with separate browsers, you get separate bookmarks. For me, this is key; I don’t like having to search through lots of different folders to find the bookmark I’m looking for. Knowing that all my business links are in Firefox (for example) saves me a lot of time. I can set up each browser to open a specific set of bookmarks for me each time I log in, and I can easily manage the follow-up on sites I want to write about.</p>\n<p>Yes, I said <em>write</em>. This is an article about blogging, remember? All of these things lead to this next thing: managing your blogs.</p>\n<h3>One Blog Per Person(a)</h3>\n<p>I’ve got a lot of blogs. A <a href=\"http://www.whatcouldbe.com\">business blog</a>, a <a href=\"http://www.cranky-mama.com\">mommy blog</a>, and a <a href=\"http://www.buzzverb.com\">fledgling copywriting blog</a>, to name a few. At any given time, I have between ten and twenty tabs open in each of my browsers - stories I want to read or write about, services I want to check out, links I want to bookmark, reference material and entertainment. How do I keep track of it all?</p>\n<p>Since I’ve assigned my personas different browsers, the first big chunk of work is done for me. I know at a glance that all the tabs I have open in Firefox are related either to writing (for Buzzverb) or design (for What Could Be) while the tabs in Flock are related to parenting, kids, or my new obsession with crafting. This makes it easy to focus my attention on one thing or the other, which in turn means I won’t be derailed in the middle of writing an article about web design by an amusing parenting anecdote. More importantly, it means I won’t lose an important link by overloading my brain with too many disparate subjects.</p>\n<p>Since I use Flock, posting to my Cranky Mama blog is easy as pie; I just fire up Flock’s integrated blogging client and go to town. Since my mommy blog is pretty informal and doesn’t require a lot of editing (or, to be honest, a lot of research), I don’t miss the more advanced features of a robust desktop client.</p>\n<p>For my business blogs, though, I want something with a few more options. I use MarsEdit, although there are dozens of options that are equally useful. Since all my links are open in Firefox, it’s easy to reference articles and sites, and if I want to find something I looked at a few days ago, my history is relevant to my business persona.</p>\n<h3>Don’t Forget That There Is Only One of You</h3>\n<p>Despite all this talk of multiple identities, you’re still only one person. Don’t expect that you’ll be able to maintain daily blogs for each of your <em>personas</em> unless you’ve got a truly ridiculous amount of time to set aside for blogging.</p>\n<p>Decide ahead of time which blog you want to devote the most attention to, and make that your priority. Here are some ideas for managing all that writing:</p>\n<ul>\n<li>Set deadlines for yourself so that you don’t leave any of your blogs hanging. If you’re particularly anal-retentive like me, you may want to use a calendaring service to remind you which days you plan to publish to which blog. Backpack, for example, will send an e-mail each week to remind me to post an article to What Could Be.  I’m not suggesting that a mild case of OCD is a <em>good</em> thing; I’m just saying you might as well put it to work for you. Am I right?</li>\n<li>Compose entries ahead of time whenever possible; this makes it easy to publish something when your creative energies have run out.</li>\n<li>Don’t underestimate the power of linking. On days when you just <em>can’t</em> come up with anything to say, put those open tabs to work for you. Tell the world what you’re reading about. The world will thank you, if by <em>thank you</em> you mean <em>take a look and collectively shrug</em>. (A caveat: make at least a token effort to describe your recommendations using your own words. If you just post a list of links, the other kids on the internet will point at you and laugh.)</li>\n</ul>\n<h3>Bring it All Together</h3>\n<p>Now that you’ve got everything all neatly separated, how do you bring together all your myriad online identities? My suggestion is an identity management service like <a href=\"http://www.claimid.com\">ClaimID</a> or an aggregator like <a href=\"http://www.jaiku.com\">Jaiku</a>. ClaimID lets you list every single little bit of information associated with your name and compile the links in one page; you can set privacy levels for each item and arrange by importance (or however else you want). Jaiku lets you enter the RSS feeds for all your many blogs, photo streams, or whatever, and uses all that to create a page which has a constantly-updating, personalized information feed, showing you at a glance where you’ve been putting your energy. (And no, if you’re wondering. I get nothing for making these recommendations. Just the inner satisfaction of making good links, and really, isn’t that what linking is about?)</p>\n<h3>Go. Blog.</h3>\n<p>Now put all these suggestions to work for you. You’ve got the tools. You’ve got the interests. Give it a whirl and see if you can juggle more than one identity. In fact, nothing is stopping you from starting a new blog right now. Go ahead! I’ll wait.\n</p>\";s:7:\"pubdate\";s:31:\"Sat, 13 Jan 2007 23:39:22 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:9559:\"<p><small>This is the Twenty Second entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by </small><small><a href=\"http://www.cranky-mama.com/\">Jessica Beck</a></small></p>\n<h2 class=\"entry-title\">Blog Juggling: Keeping All Your Online Identities In The Air at Once</h2>\n<p>These days it isn’t unusual for people to have several online aliases. There’s the personal <em>persona</em>, hanging out on MySpace and YouTube; there’s the work <em>persona</em>, reading news feeds and doing online research; and there’s often a third, leisure <em>persona</em>, frequenting specialized bulletin boards and sites for hobbies like crafting, D&#038;D or politics. And, of course, it wouldn’t be Web 2.0 if each of those aliases didn’t have its own blog.</p>\n<p>As someone who manages several distinctly different blogs, I feel for people taking on the challenge of multiple online identities. The need for them, however, is undeniable. Here are some ways to make it all work (and crank up your productivity in the bargain).</p>\n<h3>Compartmentalize</h3>\n<p>The first step in managing multiple identities is breaking them down into bite-sized chunks. If you’re dealing with the line between business and personal, that may be an easy task. But what if your personal and leisure identities overlap? How do you categorize, for example, your love of a site like <a href=\"http://www.dogster.com\">Dogster</a> - is that personal, or is it leisure? Do you even <em>need</em> a leisure <em>persona</em>? The easiest way to figure that out is to look at your Dogster identity as though you were a stranger. Would you want the random Dogster aficionado to Google the alias in your profile and see, for example, your personal MySpace page or your Flickr photostream? If the answer is yes - if you’re on Dogster to invite other dog-lovers into your life, or if your life is already all dogs, all the time - then you probably don’t need a leisure <em>persona</em>. But if you’d rather your personal life and your hobbies remained at least superficially separate, you’d do well to use a distinct identity for each one.</p>\n<h3>Social Bookmarking: Mark ‘Em All, Let the Internet Sort ‘Em Out</h3>\n<p>If you’re going to use any sort of blogroll on your sites (and who doesn’t, these days?), you’ll want an easy way to sort the different links to correspond with your different identities. One of the easiest ways to do that is by using a social bookmarking service like Ma.gnolia or Del.icio.us. Just make sure you tag religiously and tag well, and you’re good to go. Truly compartmentalized people like me may even use different accounts for personal vs. business links, but within each account I use tags to separate, for example, my parenting links from my catch-all check-out-this-page links.</p>\n<h3>Browse in Multiples</h3>\n<p>One you’ve figured out how to define your categories and started the process of separating the personal from the professional, it’s time to put your browsers to work for you.</p>\n<p>Only using one browser? That’s <em>so</em> last year. The easiest way to segregate one identity from another is to use different browsers for each. That way you can visit the same sites and collect different cookies. That’s especially useful for internet searches and news portals, but is also good for managing sites like Flickr, which requires a separate login for each alias. Think about it like this: if you want to comment on a friend’s photo, do you want to use your business login? I’m too impatient to log in and log out each time I visit a site; with separate browsers, I can stay logged in all the time, even if I use overlapping services.  It’s also good for web forms and blog comments, for the same reason. You can have each browser remember a different address or e-mail - home and work, say - so you don’t have to re-type it every time.</p>\n<p>Also, with separate browsers, you get separate bookmarks. For me, this is key; I don’t like having to search through lots of different folders to find the bookmark I’m looking for. Knowing that all my business links are in Firefox (for example) saves me a lot of time. I can set up each browser to open a specific set of bookmarks for me each time I log in, and I can easily manage the follow-up on sites I want to write about.</p>\n<p>Yes, I said <em>write</em>. This is an article about blogging, remember? All of these things lead to this next thing: managing your blogs.</p>\n<h3>One Blog Per Person(a)</h3>\n<p>I’ve got a lot of blogs. A <a href=\"http://www.whatcouldbe.com\">business blog</a>, a <a href=\"http://www.cranky-mama.com\">mommy blog</a>, and a <a href=\"http://www.buzzverb.com\">fledgling copywriting blog</a>, to name a few. At any given time, I have between ten and twenty tabs open in each of my browsers - stories I want to read or write about, services I want to check out, links I want to bookmark, reference material and entertainment. How do I keep track of it all?</p>\n<p>Since I’ve assigned my personas different browsers, the first big chunk of work is done for me. I know at a glance that all the tabs I have open in Firefox are related either to writing (for Buzzverb) or design (for What Could Be) while the tabs in Flock are related to parenting, kids, or my new obsession with crafting. This makes it easy to focus my attention on one thing or the other, which in turn means I won’t be derailed in the middle of writing an article about web design by an amusing parenting anecdote. More importantly, it means I won’t lose an important link by overloading my brain with too many disparate subjects.</p>\n<p>Since I use Flock, posting to my Cranky Mama blog is easy as pie; I just fire up Flock’s integrated blogging client and go to town. Since my mommy blog is pretty informal and doesn’t require a lot of editing (or, to be honest, a lot of research), I don’t miss the more advanced features of a robust desktop client.</p>\n<p>For my business blogs, though, I want something with a few more options. I use MarsEdit, although there are dozens of options that are equally useful. Since all my links are open in Firefox, it’s easy to reference articles and sites, and if I want to find something I looked at a few days ago, my history is relevant to my business persona.</p>\n<h3>Don’t Forget That There Is Only One of You</h3>\n<p>Despite all this talk of multiple identities, you’re still only one person. Don’t expect that you’ll be able to maintain daily blogs for each of your <em>personas</em> unless you’ve got a truly ridiculous amount of time to set aside for blogging.</p>\n<p>Decide ahead of time which blog you want to devote the most attention to, and make that your priority. Here are some ideas for managing all that writing:</p>\n<ul>\n<li>Set deadlines for yourself so that you don’t leave any of your blogs hanging. If you’re particularly anal-retentive like me, you may want to use a calendaring service to remind you which days you plan to publish to which blog. Backpack, for example, will send an e-mail each week to remind me to post an article to What Could Be.  I’m not suggesting that a mild case of OCD is a <em>good</em> thing; I’m just saying you might as well put it to work for you. Am I right?</li>\n<li>Compose entries ahead of time whenever possible; this makes it easy to publish something when your creative energies have run out.</li>\n<li>Don’t underestimate the power of linking. On days when you just <em>can’t</em> come up with anything to say, put those open tabs to work for you. Tell the world what you’re reading about. The world will thank you, if by <em>thank you</em> you mean <em>take a look and collectively shrug</em>. (A caveat: make at least a token effort to describe your recommendations using your own words. If you just post a list of links, the other kids on the internet will point at you and laugh.)</li>\n</ul>\n<h3>Bring it All Together</h3>\n<p>Now that you’ve got everything all neatly separated, how do you bring together all your myriad online identities? My suggestion is an identity management service like <a href=\"http://www.claimid.com\">ClaimID</a> or an aggregator like <a href=\"http://www.jaiku.com\">Jaiku</a>. ClaimID lets you list every single little bit of information associated with your name and compile the links in one page; you can set privacy levels for each item and arrange by importance (or however else you want). Jaiku lets you enter the RSS feeds for all your many blogs, photo streams, or whatever, and uses all that to create a page which has a constantly-updating, personalized information feed, showing you at a glance where you’ve been putting your energy. (And no, if you’re wondering. I get nothing for making these recommendations. Just the inner satisfaction of making good links, and really, isn’t that what linking is about?)</p>\n<h3>Go. Blog.</h3>\n<p>Now put all these suggestions to work for you. You’ve got the tools. You’ve got the interests. Give it a whirl and see if you can juggle more than one identity. In fact, nothing is stopping you from starting a new blog right now. Go ahead! I’ll wait.\n</p>\";}i:6;a:7:{s:5:\"title\";s:40:\"Lorelle on WP: Glimpses of WordPress 2.1\";s:4:\"guid\";s:65:\"http://lorelle.wordpress.com/2007/01/13/glimpses-of-wordpress-21/\";s:4:\"link\";s:65:\"http://lorelle.wordpress.com/2007/01/13/glimpses-of-wordpress-21/\";s:11:\"description\";s:360:\"Ryan Boren, one of the lead WordPress developers, has been releasing preview information on WordPress 2.1, along with some other well-know WordPress developers, testers, and users. Here are some teasers about WordPress 2.1, due out soon:\n\nRyan Boren reports there will be a Custom Image Header API which will allow easier handling of adding custom header [...]\";s:7:\"pubdate\";s:31:\"Sat, 13 Jan 2007 10:36:51 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:360:\"Ryan Boren, one of the lead WordPress developers, has been releasing preview information on WordPress 2.1, along with some other well-know WordPress developers, testers, and users. Here are some teasers about WordPress 2.1, due out soon:\n\nRyan Boren reports there will be a Custom Image Header API which will allow easier handling of adding custom header [...]\";}i:7;a:7:{s:5:\"title\";s:72:\"Lorelle on WP: Podcast Release WordPress Plugin Helps You Get Permission\";s:4:\"guid\";s:98:\"http://lorelle.wordpress.com/2007/01/13/podcast-release-wordpress-plugin-helps-you-get-permission/\";s:4:\"link\";s:98:\"http://lorelle.wordpress.com/2007/01/13/podcast-release-wordpress-plugin-helps-you-get-permission/\";s:11:\"description\";s:347:\"Podcast Release Wordpress Plugin is a novel use of a WordPress Plugin that helps you blog better and professionally. \nAccording to MWGblog&#8217;s Michael W. Geoghegan, the Podcast Release WordPress Plugin creates a Podcast Release form. This is a permission form to use your voice and words in a published podcast, on your site. It provides [...]\";s:7:\"pubdate\";s:31:\"Sat, 13 Jan 2007 07:38:25 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:347:\"Podcast Release Wordpress Plugin is a novel use of a WordPress Plugin that helps you blog better and professionally. \nAccording to MWGblog&#8217;s Michael W. Geoghegan, the Podcast Release WordPress Plugin creates a Podcast Release form. This is a permission form to use your voice and words in a published podcast, on your site. It provides [...]\";}i:8;a:7:{s:5:\"title\";s:55:\"Weblog Tools Collection: WordPress Themes Releases 1/13\";s:4:\"guid\";s:83:\"http://weblogtoolscollection.com/archives/2007/01/13/wordpress-themes-releases-113/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/74756455/\";s:11:\"description\";s:1701:\"<p><a href=\"http://themes.wordpress.net/columns/2-columns/1398/sweetbuzz-white-blue-lite-10/\">SweetBuzz White-blue Lite</a> designed and coded by <a href=\"http://www.briangreens.com/\">Brian Green</a> and <a href=\"http://www.darjanpanic.com/\">Darjan Panic</a> is a two column, fixed width WordPress theme. </p>\n<p><a href=\"http://www.peterandrej.com/wordpress/\">SimpleTwo</a> is a really simple widget ready WordPress theme by Peterandrej. His other themes are also listed on the theme page.</p>\n<p><a href=\"http://themes.wordpress.net/columns/2-columns/1399/science-fiction-10/\">Science Fiction</a> and <a href=\"http://themes.wordpress.net/columns/2-columns/1394/red-rose-1/\">Red Rose</a> are two WordPress themes by <a href=\"http://www.vickychild.info/wordpress-themes/\">Vicky Child</a></p>\n<p><a href=\"http://wpthemespot.com/2007/01/12/godofgates-theme/\">God of Gates</a> is a 2 column, fixed-width, sidebar widget ready theme.</p>\n<p><a href=\"http://themes.wordpress.net/columns/2-columns/1396/gladiola-10/\">Gladiola</a> is a pristine, pastel-colored 2-column theme for Wordpress and has a great combination of style and elegance. Other themes by <a href=\"http://www.briangardner.com/themes/\">Brian Gardner</a>.</p>\n<p><a href=\"http://www.blazenewmedia.com/projects/durable\">Durable</a> is a completely customizable theme wrt colors and settings. Users can customize the colors that they wish to see on your sites. Admins have the same functionality and can even save these choices.</p>\n<p><a href=\"http://ericulous.com/2007/01/13/wp-theme-red-business/\">Red Business</a> is the WordPress theme ported from <a href=\"http://www.free-css-templates.com/demo/red-business/\">Free CSS Templates</a>.\n</p>\";s:7:\"pubdate\";s:31:\"Sat, 13 Jan 2007 04:49:10 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1701:\"<p><a href=\"http://themes.wordpress.net/columns/2-columns/1398/sweetbuzz-white-blue-lite-10/\">SweetBuzz White-blue Lite</a> designed and coded by <a href=\"http://www.briangreens.com/\">Brian Green</a> and <a href=\"http://www.darjanpanic.com/\">Darjan Panic</a> is a two column, fixed width WordPress theme. </p>\n<p><a href=\"http://www.peterandrej.com/wordpress/\">SimpleTwo</a> is a really simple widget ready WordPress theme by Peterandrej. His other themes are also listed on the theme page.</p>\n<p><a href=\"http://themes.wordpress.net/columns/2-columns/1399/science-fiction-10/\">Science Fiction</a> and <a href=\"http://themes.wordpress.net/columns/2-columns/1394/red-rose-1/\">Red Rose</a> are two WordPress themes by <a href=\"http://www.vickychild.info/wordpress-themes/\">Vicky Child</a></p>\n<p><a href=\"http://wpthemespot.com/2007/01/12/godofgates-theme/\">God of Gates</a> is a 2 column, fixed-width, sidebar widget ready theme.</p>\n<p><a href=\"http://themes.wordpress.net/columns/2-columns/1396/gladiola-10/\">Gladiola</a> is a pristine, pastel-colored 2-column theme for Wordpress and has a great combination of style and elegance. Other themes by <a href=\"http://www.briangardner.com/themes/\">Brian Gardner</a>.</p>\n<p><a href=\"http://www.blazenewmedia.com/projects/durable\">Durable</a> is a completely customizable theme wrt colors and settings. Users can customize the colors that they wish to see on your sites. Admins have the same functionality and can even save these choices.</p>\n<p><a href=\"http://ericulous.com/2007/01/13/wp-theme-red-business/\">Red Business</a> is the WordPress theme ported from <a href=\"http://www.free-css-templates.com/demo/red-business/\">Free CSS Templates</a>.\n</p>\";}i:9;a:7:{s:5:\"title\";s:52:\"Weblog Tools Collection: WP Plugin Releases for 1/13\";s:4:\"guid\";s:80:\"http://weblogtoolscollection.com/archives/2007/01/13/wp-plugin-releases-for-113/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/74753565/\";s:11:\"description\";s:1158:\"<p><a href=\"http://kamajole.dk/blog/2007/01/12/mbla/\">MBLA</a> is an acronym for &#8220;MyBlogLog Avatars&#8221; and is a plugin for Wordpress that can add avatars from MyBlogLog to posts and comments.</p>\n<p><a href=\"http://www.webwork-studios.de/index.php/2007/01/12/ws-acronymes/\">WS Acronymes</a> Adds to every acronym the description via the <code>title</code> attribute, which can be saved in the database.</p>\n<p><a href=\"http://dragonflyeye.net/blog/2007/01/12/javascript-animated-collapsing/\">JavaScript Animated Collapsing Categories</a> uses WordPress Categories which have Parent to Child relationships to create a collapsible list of Categories for your weblog. </p>\n<p><a href=\"http://www.blogg.digga.se/digga-plugin-for-wordpress/13/\">Digga</a> lets your visitors add your blog entries to <a href=\"http://www.digga.se/\">Digga</a> - a fast growing Swedish community where members can add and vote for links and videos, kind of like digg.</p>\n<p><a href=\"http://www.2diabolos.com/blog/plugin-import_wordpress-importer-articles-et-fichier/\">import_wordpress</a> allows you to import posts and linked files from one WordPress site to another.\n</p>\";s:7:\"pubdate\";s:31:\"Sat, 13 Jan 2007 04:30:24 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1158:\"<p><a href=\"http://kamajole.dk/blog/2007/01/12/mbla/\">MBLA</a> is an acronym for &#8220;MyBlogLog Avatars&#8221; and is a plugin for Wordpress that can add avatars from MyBlogLog to posts and comments.</p>\n<p><a href=\"http://www.webwork-studios.de/index.php/2007/01/12/ws-acronymes/\">WS Acronymes</a> Adds to every acronym the description via the <code>title</code> attribute, which can be saved in the database.</p>\n<p><a href=\"http://dragonflyeye.net/blog/2007/01/12/javascript-animated-collapsing/\">JavaScript Animated Collapsing Categories</a> uses WordPress Categories which have Parent to Child relationships to create a collapsible list of Categories for your weblog. </p>\n<p><a href=\"http://www.blogg.digga.se/digga-plugin-for-wordpress/13/\">Digga</a> lets your visitors add your blog entries to <a href=\"http://www.digga.se/\">Digga</a> - a fast growing Swedish community where members can add and vote for links and videos, kind of like digg.</p>\n<p><a href=\"http://www.2diabolos.com/blog/plugin-import_wordpress-importer-articles-et-fichier/\">import_wordpress</a> allows you to import posts and linked files from one WordPress site to another.\n</p>\";}i:10;a:7:{s:5:\"title\";s:42:\"Weblog Tools Collection: Humor in Blogging\";s:4:\"guid\";s:71:\"http://weblogtoolscollection.com/archives/2007/01/12/humor-in-blogging/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/74428782/\";s:11:\"description\";s:6123:\"<p><small>This is the Twenty First entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://www.pointless-drivel.com/\">Brad Finn</a><br />\n</small></p>\n<p>I am not a serious guy.   Well, that’s not entirely true.</p>\n<p>Damn it, I’ve begun by lying  to you.  I am off to a bad start.  Please let me try again.</p>\n<p>I <em>can</em> be a serious guy  when it comes to my job or paying my mortgage or when I am in court  defending myself against a totally trumped up charge of statutory rape  (hey, she showed me her driver’s license, how was I supposed to know  it was a fake?)</p>\n<p>But for the most part, the  writing I do for my blog is not serious.  My focus is humor.   Now, by humor I don’t mean knock-knock jokes or where to find the  best deals on joy buzzers, although joy buzzers are certainly fun.   Can we all agree on that?</p>\n<p>My blogging is an extension  of my sarcastic, angst-ridden, and absurd take on life and that is exactly  my intention.  I want it to be light, because that is where the  bulk of my writing ability lies.  I am not going to be the guy  writing an in-depth post about global warming, supply-side economics,  the vanishing rain forest, or who is most likely to be President in  two years.  Trust me; I don’t understand any of that.  I  am not going to be running down to the patent office any time soon saying  “Hey, look what I invented; give me a number on this thing!”</p>\n<p>I can’t do that.  I’m  just not wired that way.  And for the most part I am not really  interested in reading about those things either, unless perhaps there  is a little humor thrown in to help make it go down a little bit easier.</p>\n<p>My main point is this: humor  is the great common denominator.  Everyone likes to laugh and be  entertained, or at least they like to chuckle.  Even Dick Cheney  chuckles for God’s sake.  Sure, he does it in a way that makes  you nearly wet your pants in terror, but still…</p>\n<p>You don’t have to be a jolly  goofball like me, but a light humorous touch really does mean so much.   It can take the edge off, keep someone’s interest piqued, and in general  lighten up what might otherwise be a pretty heavy post.</p>\n<p>Now the thing about a sense  of humor is that everyone thinks they have one, but they don’t.   It’s kind of like being good in bed, everyone thinks that they are,  but not everyone is.  Believe me; I know what I’m talking about,  and I still have the rug burns to prove it.</p>\n<p>However, I am of the opinion  that most people who write can be funny, and humor is one of the most  powerful tools you can possess in your creative arsenal.  Well,  that and blasting caps. You’re going to need those as well, but I  can’t tell you why.</p>\n<p>If you are angry about something,  sarcasm can be a humorous way to get your point across.  If you  feel compelled to complain or vent about something going wrong in your  life, a little self-deprecation can go a long way toward making the  post a little more palatable to readers.  Also, a well placed witty  bon mot can make you seem a lot more intelligent than you really are.   Trust me on <em>that</em> one as well.  I have spent my entire life  devising ways to make myself appear smarter than I really am.   It seemed less work than actually improving my intellect.</p>\n<p>Believe me, if you throw around  a couple of big words correctly and toss off a witty quip now and then,  no one is going to focus on your inability to diagram a sentence or  do long division.  When people like what they see, they don’t  dig too deep.</p>\n<p>Readers, by and large, want  to be entertained.  Yes, there is a place for serious discussion  on religion, politics, world events, etc. but the majority of us just  want to live our lives, share little pieces of ourselves along the way,  engage in friendly conversation with like-minded individuals, and make  our own little world a happier place to live.</p>\n<p>Wow…if that isn’t a sentence  that calls for a group hug than I don’t know what is.</p>\n<p>And not only will a humorous  touch keep your readers coming back, but a similar approach to comments  left on other blogs will attract a whole new group of readers to your  site.  A clever comment is to a blogger as a monkey is to an organ  grinder…or something.</p>\n<p>Soon word of your razor sharp  mind and your gift for witty repartee will spread through the blogosphere  not unlike the way dysentery spread through my family the day we let  Uncle Malcolm man the grill at the reunion barbecue.  That was  a special time.</p>\n<p>Humor is the salt in your spice  cabinet, the ketchup on the condiment shelf, the tidy whities in your  underwear drawer, the ribbed rubber cylindrical device in the nightstand  where you keep…well, you get the idea.</p>\n<p>Find and embrace the funny.   Make a friend of the funny.  Cultivate the funny.  Trust me  when I say that a little investment in humor will pay huge dividends  down the line.  Your readership will grow steadily and it won’t  be long before you will hardly be able to remember those lean times  when you would go days between getting a comment.</p>\n<p>A humorous touch will make  you seem more real and more likable.  You don’t have to be a  joke machine or a shock jock. You just have to be you.  And you’re  funny, right?  I could tell right off that you were a person of  wit and good humor.</p>\n<p>So go forth and lighten up!   Be the kind of writer that<em> you</em> would want to read. When writing,  always keep an ear out for how your words might sound to others.   In no time at all other bloggers will be sending their friends over  to check your site out.</p>\n<p>And so it will begin.\n</p>\";s:7:\"pubdate\";s:31:\"Sat, 13 Jan 2007 00:30:32 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:6123:\"<p><small>This is the Twenty First entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://www.pointless-drivel.com/\">Brad Finn</a><br />\n</small></p>\n<p>I am not a serious guy.   Well, that’s not entirely true.</p>\n<p>Damn it, I’ve begun by lying  to you.  I am off to a bad start.  Please let me try again.</p>\n<p>I <em>can</em> be a serious guy  when it comes to my job or paying my mortgage or when I am in court  defending myself against a totally trumped up charge of statutory rape  (hey, she showed me her driver’s license, how was I supposed to know  it was a fake?)</p>\n<p>But for the most part, the  writing I do for my blog is not serious.  My focus is humor.   Now, by humor I don’t mean knock-knock jokes or where to find the  best deals on joy buzzers, although joy buzzers are certainly fun.   Can we all agree on that?</p>\n<p>My blogging is an extension  of my sarcastic, angst-ridden, and absurd take on life and that is exactly  my intention.  I want it to be light, because that is where the  bulk of my writing ability lies.  I am not going to be the guy  writing an in-depth post about global warming, supply-side economics,  the vanishing rain forest, or who is most likely to be President in  two years.  Trust me; I don’t understand any of that.  I  am not going to be running down to the patent office any time soon saying  “Hey, look what I invented; give me a number on this thing!”</p>\n<p>I can’t do that.  I’m  just not wired that way.  And for the most part I am not really  interested in reading about those things either, unless perhaps there  is a little humor thrown in to help make it go down a little bit easier.</p>\n<p>My main point is this: humor  is the great common denominator.  Everyone likes to laugh and be  entertained, or at least they like to chuckle.  Even Dick Cheney  chuckles for God’s sake.  Sure, he does it in a way that makes  you nearly wet your pants in terror, but still…</p>\n<p>You don’t have to be a jolly  goofball like me, but a light humorous touch really does mean so much.   It can take the edge off, keep someone’s interest piqued, and in general  lighten up what might otherwise be a pretty heavy post.</p>\n<p>Now the thing about a sense  of humor is that everyone thinks they have one, but they don’t.   It’s kind of like being good in bed, everyone thinks that they are,  but not everyone is.  Believe me; I know what I’m talking about,  and I still have the rug burns to prove it.</p>\n<p>However, I am of the opinion  that most people who write can be funny, and humor is one of the most  powerful tools you can possess in your creative arsenal.  Well,  that and blasting caps. You’re going to need those as well, but I  can’t tell you why.</p>\n<p>If you are angry about something,  sarcasm can be a humorous way to get your point across.  If you  feel compelled to complain or vent about something going wrong in your  life, a little self-deprecation can go a long way toward making the  post a little more palatable to readers.  Also, a well placed witty  bon mot can make you seem a lot more intelligent than you really are.   Trust me on <em>that</em> one as well.  I have spent my entire life  devising ways to make myself appear smarter than I really am.   It seemed less work than actually improving my intellect.</p>\n<p>Believe me, if you throw around  a couple of big words correctly and toss off a witty quip now and then,  no one is going to focus on your inability to diagram a sentence or  do long division.  When people like what they see, they don’t  dig too deep.</p>\n<p>Readers, by and large, want  to be entertained.  Yes, there is a place for serious discussion  on religion, politics, world events, etc. but the majority of us just  want to live our lives, share little pieces of ourselves along the way,  engage in friendly conversation with like-minded individuals, and make  our own little world a happier place to live.</p>\n<p>Wow…if that isn’t a sentence  that calls for a group hug than I don’t know what is.</p>\n<p>And not only will a humorous  touch keep your readers coming back, but a similar approach to comments  left on other blogs will attract a whole new group of readers to your  site.  A clever comment is to a blogger as a monkey is to an organ  grinder…or something.</p>\n<p>Soon word of your razor sharp  mind and your gift for witty repartee will spread through the blogosphere  not unlike the way dysentery spread through my family the day we let  Uncle Malcolm man the grill at the reunion barbecue.  That was  a special time.</p>\n<p>Humor is the salt in your spice  cabinet, the ketchup on the condiment shelf, the tidy whities in your  underwear drawer, the ribbed rubber cylindrical device in the nightstand  where you keep…well, you get the idea.</p>\n<p>Find and embrace the funny.   Make a friend of the funny.  Cultivate the funny.  Trust me  when I say that a little investment in humor will pay huge dividends  down the line.  Your readership will grow steadily and it won’t  be long before you will hardly be able to remember those lean times  when you would go days between getting a comment.</p>\n<p>A humorous touch will make  you seem more real and more likable.  You don’t have to be a  joke machine or a shock jock. You just have to be you.  And you’re  funny, right?  I could tell right off that you were a person of  wit and good humor.</p>\n<p>So go forth and lighten up!   Be the kind of writer that<em> you</em> would want to read. When writing,  always keep an ear out for how your words might sound to others.   In no time at all other bloggers will be sending their friends over  to check your site out.</p>\n<p>And so it will begin.\n</p>\";}i:11;a:7:{s:5:\"title\";s:60:\"Weblog Tools Collection: Giving and Receiving Through a Blog\";s:4:\"guid\";s:89:\"http://weblogtoolscollection.com/archives/2007/01/12/giving-and-receiving-through-a-blog/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/74418579/\";s:11:\"description\";s:7567:\"<p><small>This is the Twentieth entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://deep.mastersfamily.org\">John Masters</a></small></p>\n<p>For many years, I worked in the Records Management  industry. This discipline has moved from merely being concerned with what&#8217;s in  the file room to managing the myriad types of content, both paper and  electronic, maintained by every enterprise. It is a fun and challenging  industry.</p>\n<p>While I&#8217;ve always been technical and computer  literate, some years ago I realized I needed to become more literate with  programming and the internet as my industry moved  towards being more technical. As  more a &#8220;doer&#8221; than a &#8220;reader,&#8221;  I started out creating some websites. These turned out OK, and I did learn a  lot. I was asked to create a few other sites, some for a small stipend, some as  gratis work.</p>\n<p>After moving and settling here in Tampa some years  ago, I joined a local Methodist Church. Although it&#8217;s a reasonably large church,  I was fortunate enough to become friends with the two ministers. Subsequently, I  assumed the role of redesigning and maintaining the church&#8217;s website. It really  was lacking, and while I&#8217;m not the greatest web designer in the world, I knew I  could make it look better.</p>\n<p>A few years ago I began to explore blogging as a  way to learn other aspects of the web as it moves from static HTML to more  interactive types of programming.</p>\n<p>After building and spending some time tinkering  with my Wordpress-run blog, I was feeling confident about my skills. I had an  idea for a way to drive traffic to the church website, and make it interactive  for the members. I approached the ministers about an idea for something that  came to be called &#8220;The Barnabas Project.&#8221;</p>\n<p>The project is named for the friend and colleague  in ministry of the Apostle Paul in the New Testament. Barnabas was a source of  support, encouragement, and inspiration to Paul. In fact, the name was  interpreted as meaning &#8220;son of exhortation&#8221; or &#8220;consolation&#8221;.  Barnabas was  the person who was Paul’s advocate to the disciples after his conversion.   Without Barnabas, what would have happened to Paul?  With Barnabas, the  world was changed.</p>\n<p>The idea for the project was to allow anyone to  visit the Barnabas Project Blog and leave a story about the people in their life  that had made a difference…the people that had inspired and encouraged them  along life&#8217;s way. For those people not comfortable writing their story on-line,  we had arranged to have the youth available to enter hand-written stories. I  created an instruction page in both paper format, and on-line and of course  installed the blog software and configured the site.</p>\n<p>To kick-off the project, the Senior Minister  preached a sermon on an early January Sunday in 2004 using the story of Barnabas  as the sermon text. I happen to think  it was one of the best sermons he had preached in my three years at the church.  At the end of the service, he called attention to a bulletin insert with  instructions, and announced the blog.</p>\n<p>Since this was my idea, I&#8217;d written an entry to  start things off. I wrote about the person that had been the band director in my  hometown in North Carolina. He was something of a legend, and a tough guy, but  he was able to start you out in Junior High, and present a high school band that  played the highest grade concert music and consistently received &#8220;excellent&#8221;  ratings in the state band competition. I wrote about how it was this  man who taught me that I could do  most anything I set out to do, and he showed us all the discipline required to do it well. Those  lessons have stuck with me throughout  my life.</p>\n<p>Well, our little project was out there, and after  nearly a year I had not given it a lot more thought other than the occasional  software upgrade. It never got the attention I&#8217;d hoped, but a number people  posted some wonderfully touching stories and  remembrances.</p>\n<p>Just a little over a year after that kickoff, I was  sitting in my office on an otherwise rather &#8220;blah&#8221; day. It was February, and  even here in Florida there can be cool gray days. There was nothing special  going on, and I was actually rather busy and under some stress. I remember it  was a Wednesday.</p>\n<p>My phone rang, and a rather deep scratchy voice on  the other end of the line quietly asked, &#8220;Is this <span id=\"st\" class=\"st\">John</span> <span id=\"st\" class=\"st\">Masters</span> from Kings  Mountain?&#8221; I said yes, and from the other end of the line I heard, &#8220;well this is  Mr. Deal.&#8221; Needless to say, I was a little taken aback, as I had no idea why,  after over 20 years since last speaking with my old Band Director, he&#8217;d be calling me. The blog entry never  occurred to me. I&#8217;d written that over a year prior.</p>\n<p>As the story came out, Mr. Deal&#8217;s brother in  Arizona had been doing some genealogical research on the web. One of the results  he&#8217;d come across was the blog entry I&#8217;d written. He sent the link to Mr. Deal  back in my old home town. Since my mother is also retired as the nurse for the  school system there (and it&#8217;s a small town besides), it wasn&#8217;t hard for him to  get in touch with my mother to get my  phone number.</p>\n<p>He was calling to tell me about reading the story,  and about how much it had meant to him. Believe me, it was probably a bit  of a shocker, as I was one of the  guys that was always pushing the envelope a little. We&#8217;d conducted some late  night raids of putting realty signs in his yard. (Yeah, I know pretty tame by  today&#8217;s standards, but we always thought we were rather daring.) We would never  miss a chance to get into some mischief during marching band  season.</p>\n<p>We had a great time reminiscing about the band trip  to play at Disney World, and a group of us throwing him, along with some of the  other chaperones, into the hotel pool. We talked and laughed about some of the  other goings-on and other people that had been in the band at the same  time.</p>\n<p>Once our conversation was over, I could only sit  here at the desk quietly for a few minutes, and I got a bit choked up over how  good this experience made me feel.</p>\n<p>I couldn&#8217;t wait to share it with someone, so I  called a good friend to tell him what had just happened. He reminded me of an  important life lesson when he said, &#8220;Sometimes you don&#8217;t know if you are giving  or getting.&#8221; How true that is. I thought I was creating something to let other  people share their stories as a  tribute to others, and then, out of nowhere my little blog idea had  reached out across all that time and distance to bring back to my life this  important person in such a warm way.</p>\n<p>I am definitely one of the people that can get  wrapped up in the bits and bites of technology, but an important lesson to  remember is that these fabulous technologies can also bring great joy and  fulfillment.\n</p>\";s:7:\"pubdate\";s:31:\"Sat, 13 Jan 2007 00:30:32 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:7567:\"<p><small>This is the Twentieth entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://deep.mastersfamily.org\">John Masters</a></small></p>\n<p>For many years, I worked in the Records Management  industry. This discipline has moved from merely being concerned with what&#8217;s in  the file room to managing the myriad types of content, both paper and  electronic, maintained by every enterprise. It is a fun and challenging  industry.</p>\n<p>While I&#8217;ve always been technical and computer  literate, some years ago I realized I needed to become more literate with  programming and the internet as my industry moved  towards being more technical. As  more a &#8220;doer&#8221; than a &#8220;reader,&#8221;  I started out creating some websites. These turned out OK, and I did learn a  lot. I was asked to create a few other sites, some for a small stipend, some as  gratis work.</p>\n<p>After moving and settling here in Tampa some years  ago, I joined a local Methodist Church. Although it&#8217;s a reasonably large church,  I was fortunate enough to become friends with the two ministers. Subsequently, I  assumed the role of redesigning and maintaining the church&#8217;s website. It really  was lacking, and while I&#8217;m not the greatest web designer in the world, I knew I  could make it look better.</p>\n<p>A few years ago I began to explore blogging as a  way to learn other aspects of the web as it moves from static HTML to more  interactive types of programming.</p>\n<p>After building and spending some time tinkering  with my Wordpress-run blog, I was feeling confident about my skills. I had an  idea for a way to drive traffic to the church website, and make it interactive  for the members. I approached the ministers about an idea for something that  came to be called &#8220;The Barnabas Project.&#8221;</p>\n<p>The project is named for the friend and colleague  in ministry of the Apostle Paul in the New Testament. Barnabas was a source of  support, encouragement, and inspiration to Paul. In fact, the name was  interpreted as meaning &#8220;son of exhortation&#8221; or &#8220;consolation&#8221;.  Barnabas was  the person who was Paul’s advocate to the disciples after his conversion.   Without Barnabas, what would have happened to Paul?  With Barnabas, the  world was changed.</p>\n<p>The idea for the project was to allow anyone to  visit the Barnabas Project Blog and leave a story about the people in their life  that had made a difference…the people that had inspired and encouraged them  along life&#8217;s way. For those people not comfortable writing their story on-line,  we had arranged to have the youth available to enter hand-written stories. I  created an instruction page in both paper format, and on-line and of course  installed the blog software and configured the site.</p>\n<p>To kick-off the project, the Senior Minister  preached a sermon on an early January Sunday in 2004 using the story of Barnabas  as the sermon text. I happen to think  it was one of the best sermons he had preached in my three years at the church.  At the end of the service, he called attention to a bulletin insert with  instructions, and announced the blog.</p>\n<p>Since this was my idea, I&#8217;d written an entry to  start things off. I wrote about the person that had been the band director in my  hometown in North Carolina. He was something of a legend, and a tough guy, but  he was able to start you out in Junior High, and present a high school band that  played the highest grade concert music and consistently received &#8220;excellent&#8221;  ratings in the state band competition. I wrote about how it was this  man who taught me that I could do  most anything I set out to do, and he showed us all the discipline required to do it well. Those  lessons have stuck with me throughout  my life.</p>\n<p>Well, our little project was out there, and after  nearly a year I had not given it a lot more thought other than the occasional  software upgrade. It never got the attention I&#8217;d hoped, but a number people  posted some wonderfully touching stories and  remembrances.</p>\n<p>Just a little over a year after that kickoff, I was  sitting in my office on an otherwise rather &#8220;blah&#8221; day. It was February, and  even here in Florida there can be cool gray days. There was nothing special  going on, and I was actually rather busy and under some stress. I remember it  was a Wednesday.</p>\n<p>My phone rang, and a rather deep scratchy voice on  the other end of the line quietly asked, &#8220;Is this <span id=\"st\" class=\"st\">John</span> <span id=\"st\" class=\"st\">Masters</span> from Kings  Mountain?&#8221; I said yes, and from the other end of the line I heard, &#8220;well this is  Mr. Deal.&#8221; Needless to say, I was a little taken aback, as I had no idea why,  after over 20 years since last speaking with my old Band Director, he&#8217;d be calling me. The blog entry never  occurred to me. I&#8217;d written that over a year prior.</p>\n<p>As the story came out, Mr. Deal&#8217;s brother in  Arizona had been doing some genealogical research on the web. One of the results  he&#8217;d come across was the blog entry I&#8217;d written. He sent the link to Mr. Deal  back in my old home town. Since my mother is also retired as the nurse for the  school system there (and it&#8217;s a small town besides), it wasn&#8217;t hard for him to  get in touch with my mother to get my  phone number.</p>\n<p>He was calling to tell me about reading the story,  and about how much it had meant to him. Believe me, it was probably a bit  of a shocker, as I was one of the  guys that was always pushing the envelope a little. We&#8217;d conducted some late  night raids of putting realty signs in his yard. (Yeah, I know pretty tame by  today&#8217;s standards, but we always thought we were rather daring.) We would never  miss a chance to get into some mischief during marching band  season.</p>\n<p>We had a great time reminiscing about the band trip  to play at Disney World, and a group of us throwing him, along with some of the  other chaperones, into the hotel pool. We talked and laughed about some of the  other goings-on and other people that had been in the band at the same  time.</p>\n<p>Once our conversation was over, I could only sit  here at the desk quietly for a few minutes, and I got a bit choked up over how  good this experience made me feel.</p>\n<p>I couldn&#8217;t wait to share it with someone, so I  called a good friend to tell him what had just happened. He reminded me of an  important life lesson when he said, &#8220;Sometimes you don&#8217;t know if you are giving  or getting.&#8221; How true that is. I thought I was creating something to let other  people share their stories as a  tribute to others, and then, out of nowhere my little blog idea had  reached out across all that time and distance to bring back to my life this  important person in such a warm way.</p>\n<p>I am definitely one of the people that can get  wrapped up in the bits and bites of technology, but an important lesson to  remember is that these fabulous technologies can also bring great joy and  fulfillment.\n</p>\";}i:12;a:7:{s:5:\"title\";s:52:\"Weblog Tools Collection: WP Plugin Releases for 1/12\";s:4:\"guid\";s:80:\"http://weblogtoolscollection.com/archives/2007/01/12/wp-plugin-releases-for-112/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/74386441/\";s:11:\"description\";s:1569:\"<p><a href=\"http://nothing.golddave.com/?page_id=78\">Google Toolbar Button Plugin</a>: <em>The Google Toolbar Button plugin gives you a link in your sidebar (or wherever you want it in your theme) that installs a button to the google toolbar. The button give the ability to monitor the RSS feed of your blog from the Google Toolbar. It also adds your blog to the list of possible places to search when running a search from the Google Toolbar.</em></p>\n<p><a href=\"http://www.connectedinternet.co.uk/2006/12/31/1258/\">Latest Comments With Avatar</a> incorporates <a href=\"http://mybloglog.com/\">MyBlogLog</a> Avatars while displaying a list of latest comments on your site.</p>\n<p><a href=\"http://crazylittleworld.com/plugins/winlivestatus\">WinLiveStatus</a> is a plugin that lets you show your Windows Live Messenger status in you blog sidebar. WinLiveStatus is XHTML valid and includes 7 status images and 1 error image incase the bot decides to go moo.</p>\n<p><a href=\"http://www.thunderguy.com/semicolon/wordpress/top-cat-wordpress-plugin/\">Top Cat</a> lets you assign the main category for a post when you select more than one category for it.</p>\n<p><a href=\"http://www.vlowe.co.uk/code.php\">vlowe YouTube Gallery</a> displays a users videos and favourites as a gallery with player. Including video information and comments.</p>\n<p><a href=\"http://www.bueltge.de/wp-bubble-tooltips-plugin/142/\">Nice tooltip for links</a> with href- or title-attribut on the complete website or one ID. You can change between two nice tooltips - Bubble Tooltip or Sweet Title.</p>\";s:7:\"pubdate\";s:31:\"Sat, 13 Jan 2007 00:30:32 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:1569:\"<p><a href=\"http://nothing.golddave.com/?page_id=78\">Google Toolbar Button Plugin</a>: <em>The Google Toolbar Button plugin gives you a link in your sidebar (or wherever you want it in your theme) that installs a button to the google toolbar. The button give the ability to monitor the RSS feed of your blog from the Google Toolbar. It also adds your blog to the list of possible places to search when running a search from the Google Toolbar.</em></p>\n<p><a href=\"http://www.connectedinternet.co.uk/2006/12/31/1258/\">Latest Comments With Avatar</a> incorporates <a href=\"http://mybloglog.com/\">MyBlogLog</a> Avatars while displaying a list of latest comments on your site.</p>\n<p><a href=\"http://crazylittleworld.com/plugins/winlivestatus\">WinLiveStatus</a> is a plugin that lets you show your Windows Live Messenger status in you blog sidebar. WinLiveStatus is XHTML valid and includes 7 status images and 1 error image incase the bot decides to go moo.</p>\n<p><a href=\"http://www.thunderguy.com/semicolon/wordpress/top-cat-wordpress-plugin/\">Top Cat</a> lets you assign the main category for a post when you select more than one category for it.</p>\n<p><a href=\"http://www.vlowe.co.uk/code.php\">vlowe YouTube Gallery</a> displays a users videos and favourites as a gallery with player. Including video information and comments.</p>\n<p><a href=\"http://www.bueltge.de/wp-bubble-tooltips-plugin/142/\">Nice tooltip for links</a> with href- or title-attribut on the complete website or one ID. You can change between two nice tooltips - Bubble Tooltip or Sweet Title.</p>\";}i:13;a:7:{s:5:\"title\";s:70:\"WordPress Podcast: Episode 17: 120-day turnaround between 2.1 and 2.2?\";s:4:\"guid\";s:83:\"http://wp-community.org/2007/01/12/episode-17-120-day-turnaround-between-21-and-22/\";s:4:\"link\";s:83:\"http://wp-community.org/2007/01/12/episode-17-120-day-turnaround-between-21-and-22/\";s:11:\"description\";s:3121:\"<p>In this waaaay overdue episode, we cover topics such as:</p>\n<table width=\"100%\" border=\"0\" cellspacing=\"4\" cellpadding=\"4\">\n<tr>\n<td valign=\"top\">2:25</td>\n<td valign=\"top\">Charles takes another stab at explaining why <a href=\"http://en.wikipedia.org/wiki/LDAP\">LDAP</a> support is so important to <a href=\"http://www.knownow.com/article/?id=353\">KnowNow WordPress Enterprise Edition</a>.</td>\n</tr>\n<tr>\n<td valign=\"top\">5:32</td>\n<td valign=\"top\">There&#8217;s discussion that there&#8217;ll be a 120 day turnaround between 2.1 and 2.2.</td>\n</tr>\n<tr>\n<td valign=\"top\">8:16</td>\n<td valign=\"top\">There&#8217;s also a rumor that when the employees of <a href=\"http://automattic.com/\">Automattic</a> gather in San Francisco this month, they&#8217;ll decide on a date for <a href=\"http://2006.wordcamp.org/\">WordCamp</a> 2007.</td>\n</tr>\n<tr>\n<td valign=\"top\">11:59</td>\n<td valign=\"top\">Plug-In: <a href=\"http://wpseo.com/wordpress-plugin-to-prevent-duplicate-content-penalty_47.htm\">DupPrevent</a> helps you avoid being penalized by Google for duplicate content by inserting NOINDEX meta tag in pages that might trigger Google’s duplicate content filters. Also contains a robot.txt file to disallow spider access to files that need not be included in engine’s index.</td>\n</tr>\n<tr>\n<td valign=\"top\">15:22</td>\n<td valign=\"top\">Plug-In <a href=\"http://harper.wirelessink.com/?p=104\">WordPress Wii Edition</a> shows an interface designed for the Nintendo Wii when visitors come to your site on a Wii with the Opera browser. Wii&#8217;s are automatically detected, there is no configuration needed. (We also found a link to use <a href=\"http://mapwii.com/\">Google Maps to locate Wii users</a> near you.)</td>\n</tr>\n<tr>\n<td valign=\"top\">18:10</td>\n<td valign=\"top\">Widget: <a href=\"http://www.velvet.id.au/twitter-wordpress-sidebar-widget/\">Twitter</a> creates individual links to each of your status updates to its post on <a href=\"http://twitter.com/\">Twitter.com</a>. You control how your Twitterings appear using CSS (to more closely match your blog, no doubt.)</td>\n</tr>\n<tr>\n<td valign=\"top\">20:53</td>\n<td valign=\"top\">Widget: <a href=\"http://www.crustybugger.com/blog/?p=10\">Nike Plus</a> displays statistics gathered from your <a href=\"http://www.nike.com/nikeplus/\">Nike+ shoes</a> such as  total number of workouts, total distance run, time spent running and an estimate of total calories burned.\n</td>\n</tr>\n<tr>\n<td valign=\"top\">23:11</td>\n<td valign=\"top\">Plug-In: <a href=\"http://paulgoscicki.com/archives/2006/11/wp-movie-ratings-v14-released/\">WP Movie Ratings v1.4</a> (Updated) allows you to share your movie reviews with your readers along with links to the <a href=\"http://www.imdb.com/\">Internet Movie Database</a> with some nice features, as wel..</td>\n</tr>\n</table>\n<p>I apologize for taking so long to publish this and episode 18, which should be following very soon, but between my day job and moving, things have been crazy around here.</p>\n<br /><a href=\"http://wp-community.org/wp/podpress_trac/web/40/0/wordpress-podcast-017.mp3\">Download Standard Podcast</a><br /><br />\";s:7:\"pubdate\";s:31:\"Fri, 12 Jan 2007 22:11:02 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"Charles\";}s:7:\"summary\";s:3121:\"<p>In this waaaay overdue episode, we cover topics such as:</p>\n<table width=\"100%\" border=\"0\" cellspacing=\"4\" cellpadding=\"4\">\n<tr>\n<td valign=\"top\">2:25</td>\n<td valign=\"top\">Charles takes another stab at explaining why <a href=\"http://en.wikipedia.org/wiki/LDAP\">LDAP</a> support is so important to <a href=\"http://www.knownow.com/article/?id=353\">KnowNow WordPress Enterprise Edition</a>.</td>\n</tr>\n<tr>\n<td valign=\"top\">5:32</td>\n<td valign=\"top\">There&#8217;s discussion that there&#8217;ll be a 120 day turnaround between 2.1 and 2.2.</td>\n</tr>\n<tr>\n<td valign=\"top\">8:16</td>\n<td valign=\"top\">There&#8217;s also a rumor that when the employees of <a href=\"http://automattic.com/\">Automattic</a> gather in San Francisco this month, they&#8217;ll decide on a date for <a href=\"http://2006.wordcamp.org/\">WordCamp</a> 2007.</td>\n</tr>\n<tr>\n<td valign=\"top\">11:59</td>\n<td valign=\"top\">Plug-In: <a href=\"http://wpseo.com/wordpress-plugin-to-prevent-duplicate-content-penalty_47.htm\">DupPrevent</a> helps you avoid being penalized by Google for duplicate content by inserting NOINDEX meta tag in pages that might trigger Google’s duplicate content filters. Also contains a robot.txt file to disallow spider access to files that need not be included in engine’s index.</td>\n</tr>\n<tr>\n<td valign=\"top\">15:22</td>\n<td valign=\"top\">Plug-In <a href=\"http://harper.wirelessink.com/?p=104\">WordPress Wii Edition</a> shows an interface designed for the Nintendo Wii when visitors come to your site on a Wii with the Opera browser. Wii&#8217;s are automatically detected, there is no configuration needed. (We also found a link to use <a href=\"http://mapwii.com/\">Google Maps to locate Wii users</a> near you.)</td>\n</tr>\n<tr>\n<td valign=\"top\">18:10</td>\n<td valign=\"top\">Widget: <a href=\"http://www.velvet.id.au/twitter-wordpress-sidebar-widget/\">Twitter</a> creates individual links to each of your status updates to its post on <a href=\"http://twitter.com/\">Twitter.com</a>. You control how your Twitterings appear using CSS (to more closely match your blog, no doubt.)</td>\n</tr>\n<tr>\n<td valign=\"top\">20:53</td>\n<td valign=\"top\">Widget: <a href=\"http://www.crustybugger.com/blog/?p=10\">Nike Plus</a> displays statistics gathered from your <a href=\"http://www.nike.com/nikeplus/\">Nike+ shoes</a> such as  total number of workouts, total distance run, time spent running and an estimate of total calories burned.\n</td>\n</tr>\n<tr>\n<td valign=\"top\">23:11</td>\n<td valign=\"top\">Plug-In: <a href=\"http://paulgoscicki.com/archives/2006/11/wp-movie-ratings-v14-released/\">WP Movie Ratings v1.4</a> (Updated) allows you to share your movie reviews with your readers along with links to the <a href=\"http://www.imdb.com/\">Internet Movie Database</a> with some nice features, as wel..</td>\n</tr>\n</table>\n<p>I apologize for taking so long to publish this and episode 18, which should be following very soon, but between my day job and moving, things have been crazy around here.</p>\n<br /><a href=\"http://wp-community.org/wp/podpress_trac/web/40/0/wordpress-podcast-017.mp3\">Download Standard Podcast</a><br /><br />\";}i:14;a:7:{s:5:\"title\";s:46:\"Lorelle on WP: Got a WordPress Event or Group?\";s:4:\"guid\";s:71:\"http://lorelle.wordpress.com/2007/01/12/got-a-wordpress-event-or-group/\";s:4:\"link\";s:71:\"http://lorelle.wordpress.com/2007/01/12/got-a-wordpress-event-or-group/\";s:11:\"description\";s:331:\"Helping to promote WordPress events and groups is important to me, so I&#8217;ve created a new WordPress Events page.\nIf you have a WordPress group, or are planning a WordPress or blogging related conference, meeting, or event, please leave a very brief summary of the event on that page, with who, what, where, and when, and [...]\";s:7:\"pubdate\";s:31:\"Fri, 12 Jan 2007 18:39:27 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:331:\"Helping to promote WordPress events and groups is important to me, so I&#8217;ve created a new WordPress Events page.\nIf you have a WordPress group, or are planning a WordPress or blogging related conference, meeting, or event, please leave a very brief summary of the event on that page, with who, what, where, and when, and [...]\";}i:15;a:7:{s:5:\"title\";s:55:\"Weblog Tools Collection: WordPress Themes Releases 1/12\";s:4:\"guid\";s:79:\"http://weblogtoolscollection.com/archives/2007/01/12/wordpress-themes-releases/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/74272903/\";s:11:\"description\";s:862:\"<p><a href=\"http://pilkster.com/seo-adsense-wordpress-theme/\">SEO Adsense</a> is a simple two column WordPress theme built for Google Adsense (3 units per page, and one linkunit ~ the maximum Google allows).</p>\n<p><a href=\"http://www.wpthemegallery.com/iowa-autumn-wordpress-theme/\">Iowa Autumn</a> is a two column, fixed width, widget ready theme by <a href=\"http://www.benched42.net/\">Bill Hilton</a> with a brown color scheme.</p>\n<p><a href=\"http://karenblundell.com/wordpress-themes/\">Translucent Fluidity</a> is a two column pink, widget ready WordPress theme.</p>\n<p><a href=\"http://guillaumeb.com/2007/01/11/theme-download-diavola-10/\">Diavola</a> is a dark gray and red three column theme.</p>\n<p><a href=\"http://www.tigertom.com/blog/new-free-software-released-wordpress-templates/\">Set of four themes by TigerTom</a> optimized for search engines.</p>\";s:7:\"pubdate\";s:31:\"Fri, 12 Jan 2007 04:30:20 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:862:\"<p><a href=\"http://pilkster.com/seo-adsense-wordpress-theme/\">SEO Adsense</a> is a simple two column WordPress theme built for Google Adsense (3 units per page, and one linkunit ~ the maximum Google allows).</p>\n<p><a href=\"http://www.wpthemegallery.com/iowa-autumn-wordpress-theme/\">Iowa Autumn</a> is a two column, fixed width, widget ready theme by <a href=\"http://www.benched42.net/\">Bill Hilton</a> with a brown color scheme.</p>\n<p><a href=\"http://karenblundell.com/wordpress-themes/\">Translucent Fluidity</a> is a two column pink, widget ready WordPress theme.</p>\n<p><a href=\"http://guillaumeb.com/2007/01/11/theme-download-diavola-10/\">Diavola</a> is a dark gray and red three column theme.</p>\n<p><a href=\"http://www.tigertom.com/blog/new-free-software-released-wordpress-templates/\">Set of four themes by TigerTom</a> optimized for search engines.</p>\";}i:16;a:7:{s:5:\"title\";s:55:\"Weblog Tools Collection: And They Called it Bloggy Love\";s:4:\"guid\";s:84:\"http://weblogtoolscollection.com/archives/2007/01/11/and-they-called-it-bloggy-love/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/74205824/\";s:11:\"description\";s:2239:\"<p><small>This is the Nineteenth entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://www.cranky-mama.com\">Jessica Beck</a><br />\n</small></p>\n<p><font color=\"#000000\">I admit it: I have a love affair with my blog.</font></p>\n<p><font color=\"#000000\">It started so fast, as these things do. I had a LiveJournal, which was okay as far as that goes, but after three years of friends-only journaling, the spark was gone. It just didn&#8217;t excite me anymore. I&#8217;d been eyeing the platform blogs for a while - the sexy, inscrutable Movable Type, the alluringly available WordPress. I told myself I was happy with what I had, but it was hard to deny that my eye was wandering.</font></p>\n<p><font color=\"#000000\">Then, one day, I just did it. I bought a domain name, got a WordPress install, and jumped head-first into the world of blogging. </font></p>\n<p><font color=\"#000000\">As a writer, I didn&#8217;t feel too much trepidation about getting my words out there. No, what I felt was a peculiar mix of self-consciousness and freedom.</font><font color=\"#000000\">  </font><font color=\"#000000\">A new blog is a lot like moving to a new town and starting fresh: no one knows you, and you can be whoever you want. The question is: who did I want to be? A no-holds-barred confessional? A standard, run-of-the-mill mommyblog that doesn’t stray from topics of babyrearing and poop production? A highbrow book-review and product-critique site?</font></p>\n<p><font color=\"#000000\">I finally settled on something in the middle. Since it was a personal blog, it could reflect more than one aspect of my personality. It might be a little schizophrenic, but what good story isn’t? Specialization is great for the niche blog, but in my favorite personal blogs, the thing that stood out was the writer’s rich and multilayered life experience.\";s:7:\"pubdate\";s:31:\"Fri, 12 Jan 2007 02:15:27 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:2239:\"<p><small>This is the Nineteenth entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://www.cranky-mama.com\">Jessica Beck</a><br />\n</small></p>\n<p><font color=\"#000000\">I admit it: I have a love affair with my blog.</font></p>\n<p><font color=\"#000000\">It started so fast, as these things do. I had a LiveJournal, which was okay as far as that goes, but after three years of friends-only journaling, the spark was gone. It just didn&#8217;t excite me anymore. I&#8217;d been eyeing the platform blogs for a while - the sexy, inscrutable Movable Type, the alluringly available WordPress. I told myself I was happy with what I had, but it was hard to deny that my eye was wandering.</font></p>\n<p><font color=\"#000000\">Then, one day, I just did it. I bought a domain name, got a WordPress install, and jumped head-first into the world of blogging. </font></p>\n<p><font color=\"#000000\">As a writer, I didn&#8217;t feel too much trepidation about getting my words out there. No, what I felt was a peculiar mix of self-consciousness and freedom.</font><font color=\"#000000\">  </font><font color=\"#000000\">A new blog is a lot like moving to a new town and starting fresh: no one knows you, and you can be whoever you want. The question is: who did I want to be? A no-holds-barred confessional? A standard, run-of-the-mill mommyblog that doesn’t stray from topics of babyrearing and poop production? A highbrow book-review and product-critique site?</font></p>\n<p><font color=\"#000000\">I finally settled on something in the middle. Since it was a personal blog, it could reflect more than one aspect of my personality. It might be a little schizophrenic, but what good story isn’t? Specialization is great for the niche blog, but in my favorite personal blogs, the thing that stood out was the writer’s rich and multilayered life experience.\";}i:17;a:7:{s:5:\"title\";s:79:\"Weblog Tools Collection: The Need For Substantive and Well-Written Blog Content\";s:4:\"guid\";s:108:\"http://weblogtoolscollection.com/archives/2007/01/11/the-need-for-substantive-and-well-written-blog-content/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/74204174/\";s:11:\"description\";s:7080:\"<p><small>This is the Eighteenth entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://www.siolon.com/\">Chris Poteet</a></small></p>\n<p>It amazes me how many bloggers spent an inordinate amount of time trying to improve their hits, comments, etc. that they forget the most important element in having a good blog.  If the content is found lacking then often it doesn’t matter how pretty your site is, or how often your site gets hit.  The content of your blog is what separates the good from the bad, and the visited to the not visited.What will follow are tips that will help to ensure that your sphere of influence in the blogging realm will continue to grow.  Remember that this year’s Time magazine’s <a href=\"http://www.time.com/time/magazine/article/0,9171,1569514,00.html\">person of the year</a> is: “You,” and that pronoun refers to the people who are generating influential, thought-provoking content through the Internet medium.</p>\n<p>The suggestions will cover a range of issues from syndication to structure and back again.  I hope it encourages the reader to be mindful and to create meaningful blog content.</p>\n<p><strong>Remember Your Syndication</strong></p>\n<p>Why does RSS exist?  It exists to all my content to be portable across applications.  I no longer have to worry about visiting my favorite sites to get updates, because now I am notified.  In my RSS reader, I don’t care what your website looks like, because all I see is your content.  If the content lacks in quality then it will eventually be removed from my list.</p>\n<p>Further, sites such as <a href=\"http://www.9rules.com/\">9 Rules</a> do a good job of ensuring that the best writers get the recognition over those with the flashiest sites.  It’s true that many of them look fantastic and have fantastic content, but they make their judgments on who has the best content.</p>\n<p><strong>Writing with Well-Structured Content</strong></p>\n<p>Being readable is also a fundamental principle in ensuring that your now well-written content gets read.  It seems all-to-often that good web writing structure gets lost in the mix of making sure that our blog reflects the latest design trends.  Remember the 7th grade when you learned about topic sentences, grammar, and other methods to make your writing look intelligent?  Go ahead, use them, don’t be afraid.</p>\n<p>Structuring your content into a readable format is also helpful.  Give bold headlines to each section of your article, and always use a overview and concluding statement (that should reflect one another).  Be poignant in your article, and stick to your thesis.  It will go a long way to ensuring that your message is clearly conveyed.  Remember that your readers (and you as well) <em>scan</em> and not <em>read</em> most content on the Internet.  Give them a reason to stay around and hear all your thoughts.  Be sure to <a href=\"http://www.siolon.com/2006/brevity-and-the-blogger/\">exercise brevity</a> whenever possible, and avoid using needless words<strike> to convey your ideas</strike>.</p>\n<p>Jakob Nielson <a href=\"http://www.sun.com/980713/webwriting/\">gives us some good tips</a> pertaining to writing for the web.</p>\n<ul>\n<li>79% of users scan the page instead of reading word-for-word</li>\n<li>Reading from computer screens is 25% slower than from paper</li>\n<li>Web content should have 50% of the word count of its paper equivalent</li>\n</ul>\n<p><strong>The Need For Consistently New Content</strong></p>\n<p>There is nothing worse than a deceased blog.  Imagine the hundreds of Blogger and Xanga accounts that haven’t been updated in two years.  Most people tend to give up, because they don’t see a drastic surge in comments, hits, and publicity.  They need to remember that those things don’t come instantly.  It’s kind of like losing weight.  How many people do you know that get excited to work out and eat healthy only to get discouraged when they don’t see immediate results?  Sadly, they often end up reverting to their old manner of living.</p>\n<p>The popular bloggers out there didn’t start writing one day and have 1,000 subscribers to their feed.  They spend time and energy writing fresh content continually for a sustained amount of time.  If your users come back again and again only to find old content, they won’t be doing that much longer.</p>\n<p><strong>Write with Passion Not Passivity</strong></p>\n<p>I can’t tell you how many blogs I go to that write in a lackadaisical manner.  Who would want to continue to read content that doesn’t display and promote passion concerning the issue at hand?  I always want to ensure that I don’t just write to write, although it’s an easy thing to do.  You’ve got readers that want new content (see point above), and it’s easy to write content that is sub-par at best simply for the sake of writing.  But I’ve found that I have to make sure that the content I write concerns something that I’m concerned about.  Your passion for the topic at hand will be conveyed, and it will encourage the reader to action (especially if it’s a persuasive writing).</p>\n<p>Just remember that consistently updating your blog doesn’t mean throwing anything out there.  Be mindful that your readers come and keep coming back, because they feel your writing has something that can benefit them.  Don’t write half-heartedly, but instead write with a sense of purpose.</p>\n<p><strong>Engage Your Readers</strong></p>\n<p>The last thing worth mentioning is that you write a blog, and there are certain expectations associated with that.  I can’t understand why anyone (who isn’t insanely popular and prone to bad comments) would have a blog without the ability to interact with the writer.  I tend to get discouraged if I can’t ask a question or throw in my $.02 on the article.</p>\n<p>It’s also not enough to just allow comments, you have to be willing to engage your readers and satisfy their inquiries and/or comments.  Make interacting with you a joyful, interactive process and not a laborious one.  It will keep them coming back, and it will get people to actually visit your site instead of just reading it in their RSS reader.  Be sure also that if someone comes to your blog then for heaven’s sake, it won’t hurt you to visit their site and participate.</p>\n<p><strong>In Summary</strong></p>\n<p>Think about what you would expect and how you behave on someone else’s blog site.  If you expect a certain degree of readability, interactivity, etc. then be sure to extend that to your readers.  It will go along way to ensuring that your online experience, and your readers, will be satisfying and worthwhile.\n</p>\";s:7:\"pubdate\";s:31:\"Fri, 12 Jan 2007 02:00:28 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:7080:\"<p><small>This is the Eighteenth entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://www.siolon.com/\">Chris Poteet</a></small></p>\n<p>It amazes me how many bloggers spent an inordinate amount of time trying to improve their hits, comments, etc. that they forget the most important element in having a good blog.  If the content is found lacking then often it doesn’t matter how pretty your site is, or how often your site gets hit.  The content of your blog is what separates the good from the bad, and the visited to the not visited.What will follow are tips that will help to ensure that your sphere of influence in the blogging realm will continue to grow.  Remember that this year’s Time magazine’s <a href=\"http://www.time.com/time/magazine/article/0,9171,1569514,00.html\">person of the year</a> is: “You,” and that pronoun refers to the people who are generating influential, thought-provoking content through the Internet medium.</p>\n<p>The suggestions will cover a range of issues from syndication to structure and back again.  I hope it encourages the reader to be mindful and to create meaningful blog content.</p>\n<p><strong>Remember Your Syndication</strong></p>\n<p>Why does RSS exist?  It exists to all my content to be portable across applications.  I no longer have to worry about visiting my favorite sites to get updates, because now I am notified.  In my RSS reader, I don’t care what your website looks like, because all I see is your content.  If the content lacks in quality then it will eventually be removed from my list.</p>\n<p>Further, sites such as <a href=\"http://www.9rules.com/\">9 Rules</a> do a good job of ensuring that the best writers get the recognition over those with the flashiest sites.  It’s true that many of them look fantastic and have fantastic content, but they make their judgments on who has the best content.</p>\n<p><strong>Writing with Well-Structured Content</strong></p>\n<p>Being readable is also a fundamental principle in ensuring that your now well-written content gets read.  It seems all-to-often that good web writing structure gets lost in the mix of making sure that our blog reflects the latest design trends.  Remember the 7th grade when you learned about topic sentences, grammar, and other methods to make your writing look intelligent?  Go ahead, use them, don’t be afraid.</p>\n<p>Structuring your content into a readable format is also helpful.  Give bold headlines to each section of your article, and always use a overview and concluding statement (that should reflect one another).  Be poignant in your article, and stick to your thesis.  It will go a long way to ensuring that your message is clearly conveyed.  Remember that your readers (and you as well) <em>scan</em> and not <em>read</em> most content on the Internet.  Give them a reason to stay around and hear all your thoughts.  Be sure to <a href=\"http://www.siolon.com/2006/brevity-and-the-blogger/\">exercise brevity</a> whenever possible, and avoid using needless words<strike> to convey your ideas</strike>.</p>\n<p>Jakob Nielson <a href=\"http://www.sun.com/980713/webwriting/\">gives us some good tips</a> pertaining to writing for the web.</p>\n<ul>\n<li>79% of users scan the page instead of reading word-for-word</li>\n<li>Reading from computer screens is 25% slower than from paper</li>\n<li>Web content should have 50% of the word count of its paper equivalent</li>\n</ul>\n<p><strong>The Need For Consistently New Content</strong></p>\n<p>There is nothing worse than a deceased blog.  Imagine the hundreds of Blogger and Xanga accounts that haven’t been updated in two years.  Most people tend to give up, because they don’t see a drastic surge in comments, hits, and publicity.  They need to remember that those things don’t come instantly.  It’s kind of like losing weight.  How many people do you know that get excited to work out and eat healthy only to get discouraged when they don’t see immediate results?  Sadly, they often end up reverting to their old manner of living.</p>\n<p>The popular bloggers out there didn’t start writing one day and have 1,000 subscribers to their feed.  They spend time and energy writing fresh content continually for a sustained amount of time.  If your users come back again and again only to find old content, they won’t be doing that much longer.</p>\n<p><strong>Write with Passion Not Passivity</strong></p>\n<p>I can’t tell you how many blogs I go to that write in a lackadaisical manner.  Who would want to continue to read content that doesn’t display and promote passion concerning the issue at hand?  I always want to ensure that I don’t just write to write, although it’s an easy thing to do.  You’ve got readers that want new content (see point above), and it’s easy to write content that is sub-par at best simply for the sake of writing.  But I’ve found that I have to make sure that the content I write concerns something that I’m concerned about.  Your passion for the topic at hand will be conveyed, and it will encourage the reader to action (especially if it’s a persuasive writing).</p>\n<p>Just remember that consistently updating your blog doesn’t mean throwing anything out there.  Be mindful that your readers come and keep coming back, because they feel your writing has something that can benefit them.  Don’t write half-heartedly, but instead write with a sense of purpose.</p>\n<p><strong>Engage Your Readers</strong></p>\n<p>The last thing worth mentioning is that you write a blog, and there are certain expectations associated with that.  I can’t understand why anyone (who isn’t insanely popular and prone to bad comments) would have a blog without the ability to interact with the writer.  I tend to get discouraged if I can’t ask a question or throw in my $.02 on the article.</p>\n<p>It’s also not enough to just allow comments, you have to be willing to engage your readers and satisfy their inquiries and/or comments.  Make interacting with you a joyful, interactive process and not a laborious one.  It will keep them coming back, and it will get people to actually visit your site instead of just reading it in their RSS reader.  Be sure also that if someone comes to your blog then for heaven’s sake, it won’t hurt you to visit their site and participate.</p>\n<p><strong>In Summary</strong></p>\n<p>Think about what you would expect and how you behave on someone else’s blog site.  If you expect a certain degree of readability, interactivity, etc. then be sure to extend that to your readers.  It will go along way to ensuring that your online experience, and your readers, will be satisfying and worthwhile.\n</p>\";}i:18;a:7:{s:5:\"title\";s:18:\"Matt: Twenty-three\";s:4:\"guid\";s:45:\"http://photomatt.net/2007/01/11/twenty-three/\";s:4:\"link\";s:45:\"http://photomatt.net/2007/01/11/twenty-three/\";s:11:\"description\";s:619:\"<p>Another day, another year! One step at a time, I seem to have found myself another year older. 2006 was a great, I&#8217;m just amazed at how quickly it went by. Time flies when you&#8217;re having fun. <img src=\"http://photomatt.net/blog/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> Previously: <a href=\"http://photomatt.net/2006/01/11/matt-22/\">22</a>, <a href=\"http://photomatt.net/2005/01/11/hot-barely-legal-matt/\">21</a>, <a href=\"http://photomatt.net/2004/01/11/so-im-20/\">20</a>, <a href=\"http://photomatt.net/2003/01/11/bday/\">19</a>. (Have I really been blogging that long?)</p>\";s:7:\"pubdate\";s:31:\"Thu, 11 Jan 2007 22:26:50 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:619:\"<p>Another day, another year! One step at a time, I seem to have found myself another year older. 2006 was a great, I&#8217;m just amazed at how quickly it went by. Time flies when you&#8217;re having fun. <img src=\"http://photomatt.net/blog/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> Previously: <a href=\"http://photomatt.net/2006/01/11/matt-22/\">22</a>, <a href=\"http://photomatt.net/2005/01/11/hot-barely-legal-matt/\">21</a>, <a href=\"http://photomatt.net/2004/01/11/so-im-20/\">20</a>, <a href=\"http://photomatt.net/2003/01/11/bday/\">19</a>. (Have I really been blogging that long?)</p>\";}i:19;a:7:{s:5:\"title\";s:30:\"Matt: In defense of simplicity\";s:4:\"guid\";s:57:\"http://photomatt.net/2007/01/11/in-defense-of-simplicity/\";s:4:\"link\";s:57:\"http://photomatt.net/2007/01/11/in-defense-of-simplicity/\";s:11:\"description\";s:85:\"<p><a href=\"http://www.scottberkun.com/blog/?p=502\">In defense of simplicity</a>.</p>\";s:7:\"pubdate\";s:31:\"Thu, 11 Jan 2007 18:33:00 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:85:\"<p><a href=\"http://www.scottberkun.com/blog/?p=502\">In defense of simplicity</a>.</p>\";}i:20;a:7:{s:5:\"title\";s:26:\"Matt: Hands-On With iPhone\";s:4:\"guid\";s:53:\"http://photomatt.net/2007/01/11/hands-on-with-iphone/\";s:4:\"link\";s:53:\"http://photomatt.net/2007/01/11/hands-on-with-iphone/\";s:11:\"description\";s:133:\"<p><a href=\"http://bits.blogs.nytimes.com/2007/01/09/some-hands-on-time-with-the-iphone/\">Some Hands-On Time With the iPhone</a>.</p>\";s:7:\"pubdate\";s:31:\"Thu, 11 Jan 2007 18:09:26 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:133:\"<p><a href=\"http://bits.blogs.nytimes.com/2007/01/09/some-hands-on-time-with-the-iphone/\">Some Hands-On Time With the iPhone</a>.</p>\";}i:21;a:7:{s:5:\"title\";s:61:\"Weblog Tools Collection: The wonderful journey of a blog post\";s:4:\"guid\";s:90:\"http://weblogtoolscollection.com/archives/2007/01/11/the-wonderful-journey-of-a-blog-post/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73937831/\";s:11:\"description\";s:14117:\"<p><small>This is the Seventeenth entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://rudd-o.com/\">Manuel Amador</a></small></p>\n<p>Today, I’ll tell you an amazing story: how a blog post travels the Internet, in full detail.</p>\n<p>Few people know the power of blogs, in particular popular ones.  To illustrate just how much leverage can a single blog post have, I’ll explain how a post travels around the world, from the moment it’s conceived into the distant future.  As you read this story, hopefull you’ll learn a few awe-inspiring facts.</p>\n<h2>The braindump: from idea to article</h2>\n<p>The very first thing: a post must be conceived.  Some people write several drafts, and erase old ones.  Others spell the central idea out first.  Some of us start with the first heading.  Some others like to start from the end, by writing the conclusion first.  In this story, I started with the first paragraph.</p>\n<p>Words arrange themselves into sentences.  Some sentences die an early death.  Some words get replaced by more compelling synonyms.  A few sentences get cut out in the process.</p>\n<p>Paragraphs appear.  Some go up, others down.  The article takes shape, quickly and organically.</p>\n<p>A good writer knows that you (the reader) deserves respect.  How?  He helps you read.  Headings and subheadings mark beginnings of ideas and sections.  Other mechanisms appear to help you find what you want quickly.</p>\n<p>I hit the keyboard with two swift movements of my left hand.  It meets the Control and the A keys, then the Control and the C keys.  The article is now on the clipboard and waiting eagerly to be posted.</p>\n<h2>From the clipboard to the blog</h2>\n<p>I click on the Firefox icon.  I browse to my own blog.  I’m greeted by my trusty old <a href=\"http://www.apache.org/\">Apache</a>, a computer program in charge of negotiating and delivering Web pages.  Apache, like every expert negotiator, talks to my browser and then to <a href=\"http://www.wordpress.org/\">WordPress</a>, the engine of my blog.</p>\n<p>Through Apache, WordPress commands me to identify myself.  I write the password, and WordPress verifies it.  Since it’s correct, I’m now authorized to publish articles and manage every dark corner of my blog.  All this push-and-pull is mediated, in a matter of milliseconds, by Apache, which obscures  communications.  This obscurity helps me: no hacker can get to my password or blog.</p>\n<p>A new screen appears.  This screen greets me and shows me the latest events on my blog.  I have a hard time ignoring them, but I’m on a mission.  It’s time to publish the article.</p>\n<p>I click on the <em>Post</em> link.  The publishing screen appears.  I write the title of my new article, then click on the box where the article text goes.  I hit Control and V on my keyboard.  Click, click, click on the appropriate categories, because it’s good to be organized.  This drill takes ten seconds.  Compared to actually writing the article, it’s damn fast.</p>\n<p>Now I click on <em>Publish</em>.   Now it’s only a matter of five seconds.  After the clock ticks five times, it’s done.  A message appears on the screen: <q>Article posted successfully</q>.</p>\n<p>Does it end here?  No.  This is only the beginning of the Big Bang.  Read on to learn about the almost unbelievable chain of events that’s been started.</p>\n<p>But first, let’s review those five seconds.</p>\n<h2>Houston, we’re ready for liftoff</h2>\n<p>The very first thing WordPress does with the post: save it to the database.  40 milliseconds after that, the article already appears on <a href=\"http://rudd-o.com/\">the home page of my site</a>.  It’s also earned its own, permanent Web address — its URL — so everyone can refer to it quickly or bookmark it.</p>\n<p>The text is alive, and the journey has oficially started.</p>\n<h2>Rudd-O.com negotiates with Google.com</h2>\n<p>After posting the article, WordPress rebuilds the sitemap, noting this post as the most recent one.  The sitemap contains a listing of all my posts, along with their Web addresses.  This process takes about 100 milliseconds.</p>\n<p>Once the map is ready, WordPress gets in touch with one of the hundred thousand computers at Google: the world’s most popular search engine.  WordPress lets Google know that my site has been updated.</p>\n<p>Hundreds of computers at Google relay this message almost simultaneously.  Google fetches the sitemap, and orders its Web spiders to attack my site.  These spiders are intelligent computer programs — and they’ve just received orders to gather new and fresh content from Rudd-O.com.</p>\n<p>Spiders attack my site and start asking around which articles have been updated.  Naturally, this article is one of those.  They take the text of this article and save it into the enormous corpus of data at Google.</p>\n<p>In a matter of minutes (or, at the latest, hours), this article can be searched for at Google.  In a matter of months, this article will be ranked according to the famous PageRank formula, which determines how important a page is, based (chiefly) on how many pages from the Web point to it.</p>\n<h2>Rudd-O.com: broadcasting to the blogosphere</h2>\n<p>After this quick negotiation, WordPress announces itself to the rest of the world.  How?  With a ping to Pingomatic.</p>\n<p>In the wonderful world of the blog, a ping is a very short message that blogs send when they want to say they’ve been updated.  Imagine yourself texting your best friend and letting him know you’re ready to be picked up.  In this analogy, you’d be my blog, and your friend would be Pingomatic.</p>\n<p>Pingomatic, like your good friend, understands.  Unlike your friend, its only mission is to relay this message to thousands of Web sites interested in your blog, around the world.</p>\n<p>Thousands of Web sites.  It’s a stampede.</p>\n<p>To understand this, we’ll take Technorati as an example of one of these sites.</p>\n<h2>…Technorati: tuning in on the broadcast and joining the stampede</h2>\n<p>Technorati is a Web site.  Its mission is to tune in to the conversations of the blogosphere.  Since it does such a good job, it’s visited by millions of people daily.</p>\n<p>Technorati’s secret?  They maintain a global registry of blogs and their owners.  Using this information, and the content of each blog, they rank each blog by counting how many inbound links the blog has.  That produces a number associated to each blog.  Sorting each blog by number gives you the authority ranking: the blog with the most inbound links has rank 1, and all others follow.</p>\n<p>Speaking of authority: I’m about to enter the high authority group.  That’s good news, but I’ll talk about it some other time, because this blog post is still traveling around the world.</p>\n<p>So, once Technorati receives the ping from Pingomatic, it heads straight to my site and retrieves the latest articles.</p>\n<h3>The feed: how the latest articles are transmitted</h3>\n<p>In all fairness, Technorati doesn’t just swallow my entire site like Google does.  All it does is request an RSS feed: a listing of updated posts.  Each article on the list has a heading, a publish date, an URL and, of course, the content of the post.  This post, obviously, is first on the list.</p>\n<p>Technorati saves this information and uses it to recalculate its blog rankings.</p>\n<p>Of course, you can search Technorati.  You can go there and find out who linked to this article.  In that way, everyone can track the “conversations” floating around the Web.  And, in a truly effective sense, it enables Technorati to discover which conversations and topics are hot, in every moment.</p>\n<p>Finally, Technorati echoes this article.  That’s right, you can get a summary of this post on Technorati.</p>\n<p>Imagine thousands of Web sites doing things like this, with the content of this post.  In near real-time.  Echoing these very words.  It’s like a 100.000 watt amplifier on steroids.</p>\n<p>This very event exemplifies the first stampede unleashed by me, hitting the <em>Publish</em> button.  But it doesn’t end there: tens of thousands of machines are doing their job, and their job is to serve people: what I’m about to study now.</p>\n<h2>People wake up.  They want information.  It’s inevitable.</h2>\n<p>The first stampede was completely electronic, and awe-inspiring because of its sheer size.  But the second one is human.</p>\n<p>Minutes after publishing this post, hundreds of people become acquainted with them.  How?  Let’s find out.</p>\n<h3>The search engine users</h3>\n<p>A big part of the group are search engine users.  People looking for all sorts of things end up being referred to this site.</p>\n<p>A large slice of newcomers by search engines take some time to read other posts they might find interesting.  Some of them hit the heading of this post and become curious.  In seconds, they are reading it.</p>\n<p>From now on, this article will reach dozens or hundreds of people daily, in exactly this way.</p>\n<h3>The regular readers</h3>\n<p>Another group of people really like this site.  That’s right, they type its address, <code>rudd-o.com</code> on their Web browsers every day or so, and read just about everything that’s new.  Or perhaps they use a bookmark to access the site.</p>\n<p>That’s how thousands of readers will read these very words.</p>\n<h3>The subscribers</h3>\n<p>A small group of people are subscribers.  They don’t necessarily visit this site using their Web browsers — they use their <em>feed readers</em> (also referred to as newsreaders) instead.</p>\n<p>Imagine a newspaper of the future.  This newspaper only shows stories of topics you dig. It  continually updates itself without any intervention, and it archives all stories for future reference.  Imagine reading page 7 of this newspaper, and a notice pops up gently, saying <q>there’s news on page 4 of the sports section</q>.</p>\n<p>That’s a newsreader.  The freshest articles show up in your own “online newspaper” and organize themselves automatically according to the site.  You only need to flick your monitor on and there they are, ready to be read.</p>\n<p>All of this, of course, is powered by the RSS feed that WordPress generates.  Newsreaders request it intelligently, and merge the newest articles in your screen.</p>\n<p>That’s why traditional newspapers are running, scared, in circles.  Didn’t I mention it?  They’re afraid of losing their jobs to computers.</p>\n<p>Approximately fifteen minutes after I clicked <em>Publish</em>, almost all subscriptors receive a copy of this post in their newsreaders.  One day after publishing this post, 90% of my subscribers will have read it.</p>\n<p>I don’t know how many subscribers I have, but I’m willing to bet it’s over a thousand.</p>\n<h3>So, how many get to read this?</h3>\n<p>With time and patience, eventually more than a million people will have a shot at reading this post.</p>\n<h2>The conversation starts</h2>\n<p>Inevitably, hundreds of thousands of people will read this article.  All of them will form an opinion about it, and about its author (me).  A minority (hundreds, or maybe thousands) will feel so attracted or drawn away from this article, that they’ll do any or all of these things:</p>\n<ul>\n<li>They’ll criticize or comment it with their friends, co-workers or passers-by.  A single motivated reader generates a few more readers.</li>\n<li>They’ll submit its link (URL) through e-mail or IM networks such as MSN Messenger or AIM.</li>\n<li>They’ll comment directly on the post, using <a href=\"http://feeds.feedburner.com/weblogtoolscollection/UXMP#respond\">the commenting facilities below</a>.  More words and more content that round the conversation up and make the post more useful.</li>\n<li>They’ll write rebuttals, words of sympathy or admiration on their own Web sites and blogs.  Each post that links to this will unleash its own private stampede of events.  Thanks to the inbound links, more people will have a shot at reading it.  Obviously this will boost my Technorati authority and Google PageRank.</li>\n</ul>\n<h2>The Digg effect</h2>\n<p>Do you know what the largest prize for a blogger?  Digg.</p>\n<p>Every day, millions of people visit Digg.  Tens of thousands post links to stories and articles from all over the world.  Hundreds of thousands of people get to vote (Digg) or bury the stories as they get posted.</p>\n<p>This posting and voting forms a giant computing raffle.  ¿The winners?  Those that get Dugg the most in the shortest time get to the front page of Digg.</p>\n<p>If lots of people like this article, sooner or later someone will post ito to Digg.  If that should happen, and it gets Dugg all the way to the front page, in all odds this site will cease to function for a few hours.  The amount of simultaneous visitors will simply make WordPress collapse under its own weight.</p>\n<p>All of this, just because of a few votes.  Isn’t that amazing?</p>\n<h2>This journey never ends</h2>\n<p>As you can see, the stampede generated by this post’s journey is self-perpetuating.  It’s a virtuous circle.  This circle helps a blog stay alive and makes the community around it happy.</p>\n<p>The technology that powers this sequence of events is nothing to dismiss, either.  It has enabled the entire world to have meaningful two-way conversations with the minimum of efforts.  I’m a firm believer that it’s only a matter of years before society is reshaped by this fantastic new technology.</p>\n<p>So, the next time you hit your own <em>Publish</em> button, think of the awe-inspiring, monumental chatter of people and machines you’ll unleash.\n</p>\";s:7:\"pubdate\";s:31:\"Thu, 11 Jan 2007 15:15:20 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:14117:\"<p><small>This is the Seventeenth entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://rudd-o.com/\">Manuel Amador</a></small></p>\n<p>Today, I’ll tell you an amazing story: how a blog post travels the Internet, in full detail.</p>\n<p>Few people know the power of blogs, in particular popular ones.  To illustrate just how much leverage can a single blog post have, I’ll explain how a post travels around the world, from the moment it’s conceived into the distant future.  As you read this story, hopefull you’ll learn a few awe-inspiring facts.</p>\n<h2>The braindump: from idea to article</h2>\n<p>The very first thing: a post must be conceived.  Some people write several drafts, and erase old ones.  Others spell the central idea out first.  Some of us start with the first heading.  Some others like to start from the end, by writing the conclusion first.  In this story, I started with the first paragraph.</p>\n<p>Words arrange themselves into sentences.  Some sentences die an early death.  Some words get replaced by more compelling synonyms.  A few sentences get cut out in the process.</p>\n<p>Paragraphs appear.  Some go up, others down.  The article takes shape, quickly and organically.</p>\n<p>A good writer knows that you (the reader) deserves respect.  How?  He helps you read.  Headings and subheadings mark beginnings of ideas and sections.  Other mechanisms appear to help you find what you want quickly.</p>\n<p>I hit the keyboard with two swift movements of my left hand.  It meets the Control and the A keys, then the Control and the C keys.  The article is now on the clipboard and waiting eagerly to be posted.</p>\n<h2>From the clipboard to the blog</h2>\n<p>I click on the Firefox icon.  I browse to my own blog.  I’m greeted by my trusty old <a href=\"http://www.apache.org/\">Apache</a>, a computer program in charge of negotiating and delivering Web pages.  Apache, like every expert negotiator, talks to my browser and then to <a href=\"http://www.wordpress.org/\">WordPress</a>, the engine of my blog.</p>\n<p>Through Apache, WordPress commands me to identify myself.  I write the password, and WordPress verifies it.  Since it’s correct, I’m now authorized to publish articles and manage every dark corner of my blog.  All this push-and-pull is mediated, in a matter of milliseconds, by Apache, which obscures  communications.  This obscurity helps me: no hacker can get to my password or blog.</p>\n<p>A new screen appears.  This screen greets me and shows me the latest events on my blog.  I have a hard time ignoring them, but I’m on a mission.  It’s time to publish the article.</p>\n<p>I click on the <em>Post</em> link.  The publishing screen appears.  I write the title of my new article, then click on the box where the article text goes.  I hit Control and V on my keyboard.  Click, click, click on the appropriate categories, because it’s good to be organized.  This drill takes ten seconds.  Compared to actually writing the article, it’s damn fast.</p>\n<p>Now I click on <em>Publish</em>.   Now it’s only a matter of five seconds.  After the clock ticks five times, it’s done.  A message appears on the screen: <q>Article posted successfully</q>.</p>\n<p>Does it end here?  No.  This is only the beginning of the Big Bang.  Read on to learn about the almost unbelievable chain of events that’s been started.</p>\n<p>But first, let’s review those five seconds.</p>\n<h2>Houston, we’re ready for liftoff</h2>\n<p>The very first thing WordPress does with the post: save it to the database.  40 milliseconds after that, the article already appears on <a href=\"http://rudd-o.com/\">the home page of my site</a>.  It’s also earned its own, permanent Web address — its URL — so everyone can refer to it quickly or bookmark it.</p>\n<p>The text is alive, and the journey has oficially started.</p>\n<h2>Rudd-O.com negotiates with Google.com</h2>\n<p>After posting the article, WordPress rebuilds the sitemap, noting this post as the most recent one.  The sitemap contains a listing of all my posts, along with their Web addresses.  This process takes about 100 milliseconds.</p>\n<p>Once the map is ready, WordPress gets in touch with one of the hundred thousand computers at Google: the world’s most popular search engine.  WordPress lets Google know that my site has been updated.</p>\n<p>Hundreds of computers at Google relay this message almost simultaneously.  Google fetches the sitemap, and orders its Web spiders to attack my site.  These spiders are intelligent computer programs — and they’ve just received orders to gather new and fresh content from Rudd-O.com.</p>\n<p>Spiders attack my site and start asking around which articles have been updated.  Naturally, this article is one of those.  They take the text of this article and save it into the enormous corpus of data at Google.</p>\n<p>In a matter of minutes (or, at the latest, hours), this article can be searched for at Google.  In a matter of months, this article will be ranked according to the famous PageRank formula, which determines how important a page is, based (chiefly) on how many pages from the Web point to it.</p>\n<h2>Rudd-O.com: broadcasting to the blogosphere</h2>\n<p>After this quick negotiation, WordPress announces itself to the rest of the world.  How?  With a ping to Pingomatic.</p>\n<p>In the wonderful world of the blog, a ping is a very short message that blogs send when they want to say they’ve been updated.  Imagine yourself texting your best friend and letting him know you’re ready to be picked up.  In this analogy, you’d be my blog, and your friend would be Pingomatic.</p>\n<p>Pingomatic, like your good friend, understands.  Unlike your friend, its only mission is to relay this message to thousands of Web sites interested in your blog, around the world.</p>\n<p>Thousands of Web sites.  It’s a stampede.</p>\n<p>To understand this, we’ll take Technorati as an example of one of these sites.</p>\n<h2>…Technorati: tuning in on the broadcast and joining the stampede</h2>\n<p>Technorati is a Web site.  Its mission is to tune in to the conversations of the blogosphere.  Since it does such a good job, it’s visited by millions of people daily.</p>\n<p>Technorati’s secret?  They maintain a global registry of blogs and their owners.  Using this information, and the content of each blog, they rank each blog by counting how many inbound links the blog has.  That produces a number associated to each blog.  Sorting each blog by number gives you the authority ranking: the blog with the most inbound links has rank 1, and all others follow.</p>\n<p>Speaking of authority: I’m about to enter the high authority group.  That’s good news, but I’ll talk about it some other time, because this blog post is still traveling around the world.</p>\n<p>So, once Technorati receives the ping from Pingomatic, it heads straight to my site and retrieves the latest articles.</p>\n<h3>The feed: how the latest articles are transmitted</h3>\n<p>In all fairness, Technorati doesn’t just swallow my entire site like Google does.  All it does is request an RSS feed: a listing of updated posts.  Each article on the list has a heading, a publish date, an URL and, of course, the content of the post.  This post, obviously, is first on the list.</p>\n<p>Technorati saves this information and uses it to recalculate its blog rankings.</p>\n<p>Of course, you can search Technorati.  You can go there and find out who linked to this article.  In that way, everyone can track the “conversations” floating around the Web.  And, in a truly effective sense, it enables Technorati to discover which conversations and topics are hot, in every moment.</p>\n<p>Finally, Technorati echoes this article.  That’s right, you can get a summary of this post on Technorati.</p>\n<p>Imagine thousands of Web sites doing things like this, with the content of this post.  In near real-time.  Echoing these very words.  It’s like a 100.000 watt amplifier on steroids.</p>\n<p>This very event exemplifies the first stampede unleashed by me, hitting the <em>Publish</em> button.  But it doesn’t end there: tens of thousands of machines are doing their job, and their job is to serve people: what I’m about to study now.</p>\n<h2>People wake up.  They want information.  It’s inevitable.</h2>\n<p>The first stampede was completely electronic, and awe-inspiring because of its sheer size.  But the second one is human.</p>\n<p>Minutes after publishing this post, hundreds of people become acquainted with them.  How?  Let’s find out.</p>\n<h3>The search engine users</h3>\n<p>A big part of the group are search engine users.  People looking for all sorts of things end up being referred to this site.</p>\n<p>A large slice of newcomers by search engines take some time to read other posts they might find interesting.  Some of them hit the heading of this post and become curious.  In seconds, they are reading it.</p>\n<p>From now on, this article will reach dozens or hundreds of people daily, in exactly this way.</p>\n<h3>The regular readers</h3>\n<p>Another group of people really like this site.  That’s right, they type its address, <code>rudd-o.com</code> on their Web browsers every day or so, and read just about everything that’s new.  Or perhaps they use a bookmark to access the site.</p>\n<p>That’s how thousands of readers will read these very words.</p>\n<h3>The subscribers</h3>\n<p>A small group of people are subscribers.  They don’t necessarily visit this site using their Web browsers — they use their <em>feed readers</em> (also referred to as newsreaders) instead.</p>\n<p>Imagine a newspaper of the future.  This newspaper only shows stories of topics you dig. It  continually updates itself without any intervention, and it archives all stories for future reference.  Imagine reading page 7 of this newspaper, and a notice pops up gently, saying <q>there’s news on page 4 of the sports section</q>.</p>\n<p>That’s a newsreader.  The freshest articles show up in your own “online newspaper” and organize themselves automatically according to the site.  You only need to flick your monitor on and there they are, ready to be read.</p>\n<p>All of this, of course, is powered by the RSS feed that WordPress generates.  Newsreaders request it intelligently, and merge the newest articles in your screen.</p>\n<p>That’s why traditional newspapers are running, scared, in circles.  Didn’t I mention it?  They’re afraid of losing their jobs to computers.</p>\n<p>Approximately fifteen minutes after I clicked <em>Publish</em>, almost all subscriptors receive a copy of this post in their newsreaders.  One day after publishing this post, 90% of my subscribers will have read it.</p>\n<p>I don’t know how many subscribers I have, but I’m willing to bet it’s over a thousand.</p>\n<h3>So, how many get to read this?</h3>\n<p>With time and patience, eventually more than a million people will have a shot at reading this post.</p>\n<h2>The conversation starts</h2>\n<p>Inevitably, hundreds of thousands of people will read this article.  All of them will form an opinion about it, and about its author (me).  A minority (hundreds, or maybe thousands) will feel so attracted or drawn away from this article, that they’ll do any or all of these things:</p>\n<ul>\n<li>They’ll criticize or comment it with their friends, co-workers or passers-by.  A single motivated reader generates a few more readers.</li>\n<li>They’ll submit its link (URL) through e-mail or IM networks such as MSN Messenger or AIM.</li>\n<li>They’ll comment directly on the post, using <a href=\"http://feeds.feedburner.com/weblogtoolscollection/UXMP#respond\">the commenting facilities below</a>.  More words and more content that round the conversation up and make the post more useful.</li>\n<li>They’ll write rebuttals, words of sympathy or admiration on their own Web sites and blogs.  Each post that links to this will unleash its own private stampede of events.  Thanks to the inbound links, more people will have a shot at reading it.  Obviously this will boost my Technorati authority and Google PageRank.</li>\n</ul>\n<h2>The Digg effect</h2>\n<p>Do you know what the largest prize for a blogger?  Digg.</p>\n<p>Every day, millions of people visit Digg.  Tens of thousands post links to stories and articles from all over the world.  Hundreds of thousands of people get to vote (Digg) or bury the stories as they get posted.</p>\n<p>This posting and voting forms a giant computing raffle.  ¿The winners?  Those that get Dugg the most in the shortest time get to the front page of Digg.</p>\n<p>If lots of people like this article, sooner or later someone will post ito to Digg.  If that should happen, and it gets Dugg all the way to the front page, in all odds this site will cease to function for a few hours.  The amount of simultaneous visitors will simply make WordPress collapse under its own weight.</p>\n<p>All of this, just because of a few votes.  Isn’t that amazing?</p>\n<h2>This journey never ends</h2>\n<p>As you can see, the stampede generated by this post’s journey is self-perpetuating.  It’s a virtuous circle.  This circle helps a blog stay alive and makes the community around it happy.</p>\n<p>The technology that powers this sequence of events is nothing to dismiss, either.  It has enabled the entire world to have meaningful two-way conversations with the minimum of efforts.  I’m a firm believer that it’s only a matter of years before society is reshaped by this fantastic new technology.</p>\n<p>So, the next time you hit your own <em>Publish</em> button, think of the awe-inspiring, monumental chatter of people and machines you’ll unleash.\n</p>\";}i:22;a:7:{s:5:\"title\";s:44:\"Weblog Tools Collection: Ethics and Blogging\";s:4:\"guid\";s:73:\"http://weblogtoolscollection.com/archives/2007/01/11/ethics-and-blogging/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73930542/\";s:11:\"description\";s:9215:\"<p><small>This is the Sixteenth entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://www.thecanadiangeek.ca/\">Haasim Mahanaim</a></small></p>\n<p>The so-called &#8220;Microsoft Scandal&#8221; began when Microsoft and public relations firm, Edelman PR, gave 90 influential bloggers high-end laptops. The machines were powered by Microsoft&#8217;s yet-to-be released operating system, Windows Vista. The computers were accompanied with a letter (or a phone call) that described the laptops as a &#8220;present&#8221; with &#8220;no strings attached&#8221;. Bloggers were free to keep the machines or give them away. They were told that they had no obligation to review Microsoft&#8217;s new operating system - let alone provide a favorable one. When news of the giveaway became public, it sparked a divisive debate about the ethical obligations of bloggers.</p>\n<p>Internet entrepreneur, Jason Calcanis, was one of the first bloggers to call the giveaway a &#8220;bribe&#8221;. [1] On his blog, Calcanis wrote, &#8220;The bloggers who go down the road of free products will learn, over time, that their credibility takes a hit. In some cases folks might get away with it, but in the long term most folks will get caught and their reputations will suffer.&#8221;</p>\n<p>However, prominent bloggers like Robert Scoble, called the PR stunt &#8220;an awesome idea&#8221;. Scoble shrugged off concerns over conflicts of interest by invoking the words, &#8220;full disclosure&#8221;. But full disclosure doesn&#8217;t eliminate the unperceived and subconscious affects of receiving a gift.</p>\n<p>Many of the bloggers who received a free laptop quickly disclosed the details of their gift while unabashedly using words like &#8220;giddy&#8221; [2] and &#8220;joyful [3]. Are we to believe that these giddy and joyful people will be able to write impartial and unbiased reviews of Windows Vista? (Not to mention those bloggers who will go on to review Windows Vista without disclosing how they gained access to the software.)</p>\n<p>There have been numerous half-hearted attempts at establishing a code of conduct for bloggers. But bloggers are unable to (or uninterested in) adhering to any rules of conduct.</p>\n<p>When CyberJournalist.net (published by Jonathan Dube) proposed A Blogger&#8217;s Code of Ethics, the reader response was mixed. Readers like, Steve (no last name provided) wrote, &#8220;Codes of Ethics are usually created when snobby people are pissed off about something and are too weak to compete on a level playing field.&#8221;</p>\n<p>Another comment, signed by &#8220;Rooty&#8221;, read, &#8220;What did you use as your foundation for this so-called ethics code for bloggers? Reading this, it looks like nothing more than your own personal opinion. What right do you have to foist any of this on anyone?&#8221;</p>\n<p>The opening passage of A Blogger&#8217;s Code of Ethics left &#8220;it is up to individual bloggers to choose their own best practices.&#8221; The list was based upon principles from the Society of Professional Journalists Code of Ethics. Various journalistic associations have similar guidelines. And most journalistic institutions have their own customized ethical guidelines.</p>\n<p>National Public Radio&#8217;s guidelines state that their &#8220;journalists cannot keep any equipment or items of value provided by a company for test-use for story purposes.&#8221;</p>\n<p>Online technology magazine Red Herring has a similar policy. Meanwhile, The New York Times&#8217; ethical policy spans over ten thousand words. Several thousand of those words are dedicated to guidelines for receiving products and accepting gifts based on a reporter&#8217;s beat (sports, arts and entertainment, etc).</p>\n<p>Yet, online writers have made bold claims about the realities of professional journalism.</p>\n<p>&#8220;To listen to the outcry, one might think that this kind of thing doesn’t happen everyday,&#8221; wrote, Ken Fisher, writer for the popular technology web site, Ars Technica. &#8220;Well, it most certainly does.&#8221; [5]</p>\n<p>Fisher went on to write, &#8220;Do you really think Walt Mossberg of the Wall Street Journal goes to some secret underground Apple Store to buy his hot new iPod to review a month before it’s even announced?&#8221;</p>\n<p>Fisher&#8217;s comment was one of many lazy arguments, from various writers, that relied on baseless assumptions and fuzzy logic.</p>\n<p>The Wall Street Journal&#8217;s code of conduct clearly states that employees cannot accept any gifts beyond a &#8220;nominal value&#8221;. [6] A three hundred dollar iPod is hardly a token giftÑlet alone a two thousand dollar computer.</p>\n<p>If Apple sends out a free iPod for review, it becomes the property of the magazine or newspaper publishing the review (instead of the journalist who is reviewing it). This simple distinction seems to be lost on many bloggers because they usually act as both the editor and writer for a publication.</p>\n<p>Admittedly, simply having a set of rules and guidelines does not preclude the possibility of making mistakes. But, while the mainstream media struggles over ethical dilemmas, bloggers are seemingly content with their self-proclaimed superiority and infallibility.</p>\n<p>A public relations agency would have never given a respectable journalist a free computer to keep as their very own. (Nor would such a journalist be allowed to keep such a gift according to the ethical guidelines of his employer.) Edelman PR banked on the flexible morals of underpaid bloggers, and it paid off.</p>\n<p>When Long Zheng received his present, he had no qualms stating his plans to keep the laptop.</p>\n<p>&#8220;[Bloggers] put a lot of hard work into their blogs and most of the time receive little or no reimbursement for their highly valuable work. I wouldn&#8217;t think it would be inappropriate at all, in fact only fair that these bloggers deserve to keep these machines as Ôrewards&#8217;.&#8221; [4]</p>\n<p>Bloggers are entitled to profit from their work. But how absurd would it have been if these bloggers received a letter that read: &#8220;Hey, we just thought you might want to know that Windows Vista is coming out soon. Oh by the way, here is a copy of Windows Vista and a cheque for $2000. No strings attached. Cheers!&#8221;</p>\n<p>There is nothing ambiguous about the actions of Edelman PR and Microsoft; their &#8220;present&#8221; was clearly a bribe. It is their job to persuade influential people into recommending their products. But it is the duty of a good journalist to contemplate the nature of the gifts he receives. A free movie ticket or a paperback novel or a music CD is hardly analogous to receiving a $2000 computer. The distinction only becomes ambiguous when trying to rationalize greed.</p>\n<p>Of course, one could argue that bloggers do not claim to be journalists. But, whether they like it or not, bloggers assume many of the roles of a journalistÑdisseminating information, monitoring powerful people and institutions, and spreading the truth (as they see it). And much like journalists, bloggers are being sued for libel and asked to reveal the names of their anonymous sources. And when under fire by the courts and corporations, bloggers invoke the protective shield that the title &#8220;journalist&#8221; provides. Yet when asked to fulfill the difficult and serious responsibilities of a journalist bloggers cast their shield aside, claiming they never wanted it in the first place.</p>\n<p>[1] Microsoft Vista Ferrari Payoffs–horrible move.<br />\n<a href=\"http://notgartner.wordpress.com/2006/12/27/acer-ferrari-1000-the-unboxing\">http://www.calacanis.com/2006/12/29/microsoft-vista-ferrari-payoffs-horrible-move-bonus-payperpo/</a></p>\n<p>[2] Acer Ferrari 1000: The Unboxing<br />\n<a href=\"http://notgartner.wordpress.com/2006/12/27/acer-ferrari-1000-the-unboxing\">http://notgartner.wordpress.com/2006/12/27/acer-ferrari-1000-the-unboxing</a></p>\n<p>[3] Microsoft Sent A Free Laptop With Windows Vista<br />\n<a href=\"http://laughingsquid.com/microsoft-sent-a-free-laptop-with-windows-vista\">http://laughingsquid.com/microsoft-sent-a-free-laptop-with-windows-vista</a></p>\n<p>[4] Sex, lies, and the Microsoft blogger laptop scandal<br />\n<a href=\"http://arstechnica.com/news.ars/post/20061228-8514.html\">http://arstechnica.com/news.ars/post/20061228-8514.html</a></p>\n<p>[5] Dow Jones &#038; Company, Inc. Code of Conduct<br />\n<a href=\"http://www.shareholder.com/dowjones/downloads/CG_Conduct.pdf\">http://www.shareholder.com/dowjones/downloads/CG_Conduct.pdf</a></p>\n<p>[6] Microsoft hands out Ferrari&#8217;s to bloggers <a href=\"http://www.istartedsomething.com.nyud.net:8080/20061227/microsoft-free-ferrari\">http://www.istartedsomething.com.nyud.net:8080/20061227/microsoft-free-ferrari</a>\n</p>\";s:7:\"pubdate\";s:31:\"Thu, 11 Jan 2007 15:00:29 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:9215:\"<p><small>This is the Sixteenth entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://www.thecanadiangeek.ca/\">Haasim Mahanaim</a></small></p>\n<p>The so-called &#8220;Microsoft Scandal&#8221; began when Microsoft and public relations firm, Edelman PR, gave 90 influential bloggers high-end laptops. The machines were powered by Microsoft&#8217;s yet-to-be released operating system, Windows Vista. The computers were accompanied with a letter (or a phone call) that described the laptops as a &#8220;present&#8221; with &#8220;no strings attached&#8221;. Bloggers were free to keep the machines or give them away. They were told that they had no obligation to review Microsoft&#8217;s new operating system - let alone provide a favorable one. When news of the giveaway became public, it sparked a divisive debate about the ethical obligations of bloggers.</p>\n<p>Internet entrepreneur, Jason Calcanis, was one of the first bloggers to call the giveaway a &#8220;bribe&#8221;. [1] On his blog, Calcanis wrote, &#8220;The bloggers who go down the road of free products will learn, over time, that their credibility takes a hit. In some cases folks might get away with it, but in the long term most folks will get caught and their reputations will suffer.&#8221;</p>\n<p>However, prominent bloggers like Robert Scoble, called the PR stunt &#8220;an awesome idea&#8221;. Scoble shrugged off concerns over conflicts of interest by invoking the words, &#8220;full disclosure&#8221;. But full disclosure doesn&#8217;t eliminate the unperceived and subconscious affects of receiving a gift.</p>\n<p>Many of the bloggers who received a free laptop quickly disclosed the details of their gift while unabashedly using words like &#8220;giddy&#8221; [2] and &#8220;joyful [3]. Are we to believe that these giddy and joyful people will be able to write impartial and unbiased reviews of Windows Vista? (Not to mention those bloggers who will go on to review Windows Vista without disclosing how they gained access to the software.)</p>\n<p>There have been numerous half-hearted attempts at establishing a code of conduct for bloggers. But bloggers are unable to (or uninterested in) adhering to any rules of conduct.</p>\n<p>When CyberJournalist.net (published by Jonathan Dube) proposed A Blogger&#8217;s Code of Ethics, the reader response was mixed. Readers like, Steve (no last name provided) wrote, &#8220;Codes of Ethics are usually created when snobby people are pissed off about something and are too weak to compete on a level playing field.&#8221;</p>\n<p>Another comment, signed by &#8220;Rooty&#8221;, read, &#8220;What did you use as your foundation for this so-called ethics code for bloggers? Reading this, it looks like nothing more than your own personal opinion. What right do you have to foist any of this on anyone?&#8221;</p>\n<p>The opening passage of A Blogger&#8217;s Code of Ethics left &#8220;it is up to individual bloggers to choose their own best practices.&#8221; The list was based upon principles from the Society of Professional Journalists Code of Ethics. Various journalistic associations have similar guidelines. And most journalistic institutions have their own customized ethical guidelines.</p>\n<p>National Public Radio&#8217;s guidelines state that their &#8220;journalists cannot keep any equipment or items of value provided by a company for test-use for story purposes.&#8221;</p>\n<p>Online technology magazine Red Herring has a similar policy. Meanwhile, The New York Times&#8217; ethical policy spans over ten thousand words. Several thousand of those words are dedicated to guidelines for receiving products and accepting gifts based on a reporter&#8217;s beat (sports, arts and entertainment, etc).</p>\n<p>Yet, online writers have made bold claims about the realities of professional journalism.</p>\n<p>&#8220;To listen to the outcry, one might think that this kind of thing doesn’t happen everyday,&#8221; wrote, Ken Fisher, writer for the popular technology web site, Ars Technica. &#8220;Well, it most certainly does.&#8221; [5]</p>\n<p>Fisher went on to write, &#8220;Do you really think Walt Mossberg of the Wall Street Journal goes to some secret underground Apple Store to buy his hot new iPod to review a month before it’s even announced?&#8221;</p>\n<p>Fisher&#8217;s comment was one of many lazy arguments, from various writers, that relied on baseless assumptions and fuzzy logic.</p>\n<p>The Wall Street Journal&#8217;s code of conduct clearly states that employees cannot accept any gifts beyond a &#8220;nominal value&#8221;. [6] A three hundred dollar iPod is hardly a token giftÑlet alone a two thousand dollar computer.</p>\n<p>If Apple sends out a free iPod for review, it becomes the property of the magazine or newspaper publishing the review (instead of the journalist who is reviewing it). This simple distinction seems to be lost on many bloggers because they usually act as both the editor and writer for a publication.</p>\n<p>Admittedly, simply having a set of rules and guidelines does not preclude the possibility of making mistakes. But, while the mainstream media struggles over ethical dilemmas, bloggers are seemingly content with their self-proclaimed superiority and infallibility.</p>\n<p>A public relations agency would have never given a respectable journalist a free computer to keep as their very own. (Nor would such a journalist be allowed to keep such a gift according to the ethical guidelines of his employer.) Edelman PR banked on the flexible morals of underpaid bloggers, and it paid off.</p>\n<p>When Long Zheng received his present, he had no qualms stating his plans to keep the laptop.</p>\n<p>&#8220;[Bloggers] put a lot of hard work into their blogs and most of the time receive little or no reimbursement for their highly valuable work. I wouldn&#8217;t think it would be inappropriate at all, in fact only fair that these bloggers deserve to keep these machines as Ôrewards&#8217;.&#8221; [4]</p>\n<p>Bloggers are entitled to profit from their work. But how absurd would it have been if these bloggers received a letter that read: &#8220;Hey, we just thought you might want to know that Windows Vista is coming out soon. Oh by the way, here is a copy of Windows Vista and a cheque for $2000. No strings attached. Cheers!&#8221;</p>\n<p>There is nothing ambiguous about the actions of Edelman PR and Microsoft; their &#8220;present&#8221; was clearly a bribe. It is their job to persuade influential people into recommending their products. But it is the duty of a good journalist to contemplate the nature of the gifts he receives. A free movie ticket or a paperback novel or a music CD is hardly analogous to receiving a $2000 computer. The distinction only becomes ambiguous when trying to rationalize greed.</p>\n<p>Of course, one could argue that bloggers do not claim to be journalists. But, whether they like it or not, bloggers assume many of the roles of a journalistÑdisseminating information, monitoring powerful people and institutions, and spreading the truth (as they see it). And much like journalists, bloggers are being sued for libel and asked to reveal the names of their anonymous sources. And when under fire by the courts and corporations, bloggers invoke the protective shield that the title &#8220;journalist&#8221; provides. Yet when asked to fulfill the difficult and serious responsibilities of a journalist bloggers cast their shield aside, claiming they never wanted it in the first place.</p>\n<p>[1] Microsoft Vista Ferrari Payoffs–horrible move.<br />\n<a href=\"http://notgartner.wordpress.com/2006/12/27/acer-ferrari-1000-the-unboxing\">http://www.calacanis.com/2006/12/29/microsoft-vista-ferrari-payoffs-horrible-move-bonus-payperpo/</a></p>\n<p>[2] Acer Ferrari 1000: The Unboxing<br />\n<a href=\"http://notgartner.wordpress.com/2006/12/27/acer-ferrari-1000-the-unboxing\">http://notgartner.wordpress.com/2006/12/27/acer-ferrari-1000-the-unboxing</a></p>\n<p>[3] Microsoft Sent A Free Laptop With Windows Vista<br />\n<a href=\"http://laughingsquid.com/microsoft-sent-a-free-laptop-with-windows-vista\">http://laughingsquid.com/microsoft-sent-a-free-laptop-with-windows-vista</a></p>\n<p>[4] Sex, lies, and the Microsoft blogger laptop scandal<br />\n<a href=\"http://arstechnica.com/news.ars/post/20061228-8514.html\">http://arstechnica.com/news.ars/post/20061228-8514.html</a></p>\n<p>[5] Dow Jones &#038; Company, Inc. Code of Conduct<br />\n<a href=\"http://www.shareholder.com/dowjones/downloads/CG_Conduct.pdf\">http://www.shareholder.com/dowjones/downloads/CG_Conduct.pdf</a></p>\n<p>[6] Microsoft hands out Ferrari&#8217;s to bloggers <a href=\"http://www.istartedsomething.com.nyud.net:8080/20061227/microsoft-free-ferrari\">http://www.istartedsomething.com.nyud.net:8080/20061227/microsoft-free-ferrari</a>\n</p>\";}i:23;a:7:{s:5:\"title\";s:26:\"Donncha: Ask the developer\";s:4:\"guid\";s:47:\"http://ocaoimh.ie/2007/01/11/ask-the-developer/\";s:4:\"link\";s:47:\"http://ocaoimh.ie/2007/01/11/ask-the-developer/\";s:11:\"description\";s:2051:\"<p>On January 20th I&#8217;ll be speaking at <a href=\"http://barcamp.org/Barcamp%20Ireland%20-%20SouthEast\">BarCamp South East</a> on the subject of WordPress.com and WordPress MU. The talk is titled, &#8220;WordPress.com - running the biggest wpmu site in the world&#8221; which is vague enough that I could talk about anything but I&#8217;d like to know what you want to hear.</p>\n<p>Public speaking isn&#8217;t my strong point, I prefer to be behind the keyboard, or looking through a <a href=\"http://inphotos.org/\">camera lens</a> but sometimes you have to push yourself to do unfamiliar things. Here&#8217;s my go at public speaking.</p>\n<p>Talks will be in 45 minute slots and I would like to make mine more of a discussion forum like the WPMU talk we had at <a href=\"http://ocaoimh.ie/tag/wordcamp/\">WordCamp</a> way back in August last year. It went really well and everyone got something out of it.</p>\n<p>Subjects I&#8217;m considering include:</p>\n<ul>\n<li> Merging code from WP core which is horribly exciting, have you ever seen vimdiff in action?</li>\n<li> Site stats - did you know we publish them?</li>\n<li> Hardware - server porn. How do we handle the load generated by Slashdots, Diggs, and almost 600,000 blogs?</li>\n<li> Hooks and plugins - new hooks in the signup process and wpmu admin backend.</li>\n<li> Anyone interested in working from home and virtual company issues? Automattic has employees in at least four countries.</li>\n</ul>\n<p>So, if you&#8217;ll be there I want to hear from you. If you won&#8217;t, I still want to hear from you because I&#8217;m sure <a href=\"http://irish.typepad.com/\">Bernie</a> or someone will record the talk and put it up online.</p>\n<a href=\"http://ocaoimh.ie/tag/barcampwaterford/\" rel=\"tag\">barcampwaterford</a>, <a href=\"http://ocaoimh.ie/tag/when-in-ireland/\" rel=\"tag\">When in Ireland</a>, <a href=\"http://ocaoimh.ie/tag/wordpress/\" rel=\"tag\">WordPress</a>, <a href=\"http://ocaoimh.ie/tag/wordpressmu/\" rel=\"tag\">wordpressmu</a>, <a href=\"http://ocaoimh.ie/tag/wpmu/\" rel=\"tag\">wpmu</a>\";s:7:\"pubdate\";s:31:\"Thu, 11 Jan 2007 12:32:52 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"Donncha\";}s:7:\"summary\";s:2051:\"<p>On January 20th I&#8217;ll be speaking at <a href=\"http://barcamp.org/Barcamp%20Ireland%20-%20SouthEast\">BarCamp South East</a> on the subject of WordPress.com and WordPress MU. The talk is titled, &#8220;WordPress.com - running the biggest wpmu site in the world&#8221; which is vague enough that I could talk about anything but I&#8217;d like to know what you want to hear.</p>\n<p>Public speaking isn&#8217;t my strong point, I prefer to be behind the keyboard, or looking through a <a href=\"http://inphotos.org/\">camera lens</a> but sometimes you have to push yourself to do unfamiliar things. Here&#8217;s my go at public speaking.</p>\n<p>Talks will be in 45 minute slots and I would like to make mine more of a discussion forum like the WPMU talk we had at <a href=\"http://ocaoimh.ie/tag/wordcamp/\">WordCamp</a> way back in August last year. It went really well and everyone got something out of it.</p>\n<p>Subjects I&#8217;m considering include:</p>\n<ul>\n<li> Merging code from WP core which is horribly exciting, have you ever seen vimdiff in action?</li>\n<li> Site stats - did you know we publish them?</li>\n<li> Hardware - server porn. How do we handle the load generated by Slashdots, Diggs, and almost 600,000 blogs?</li>\n<li> Hooks and plugins - new hooks in the signup process and wpmu admin backend.</li>\n<li> Anyone interested in working from home and virtual company issues? Automattic has employees in at least four countries.</li>\n</ul>\n<p>So, if you&#8217;ll be there I want to hear from you. If you won&#8217;t, I still want to hear from you because I&#8217;m sure <a href=\"http://irish.typepad.com/\">Bernie</a> or someone will record the talk and put it up online.</p>\n<a href=\"http://ocaoimh.ie/tag/barcampwaterford/\" rel=\"tag\">barcampwaterford</a>, <a href=\"http://ocaoimh.ie/tag/when-in-ireland/\" rel=\"tag\">When in Ireland</a>, <a href=\"http://ocaoimh.ie/tag/wordpress/\" rel=\"tag\">WordPress</a>, <a href=\"http://ocaoimh.ie/tag/wordpressmu/\" rel=\"tag\">wordpressmu</a>, <a href=\"http://ocaoimh.ie/tag/wpmu/\" rel=\"tag\">wpmu</a>\";}i:24;a:7:{s:5:\"title\";s:42:\"Weblog Tools Collection: WP Theme: Seaside\";s:4:\"guid\";s:70:\"http://weblogtoolscollection.com/archives/2007/01/10/wp-theme-seaside/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73685269/\";s:11:\"description\";s:266:\"<p><a href=\"http://themes.wordpress.net/columns/2-columns/1387/seaside-10/\">WP Theme: Seaside</a> is a theme by <a href=\"http://www.webahead.net/\">Terry Bytheway</a>. The theme is neat and clean two column theme with an Interesting menu placement in the header.\n</p>\";s:7:\"pubdate\";s:31:\"Thu, 11 Jan 2007 02:45:16 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:266:\"<p><a href=\"http://themes.wordpress.net/columns/2-columns/1387/seaside-10/\">WP Theme: Seaside</a> is a theme by <a href=\"http://www.webahead.net/\">Terry Bytheway</a>. The theme is neat and clean two column theme with an Interesting menu placement in the header.\n</p>\";}i:25;a:7:{s:5:\"title\";s:47:\"Weblog Tools Collection: WP Plugin: Review Site\";s:4:\"guid\";s:75:\"http://weblogtoolscollection.com/archives/2007/01/10/wp-plugin-review-site/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73670273/\";s:11:\"description\";s:384:\"<p><a href=\"http://www.dangrossman.info/wp-dg-review-site\">WP Plugin: Review Site</a> allows you to turn your blog into a powerful review engine. It%u2019s flexible in design and presentation so you could use it as an additional interaction feature for your blog to collect reviews of your posts, or to drive a product/service review site where your users contribute the reviews.\n</p>\";s:7:\"pubdate\";s:31:\"Thu, 11 Jan 2007 02:15:19 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:384:\"<p><a href=\"http://www.dangrossman.info/wp-dg-review-site\">WP Plugin: Review Site</a> allows you to turn your blog into a powerful review engine. It%u2019s flexible in design and presentation so you could use it as an additional interaction feature for your blog to collect reviews of your posts, or to drive a product/service review site where your users contribute the reviews.\n</p>\";}i:26;a:7:{s:5:\"title\";s:41:\"Weblog Tools Collection: WP Theme: Phenom\";s:4:\"guid\";s:69:\"http://weblogtoolscollection.com/archives/2007/01/10/wp-theme-phenom/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73610418/\";s:11:\"description\";s:245:\"<p><a href=\"http://zene.lifevine.org/archives/429.html\">WP Theme: Phenom</a> Two column, clean, minimalistic, light theme for Wordpress with widget support. Original design from <a href=\"http://www.oswd.org/design/preview/id/1675\">OSWD</a>.\n</p>\";s:7:\"pubdate\";s:31:\"Wed, 10 Jan 2007 23:58:35 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:245:\"<p><a href=\"http://zene.lifevine.org/archives/429.html\">WP Theme: Phenom</a> Two column, clean, minimalistic, light theme for Wordpress with widget support. Original design from <a href=\"http://www.oswd.org/design/preview/id/1675\">OSWD</a>.\n</p>\";}i:27;a:7:{s:5:\"title\";s:60:\"Weblog Tools Collection: Plugins for an SEO Friendly WP Blog\";s:4:\"guid\";s:89:\"http://weblogtoolscollection.com/archives/2007/01/10/plugins-for-an-seo-friendly-wp-blog/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73417259/\";s:11:\"description\";s:458:\"<p><a href=\"http://www.devlounge.net/articles/plugins-for-a-search-engine-friendly-wordpress-blog\">Plugins for an SEO Friendly WP Blog</a> List of plugins, tips and tricks to make your blog SEO friendly. Much of the information was previously available, but now it is in one place. I found the <a href=\"http://photomatt.net/2006/06/13/wordpress-no-www/\">no-www plugin</a> that was I was about to write, thanks to <a href=\"http://photomatt.net\">Matt</a>.\n</p>\";s:7:\"pubdate\";s:31:\"Wed, 10 Jan 2007 14:30:19 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:458:\"<p><a href=\"http://www.devlounge.net/articles/plugins-for-a-search-engine-friendly-wordpress-blog\">Plugins for an SEO Friendly WP Blog</a> List of plugins, tips and tricks to make your blog SEO friendly. Much of the information was previously available, but now it is in one place. I found the <a href=\"http://photomatt.net/2006/06/13/wordpress-no-www/\">no-www plugin</a> that was I was about to write, thanks to <a href=\"http://photomatt.net\">Matt</a>.\n</p>\";}i:28;a:7:{s:5:\"title\";s:80:\"Lorelle on WP: Adsense Beautifier WordPress Plugin and Imaged Adsense Ads Banned\";s:4:\"guid\";s:36:\"http://lorelle.wordpress.com/?p=1497\";s:4:\"link\";s:106:\"http://lorelle.wordpress.com/2007/01/10/adsense-beautifier-wordpress-plugin-and-imaged-adsense-ads-banned/\";s:11:\"description\";s:339:\"In case you missed the news during the busy holidays, a favorite WordPress Plugin, Adsense Beautifier by supriyadisw.net is now history according to a recent clarification of ad and image placement from Google Adsense:\nWe ask that publishers not line up images and ads in a way that suggests a relationship between the images and the [...]\";s:7:\"pubdate\";s:31:\"Wed, 10 Jan 2007 08:35:36 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:339:\"In case you missed the news during the busy holidays, a favorite WordPress Plugin, Adsense Beautifier by supriyadisw.net is now history according to a recent clarification of ad and image placement from Google Adsense:\nWe ask that publishers not line up images and ads in a way that suggests a relationship between the images and the [...]\";}i:29;a:7:{s:5:\"title\";s:43:\"Weblog Tools Collection: WP Theme: Fjords02\";s:4:\"guid\";s:71:\"http://weblogtoolscollection.com/archives/2007/01/10/wp-theme-fjords02/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73311594/\";s:11:\"description\";s:270:\"<p><a href=\"http://themes.wordpress.net/columns/2-columns/1382/fjords02-10/\">WP Theme: Fjords02</a> is a WordPress theme by <a href=\"http://www.peterandrej.com/wordpress/\">Peterandrej</a> with a 2-column layout and a picture of a Norwegian fjord in header position.\n</p>\";s:7:\"pubdate\";s:31:\"Wed, 10 Jan 2007 07:26:17 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:270:\"<p><a href=\"http://themes.wordpress.net/columns/2-columns/1382/fjords02-10/\">WP Theme: Fjords02</a> is a WordPress theme by <a href=\"http://www.peterandrej.com/wordpress/\">Peterandrej</a> with a 2-column layout and a picture of a Norwegian fjord in header position.\n</p>\";}i:30;a:7:{s:5:\"title\";s:41:\"Weblog Tools Collection: WP Theme: Dreamy\";s:4:\"guid\";s:69:\"http://weblogtoolscollection.com/archives/2007/01/10/wp-theme-dreamy/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73303828/\";s:11:\"description\";s:132:\"<p><a href=\"http://wpthemespot.com/themes/dreamy/\">WP Theme: Dreamy</a> is a 2 column, fixed-width, sidebar widget ready theme.\n</p>\";s:7:\"pubdate\";s:31:\"Wed, 10 Jan 2007 07:15:22 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:132:\"<p><a href=\"http://wpthemespot.com/themes/dreamy/\">WP Theme: Dreamy</a> is a 2 column, fixed-width, sidebar widget ready theme.\n</p>\";}i:31;a:7:{s:5:\"title\";s:39:\"Weblog Tools Collection: WP Theme: Mojo\";s:4:\"guid\";s:67:\"http://weblogtoolscollection.com/archives/2007/01/10/wp-theme-mojo/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73303829/\";s:11:\"description\";s:196:\"<p><a href=\"http://milo.peety-passion.com/2007/01/09/wordpress-theme-mojo/\">WP Theme: Mojo</a> is a lightweight, simple and pleasant design with a slider menu. Sweet titles and Ibox built in.\n</p>\";s:7:\"pubdate\";s:31:\"Wed, 10 Jan 2007 07:15:22 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:196:\"<p><a href=\"http://milo.peety-passion.com/2007/01/09/wordpress-theme-mojo/\">WP Theme: Mojo</a> is a lightweight, simple and pleasant design with a slider menu. Sweet titles and Ibox built in.\n</p>\";}i:32;a:7:{s:5:\"title\";s:40:\"Weblog Tools Collection: WP Theme: Store\";s:4:\"guid\";s:68:\"http://weblogtoolscollection.com/archives/2007/01/10/wp-theme-store/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73303830/\";s:11:\"description\";s:164:\"<p><a href=\"http://peety-passion.com/milo/2007/01/10/wordpress-theme-store/\">WP Theme: Store</a> is a two column, dark WordPress theme with some nice graphics.\n</p>\";s:7:\"pubdate\";s:31:\"Wed, 10 Jan 2007 07:15:22 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:164:\"<p><a href=\"http://peety-passion.com/milo/2007/01/10/wordpress-theme-store/\">WP Theme: Store</a> is a two column, dark WordPress theme with some nice graphics.\n</p>\";}i:33;a:7:{s:5:\"title\";s:53:\"Weblog Tools Collection: WP Theme: Devi - The Goddess\";s:4:\"guid\";s:79:\"http://weblogtoolscollection.com/archives/2007/01/10/wp-theme-devi-the-goddess/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73302907/\";s:11:\"description\";s:203:\"<p><a href=\"http://themes.wordpress.net/columns/1-column/1386/devi-the-godess-12/\">WP Theme: Devi - The Goddess</a> is a graphical dark theme by <a href=\"http://ddsos.org/\">Ekta</a> based on Kubrick\n</p>\";s:7:\"pubdate\";s:31:\"Wed, 10 Jan 2007 07:00:35 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:203:\"<p><a href=\"http://themes.wordpress.net/columns/1-column/1386/devi-the-godess-12/\">WP Theme: Devi - The Goddess</a> is a graphical dark theme by <a href=\"http://ddsos.org/\">Ekta</a> based on Kubrick\n</p>\";}i:34;a:7:{s:5:\"title\";s:45:\"Weblog Tools Collection: WP Plugin: FLV Embed\";s:4:\"guid\";s:73:\"http://weblogtoolscollection.com/archives/2007/01/10/wp-plugin-flv-embed/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73302908/\";s:11:\"description\";s:277:\"<p><a href=\"http://www.channel-ai.com/blog/plugins/flv-embed/\">WP Plugin: FLV Embed</a> is a WordPress plugin made to simplify the process of adding FLV videos into your blog using Jeroen’s <a href=\"http://www.jeroenwijering.com/?item=Flash_Video_Player\">FLV Player</a>.\n</p>\";s:7:\"pubdate\";s:31:\"Wed, 10 Jan 2007 06:59:43 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:277:\"<p><a href=\"http://www.channel-ai.com/blog/plugins/flv-embed/\">WP Plugin: FLV Embed</a> is a WordPress plugin made to simplify the process of adding FLV videos into your blog using Jeroen’s <a href=\"http://www.jeroenwijering.com/?item=Flash_Video_Player\">FLV Player</a>.\n</p>\";}i:35;a:7:{s:5:\"title\";s:47:\"Weblog Tools Collection: WP Plugin: WS ToolTips\";s:4:\"guid\";s:75:\"http://weblogtoolscollection.com/archives/2007/01/10/wp-plugin-ws-tooltips/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73295891/\";s:11:\"description\";s:323:\"<p><a href=\"http://www.webwork-studios.de/index.php/2007/01/09/ws-tooltips/\">WP Plugin: WS ToolTips</a> uses <a href=\"http://www.dustindiaz.com/sweet-titles/\">Sweet Titles</a> to display cool tooltips for tags with the <code>title=\"\"</code> attribute. Demo and English explanation are to the bottom of the plugin page.\n</p>\";s:7:\"pubdate\";s:31:\"Wed, 10 Jan 2007 06:45:25 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:323:\"<p><a href=\"http://www.webwork-studios.de/index.php/2007/01/09/ws-tooltips/\">WP Plugin: WS ToolTips</a> uses <a href=\"http://www.dustindiaz.com/sweet-titles/\">Sweet Titles</a> to display cool tooltips for tags with the <code>title=\"\"</code> attribute. Demo and English explanation are to the bottom of the plugin page.\n</p>\";}i:36;a:7:{s:5:\"title\";s:47:\"Weblog Tools Collection: Using UTW with Chitika\";s:4:\"guid\";s:76:\"http://weblogtoolscollection.com/archives/2007/01/10/using-utw-with-chitika/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73295893/\";s:11:\"description\";s:218:\"<p><a href=\"http://techtites.com/2007/01/10/wordpress-wednesday-targeting-chitika-ads-with-utw/\">Using UTW with Chitika</a> takes you through using Ultimate Tag Warrior to generate keywords for Chitika eMiniMalls.\n</p>\";s:7:\"pubdate\";s:31:\"Wed, 10 Jan 2007 06:45:25 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:218:\"<p><a href=\"http://techtites.com/2007/01/10/wordpress-wednesday-targeting-chitika-ads-with-utw/\">Using UTW with Chitika</a> takes you through using Ultimate Tag Warrior to generate keywords for Chitika eMiniMalls.\n</p>\";}i:37;a:7:{s:5:\"title\";s:48:\"Weblog Tools Collection: WP Plugin: HighSlide JS\";s:4:\"guid\";s:76:\"http://weblogtoolscollection.com/archives/2007/01/10/wp-plugin-highslide-js/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73294736/\";s:11:\"description\";s:362:\"<p><a href=\"http://projects.jesseheap.com/all-projects/wordpress-highslide-js-plugin/\">WP Plugin: HighSlide JS</a> allows you to easily use <a href=\"http://vikjavev.no/highslide/\">HighSlide</a> by automatically inserting the necessary javascript into your posts or pages. The plugin makes uses of a wordpress quicktag to make the insertion process painless.\n</p>\";s:7:\"pubdate\";s:31:\"Wed, 10 Jan 2007 06:45:25 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:362:\"<p><a href=\"http://projects.jesseheap.com/all-projects/wordpress-highslide-js-plugin/\">WP Plugin: HighSlide JS</a> allows you to easily use <a href=\"http://vikjavev.no/highslide/\">HighSlide</a> by automatically inserting the necessary javascript into your posts or pages. The plugin makes uses of a wordpress quicktag to make the insertion process painless.\n</p>\";}i:38;a:7:{s:5:\"title\";s:75:\"Lorelle on WP: Akismet Auntie Spam Firefox-Greasemonkey Page Viewing Script\";s:4:\"guid\";s:101:\"http://lorelle.wordpress.com/2007/01/09/akismet-auntie-spam-firefox-greasemonkey-page-viewing-script/\";s:4:\"link\";s:101:\"http://lorelle.wordpress.com/2007/01/09/akismet-auntie-spam-firefox-greasemonkey-page-viewing-script/\";s:11:\"description\";s:369:\"My buddy, Engtech has come up with a neat Firefox Greasemonkey script which &#8220;shrinks&#8221; your screen view of Akismet&#8217;s comment spam page viewing.\nThe Akismet Auntie Spam Greasemonkey Script for Firefox changes the way the comment spam caught by Akismet is viewed. Instead of viewing the whole comment spam, and scrolling down screen after screen to [...]\";s:7:\"pubdate\";s:31:\"Wed, 10 Jan 2007 02:21:50 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:369:\"My buddy, Engtech has come up with a neat Firefox Greasemonkey script which &#8220;shrinks&#8221; your screen view of Akismet&#8217;s comment spam page viewing.\nThe Akismet Auntie Spam Greasemonkey Script for Firefox changes the way the comment spam caught by Akismet is viewed. Instead of viewing the whole comment spam, and scrolling down screen after screen to [...]\";}i:39;a:7:{s:5:\"title\";s:37:\"Lorelle on WP: Talk Back to WordPress\";s:4:\"guid\";s:63:\"http://lorelle.wordpress.com/2007/01/09/talk-back-to-wordpress/\";s:4:\"link\";s:63:\"http://lorelle.wordpress.com/2007/01/09/talk-back-to-wordpress/\";s:11:\"description\";s:308:\"Got an idea for WordPress? What about a whine, moan, or kvetch?\nWordPress has always taken your feedback seriously and is now offering a few new ways to let them know how you feel and think about WordPress.\nThe WordPress Ideas page is a place to make your suggestions and ideas for what you want to see [...]\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 23:22:14 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:308:\"Got an idea for WordPress? What about a whine, moan, or kvetch?\nWordPress has always taken your feedback seriously and is now offering a few new ways to let them know how you feel and think about WordPress.\nThe WordPress Ideas page is a place to make your suggestions and ideas for what you want to see [...]\";}i:40;a:7:{s:5:\"title\";s:32:\"Matt: WP Ultimate Gamer’s Pack\";s:4:\"guid\";s:56:\"http://photomatt.net/2007/01/09/wp-ultimate-gamers-pack/\";s:4:\"link\";s:56:\"http://photomatt.net/2007/01/09/wp-ultimate-gamers-pack/\";s:11:\"description\";s:124:\"<p><a href=\"http://harper.wirelessink.com/?p=105\">WordPress Ultimate Gamer’s Pack</a>, supports Wii, PSP, and DS Lite.</p>\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 23:01:34 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:124:\"<p><a href=\"http://harper.wirelessink.com/?p=105\">WordPress Ultimate Gamer’s Pack</a>, supports Wii, PSP, and DS Lite.</p>\";}i:41;a:7:{s:5:\"title\";s:51:\"Weblog Tools Collection: WP Ultimate Gamer’s Pack\";s:4:\"guid\";s:77:\"http://weblogtoolscollection.com/archives/2007/01/09/wp-ultimate-gamers-pack/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73109993/\";s:11:\"description\";s:547:\"<p><a href=\"http://harper.wirelessink.com/?p=105\">WP Ultimate Gamer&#8217;s Pack</a> Hot in the heels of the <a href=\"http://harper.wirelessink.com/?p=104\">Wordpress Wii Plugin</a> comes the Wordpress Gamer&#8217;s Pack with support for the Wii, PSP and DS Lite. There are also plans for the recently introduced Apple Inc. <a href=\"http://www.apple.com/iphone/\">iPhone</a> optimized version of a plugin for Wordpress. All of this is part of the R&#038;D (and I suspect, promotion) of <a href=\"http://winksite.com/site/index.cfm\">Winksite</a>.\n</p>\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 22:45:22 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:547:\"<p><a href=\"http://harper.wirelessink.com/?p=105\">WP Ultimate Gamer&#8217;s Pack</a> Hot in the heels of the <a href=\"http://harper.wirelessink.com/?p=104\">Wordpress Wii Plugin</a> comes the Wordpress Gamer&#8217;s Pack with support for the Wii, PSP and DS Lite. There are also plans for the recently introduced Apple Inc. <a href=\"http://www.apple.com/iphone/\">iPhone</a> optimized version of a plugin for Wordpress. All of this is part of the R&#038;D (and I suspect, promotion) of <a href=\"http://winksite.com/site/index.cfm\">Winksite</a>.\n</p>\";}i:42;a:7:{s:5:\"title\";s:23:\"Matt: Vertical Mac OS X\";s:4:\"guid\";s:50:\"http://photomatt.net/2007/01/09/vertical-mac-os-x/\";s:4:\"link\";s:50:\"http://photomatt.net/2007/01/09/vertical-mac-os-x/\";s:11:\"description\";s:667:\"<p>Since everyone is talking about Macs today &#8212; did you <em>see</em> the iPhone &#8212; I thought it would be a good time to pose to my highly intelligent readers a question that has vexed me for months. I have a Dell 24&#8243; monitor attached to a Mac Mini, my preferred configuration for this is vertical (you can turn the Dell on its side) but I can&#8217;t find the setting in OS X that lets you put the screen into portrait mode. Any tips? <strong>Update:</strong> It was right under my nose. System Prefs -&gt; Displays -&gt; Rotate. Thanks to <a href=\"http://www.red-sweater.com/blog/\">Daniel</a> and <a href=\"http://barry.wordpress.com/\">Barry</a>.</p>\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 22:34:13 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:667:\"<p>Since everyone is talking about Macs today &#8212; did you <em>see</em> the iPhone &#8212; I thought it would be a good time to pose to my highly intelligent readers a question that has vexed me for months. I have a Dell 24&#8243; monitor attached to a Mac Mini, my preferred configuration for this is vertical (you can turn the Dell on its side) but I can&#8217;t find the setting in OS X that lets you put the screen into portrait mode. Any tips? <strong>Update:</strong> It was right under my nose. System Prefs -&gt; Displays -&gt; Rotate. Thanks to <a href=\"http://www.red-sweater.com/blog/\">Daniel</a> and <a href=\"http://barry.wordpress.com/\">Barry</a>.</p>\";}i:43;a:7:{s:5:\"title\";s:16:\"Matt: Disconnect\";s:4:\"guid\";s:43:\"http://photomatt.net/2007/01/09/disconnect/\";s:4:\"link\";s:43:\"http://photomatt.net/2007/01/09/disconnect/\";s:11:\"description\";s:290:\"<p>One thing I&#8217;ve found in the past year is there is sometimes a huge disconnect between people who make noise on blogs, or might have impressive blogs themselves, and productivity in the real world. It&#8217;s unfortunate, because it makes it that much harder to find good folks.</p>\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 22:28:21 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:290:\"<p>One thing I&#8217;ve found in the past year is there is sometimes a huge disconnect between people who make noise on blogs, or might have impressive blogs themselves, and productivity in the real world. It&#8217;s unfortunate, because it makes it that much harder to find good folks.</p>\";}i:44;a:7:{s:5:\"title\";s:27:\"Dev Blog: Ideas and Kvetch!\";s:4:\"guid\";s:58:\"http://wordpress.org/development/2007/01/ideas-and-kvetch/\";s:4:\"link\";s:58:\"http://wordpress.org/development/2007/01/ideas-and-kvetch/\";s:11:\"description\";s:2234:\"<p>It&#8217;s a new year, and we have a new major release of WordPress coming soon. (We&#8217;re currently aiming for the 22nd.) It&#8217;s as good a time as any to examine where we&#8217;ve been, and where we are, and where we&#8217;re going as a community. 2006 was a pretty exciting year, we saw 1.54 million downloads of WP, and that&#8217;s not even counting the people who install it through their host&#8217;s one-click install or the half a million who have experienced it through the hosted WordPress.com. WordPress is touching more lives than ever.</p>\n<p>However, just because what we&#8217;ve done has worked in the past doesn&#8217;t mean it&#8217;s the best for the future. We have to take a self-critical look at assumptions we have about our development process and WP itself. The upcoming release, which has been long coming, is a perfect time to focus on WP&#8217;s secret ingredient&#8230; you.</p>\n<p>If you could add anything in the world to WordPress, what would it be? If you could name the thing that frustrates you the most about WP, what would that be?</p>\n<p>Now you can tell us. We&#8217;re announcing new projects&#8212;two sides of the same coin.</p>\n<p><a href=\"http://wordpress.org/extend/ideas/\">The first is simply called Ideas</a>, and it&#8217;s a place where you can share your wildest WordPress wishes with the world, and also vote on other people&#8217;s ideas. This allows people outside our normal circle of developers to have a direct say in what goes into the next version of WordPress. For 2.2, which comes out in late April, we will include the top voted on features, so propose something, tell your friends about it, and link it from your blog.</p>\n<p>The second we&#8217;ve named after the <a href=\"http://www.answers.com/kvetch\">Yiddish word</a>, <a href=\"http://wordpress.org/extend/kvetch/\">Kvetch</a>. This is a place where you can quickly and anonymously express whatever might disagree with you in the WordPress world. Let it all loose, but try to keep it PG rated, and we&#8217;ll show a random kvetch on the page once we get enough in the system.</p>\n<p>Both are just part of putting you guys&#8212;our users&#8212;first. It&#8217;s easy because there&#8217;s so many of you.</p>\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 18:18:15 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:2234:\"<p>It&#8217;s a new year, and we have a new major release of WordPress coming soon. (We&#8217;re currently aiming for the 22nd.) It&#8217;s as good a time as any to examine where we&#8217;ve been, and where we are, and where we&#8217;re going as a community. 2006 was a pretty exciting year, we saw 1.54 million downloads of WP, and that&#8217;s not even counting the people who install it through their host&#8217;s one-click install or the half a million who have experienced it through the hosted WordPress.com. WordPress is touching more lives than ever.</p>\n<p>However, just because what we&#8217;ve done has worked in the past doesn&#8217;t mean it&#8217;s the best for the future. We have to take a self-critical look at assumptions we have about our development process and WP itself. The upcoming release, which has been long coming, is a perfect time to focus on WP&#8217;s secret ingredient&#8230; you.</p>\n<p>If you could add anything in the world to WordPress, what would it be? If you could name the thing that frustrates you the most about WP, what would that be?</p>\n<p>Now you can tell us. We&#8217;re announcing new projects&#8212;two sides of the same coin.</p>\n<p><a href=\"http://wordpress.org/extend/ideas/\">The first is simply called Ideas</a>, and it&#8217;s a place where you can share your wildest WordPress wishes with the world, and also vote on other people&#8217;s ideas. This allows people outside our normal circle of developers to have a direct say in what goes into the next version of WordPress. For 2.2, which comes out in late April, we will include the top voted on features, so propose something, tell your friends about it, and link it from your blog.</p>\n<p>The second we&#8217;ve named after the <a href=\"http://www.answers.com/kvetch\">Yiddish word</a>, <a href=\"http://wordpress.org/extend/kvetch/\">Kvetch</a>. This is a place where you can quickly and anonymously express whatever might disagree with you in the WordPress world. Let it all loose, but try to keep it PG rated, and we&#8217;ll show a random kvetch on the page once we get enough in the system.</p>\n<p>Both are just part of putting you guys&#8212;our users&#8212;first. It&#8217;s easy because there&#8217;s so many of you.</p>\";}i:45;a:7:{s:5:\"title\";s:31:\"bbPress: bbPress Plugin Browser\";s:4:\"guid\";s:55:\"http://bbpress.org/blog/2007/01/bbpress-plugin-browser/\";s:4:\"link\";s:55:\"http://bbpress.org/blog/2007/01/bbpress-plugin-browser/\";s:11:\"description\";s:937:\"<p>After lots of hints and hushed voices, the <a href=\"http://bbpress.org/plugins/\">bbPress plugin browser</a> is here.</p>\n<p>We&#8217;re offereing this up as a centralized source of bbPress plugins.  Hopefully, for all us users, that will mean one-stop shopping when looking for plugins.</p>\n<p>And for you developers, anyone can host their plugin there.  We keep track of comments, ratings, and download stats for you.  You even get your own little corner of the <a href=\"http://plugins-dev.bbpress.org/\">bbPress plugin development center</a> (a <a href=\"http://trac.edgewall.org/\">trac</a> install) for you to keep track of bugs, tickets, changes and versions of your plugin.</p>\n<p>Many thanks go out to <a href=\"http://www.adityanaik.com/\">Aditya</a> for helping me test and debug the site, and to <a href=\"http://www.40annibuttati.it/\">Stefano</a> and <a href=\"http://blog.trentadams.ca/\">Trent</a> as well for early adoption.</p>\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 18:12:27 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"mdawaffe\";}s:7:\"summary\";s:937:\"<p>After lots of hints and hushed voices, the <a href=\"http://bbpress.org/plugins/\">bbPress plugin browser</a> is here.</p>\n<p>We&#8217;re offereing this up as a centralized source of bbPress plugins.  Hopefully, for all us users, that will mean one-stop shopping when looking for plugins.</p>\n<p>And for you developers, anyone can host their plugin there.  We keep track of comments, ratings, and download stats for you.  You even get your own little corner of the <a href=\"http://plugins-dev.bbpress.org/\">bbPress plugin development center</a> (a <a href=\"http://trac.edgewall.org/\">trac</a> install) for you to keep track of bugs, tickets, changes and versions of your plugin.</p>\n<p>Many thanks go out to <a href=\"http://www.adityanaik.com/\">Aditya</a> for helping me test and debug the site, and to <a href=\"http://www.40annibuttati.it/\">Stefano</a> and <a href=\"http://blog.trentadams.ca/\">Trent</a> as well for early adoption.</p>\";}i:46;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: Blogging Essay Competition Updates\";s:4:\"guid\";s:88:\"http://weblogtoolscollection.com/archives/2007/01/09/blogging-essay-competition-updates/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/72920408/\";s:11:\"description\";s:694:\"<p>The <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">Blogging Essay Competition</a> is coming to a close very quickly. We are going to stop accepting entries on the 14th of January. So if you are planning to participate, you need to get your entry in as soon as possible. There have been <a href=\"http://weblogtoolscollection.com/archives/category/blogging-essays/\">fifteen entries so far</a>. Lots of people have read the essays and many have helped rate the entries. I will post detailed statistics once the competition closes.</p>\n<p>Remember to email the entries to mark at wltc dot net with an HTML attachment of your formatted essay.\n</p>\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 13:26:51 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:694:\"<p>The <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">Blogging Essay Competition</a> is coming to a close very quickly. We are going to stop accepting entries on the 14th of January. So if you are planning to participate, you need to get your entry in as soon as possible. There have been <a href=\"http://weblogtoolscollection.com/archives/category/blogging-essays/\">fifteen entries so far</a>. Lots of people have read the essays and many have helped rate the entries. I will post detailed statistics once the competition closes.</p>\n<p>Remember to email the entries to mark at wltc dot net with an HTML attachment of your formatted essay.\n</p>\";}i:47;a:7:{s:5:\"title\";s:53:\"Weblog Tools Collection: WP Plugin: View All Comments\";s:4:\"guid\";s:81:\"http://weblogtoolscollection.com/archives/2007/01/09/wp-plugin-view-all-comments/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/72911997/\";s:11:\"description\";s:492:\"<p><a href=\"http://www.i-jeriko.de/wordpress-plugin-vac-view-all-comments/\">WP Plugin: View All Comments</a> Install this plugin to view all comments from a specific commenter left on your blog in the past. Even though it sounds mundane, this could be a useful tool for your blog, especially if you want to understand the general demeanor of a particular reader. The grouping is done by email address and installation is very simple. I have seen similar functionality on forums and such.\n</p>\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 13:15:21 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:492:\"<p><a href=\"http://www.i-jeriko.de/wordpress-plugin-vac-view-all-comments/\">WP Plugin: View All Comments</a> Install this plugin to view all comments from a specific commenter left on your blog in the past. Even though it sounds mundane, this could be a useful tool for your blog, especially if you want to understand the general demeanor of a particular reader. The grouping is done by email address and installation is very simple. I have seen similar functionality on forums and such.\n</p>\";}i:48;a:7:{s:5:\"title\";s:29:\"Akismet: Akismet for Drupal 5\";s:4:\"guid\";s:53:\"http://akismet.com/blog/2007/01/akismet-for-drupal-5/\";s:4:\"link\";s:53:\"http://akismet.com/blog/2007/01/akismet-for-drupal-5/\";s:11:\"description\";s:145:\"<p>The <a href=\"http://drupal.org/project/akismet\">Akismet module for Drupal</a> has been updated to work with the upcoming Drupal 5 release.</p>\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 09:53:26 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:14:\"Matt Mullenweg\";}s:7:\"summary\";s:145:\"<p>The <a href=\"http://drupal.org/project/akismet\">Akismet module for Drupal</a> has been updated to work with the upcoming Drupal 5 release.</p>\";}i:49;a:7:{s:5:\"title\";s:21:\"Matt: Net Income Show\";s:4:\"guid\";s:48:\"http://photomatt.net/2007/01/09/net-income-show/\";s:4:\"link\";s:48:\"http://photomatt.net/2007/01/09/net-income-show/\";s:11:\"description\";s:262:\"<p>Tomorrow I&#8217;m going to be on the <a href=\"http://www.shoemoney.com/2007/01/07/matt-mullenweg-wordpress-creator-on-this-weeks-net-income/\">web radio show Net Income</a>. That entry mentions my Wikipedia page, which oh-my-goodness has an awful picture.</p>\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 09:44:34 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:262:\"<p>Tomorrow I&#8217;m going to be on the <a href=\"http://www.shoemoney.com/2007/01/07/matt-mullenweg-wordpress-creator-on-this-weeks-net-income/\">web radio show Net Income</a>. That entry mentions my Wikipedia page, which oh-my-goodness has an awful picture.</p>\";}}s:7:\"channel\";a:5:{s:5:\"title\";s:16:\"WordPress Planet\";s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:8:\"language\";s:2:\"en\";s:11:\"description\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"tagline\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:0:{}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}s:4:\"etag\";s:25:\"\"1da9d-45aaa0fd-568c2a\"\r\n\";s:13:\"last_modified\";s:31:\"Sun, 14 Jan 2007 21:30:37 GMT\r\n\";}',20,8,'',1,'no'),(70,0,'rss_867bd5c64f85878d03a060509cd2f92c_ts','Y',1,'1168810564',20,8,'',1,'no'),(74,0,'rss_14e40edb7042dfb3512d6b936de6ac3b_ts','Y',1,'1168810564',20,8,'',1,'no'),(76,0,'secret','Y',1,'805698c38fce5a5bb79101dbf80de341',20,8,'',1,'yes'),(73,0,'rss_14e40edb7042dfb3512d6b936de6ac3b','Y',1,'O:9:\"MagpieRSS\":17:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:1:{i:0;a:9:{s:5:\"title\";s:11:\"Come Sunday\";s:4:\"link\";s:55:\"http://www.blogs.lifechurchministries.org/messages/?p=1\";s:8:\"comments\";s:84:\"http://technorati.com/search/http://www.blogs.lifechurchministries.org/messages/?p=1\";s:4:\"guid\";s:55:\"http://www.blogs.lifechurchministries.org/messages/?p=1\";s:7:\"pubdate\";s:29:\"Tue, 23 May 2006 04:21:50 GMT\";s:11:\"description\";s:107:\"Blogroll Think <a class=\"cosmoslinks\" href=\"http://www.blogs.lifechurchministries.org/insight/\">Insight</a>\";s:6:\"source\";s:11:\"Come Sunday\";s:4:\"tapi\";a:4:{s:12:\"inboundblogs\";s:1:\"0\";s:12:\"inboundlinks\";s:1:\"0\";s:11:\"linkcreated\";s:29:\"Wed, 17 May 2006 05:02:49 GMT\";s:7:\"linkurl\";s:50:\"http://www.blogs.lifechurchministries.org/insight/\";}s:7:\"summary\";s:107:\"Blogroll Think <a class=\"cosmoslinks\" href=\"http://www.blogs.lifechurchministries.org/insight/\">Insight</a>\";}}s:7:\"channel\";a:10:{s:9:\"generator\";s:15:\"Technorati v1.0\";s:9:\"webmaster\";s:43:\"support@technorati.com (Technorati Support)\";s:4:\"docs\";s:37:\"http://blogs.law.harvard.edu/tech/rss\";s:3:\"ttl\";s:2:\"60\";s:4:\"tapi\";a:3:{s:6:\"result\";s:5:\"\n    \";s:10:\"result_url\";s:45:\"http://blogs.lifechurchministries.org/insight\";s:19:\"result_rankingstart\";s:1:\"0\";}s:6:\"result\";s:16:\"\n    \n    \n    \n\";s:5:\"title\";s:23:\"Technorati Search for: \";s:4:\"link\";s:45:\"http://blogs.lifechurchministries.org/insight\";s:7:\"pubdate\";s:29:\"Thu, 01 Jan 1970 00:00:00 GMT\";s:7:\"tagline\";N;}s:9:\"textinput\";a:4:{s:5:\"title\";s:17:\"Search Technorati\";s:11:\"description\";s:43:\"Search millions of blogs for the latest on:\";s:4:\"name\";s:1:\"s\";s:4:\"link\";s:36:\"http://www.technorati.com/search.php\";}s:5:\"image\";a:3:{s:3:\"url\";s:50:\"http://static.technorati.com/pix/logos/logo_sm.gif\";s:5:\"title\";s:15:\"Technorati logo\";s:4:\"link\";s:25:\"http://www.technorati.com\";}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}}',20,8,'',1,'no'),(71,0,'rss_14df46fbe63b713bf19c3a8c34084f36','Y',1,'O:9:\"MagpieRSS\":17:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:1:{i:0;a:3:{s:5:\"title\";s:16:\"No results found\";s:11:\"description\";s:75:\"No results were found for http://www.blogs.lifechurchministries.org/insight\";s:7:\"summary\";s:75:\"No results were found for http://www.blogs.lifechurchministries.org/insight\";}}s:7:\"channel\";a:10:{s:9:\"generator\";s:15:\"Technorati v1.0\";s:9:\"webmaster\";s:43:\"support@technorati.com (Technorati Support)\";s:4:\"docs\";s:37:\"http://blogs.law.harvard.edu/tech/rss\";s:3:\"ttl\";s:2:\"60\";s:4:\"tapi\";a:3:{s:6:\"result\";s:5:\"\n    \";s:10:\"result_url\";s:49:\"http://www.blogs.lifechurchministries.org/insight\";s:19:\"result_rankingstart\";s:1:\"0\";}s:6:\"result\";s:16:\"\n    \n    \n    \n\";s:5:\"title\";s:23:\"Technorati Search for: \";s:4:\"link\";s:45:\"http://blogs.lifechurchministries.org/insight\";s:7:\"pubdate\";s:29:\"Thu, 01 Jan 1970 00:00:00 GMT\";s:7:\"tagline\";N;}s:9:\"textinput\";a:4:{s:5:\"title\";s:17:\"Search Technorati\";s:11:\"description\";s:43:\"Search millions of blogs for the latest on:\";s:4:\"name\";s:1:\"s\";s:4:\"link\";s:36:\"http://www.technorati.com/search.php\";}s:5:\"image\";a:3:{s:3:\"url\";s:50:\"http://static.technorati.com/pix/logos/logo_sm.gif\";s:5:\"title\";s:15:\"Technorati logo\";s:4:\"link\";s:25:\"http://www.technorati.com\";}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}}',20,8,'',1,'no'),(72,0,'rss_14df46fbe63b713bf19c3a8c34084f36_ts','Y',1,'1148963749',20,8,'',1,'no');
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_guests_options` ENABLE KEYS */;

--
-- Table structure for table `wp_guests_post2cat`
--

DROP TABLE IF EXISTS `wp_guests_post2cat`;
CREATE TABLE `wp_guests_post2cat` (
  `rel_id` bigint(20) NOT NULL auto_increment,
  `post_id` bigint(20) NOT NULL default '0',
  `category_id` bigint(20) NOT NULL default '0',
  PRIMARY KEY  (`rel_id`),
  KEY `post_id` (`post_id`,`category_id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_guests_post2cat`
--


/*!40000 ALTER TABLE `wp_guests_post2cat` DISABLE KEYS */;
LOCK TABLES `wp_guests_post2cat` WRITE;
INSERT INTO `wp_guests_post2cat` VALUES (2,2,1);
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_guests_post2cat` ENABLE KEYS */;

--
-- Table structure for table `wp_guests_postmeta`
--

DROP TABLE IF EXISTS `wp_guests_postmeta`;
CREATE TABLE `wp_guests_postmeta` (
  `meta_id` bigint(20) NOT NULL auto_increment,
  `post_id` bigint(20) NOT NULL default '0',
  `meta_key` varchar(255) default NULL,
  `meta_value` longtext,
  PRIMARY KEY  (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_guests_postmeta`
--


/*!40000 ALTER TABLE `wp_guests_postmeta` DISABLE KEYS */;
LOCK TABLES `wp_guests_postmeta` WRITE;
INSERT INTO `wp_guests_postmeta` VALUES (7,2,'_wp_page_template','default');
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_guests_postmeta` ENABLE KEYS */;

--
-- Table structure for table `wp_guests_posts`
--

DROP TABLE IF EXISTS `wp_guests_posts`;
CREATE TABLE `wp_guests_posts` (
  `ID` bigint(20) unsigned NOT NULL auto_increment,
  `post_author` bigint(20) NOT NULL default '0',
  `post_date` datetime NOT NULL default '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_category` int(4) NOT NULL default '0',
  `post_excerpt` text NOT NULL,
  `post_status` enum('publish','draft','private','static','object','attachment') NOT NULL default 'publish',
  `comment_status` enum('open','closed','registered_only') NOT NULL default 'open',
  `ping_status` enum('open','closed') NOT NULL default 'open',
  `post_password` varchar(20) NOT NULL default '',
  `post_name` varchar(200) NOT NULL default '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL default '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL default '0000-00-00 00:00:00',
  `post_content_filtered` text NOT NULL,
  `post_parent` bigint(20) NOT NULL default '0',
  `guid` varchar(255) NOT NULL default '',
  `menu_order` int(11) NOT NULL default '0',
  `post_type` varchar(100) NOT NULL default '',
  `post_mime_type` varchar(100) NOT NULL default '',
  `comment_count` bigint(20) NOT NULL default '0',
  PRIMARY KEY  (`ID`),
  KEY `post_name` (`post_name`),
  KEY `post_status` (`post_status`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_guests_posts`
--


/*!40000 ALTER TABLE `wp_guests_posts` DISABLE KEYS */;
LOCK TABLES `wp_guests_posts` WRITE;
INSERT INTO `wp_guests_posts` VALUES (2,1,'2006-05-16 22:15:10','2006-05-17 05:15:10','<p align=\"center\"><a title=\"Life Church\" target=\"_blank\" href=\"http://www.lifechurchministries.org/\">Life Church</a> is connected to other members of the Body of Christ:</p>\r\n<p align=\"center\">\"We get by with a little help from our friends\"</p>\r\n<p align=\"center\">This <a title=\"Insight\" href=\"http://blogs.lifechurchministries.org/insight/\">blog</a> is a place where we\'ve invited some of our friends to share their insights with you.</p>\r\n<p align=\"center\">Click <a title=\"Insight\" href=\"http://blogs.lifechurchministries.org/insight/\">here</a> to see what they\'ve written.</p>','Welcome',0,'','static','open','open','','welcome','','','2006-06-10 07:22:16','2006-06-10 14:22:16','',0,'',0,'','',0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_guests_posts` ENABLE KEYS */;

--
-- Table structure for table `wp_guests_usermeta`
--

DROP TABLE IF EXISTS `wp_guests_usermeta`;
CREATE TABLE `wp_guests_usermeta` (
  `umeta_id` bigint(20) NOT NULL auto_increment,
  `user_id` bigint(20) NOT NULL default '0',
  `meta_key` varchar(255) default NULL,
  `meta_value` longtext,
  PRIMARY KEY  (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM AUTO_INCREMENT=71 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_guests_usermeta`
--


/*!40000 ALTER TABLE `wp_guests_usermeta` DISABLE KEYS */;
LOCK TABLES `wp_guests_usermeta` WRITE;
INSERT INTO `wp_guests_usermeta` VALUES (1,1,'wp_guests_user_level','10'),(2,1,'wp_guests_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(65,1,'first_name',''),(66,1,'last_name',''),(5,1,'nickname','admin'),(67,1,'description',''),(68,1,'jabber',''),(69,1,'aim',''),(70,1,'yim',''),(10,1,'rich_editing','true'),(11,2,'first_name','Vanessa'),(12,2,'last_name','Martin'),(13,2,'nickname','webmaster'),(14,2,'description',''),(15,2,'jabber',''),(16,2,'aim',''),(17,2,'yim',''),(18,2,'wp_guests_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(19,2,'wp_guests_user_level','10'),(20,3,'first_name','Rocklyn'),(21,3,'last_name','Clarke'),(22,3,'nickname','pastor.rocklyn'),(23,3,'description',''),(24,3,'jabber',''),(25,3,'aim',''),(26,3,'yim',''),(27,3,'wp_guests_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(28,3,'wp_guests_user_level','10'),(29,4,'first_name','Eva'),(30,4,'last_name','Clarke'),(31,4,'nickname','pastor.eva'),(32,4,'description',''),(33,4,'jabber',''),(34,4,'aim',''),(35,4,'yim',''),(36,4,'wp_guests_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(37,4,'wp_guests_user_level','10'),(38,5,'first_name','Rocklyn'),(39,5,'last_name','Clarke'),(40,5,'nickname','reclarke'),(41,5,'description',''),(42,5,'jabber',''),(43,5,'aim',''),(44,5,'yim',''),(45,5,'wp_guests_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46,5,'wp_guests_user_level','0'),(47,6,'first_name','Eva'),(48,6,'last_name','Clarke'),(49,6,'nickname','elclarke'),(50,6,'description',''),(51,6,'jabber',''),(52,6,'aim',''),(53,6,'yim',''),(54,6,'wp_guests_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55,6,'wp_guests_user_level','0'),(56,7,'first_name','Vanessa'),(57,7,'last_name','Martin'),(58,7,'nickname','vrmartin'),(59,7,'description',''),(60,7,'jabber',''),(61,7,'aim',''),(62,7,'yim',''),(63,7,'wp_guests_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64,7,'wp_guests_user_level','0');
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_guests_usermeta` ENABLE KEYS */;

--
-- Table structure for table `wp_guests_users`
--

DROP TABLE IF EXISTS `wp_guests_users`;
CREATE TABLE `wp_guests_users` (
  `ID` bigint(20) unsigned NOT NULL auto_increment,
  `user_login` varchar(60) NOT NULL default '',
  `user_pass` varchar(64) NOT NULL default '',
  `user_nicename` varchar(50) NOT NULL default '',
  `user_email` varchar(100) NOT NULL default '',
  `user_url` varchar(100) NOT NULL default '',
  `user_registered` datetime NOT NULL default '0000-00-00 00:00:00',
  `user_activation_key` varchar(60) NOT NULL default '',
  `user_status` int(11) NOT NULL default '0',
  `display_name` varchar(250) NOT NULL default '',
  PRIMARY KEY  (`ID`),
  KEY `user_login_key` (`user_login`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_guests_users`
--


/*!40000 ALTER TABLE `wp_guests_users` DISABLE KEYS */;
LOCK TABLES `wp_guests_users` WRITE;
INSERT INTO `wp_guests_users` VALUES (1,'admin','32a25d0e2573f65dae6c45d3a642df19','admin','pastor.rocklyn@lifechurchministries.org','http://www.lifechurchministries.org/','2006-05-16 22:15:10','',0,'admin'),(2,'webmaster','6bdafe92a06d17b6f9e8ef2a1d4a763b','webmaster','vrmartin@lifechurchministries.org','http://','2006-05-17 05:16:52','',0,'webmaster'),(3,'pastor.rocklyn','d20f8136682dfff56557d0240b9e6777','pastorrocklyn','pastor.rocklyn@lifechurchministries.org','http://www.lifechurchministries.org/','2006-05-17 05:17:52','',0,'pastor.rocklyn'),(4,'pastor.eva','218021da2c8a03f133e8de828d4a8b9d','pastoreva','pastor.eva@lifechurchministries.org','http://www.lifechurchministries.org/','2006-05-17 05:18:30','',0,'pastor.eva'),(5,'reclarke','d20f8136682dfff56557d0240b9e6777','reclarke','reclarke@lifechurchministries.org','http://www.lifechurchministries.org/','2006-05-17 05:19:05','',0,'reclarke'),(6,'elclarke','218021da2c8a03f133e8de828d4a8b9d','elclarke','elclarke@lifechurchministries.org','http://www.lifechurchministries.org/','2006-05-17 05:19:35','',0,'elclarke'),(7,'vrmartin','6bdafe92a06d17b6f9e8ef2a1d4a763b','vrmartin','vrmartin@lifechurchministries.org','http://','2006-05-17 05:20:00','',0,'vrmartin');
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_guests_users` ENABLE KEYS */;

--
-- Table structure for table `wp_lifetalk_categories`
--

DROP TABLE IF EXISTS `wp_lifetalk_categories`;
CREATE TABLE `wp_lifetalk_categories` (
  `cat_ID` bigint(20) NOT NULL auto_increment,
  `cat_name` varchar(55) NOT NULL default '',
  `category_nicename` varchar(200) NOT NULL default '',
  `category_description` longtext NOT NULL,
  `category_parent` bigint(20) NOT NULL default '0',
  `category_count` bigint(20) NOT NULL default '0',
  PRIMARY KEY  (`cat_ID`),
  KEY `category_nicename` (`category_nicename`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_lifetalk_categories`
--


/*!40000 ALTER TABLE `wp_lifetalk_categories` DISABLE KEYS */;
LOCK TABLES `wp_lifetalk_categories` WRITE;
INSERT INTO `wp_lifetalk_categories` VALUES (1,'Uncategorized','uncategorized','',0,0),(2,'The Arts','the-arts','',0,1),(3,'The Challenge','the-challenge','',0,2),(4,'The Issues','the-issues','',0,1),(5,'The Life Church Difference','the-life-church-difference','',0,2),(6,'Pastoral Ministry','pastoral-ministry','',0,1);
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_lifetalk_categories` ENABLE KEYS */;

--
-- Table structure for table `wp_lifetalk_comments`
--

DROP TABLE IF EXISTS `wp_lifetalk_comments`;
CREATE TABLE `wp_lifetalk_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL auto_increment,
  `comment_post_ID` int(11) NOT NULL default '0',
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL default '',
  `comment_author_url` varchar(200) NOT NULL default '',
  `comment_author_IP` varchar(100) NOT NULL default '',
  `comment_date` datetime NOT NULL default '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL default '0',
  `comment_approved` enum('0','1','spam') NOT NULL default '1',
  `comment_agent` varchar(255) NOT NULL default '',
  `comment_type` varchar(20) NOT NULL default '',
  `comment_parent` bigint(20) NOT NULL default '0',
  `user_id` bigint(20) NOT NULL default '0',
  PRIMARY KEY  (`comment_ID`),
  KEY `comment_approved` (`comment_approved`),
  KEY `comment_post_ID` (`comment_post_ID`)
) ENGINE=MyISAM AUTO_INCREMENT=174 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_lifetalk_comments`
--


/*!40000 ALTER TABLE `wp_lifetalk_comments` DISABLE KEYS */;
LOCK TABLES `wp_lifetalk_comments` WRITE;
INSERT INTO `wp_lifetalk_comments` VALUES (5,9,'Lloydpjv','fredgmz@gmail.com','http://rrsfgswfdfdas.host.com','69.209.109.167','2006-06-25 19:12:17','2006-06-26 02:12:17','http://rrsrgswfdfdas.host.com\n<a href=\"http://rrsdgswfdfdas.host.com\" rel=\"nofollow\">desk3</a>\n[url=http://rrssgswfdfdas.host.com]desk4[/url]\n[link=http://rrsagswfdfdas.host.com]desk6[/link]',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','',0,0),(4,3,'Kadenprr','shanekwq@gmail.com','http://rrsfeewffqqqa.host.com','66.61.47.219','2006-06-24 21:24:13','2006-06-25 04:24:13','http://rrsreewffqqqa.host.com\n<a href=\"http://rrsdeewffqqqa.host.com\" rel=\"nofollow\">desk3</a>\n[url=http://rrsseewffqqqa.host.com]desk4[/url]\n[link=http://rrsaeewffqqqa.host.com]desk6[/link]',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','',0,0),(7,11,'Avery','ineedcake@hotmail.com','','24.218.188.114','2006-06-26 18:03:19','2006-06-27 01:03:19','I know that personally I would love to be able to make evangelism and discipleship a part of my everyday lifestyle.  Before I got saved, I learned all too well how to be politically correct.  As a matter of fact, I’ve often felt that that old politically correct mindset has actually hindered me from being able to spread the gospel, because I’m constantly thinking about people becoming so easily “offended.”',0,'1','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322)','',0,0),(8,3,'buy xanax','xxassaer@gmail.com','http://www.xanax.homepages.pl/buy_xanax/buy-xanax.html','82.207.115.240','2006-06-28 04:03:55','2006-06-28 11:03:55','Pants are now available in all browsers!',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','',0,0),(9,3,'boat gifts','','http://boat.bmogspot.com/gifts','212.56.202.147','2006-06-29 16:15:00','2006-06-29 23:15:00','<strong>boat gifts...</strong>\n\nI was waiting for this kind of posts ......',0,'spam','Snoopy v1.2.3','trackback',0,0),(24,5,'satan4mas','sjqbvqwab@wqxawnnm.com','http://eine-kleine-nachtmusike.com/mas','205.134.172.132','2006-07-25 07:59:31','2006-07-25 14:59:31','Kansst du mir ein Speisekarte <a href=\"http://blietzkrieg.net/\" rel=\"nofollow\">poker</a> zeigen ?mas',0,'spam','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4','',0,0),(25,3,'MickeyRourkemvn','sjqbvqwab@wqxawnnm.com','http://blietzkrieg.net/mvn','205.134.172.131','2006-07-25 16:36:08','2006-07-25 23:36:08','Eddie800 <a href=\"http://frogger.com/\" rel=\"nofollow\">poker</a>mvn',0,'spam','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4','',0,0),(26,9,'aregrga','arg@kk.com','','219.134.253.224','2006-07-26 05:50:39','2006-07-26 12:50:39','hi,your blog is  google ! I like it very much! I’m agreeable to your point of view! I hope to make feiends with you ! please remember me .my name is <a href=\"http://www.szplane.com\" rel=\"nofollow\">特价机票</a>',0,'spam','','',0,0),(74,5,'newboy','vikalex80@mail.ru','','81.177.22.216','2006-11-10 04:20:44','2006-11-10 11:20:44','Hi, nice site!\r\n<a href=\"http://www.alex-first.com/cura-corpo-bellezza\" rel=\"nofollow\">cura corpo bellezza</a><a href=\"http://www.alex-first.com/chat-erotica\" rel=\"nofollow\">chat erotica</a><a href=\"http://www.alex-first.com/notizia\" rel=\"nofollow\">notizia</a><a href=\"http://www.alex-first.com/portatile\" rel=\"nofollow\">portatile</a><a href=\"http://www.alex-first.com/hard\" rel=\"nofollow\">hard</a><a href=\"http://www.alex-first.com/new-york-cose-fare\" rel=\"nofollow\">new york cose fare</a><a href=\"http://www.alex-first.com/donna-summer\" rel=\"nofollow\">donna summer</a><a href=\"http://www.alex-first.com/donna-nude\" rel=\"nofollow\">donna nude</a><a href=\"http://www.alex-first.com/messico-cose-fare\" rel=\"nofollow\">messico cose fare</a><a href=\"http://www.alex-first.com/donna-mature\" rel=\"nofollow\">donna mature</a><a href=\"http://www.alex-first.com/londra-cose-fare\" rel=\"nofollow\">londra cose fare</a><a href=\"http://www.alex-first.com/cosa-fare-se-prendi-una-multa\" rel=\"nofollow\">cosa fare se prendi una multa</a><a href=\"http://www.alex-first.com/francia-cose-fare\" rel=\"nofollow\">francia cose fare</a><a href=\"http://www.alex-first.com/immagine\" rel=\"nofollow\">immagine</a><a href=\"http://www.alex-first.com/disegno-tatuaggio\" rel=\"nofollow\">disegno tatuaggio</a>\r\n[url=http://www.alex-first.com/cura-corpo-bellezza]cura corpo bellezza[/url][url=http://www.alex-first.com/notebook-offerta-notebook-vendita]notebook offerta notebook vendita[/url][url=http://www.alex-first.com/francia-cose-fare]francia cose fare[/url][url=http://www.alex-first.com/cantante-sexy-anno]cantante sexy anno[/url][url=http://www.alex-first.com/tempo]tempo[/url][url=http://www.alex-first.com/notizia]notizia[/url][url=http://www.alex-first.com/donna-summer]donna summer[/url][url=http://www.alex-first.com/new-york-cose-fare]new york cose fare[/url][url=http://www.alex-first.com/disegno-tatuaggio]disegno tatuaggio[/url][url=http://www.alex-first.com/messico-cose-fare]messico cose fare[/url]',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','',0,0),(73,5,'granny pictures','sjqbvqwab@wqxawnnm.com','http://www.granny-pictures.blogspot.com','200.208.102.33','2006-11-09 08:01:40','2006-11-09 15:01:40','granny pictures wmj <a href=\"http://www.granny-pictures.blogspot.com\" rel=\"nofollow\">granny pictures</a>\ngiving hand jobs wmj <a href=\"http://www.giving-hand-jobs.blogspot.com\" rel=\"nofollow\">giving hand jobs</a>\ngay teen sex wmj <a href=\"http://www.gay-teen-sex.blogspot.com\" rel=\"nofollow\">gay teen sex</a>\ncasting couch teens wmj <a href=\"http://www.casting-couch-teens-blog.blogspot.com\" rel=\"nofollow\">casting couch teens</a>\nfemale squirting wmj <a href=\"http://www.female-squirting-blog.blogspot.com\" rel=\"nofollow\">female squirting</a>\ntranssexual wmj <a href=\"http://www.transsexual-blog.blogspot.com\" rel=\"nofollow\">transsexual</a>\nparty girls wmj <a href=\"http://www.party-girls-blog.blogspot.com\" rel=\"nofollow\">party girls</a>\ngranny sex wmj <a href=\"http://www.granny-sex-blog.blogspot.com\" rel=\"nofollow\">granny sex</a>',0,'spam','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4','',0,0),(72,5,'college girls wild','sjqbvqwab@wqxawnnm.com','http://www.college-girls-wild.blogspot.com','61.163.239.254','2006-11-09 08:01:22','2006-11-09 15:01:22','college girls wild bb <a href=\"http://www.college-girls-wild.blogspot.com\" rel=\"nofollow\">college girls wild</a>\ngranny pussy bb <a href=\"http://www.granny-pussy.blogspot.com\" rel=\"nofollow\">granny pussy</a>\ntwink sex bb <a href=\"http://www.twink-sex.blogspot.com\" rel=\"nofollow\">twink sex</a>\nfoot job bb <a href=\"http://www.foot-job-blog.blogspot.com\" rel=\"nofollow\">foot job</a>\nanal teen bb <a href=\"http://www.anal-teen-blog1.blogspot.com\" rel=\"nofollow\">anal teen</a>\ntransvestite sex bb <a href=\"http://www.transvestite-sex-blog.blogspot.com\" rel=\"nofollow\">transvestite sex</a>\ngranny sex videos bb <a href=\"http://www.granny-sex-videos.blogspot.com\" rel=\"nofollow\">granny sex videos</a>\ninterracial bb <a href=\"http://www.interracial-blog1-blog.blogspot.com\" rel=\"nofollow\">interracial</a>',0,'spam','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4','',0,0),(71,5,'granny pictures','sjqbvqwab@wqxawnnm.com','http://www.granny-pictures.blogspot.com','213.142.211.32','2006-11-09 08:01:04','2006-11-09 15:01:04','granny pictures amv <a href=\"http://www.granny-pictures.blogspot.com\" rel=\"nofollow\">granny pictures</a>\ngiving hand jobs amv <a href=\"http://www.giving-hand-jobs.blogspot.com\" rel=\"nofollow\">giving hand jobs</a>\ngay teen sex amv <a href=\"http://www.gay-teen-sex.blogspot.com\" rel=\"nofollow\">gay teen sex</a>\ncasting couch teens amv <a href=\"http://www.casting-couch-teens-blog.blogspot.com\" rel=\"nofollow\">casting couch teens</a>\nfemale squirting amv <a href=\"http://www.female-squirting-blog.blogspot.com\" rel=\"nofollow\">female squirting</a>\ntranssexual amv <a href=\"http://www.transsexual-blog.blogspot.com\" rel=\"nofollow\">transsexual</a>\nparty girls amv <a href=\"http://www.party-girls-blog.blogspot.com\" rel=\"nofollow\">party girls</a>\ngranny sex amv <a href=\"http://www.granny-sex-blog.blogspot.com\" rel=\"nofollow\">granny sex</a>',0,'spam','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4','',0,0),(122,11,'GameBoyMist','qebukobe@mail.ru','http://italiagame.org','208.57.226.199','2007-01-26 01:14:55','2007-01-26 08:14:55','Hello \r\nsoft for windows software,news mobile ,games \r\nhttp://italiagame.org \r\n \r\nBye',0,'spam','Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.6) Gecko/20040206 Firefox/0.8','',0,0),(70,5,'granny pictures','sjqbvqwab@wqxawnnm.com','http://www.granny-pictures.blogspot.com','200.65.127.163','2006-11-09 08:00:48','2006-11-09 15:00:48','granny pictures b <a href=\"http://www.granny-pictures.blogspot.com\" rel=\"nofollow\">granny pictures</a>\ngiving hand jobs b <a href=\"http://www.giving-hand-jobs.blogspot.com\" rel=\"nofollow\">giving hand jobs</a>\ngay teen sex b <a href=\"http://www.gay-teen-sex.blogspot.com\" rel=\"nofollow\">gay teen sex</a>\ncasting couch teens b <a href=\"http://www.casting-couch-teens-blog.blogspot.com\" rel=\"nofollow\">casting couch teens</a>\nfemale squirting b <a href=\"http://www.female-squirting-blog.blogspot.com\" rel=\"nofollow\">female squirting</a>\ntranssexual b <a href=\"http://www.transsexual-blog.blogspot.com\" rel=\"nofollow\">transsexual</a>\nparty girls b <a href=\"http://www.party-girls-blog.blogspot.com\" rel=\"nofollow\">party girls</a>\ngranny sex b <a href=\"http://www.granny-sex-blog.blogspot.com\" rel=\"nofollow\">granny sex</a>',0,'spam','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4','',0,0),(69,5,'Cowboy','vikalex80@mail.ru','','81.177.22.216','2006-11-08 15:57:13','2006-11-08 22:57:13','Hallo i\'m Cowboy! site the best! :)[url=http://www.alex-first.com/opportunita-di-lavoro]opportunita di lavoro[/url]\r\n<a href=\"http://www.alex-first.com/opportunita-di-lavoro\" rel=\"nofollow\">opportunita di lavoro</a>\r\n[url=http://www.alex-first.com/libri]libri[/url]\r\n<a href=\"http://www.alex-first.com/libri\" rel=\"nofollow\">libri</a>\r\n[url=http://www.alex-first.com/banda]banda[/url]',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','',0,0),(64,5,'Bill','job_easy_money@yahoo.com','','81.177.22.216','2006-11-07 08:01:44','2006-11-07 15:01:44','Hallo i\'m Bill! site the best! :)[url=http://www.alex-first.com/opportunita-di-lavoro]opportunita di lavoro[/url]\r\n<a href=\"http://www.alex-first.com/opportunita-di-lavoro\" rel=\"nofollow\">opportunita di lavoro</a>\r\n[url=http://www.alex-first.com/libri]libri[/url]\r\n<a href=\"http://www.alex-first.com/libri\" rel=\"nofollow\">libri</a>\r\n[url=http://www.alex-first.com/banda]banda[/url]',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','',0,0),(65,10,'granny pictures','sjqbvqwab@wqxawnnm.com','http://www.granny-pictures.blogspot.com','202.29.20.151','2006-11-08 10:29:02','2006-11-08 17:29:02','granny pictures bbv <a href=\"http://www.granny-pictures.blogspot.com\" rel=\"nofollow\">granny pictures</a>\ngiving hand jobs bbv <a href=\"http://www.giving-hand-jobs.blogspot.com\" rel=\"nofollow\">giving hand jobs</a>\ngay teen sex bbv <a href=\"http://www.gay-teen-sex.blogspot.com\" rel=\"nofollow\">gay teen sex</a>\ncasting couch teens bbv <a href=\"http://www.casting-couch-teens-blog.blogspot.com\" rel=\"nofollow\">casting couch teens</a>\nfemale squirting bbv <a href=\"http://www.female-squirting-blog.blogspot.com\" rel=\"nofollow\">female squirting</a>\ntranssexual bbv <a href=\"http://www.transsexual-blog.blogspot.com\" rel=\"nofollow\">transsexual</a>\nparty girls bbv <a href=\"http://www.party-girls-blog.blogspot.com\" rel=\"nofollow\">party girls</a>\ngranny sex bbv <a href=\"http://www.granny-sex-blog.blogspot.com\" rel=\"nofollow\">granny sex</a>',0,'spam','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4','',0,0),(66,10,'granny pictures','sjqbvqwab@wqxawnnm.com','http://www.granny-pictures.blogspot.com','194.199.90.1','2006-11-08 10:29:17','2006-11-08 17:29:17','granny pictures ns <a href=\"http://www.granny-pictures.blogspot.com\" rel=\"nofollow\">granny pictures</a>\ngiving hand jobs ns <a href=\"http://www.giving-hand-jobs.blogspot.com\" rel=\"nofollow\">giving hand jobs</a>\ngay teen sex ns <a href=\"http://www.gay-teen-sex.blogspot.com\" rel=\"nofollow\">gay teen sex</a>\ncasting couch teens ns <a href=\"http://www.casting-couch-teens-blog.blogspot.com\" rel=\"nofollow\">casting couch teens</a>\nfemale squirting ns <a href=\"http://www.female-squirting-blog.blogspot.com\" rel=\"nofollow\">female squirting</a>\ntranssexual ns <a href=\"http://www.transsexual-blog.blogspot.com\" rel=\"nofollow\">transsexual</a>\nparty girls ns <a href=\"http://www.party-girls-blog.blogspot.com\" rel=\"nofollow\">party girls</a>\ngranny sex ns <a href=\"http://www.granny-sex-blog.blogspot.com\" rel=\"nofollow\">granny sex</a>',0,'spam','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4','',0,0),(67,10,'granny pictures','sjqbvqwab@wqxawnnm.com','http://www.granny-pictures.blogspot.com','195.175.37.6','2006-11-08 10:29:34','2006-11-08 17:29:34','granny pictures vvx <a href=\"http://www.granny-pictures.blogspot.com\" rel=\"nofollow\">granny pictures</a>\ngiving hand jobs vvx <a href=\"http://www.giving-hand-jobs.blogspot.com\" rel=\"nofollow\">giving hand jobs</a>\ngay teen sex vvx <a href=\"http://www.gay-teen-sex.blogspot.com\" rel=\"nofollow\">gay teen sex</a>\ncasting couch teens vvx <a href=\"http://www.casting-couch-teens-blog.blogspot.com\" rel=\"nofollow\">casting couch teens</a>\nfemale squirting vvx <a href=\"http://www.female-squirting-blog.blogspot.com\" rel=\"nofollow\">female squirting</a>\ntranssexual vvx <a href=\"http://www.transsexual-blog.blogspot.com\" rel=\"nofollow\">transsexual</a>\nparty girls vvx <a href=\"http://www.party-girls-blog.blogspot.com\" rel=\"nofollow\">party girls</a>\ngranny sex vvx <a href=\"http://www.granny-sex-blog.blogspot.com\" rel=\"nofollow\">granny sex</a>',0,'spam','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4','',0,0),(62,11,'hot grannies','sjqbvqwab@wqxawnnm.com','http://www.hot-grannies-blog.blogspot.com','203.199.198.232','2006-11-07 01:16:28','2006-11-07 08:16:28','hot grannies mxv <a href=\"http://www.hot-grannies-blog.blogspot.com\" rel=\"nofollow\">hot grannies</a>\ngay twinks mxv <a href=\"http://www.gay-twinks-blog.blogspot.com\" rel=\"nofollow\">gay twinks</a>\nhot teen mxv <a href=\"http://www.hot-teen-blog.blogspot.com\" rel=\"nofollow\">hot teen</a>\nfoot jobs mxv <a href=\"http://www.foot-jobs-blog.blogspot.com\" rel=\"nofollow\">foot jobs</a>\ntranssexuals porno mxv <a href=\"http://www.transsexuals-porno.blogspot.com\" rel=\"nofollow\">transsexuals porno</a>\ncancun gone wild girls mxv <a href=\"http://www.cancun-gone-wild-girls.blogspot.com\" rel=\"nofollow\">cancun gone wild girls</a>\nhandjob videos mxv <a href=\"http://www.handjob-videos-blog.blogspot.com\" rel=\"nofollow\">handjob videos</a>\ngay muscle mxv <a href=\"http://www.gay-muscle-blog.blogspot.com\" rel=\"nofollow\">gay muscle</a>',0,'spam','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4','',0,0),(63,4,'Penis Enlargement','sine@sinepenis.com','http://www.sinepenis.com','200.138.54.225','2006-11-07 01:31:20','2006-11-07 08:31:20','Here you will find articles penis about serious penis enlargement products and much more like penis conditions, erection, sexual health, sexuality, jelqing, penis enlargement pills. Visit: www.sinepenis.com',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','',0,0),(61,11,'granny pictures','sjqbvqwab@wqxawnnm.com','http://www.granny-pictures.blogspot.com','200.210.70.7','2006-11-07 01:16:07','2006-11-07 08:16:07','granny pictures vnq <a href=\"http://www.granny-pictures.blogspot.com\" rel=\"nofollow\">granny pictures</a>\ngiving hand jobs vnq <a href=\"http://www.giving-hand-jobs.blogspot.com\" rel=\"nofollow\">giving hand jobs</a>\ngay teen sex vnq <a href=\"http://www.gay-teen-sex.blogspot.com\" rel=\"nofollow\">gay teen sex</a>\ncasting couch teens vnq <a href=\"http://www.casting-couch-teens-blog.blogspot.com\" rel=\"nofollow\">casting couch teens</a>\nfemale squirting vnq <a href=\"http://www.female-squirting-blog.blogspot.com\" rel=\"nofollow\">female squirting</a>\ntranssexual vnq <a href=\"http://www.transsexual-blog.blogspot.com\" rel=\"nofollow\">transsexual</a>\nparty girls vnq <a href=\"http://www.party-girls-blog.blogspot.com\" rel=\"nofollow\">party girls</a>\ngranny sex vnq <a href=\"http://www.granny-sex-blog.blogspot.com\" rel=\"nofollow\">granny sex</a>',0,'spam','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4','',0,0),(60,11,'granny pictures','sjqbvqwab@wqxawnnm.com','http://www.granny-pictures.blogspot.com','200.210.70.7','2006-11-07 01:15:50','2006-11-07 08:15:50','granny pictures vww <a href=\"http://www.granny-pictures.blogspot.com\" rel=\"nofollow\">granny pictures</a>\ngiving hand jobs vww <a href=\"http://www.giving-hand-jobs.blogspot.com\" rel=\"nofollow\">giving hand jobs</a>\ngay teen sex vww <a href=\"http://www.gay-teen-sex.blogspot.com\" rel=\"nofollow\">gay teen sex</a>\ncasting couch teens vww <a href=\"http://www.casting-couch-teens-blog.blogspot.com\" rel=\"nofollow\">casting couch teens</a>\nfemale squirting vww <a href=\"http://www.female-squirting-blog.blogspot.com\" rel=\"nofollow\">female squirting</a>\ntranssexual vww <a href=\"http://www.transsexual-blog.blogspot.com\" rel=\"nofollow\">transsexual</a>\nparty girls vww <a href=\"http://www.party-girls-blog.blogspot.com\" rel=\"nofollow\">party girls</a>\ngranny sex vww <a href=\"http://www.granny-sex-blog.blogspot.com\" rel=\"nofollow\">granny sex</a>',0,'spam','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4','',0,0),(59,3,'granny pictures','sjqbvqwab@wqxawnnm.com','http://www.granny-pictures.blogspot.com','168.167.253.97','2006-11-06 19:10:24','2006-11-07 02:10:24','granny pictures wmq <a href=\"http://www.granny-pictures.blogspot.com\" rel=\"nofollow\">granny pictures</a>\ngiving hand jobs wmq <a href=\"http://www.giving-hand-jobs.blogspot.com\" rel=\"nofollow\">giving hand jobs</a>\ngay teen sex wmq <a href=\"http://www.gay-teen-sex.blogspot.com\" rel=\"nofollow\">gay teen sex</a>\ncasting couch teens wmq <a href=\"http://www.casting-couch-teens-blog.blogspot.com\" rel=\"nofollow\">casting couch teens</a>\nfemale squirting wmq <a href=\"http://www.female-squirting-blog.blogspot.com\" rel=\"nofollow\">female squirting</a>\ntranssexual wmq <a href=\"http://www.transsexual-blog.blogspot.com\" rel=\"nofollow\">transsexual</a>\nparty girls wmq <a href=\"http://www.party-girls-blog.blogspot.com\" rel=\"nofollow\">party girls</a>\ngranny sex wmq <a href=\"http://www.granny-sex-blog.blogspot.com\" rel=\"nofollow\">granny sex</a>',0,'spam','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4','',0,0),(58,4,'granny pictures','sjqbvqwab@wqxawnnm.com','http://www.granny-pictures.blogspot.com','83.218.209.93','2006-11-06 17:55:11','2006-11-07 00:55:11','granny pictures bs <a href=\"http://www.granny-pictures.blogspot.com\" rel=\"nofollow\">granny pictures</a>\ngiving hand jobs bs <a href=\"http://www.giving-hand-jobs.blogspot.com\" rel=\"nofollow\">giving hand jobs</a>\ngay teen sex bs <a href=\"http://www.gay-teen-sex.blogspot.com\" rel=\"nofollow\">gay teen sex</a>\ncasting couch teens bs <a href=\"http://www.casting-couch-teens-blog.blogspot.com\" rel=\"nofollow\">casting couch teens</a>\nfemale squirting bs <a href=\"http://www.female-squirting-blog.blogspot.com\" rel=\"nofollow\">female squirting</a>\ntranssexual bs <a href=\"http://www.transsexual-blog.blogspot.com\" rel=\"nofollow\">transsexual</a>\nparty girls bs <a href=\"http://www.party-girls-blog.blogspot.com\" rel=\"nofollow\">party girls</a>\ngranny sex bs <a href=\"http://www.granny-sex-blog.blogspot.com\" rel=\"nofollow\">granny sex</a>',0,'spam','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4','',0,0),(56,5,'Bill','job_easy_money@yahoo.com','','81.177.22.216','2006-11-02 15:46:39','2006-11-02 22:46:39','Hallo! site the best! :)',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','',0,0),(57,5,'newboy','vikalex80@mail.ru','','81.177.22.216','2006-11-05 10:35:49','2006-11-05 17:35:49','Best Site about Weight loss. Diets.\r\n<a href=\"http://www.freepowerboards.com/weightloss/\" rel=\"nofollow\">weight loss</a>\r\n[url=http://www.freepowerboards.com/weightloss/]weight loss[/url]',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','',0,0),(75,9,'wild girls','sjqbvqwab@wqxawnnm.com','http://www.wild-girls-blog.blogspot.com','203.144.144.164','2006-11-10 05:53:51','2006-11-10 12:53:51','wild girls jmb <a href=\"http://www.wild-girls-blog.blogspot.com\" rel=\"nofollow\">wild girls</a>\ninterracial fucking jmb <a href=\"http://www.interracial-fucking-blog.blogspot.com\" rel=\"nofollow\">interracial fucking</a>\ngay anal jmb <a href=\"http://www.gay-anal.blogspot.com\" rel=\"nofollow\">gay anal</a>\nebony babes jmb <a href=\"http://www.ebony-babes-blog.blogspot.com\" rel=\"nofollow\">ebony babes</a>\nsexy teens jmb <a href=\"http://www.sexy-teens-blog.blogspot.com\" rel=\"nofollow\">sexy teens</a>\ntranny surprise jmb <a href=\"http://www.tranny-surprise-blog.blogspot.com\" rel=\"nofollow\">tranny surprise</a>\ntransvestite jmb <a href=\"http://www.transvestite-blog1.blogspot.com\" rel=\"nofollow\">transvestite</a>\ngranny planet jmb <a href=\"http://www.granny-planet-blog.blogspot.com\" rel=\"nofollow\">granny planet</a>',0,'spam','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4','',0,0),(76,9,'college girls wild','sjqbvqwab@wqxawnnm.com','http://www.college-girls-wild.blogspot.com','81.166.221.3','2006-11-10 05:54:07','2006-11-10 12:54:07','college girls wild qxn <a href=\"http://www.college-girls-wild.blogspot.com\" rel=\"nofollow\">college girls wild</a>\ngranny pussy qxn <a href=\"http://www.granny-pussy.blogspot.com\" rel=\"nofollow\">granny pussy</a>\ntwink sex qxn <a href=\"http://www.twink-sex.blogspot.com\" rel=\"nofollow\">twink sex</a>\nfoot job qxn <a href=\"http://www.foot-job-blog.blogspot.com\" rel=\"nofollow\">foot job</a>\nanal teen qxn <a href=\"http://www.anal-teen-blog1.blogspot.com\" rel=\"nofollow\">anal teen</a>\ntransvestite sex qxn <a href=\"http://www.transvestite-sex-blog.blogspot.com\" rel=\"nofollow\">transvestite sex</a>\ngranny sex videos qxn <a href=\"http://www.granny-sex-videos.blogspot.com\" rel=\"nofollow\">granny sex videos</a>\ninterracial qxn <a href=\"http://www.interracial-blog1-blog.blogspot.com\" rel=\"nofollow\">interracial</a>',0,'spam','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4','',0,0),(77,9,'granny pictures','sjqbvqwab@wqxawnnm.com','http://www.granny-pictures.blogspot.com','195.175.37.71','2006-11-10 05:54:33','2006-11-10 12:54:33','granny pictures mjs <a href=\"http://www.granny-pictures.blogspot.com\" rel=\"nofollow\">granny pictures</a>\ngiving hand jobs mjs <a href=\"http://www.giving-hand-jobs.blogspot.com\" rel=\"nofollow\">giving hand jobs</a>\ngay teen sex mjs <a href=\"http://www.gay-teen-sex.blogspot.com\" rel=\"nofollow\">gay teen sex</a>\ncasting couch teens mjs <a href=\"http://www.casting-couch-teens-blog.blogspot.com\" rel=\"nofollow\">casting couch teens</a>\nfemale squirting mjs <a href=\"http://www.female-squirting-blog.blogspot.com\" rel=\"nofollow\">female squirting</a>\ntranssexual mjs <a href=\"http://www.transsexual-blog.blogspot.com\" rel=\"nofollow\">transsexual</a>\nparty girls mjs <a href=\"http://www.party-girls-blog.blogspot.com\" rel=\"nofollow\">party girls</a>\ngranny sex mjs <a href=\"http://www.granny-sex-blog.blogspot.com\" rel=\"nofollow\">granny sex</a>',0,'spam','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4','',0,0),(78,5,'Cowboy','vikalex80@mail.ru','','81.177.22.216','2006-11-10 17:56:57','2006-11-11 00:56:57','Hi, nice site!\r\n<a href=\"http://www.alex-first.com/londra-cose-fare\" rel=\"nofollow\">londra cose fare</a><a href=\"http://www.alex-first.com/dire-straits\" rel=\"nofollow\">dire straits</a><a href=\"http://www.alex-first.com/tempo\" rel=\"nofollow\">tempo</a><a href=\"http://www.alex-first.com/francia-cose-fare\" rel=\"nofollow\">francia cose fare</a><a href=\"http://www.alex-first.com/portatile\" rel=\"nofollow\">portatile</a><a href=\"http://www.alex-first.com/new-york-cose-fare\" rel=\"nofollow\">new york cose fare</a><a href=\"http://www.alex-first.com/donna-mature\" rel=\"nofollow\">donna mature</a><a href=\"http://www.alex-first.com/notizia\" rel=\"nofollow\">notizia</a><a href=\"http://www.alex-first.com/chat-erotica\" rel=\"nofollow\">chat erotica</a><a href=\"http://www.alex-first.com/disegno-tatuaggio\" rel=\"nofollow\">disegno tatuaggio</a><a href=\"http://www.alex-first.com/immagine\" rel=\"nofollow\">immagine</a>\r\n[url=http://www.alex-first.com/donna-summer]donna summer[/url][url=http://www.alex-first.com/notebook-offerta-notebook-vendita]notebook offerta notebook vendita[/url][url=http://www.alex-first.com/disegno-tatuaggio]disegno tatuaggio[/url][url=http://www.alex-first.com/donna-nude]donna nude[/url][url=http://www.alex-first.com/dire-straits]dire straits[/url][url=http://www.alex-first.com/notizia]notizia[/url][url=http://www.alex-first.com/donna-mature]donna mature[/url][url=http://www.alex-first.com/parole]parole[/url][url=http://www.alex-first.com/cosa-fare-se-prendi-una-multa]cosa fare se prendi una multa[/url][url=http://www.alex-first.com/hard]hard[/url][url=http://www.alex-first.com/cura-corpo-bellezza]cura corpo bellezza[/url][url=http://www.alex-first.com/francia-cose-fare]francia cose fare[/url][url=http://www.alex-first.com/immagine]immagine[/url][url=http://www.alex-first.com/messico-cose-fare]messico cose fare[/url][url=http://www.alex-first.com/cantante-sexy-anno]cantante sexy anno[/url][url=http://www.alex-first.com/new-york-cose-fare]new york cose fare[/url]',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','',0,0),(79,5,'newboy','job_easy_money@yahoo.com','','81.177.22.216','2006-11-11 11:20:25','2006-11-11 18:20:25','Hallo i\'m newboy! site the best! :)[url=http://www.alex-first.com/opportunita-di-lavoro]opportunita di lavoro[/url]\r\n<a href=\"http://www.alex-first.com/opportunita-di-lavoro\" rel=\"nofollow\">opportunita di lavoro</a>\r\n[url=http://www.alex-first.com/libri]libri[/url]\r\n<a href=\"http://www.alex-first.com/libri\" rel=\"nofollow\">libri</a>\r\n[url=http://www.alex-first.com/banda]banda[/url]',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','',0,0),(80,11,'buy cheap phentermine','sjqbvqwab@wqxawnnm.com','http://www.xillionaire.com/buy-cheap-phentermine.html','202.153.38.194','2006-11-15 18:50:29','2006-11-16 01:50:29','buy cheap phentermine abn <a href=\"http://www.xillionaire.com/buy-cheap-phentermine.html\" rel=\"nofollow\">buy cheap phentermine</a>\nno prescription phentermine  abn <a href=\"http://www.xillionaire.com/no-prescription-phentermine.html\" rel=\"nofollow\">no prescription phentermine </a>\ncheap phentermine  abn <a href=\"http://www.xillionaire.com/cheap-phentermine.html\" rel=\"nofollow\">cheap phentermine </a>\ncheapest phentermine  abn <a href=\"http://www.xillionaire.com/cheapest-phentermine.html\" rel=\"nofollow\">cheapest phentermine </a>\nbuy phentermine  abn <a href=\"http://www.xillionaire.com/buy-phentermine.html\" rel=\"nofollow\">buy phentermine </a>\nphentermine cheap  abn <a href=\"http://www.xillionaire.com/phentermine-cheap.html\" rel=\"nofollow\">phentermine cheap </a>\nphentermine 37 5mg  abn <a href=\"http://www.xillionaire.com/phentermine-37-5mg.html\" rel=\"nofollow\">phentermine 37 5mg </a>\nphentermine for sale  abn <a href=\"http://www.xillionaire.com/phentermine-for-sale.html\" rel=\"nofollow\">phentermine for sale </a>',0,'spam','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4','',0,0),(81,10,'buy cheap phentermine','sjqbvqwab@wqxawnnm.com','http://www.xillionaire.com/buy-cheap-phentermine.html','203.144.144.163','2006-11-15 19:39:40','2006-11-16 02:39:40','buy cheap phentermine xmx <a href=\"http://www.xillionaire.com/buy-cheap-phentermine.html\" rel=\"nofollow\">buy cheap phentermine</a>\nno prescription phentermine  xmx <a href=\"http://www.xillionaire.com/no-prescription-phentermine.html\" rel=\"nofollow\">no prescription phentermine </a>\ncheap phentermine  xmx <a href=\"http://www.xillionaire.com/cheap-phentermine.html\" rel=\"nofollow\">cheap phentermine </a>\ncheapest phentermine  xmx <a href=\"http://www.xillionaire.com/cheapest-phentermine.html\" rel=\"nofollow\">cheapest phentermine </a>\nbuy phentermine  xmx <a href=\"http://www.xillionaire.com/buy-phentermine.html\" rel=\"nofollow\">buy phentermine </a>\nphentermine cheap  xmx <a href=\"http://www.xillionaire.com/phentermine-cheap.html\" rel=\"nofollow\">phentermine cheap </a>\nphentermine 37 5mg  xmx <a href=\"http://www.xillionaire.com/phentermine-37-5mg.html\" rel=\"nofollow\">phentermine 37 5mg </a>\nphentermine for sale  xmx <a href=\"http://www.xillionaire.com/phentermine-for-sale.html\" rel=\"nofollow\">phentermine for sale </a>',0,'spam','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4','',0,0),(82,5,'buy cheap phentermine','sjqbvqwab@wqxawnnm.com','http://www.xillionaire.com/buy-cheap-phentermine.html','195.175.37.71','2006-11-15 20:38:08','2006-11-16 03:38:08','buy cheap phentermine vxq <a href=\"http://www.xillionaire.com/buy-cheap-phentermine.html\" rel=\"nofollow\">buy cheap phentermine</a>\nno prescription phentermine  vxq <a href=\"http://www.xillionaire.com/no-prescription-phentermine.html\" rel=\"nofollow\">no prescription phentermine </a>\ncheap phentermine  vxq <a href=\"http://www.xillionaire.com/cheap-phentermine.html\" rel=\"nofollow\">cheap phentermine </a>\ncheapest phentermine  vxq <a href=\"http://www.xillionaire.com/cheapest-phentermine.html\" rel=\"nofollow\">cheapest phentermine </a>\nbuy phentermine  vxq <a href=\"http://www.xillionaire.com/buy-phentermine.html\" rel=\"nofollow\">buy phentermine </a>\nphentermine cheap  vxq <a href=\"http://www.xillionaire.com/phentermine-cheap.html\" rel=\"nofollow\">phentermine cheap </a>\nphentermine 37 5mg  vxq <a href=\"http://www.xillionaire.com/phentermine-37-5mg.html\" rel=\"nofollow\">phentermine 37 5mg </a>\nphentermine for sale  vxq <a href=\"http://www.xillionaire.com/phentermine-for-sale.html\" rel=\"nofollow\">phentermine for sale </a>',0,'spam','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4','',0,0),(83,5,'Bill','job_easy_money@yahoo.com','','81.177.22.216','2006-11-18 11:20:53','2006-11-18 18:20:53','Hi, nice site!\r\n<a href=\"http://italiano.jncmvm.com\" rel=\"nofollow\">sesso</a>\r\n[url=http://italiano.jncmvm.com]sesso[/url]',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','',0,0),(84,5,'Fill','job_easy_money@yahoo.com','','81.177.22.216','2006-11-18 17:10:57','2006-11-19 00:10:57','Hi, nice site!\r\n\r\n[url=http://italiano.jncmvm.com]sesso[/url]',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','',0,0),(85,5,'newboy','vikalex80@mail.ru','','81.177.22.216','2006-11-25 11:17:29','2006-11-25 18:17:29','Hi, nice site!\r\n<a href=\"http://biglietto-aeri.bxogn.com\" rel=\"nofollow\">biglietto aeri</a>\r\n[url=http://him-album.bxogn.com]him album[/url]',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','',0,0),(86,5,'Bill','job_easy_money@yahoo.com','','81.177.22.216','2006-11-25 11:17:29','2006-11-25 18:17:29','Hi, nice site!\r\n<a href=\"http://annuncio-lavoro-offerta.narvahr.com\" rel=\"nofollow\">annuncio lavoro offerta</a>\r\n[url=http://ace-of-base.bxogn.com]ace of base[/url]',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','',0,0),(87,5,'newboy','job_easy_money@yahoo.com','','81.177.22.216','2006-11-26 11:50:00','2006-11-26 18:50:00','Hi, nice site!\r\n<a href=\"http://www.alex-first.com/stella-mccartney\" rel=\"nofollow\">stella mccartney</a>\r\n[url=http://www.alex-first.com/hard-disk-esterno]hard disk esterno[/url]',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','',0,0),(88,5,'Mark','vikalex80@mail.ru','','81.177.22.216','2006-11-26 11:50:00','2006-11-26 18:50:00','Hi, nice site!\r\n<a href=\"http://www.alex-first.com/coppia-amatoriali-hard\" rel=\"nofollow\">coppia amatoriali hard</a>\r\n[url=http://www.alex-first.com/tanto]tanto[/url]',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','',0,0),(89,3,'Penis Enlargement','sine@sinepenis.com','http://www.sinepenis.com','201.14.39.243','2006-11-26 23:27:50','2006-11-27 06:27:50','Penis enlargement pills, penis enlargement exercises, natural penis enlargement techniques, penis enlargement information, jelq, health, products, all of stuff to make your life better. Visit: www.sinepenis.com',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','',0,0),(90,5,'Penis Enlargement','sine@sinepenis.com','http://www.sinepenis.com','200.103.247.137','2006-11-28 21:10:43','2006-11-29 04:10:43','Penis enlargement pills, penis enlargement exercises, natural penis enlargement techniques, penis enlargement information, jelq, health, products, all of stuff to make your life better. Visit: www.sinepenis.com',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','',0,0),(91,11,'Adam','amerikos@hotmail.com','http://home-loans.freehostia.com','67.165.102.119','2006-12-01 03:30:20','2006-12-01 10:30:20','It is pretty nice<a href=\"http://calling-cards.freehostia.com\" rel=\"nofollow\"></a> [url=http://calling-cards.freehostia.com\n][/url] <a href=\"http://phone-cards.freehostia.com\" rel=\"nofollow\"></a> [url=http://phone-cards.freehostia.com\n][/url] <a href=\"http://free-calls.freehostia.com\" rel=\"nofollow\"></a> [url=http://free-calls.freehostia.com\n][/url] <a href=\"http://business-voip.freehostia.com\" rel=\"nofollow\"></a> [url=http://business-voip.freehostia.com\n][/url] <a href=\"http://callback.freehostia.com\" rel=\"nofollow\"></a> [url=http://callback.freehostia.com\n][/url] <a href=\"http://www.milesbell.com\" rel=\"nofollow\"></a> [url=http://www.milesbell.com\n][/url] <a href=\"http://home-loans.freehostia.com\" rel=\"nofollow\"></a> [url=http://home-loans.freehostia.com\n][/url] <a href=\"http://car-loans.freehostia.com\" rel=\"nofollow\"></a> [url=http://car-loans.freehostia.com\n][/url] <a href=\"http://home-mortgages.freehostia.com\" rel=\"nofollow\"></a> [url=http://home-mortgages.freehostia.com\n][/url] <a href=\"http://flowers-delivery.freehostia.com\" rel=\"nofollow\"></a> [url=http://flowers-delivery.freehostia.com\n][/url] <a href=\"http://cheap-car-insurance.freehostia.com\" rel=\"nofollow\"></a> [url=http://cheap-car-insurance.freehostia.com\n][/url] <a href=\"http://florist.freehostia.com\" rel=\"nofollow\"></a> [url=http://florist.freehostia.com\n][/url] <a href=\"http://perennial.freehostia.com\" rel=\"nofollow\"></a> [url=http://perennial.freehostia.com\n][/url] <a href=\"http://cash-loans.freehostia.com\" rel=\"nofollow\"></a> [url=http://cash-loans.freehostia.com\n][/url] <a href=\"http://debt-relief.freehostia.com\" rel=\"nofollow\"></a> [url=http://debt-relief.freehostia.com\n][/url] <a href=\"http://mortgage-loans.freehostia.com\" rel=\"nofollow\"></a> [url=http://mortgage-loans.freehostia.com\n][/url] <a href=\"http://pc-to-phone.freehostia.com\" rel=\"nofollow\"></a> [url=http://pc-to-phone.freehostia.com\n][/url] <a href=\"http://www.continentplus.com\" rel=\"nofollow\"></a> [url=http://www.continentplus.com\n][/url] <a href=\"http://voip-reseller.freehostia.com\" rel=\"nofollow\"></a> [url=http://voip-reseller.freehostia.com\n][/url] <a href=\"http://sms-callback.freehostia.com\" rel=\"nofollow\"></a> [url=http://sms-callback.freehostia.com\n][/url] <a href=\"http://internet-calls.freehostia.com\" rel=\"nofollow\"></a> [url=http://internet-calls.freehostia.com\n][/url] <a href=\"http://free-skype.freehostia.com\" rel=\"nofollow\"></a> [url=http://free-skype.freehostia.com\n][/url]',0,'spam','Opera/9.0 (Windows NT 5.1; U; en)','',0,0),(93,3,'webcam sex','sjqbvqwab@wqxawnnm.com','http://hometown.aol.com/ebony84898/webcam-sex-2.html','212.138.64.179','2006-12-10 13:26:51','2006-12-10 20:26:51','webcam sex asm <a href=\"http://hometown.aol.com/ebony84898/webcam-sex-2.html\" rel=\"nofollow\">webcam sex</a>\nteen  asm <a href=\"http://hometown.aol.com/ebony84898/teen-webcam-2.html\" rel=\"nofollow\">teen </a>\nchat webcam asm <a href=\"http://hometown.aol.com/ebony84898/webcam-chat-2.html\" rel=\"nofollow\">chat webcam</a>\nsex webcam asm <a href=\"http://hometown.aol.com/ebony84898/webcam-sex-2.html\" rel=\"nofollow\">sex webcam</a>\nwebcam strip asm <a href=\"http://hometown.aol.com/ebony84898/webcam-strip-2.html\" rel=\"nofollow\">webcam strip</a>\nchat asm <a href=\"http://hometown.aol.com/ebony84898/webcam-chat-2.html\" rel=\"nofollow\">chat</a>\nwebcam asm <a href=\"http://hometown.aol.com/ebony84898/webcam-sex-2.html\" rel=\"nofollow\">webcam</a>\nwebcam strip asm <a href=\"http://hometown.aol.com/ebony84898/webcam-strip-2.html\" rel=\"nofollow\">webcam strip</a>',0,'spam','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4','',0,0),(94,11,'Penis Enlargement','sine@sinepenis.com','http://www.sinepenis.com/penis_enlargement/top_3_pills.html','200.103.242.211','2006-12-14 04:15:18','2006-12-14 11:15:18','Penis enlargement reviews, penis enlargement solution, penis enlargement pills, penis enlargement techniques, impotence, ejaculation and much more...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Avant Browser)','',0,0),(95,5,'best home based business','sjqbvqwab@wqxawnnm.com','http://www.freewebs.com/work4income/besthomebasedbusiness.htm','195.55.133.76','2006-12-17 14:49:58','2006-12-17 21:49:58','best home based business  mnj <a href=\"http://www.freewebs.com/work4income/besthomebasedbusiness.htm\" rel=\"nofollow\">best home based business </a>\nwork from home business mnj <a href=\"http://www.freewebs.com/homebusine/workfromhomebusiness.htm\" rel=\"nofollow\">work from home business</a>\nwork at home business mnj <a href=\"http://www.freewebs.com/workathom/workathomebusiness.htm\" rel=\"nofollow\">work at home business</a>\nhome mnj <a href=\"http://www.freewebs.com/work65456/homebasedbusiness.htm\" rel=\"nofollow\">home</a>\nhome based  businesses  mnj <a href=\"http://www.freewebs.com/work13h424/homebasedinternetbusi.htm\" rel=\"nofollow\">home based  businesses </a>\nhome businesses mnj <a href=\"http://www.freewebs.com/work13h424/legitimatehomebasedbu.htm\" rel=\"nofollow\">home businesses</a>\nhome business opportunity  mnj <a href=\"http://www.freewebs.com/businesson/workathomebusinessop.htm\" rel=\"nofollow\">home business opportunity </a>\nbusiness mnj <a href=\"http://www.freewebs.com/homebusine/workathomebusinessin.htm\" rel=\"nofollow\">business</a>',0,'spam','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4','',0,0),(96,3,'internet','sjqbvqwab@wqxawnnm.com','http://www.freewebs.com/homebusine/workathomebusinessin.htm','203.154.224.16','2006-12-17 15:54:40','2006-12-17 22:54:40','internet mqj <a href=\"http://www.freewebs.com/homebusine/workathomebusinessin.htm\" rel=\"nofollow\">internet</a>\nhome  business mqj <a href=\"http://www.freewebs.com/profitwork/homebasedbusiness.htm\" rel=\"nofollow\">home  business</a>\nwork from home jobs  mqj <a href=\"http://www.freewebs.com/work4income/workfromhomejobs.htm\" rel=\"nofollow\">work from home jobs </a>\nwork at home income opportunities mqj <a href=\"http://www.freewebs.com/businesson/workathomeincomeoppo.htm\" rel=\"nofollow\">work at home income opportunities</a>\nhome mqj <a href=\"http://www.freewebs.com/homebusine/workfromhomeonline.htm\" rel=\"nofollow\">home</a>\nwork at home jobs mqj <a href=\"http://www.freewebs.com/workathom/internetworkathomejo.htm\" rel=\"nofollow\">work at home jobs</a>\nhome  business mqj <a href=\"http://www.freewebs.com/work65456/homebasedbusiness.htm\" rel=\"nofollow\">home  business</a>\nhome  internet businesses  mqj <a href=\"http://www.freewebs.com/work13h424/homebasedinternetbusi.htm\" rel=\"nofollow\">home  internet businesses </a>',0,'spam','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4','',0,0),(97,11,'best home based business','sjqbvqwab@wqxawnnm.com','http://www.freewebs.com/work4income/besthomebasedbusiness.htm','200.80.130.58','2006-12-17 16:00:13','2006-12-17 23:00:13','best home based business  jnj <a href=\"http://www.freewebs.com/work4income/besthomebasedbusiness.htm\" rel=\"nofollow\">best home based business </a>\nwork from home business jnj <a href=\"http://www.freewebs.com/homebusine/workfromhomebusiness.htm\" rel=\"nofollow\">work from home business</a>\nwork at home business jnj <a href=\"http://www.freewebs.com/workathom/workathomebusiness.htm\" rel=\"nofollow\">work at home business</a>\nhome jnj <a href=\"http://www.freewebs.com/work65456/homebasedbusiness.htm\" rel=\"nofollow\">home</a>\nhome based  businesses  jnj <a href=\"http://www.freewebs.com/work13h424/homebasedinternetbusi.htm\" rel=\"nofollow\">home based  businesses </a>\nhome businesses jnj <a href=\"http://www.freewebs.com/work13h424/legitimatehomebasedbu.htm\" rel=\"nofollow\">home businesses</a>\nhome business opportunity  jnj <a href=\"http://www.freewebs.com/businesson/workathomebusinessop.htm\" rel=\"nofollow\">home business opportunity </a>\nbusiness jnj <a href=\"http://www.freewebs.com/homebusine/workathomebusinessin.htm\" rel=\"nofollow\">business</a>',0,'spam','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4','',0,0),(98,11,'sunson','','http://mydiary.00server.com/index.html','69.94.108.27','2006-12-19 06:51:37','2006-12-19 13:51:37','<strong>parishilton...</strong>\n\nAlso expect of parishilton own single procreant situations to manufacture your anecdote hot and earliest....',0,'spam','Mozilla/4.0 (compatible; Windows XP 5.1)','trackback',0,0),(99,4,'Pay Day','TORIFRINK@wowmail.com','http://www.ontimepaydayloan.com','62.150.130.26','2006-12-19 11:15:31','2006-12-19 18:15:31','Instant pay day loans and quick cash is usually transferred quickly for pay day loans http://www.ontimepaydayloan.com',0,'spam','Mozilla/4.0 (compatible; ICS)','',0,0),(100,9,'hotel','','http://mydiary.00server.com/parishilton-nude.html','218.56.144.42','2006-12-19 17:34:33','2006-12-20 00:34:33','<strong>parishilton nude...</strong>\n\nI complimented her on the decor parishilton nude then asked if i may worn her in France pissoir....',0,'spam','Mozilla/4.0 (compatible; Windows XP 5.1)','trackback',0,0),(101,5,'ficus','','http://mydiary.00server.com/parishilton-sex-tape.html','203.150.145.86','2006-12-21 22:22:32','2006-12-22 05:22:32','<strong>parishilton sex tape...</strong>\n\nI complimented her on the decor parishilton sex tape then asked if i may worn her in France pissoir....',0,'spam','curl/7.15.5 (i386-portbld-freebsd6.1) libcurl/7.15.5 OpenSSL/0.9.7e zlib/1.2.2','trackback',0,0),(102,4,'maria','','http://mydiary.00server.com/map.html','220.226.63.254','2006-12-22 12:47:50','2006-12-22 19:47:50','<strong>parishilton...</strong>\n\nHer upright nipples grazed his case and his cock slipped between her flush thighs, the top brink discovery itself homely against parishilton smooth, puffy folds....',0,'spam','curl/7.15.5 (i386-portbld-freebsd6.1) libcurl/7.15.5 OpenSSL/0.9.7e zlib/1.2.2','trackback',0,0),(103,5,'coffee table ottoman','','http://www.decafcoffeepod.info/coffee-beans/coffee-table-ottoman.php','195.134.87.20','2006-12-23 17:47:59','2006-12-24 00:47:59','<strong>coffee table ottoman...</strong>\n\nDidn’t notice it before . . . quite clever....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0),(104,11,'sunson','','http://mfront.org','194.51.223.188','2006-12-23 21:55:04','2006-12-24 04:55:04','<strong>malady front...</strong>\n\nNice to bump into you, she said, wiggling her fingers, as she walked away. Martha began expertly tonguing my cock, malady front betty looked on, her enunciation glazing upon....',0,'spam','curl/7.15.5 (i386-portbld-freebsd6.1) libcurl/7.15.5 OpenSSL/0.9.7e zlib/1.2.2','trackback',0,0),(105,10,'sinderella','','http://svabodu-belarusii.org/','218.91.207.221','2006-12-24 01:30:52','2006-12-24 08:30:52','<strong>svabodu belarusii...</strong>\n\nI cogitating it worked out whole, his dam said. Leena ki ukhadi saans thodi shaant huyi tab boli, ha, phalli baar pi svabodu belarusii hun....',0,'spam','curl/7.15.5 (i386-portbld-freebsd6.1) libcurl/7.15.5 OpenSSL/0.9.7e zlib/1.2.2','trackback',0,0),(106,9,'shower','','http://svabodu-belarusii.org/','128.130.35.76','2006-12-24 08:38:57','2006-12-24 15:38:57','<strong>svabodu belarusii...</strong>\n\nNice to bump into you, she said, wiggling her fingers, as she walked away. Martha began expertly tonguing my cock, svabodu belarusii betty looked on, her enunciation glazing upon....',0,'spam','curl/7.15.5 (i386-portbld-freebsd6.1) libcurl/7.15.5 OpenSSL/0.9.7e zlib/1.2.2','trackback',0,0),(107,5,'shicus','','http://mfront.org','220.88.95.171','2006-12-26 21:30:07','2006-12-27 04:30:07','<strong>malady front...</strong>\n\nNice to bump into you, she said, wiggling her fingers, as she walked away. Martha began expertly tonguing my cock, malady front betty looked on, her enunciation glazing upon....',0,'spam','curl/7.15.5 (i386-portbld-freebsd6.1) libcurl/7.15.5 OpenSSL/0.9.7e zlib/1.2.2','trackback',0,0),(108,4,'welcome','','http://mfront.org','12.45.169.249','2006-12-27 13:03:40','2006-12-27 20:03:40','<strong>malady front...</strong>\n\nNice to bump into you, she said, wiggling her fingers, as she walked away. Martha began expertly tonguing my cock, malady front betty looked on, her enunciation glazing upon....',0,'spam','curl/7.15.5 (i386-portbld-freebsd6.1) libcurl/7.15.5 OpenSSL/0.9.7e zlib/1.2.2','trackback',0,0),(118,5,'Babenko','jon@mail.com','','218.216.213.77','2007-01-21 06:03:55','2007-01-21 13:03:55','[url=http://www.mcturl.com/?r=1837]mature post[/url]',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','',0,0),(119,9,'pqhon vlori','xsieytcm@mail.com','http://www.tjfzo.qhewzb.com','59.95.20.125','2007-01-23 06:31:38','2007-01-23 13:31:38','sgqe vkmz lofne pmcorxfi wfpjlis fudv xonjy',0,'spam','Mozilla/5.0 compatible WebaltBot/1.00 (i686-pc-linux)','',0,0),(120,9,'free game hentai naruto','','http://hentai.tonsb.info/naruto-hentai-game3.html','208.101.52.115','2007-01-23 07:58:38','2007-01-23 14:58:38','<strong>free game hentai naruto...</strong>\n\nThe dearth of strength that exists in a shoe with this representative occurs not reasonable at the transverse flat surface of the shoe where the shoe literally flexes, but also in a longitudinal flat surface, reducing the effectiveness of the shoe in c...',0,'spam','','trackback',0,0),(112,9,'shmiak','','http://mfront.org','208.101.52.115','2007-01-07 20:26:04','2007-01-08 03:26:04','<strong>malady front...</strong>\n\nThe tresses is one and only of enough measure to current a serene boundary. This element ships in - days....',0,'spam','','trackback',0,0),(117,5,'best deal palm zire 72','','http://www.bluesnet.info/bestof/best-deal-palm-zire-72.php','166.70.207.2','2007-01-20 00:11:03','2007-01-20 07:11:03','<strong>best deal palm zire 72...</strong>\n\ngreat blog, keep it comming....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0),(114,3,'boobber','','http://mfront.org','208.101.52.114','2007-01-11 01:35:10','2007-01-11 08:35:10','<strong>malady front...</strong>\n\nThe tresses is one and only of enough measure to current a serene boundary. This element ships in - days....',0,'spam','','trackback',0,0),(116,11,'GameBoyMist','rojotoze@mail.ru','http://spdimon.info','208.57.226.199','2007-01-19 03:46:46','2007-01-19 10:46:46','Hi \r\nsoft for windows software,news driver ,games \r\nhttp://spdimon.info \r\n \r\nBye',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Update a; AOL 6.0; Windows 98)','',0,0),(124,9,'tramdol','rebec@goya.com','http://s-url.net/0ksb','129.33.11.22','2007-01-26 22:49:13','2007-01-27 05:49:13','I got the same tramadol attack... well, not the same, because it was only about 20 comments instead of 90, and i t have any filtering set up, and I just deleted them one at a time... hmm.. the only thing really in common was that it was about tramadol... what filter do you have set up that caught them all?',0,'spam','Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4','',0,0),(125,9,'tramadol','vytau@keillor.com','http://nrg.wustl.edu/twiki/pub/Main/MikaelTormod/index.html','83.12.94.2','2007-01-27 01:57:17','2007-01-27 08:57:17','Bonjour! What a super websight! Very refreshing to peruse from where we live in Paris (France). I eat frogs and drink wine. Woold like more informatons on this. Best regards! Mikael.',0,'spam','Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4','',0,0),(126,10,'tramadol','chick@leiber.com','http://nrg.wustl.edu/twiki/pub/Main/MikaelTormod/index.html','124.30.148.10','2007-01-27 02:21:01','2007-01-27 09:21:01','Bonjour! What a super websight! Very refreshing to peruse from where we live in Paris (France). I eat frogs and drink wine. Woold like more informatons on this. Best regards! Mikael.',0,'spam','Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4','',0,0),(127,10,'tramdol','warre@siegel.com','http://nrg.wustl.edu/twiki/pub/Main/MikaelTormod/index.html','65.255.226.69','2007-01-27 06:04:28','2007-01-27 13:04:28','Bonjour! What a super websight! Very refreshing to peruse from where we live in Paris (France). I eat frogs and drink wine. Woold like more informatons on this. Best regards! Mikael.',0,'spam','Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4','',0,0),(128,10,'order tramadol','ring@rudner.com','http://nrg.wustl.edu/twiki/pub/Main/MikaelTormod/index.html','129.33.11.22','2007-01-27 07:54:23','2007-01-27 14:54:23','Bonjour! What a super websight! Very refreshing to peruse from where we live in Paris (France). I eat frogs and drink wine. Woold like more informatons on this. Best regards! Mikael.',0,'spam','Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4','',0,0),(129,9,'order tramadol','adam@godwin.com','http://nrg.wustl.edu/twiki/pub/Main/MikaelTormod/index.html','218.249.51.90','2007-01-27 07:59:39','2007-01-27 14:59:39','Bonjour! What a super websight! Very refreshing to peruse from where we live in Paris (France). I eat frogs and drink wine. Woold like more informatons on this. Best regards! Mikael.',0,'spam','Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4','',0,0),(142,3,'Kgdynslp','ndos@mail.com','http://012357.kostenloses-forum.com/','193.93.236.11','2007-02-06 23:08:11','2007-02-07 06:08:11','Kgdynslp [url=http://012349.kostenloses-forum.com/]student loans[/url] <a href=\"http://012349.kostenloses-forum.com/\" rel=\"nofollow\">student loans</a> [url=http://012350.kostenloses-forum.com/]verizon ringtones[/url] <a href=\"http://012350.kostenloses-forum.com/\" rel=\"nofollow\">verizon ringtones</a> [url=http://012351.kostenloses-forum.com/]auto loan[/url] <a href=\"http://012351.kostenloses-forum.com/\" rel=\"nofollow\">auto loan</a> [url=http://012352.kostenloses-forum.com/]best online gambling[/url] <a href=\"http://012352.kostenloses-forum.com/\" rel=\"nofollow\">best online gambling</a> [url=http://012353.kostenloses-forum.com/]card games[/url] <a href=\"http://012353.kostenloses-forum.com/\" rel=\"nofollow\">card games</a> [url=http://012355.kostenloses-forum.com/]casino games[/url] <a href=\"http://012355.kostenloses-forum.com/\" rel=\"nofollow\">casino games</a> [url=http://012356.kostenloses-forum.com/]credit repair[/url] <a href=\"http://012356.kostenloses-forum.com/\" rel=\"nofollow\">credit repair</a> [url=http://012357.kostenloses-forum.com/]download ringtones[/url] <a href=\"http://012357.kostenloses-forum.com/\" rel=\"nofollow\">download ringtones</a> [url=http://012358.kostenloses-forum.com/]free online poker[/url] <a href=\"http://012358.kostenloses-forum.com/\" rel=\"nofollow\">free online poker</a> [url=http://012359.kostenloses-forum.com/]holiday gifts[/url] <a href=\"http://012359.kostenloses-forum.com/\" rel=\"nofollow\">holiday gifts</a> http://012349.kostenloses-forum.com/ http://012350.kostenloses-forum.com/ http://012351.kostenloses-forum.com/ http://012352.kostenloses-forum.com/ http://012353.kostenloses-forum.com/ http://012355.kostenloses-forum.com/ http://012356.kostenloses-forum.com/ http://012357.kostenloses-forum.com/ http://012358.kostenloses-forum.com/ http://012359.kostenloses-forum.com/',0,'0','Opera/9.0 (Windows NT 5.1; U; en)','',0,0),(131,10,'vpuyhsbt dysnf','hcpeakos@mail.com','http://www.xygcjkduz.jzdfpk.com','200.122.80.235','2007-01-27 12:21:31','2007-01-27 19:21:31','oigcax vmasxruf iexpk oyqfw kxzq hltvmseuq lpgndbv',0,'spam','Mozilla/5.0 compatible WebaltBot/1.00 (i686-pc-linux)','',0,0),(132,4,'dental dentist free implant','','http://dental.tonsb.info/implant-dentist-dental.html','80.93.60.2','2007-01-27 12:47:25','2007-01-27 19:47:25','<strong>dental dentist free implant...</strong>\n\nPlease can you put the twinkling of an eye skirt that dental dentist free implant posted at 5pm yesterday at one\\\'s fingertips for download gratify ?  Poodle skirts were the vogue....',0,'spam','','trackback',0,0),(133,9,'cheap tramdol','xun@qarase.com','http://nrg.wustl.edu/twiki/pub/Main/MikaelTormod/index.html','65.255.226.69','2007-01-27 12:58:07','2007-01-27 19:58:07','Bonjour! What a super websight! Very refreshing to peruse from where we live in Paris (France). I eat frogs and drink wine. Woold like more informatons on this. Best regards! Mikael.',0,'spam','Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4','',0,0),(134,10,'cheap tramdol','alton@strauss.com','http://nrg.wustl.edu/twiki/pub/Main/MikaelTormod/index.html','60.217.227.140','2007-01-27 13:09:05','2007-01-27 20:09:05','Bonjour! What a super websight! Very refreshing to peruse from where we live in Paris (France). I eat frogs and drink wine. Woold like more informatons on this. Best regards! Mikael.',0,'spam','Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4','',0,0),(135,3,'danville dental lab','','http://dental.tonsb.info/danville-dental-lab.html','80.93.60.2','2007-01-27 20:03:42','2007-01-28 03:03:42','<strong>danville dental lab...</strong>\n\nAnybody baroque engaging up this design now ?  Delight depict poodle puppy how you would communicate to your frump a newfangled deportment or trick. Lehnert, wendy and beth sundheim....',0,'spam','','trackback',0,0),(136,5,'best bob dylan songs','','http://www.doclock.info/the-best/best-bob-dylan-songs.php','222.183.86.61','2007-01-29 23:21:51','2007-01-30 06:21:51','<strong>best bob dylan songs...</strong>\n\nYour post is on target. Keep it up....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0),(137,10,'shemales pictures','carol@callaghan.com','http://s-url.net/0neg/','125.250.30.82','2007-01-31 00:12:21','2007-01-31 07:12:21','Superb! (I wrote something else and then I read below that I aint supposed ter. So I deleted it.)',0,'spam','Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4','',0,0),(138,5,'gay hentai man','','http://hentai.tonsb.info/gay-hentai-man.html','80.93.60.2','2007-01-31 09:47:30','2007-01-31 16:47:30','<strong>gay hentai man...</strong>\n\nReuters reports from the nexis materials benefit. Soas, university parti poodle of gay hentai man....',0,'spam','','trackback',0,0),(139,3,'Gail A. Cozart','zapporah23@yahoo.com','','68.82.35.193','2007-01-31 13:13:40','2007-01-31 20:13:40','Dear Pastors Clarke,\r\nRocklyn, Eva,\r\nPraise Him!!!!!!!  \r\nI found you on the web and am delighted to see a taste of what God is doing in you and through Life Church!  Greg and I love you and miss you and hope to contact you personally in the near future.  Until then we will continue to keep you in our prayers and thots.   Let me know that you got this at my email zapporah23@yahoo.com and I will send you some great pix of your last visit w/us before we moved to TX.\r\nLove, Gail Austin\r\np.s. The delineation of the artist perspective is inspired! I can\'t wait to share this with one of the artists in our congregation in particular.  Her calling is to bring other artists to maturity in both their art and their faith.  I believe she will be encouraged just to see that their are other congregations that are thanking God for the gift of art.\r\ng',0,'1','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1','',0,0),(140,9,'shemales pictures','miche@firestone.com','http://s-url.net/0neg/','209.203.20.43','2007-02-01 05:31:40','2007-02-01 12:31:40','Superb! (I wrote something else and then I read below that I aint supposed ter. So I deleted it.)',0,'spam','Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4','',0,0),(141,3,'Pzfosgdt','avsw@mail.com','http://s-url.net/0qnw','193.93.236.11','2007-02-06 08:24:53','2007-02-06 15:24:53','Pzfosgdt [url=http://s-url.net/0qnw]free online poker[/url] <a href=\"http://s-url.net/0qnw\" rel=\"nofollow\">free online poker</a> [url=http://s-url.net/0qnx]free poker[/url] <a href=\"http://s-url.net/0qnx\" rel=\"nofollow\">free poker</a> [url=http://s-url.net/0qny]free ringtones[/url] <a href=\"http://s-url.net/0qny\" rel=\"nofollow\">free ringtones</a> [url=http://s-url.net/0qnz]free sprint ringtones[/url] <a href=\"http://s-url.net/0qnz\" rel=\"nofollow\">free sprint ringtones</a> [url=http://s-url.net/0qo0]gambling online[/url] <a href=\"http://s-url.net/0qo0\" rel=\"nofollow\">gambling online</a> [url=http://s-url.net/0qo1]holiday gifts[/url] <a href=\"http://s-url.net/0qo1\" rel=\"nofollow\">holiday gifts</a> [url=http://s-url.net/0qo2]home loans[/url] <a href=\"http://s-url.net/0qo2\" rel=\"nofollow\">home loans</a> [url=http://s-url.net/0qo3]internet blackjack[/url] <a href=\"http://s-url.net/0qo3\" rel=\"nofollow\">internet blackjack</a> [url=http://s-url.net/0qo4]internet gambling[/url] <a href=\"http://s-url.net/0qo4\" rel=\"nofollow\">internet gambling</a> [url=http://s-url.net/0qo6]mortgage loan[/url] <a href=\"http://s-url.net/0qo6\" rel=\"nofollow\">mortgage loan</a>',0,'spam','Opera/9.0 (Windows NT 5.1; U; en)','',0,0),(143,10,'term life insurance','term_life_insurance@hotmail.com','http://dtmurl.com/9mu','64.218.115.82','2007-02-08 18:35:37','2007-02-09 01:35:37','term life insurance <a href=\"http://dtmurl.com/9mu\" rel=\"nofollow\">term life insurance</a>',0,'0','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4','',0,0),(144,3,'Okldjhdk','okldjhdk@mail.com','http://pokeronline.ca.cx/','193.93.236.11','2007-02-09 18:16:59','2007-02-10 01:16:59','Okldjhdk [url=http://nodepositcasino.ca.cx/]no deposit casino[/url] <a href=\"http://nodepositcasino.ca.cx/\" rel=\"nofollow\">no deposit casino</a> [url=http://onlineblackjack.ca.cx/]online blackjack[/url] <a href=\"http://onlineblackjack.ca.cx/\" rel=\"nofollow\">online blackjack</a> [url=http://onlinegamblingcasinos.ca.cx/]online gambling casinos[/url] <a href=\"http://onlinegamblingcasinos.ca.cx/\" rel=\"nofollow\">online gambling casinos</a> [url=http://onlineroulette.ca.cx/]online roulette[/url] <a href=\"http://onlineroulette.ca.cx/\" rel=\"nofollow\">online roulette</a> [url=http://personalloans.ca.cx/]personal loans[/url] <a href=\"http://personalloans.ca.cx/\" rel=\"nofollow\">personal loans</a> [url=http://pokerchips.ca.cx/]poker chips[/url] <a href=\"http://pokerchips.ca.cx/\" rel=\"nofollow\">poker chips</a> [url=http://pokeronline.ca.cx/]poker online[/url] <a href=\"http://pokeronline.ca.cx/\" rel=\"nofollow\">poker online</a> [url=http://replicarolex.ca.cx/]replica rolex[/url] <a href=\"http://replicarolex.ca.cx/\" rel=\"nofollow\">replica rolex</a> [url=http://studentloans.ca.cx/]student loans[/url] <a href=\"http://studentloans.ca.cx/\" rel=\"nofollow\">student loans</a> [url=http://texasholdem.ca.cx/]texas holdem[/url] <a href=\"http://texasholdem.ca.cx/\" rel=\"nofollow\">texas holdem</a>  http://nodepositcasino.ca.cx/ http://onlineblackjack.ca.cx/ http://onlinegamblingcasinos.ca.cx/ http://onlineroulette.ca.cx/ http://personalloans.ca.cx/ http://pokerchips.ca.cx/ http://pokeronline.ca.cx/ http://replicarolex.ca.cx/ http://studentloans.ca.cx/ http://texasholdem.ca.cx/',0,'0','Opera/9.0 (Windows NT 5.1; U; en)','',0,0),(145,3,'Ogdnwydk','ogdnwydk@mail.com','http://casinogambling.phorum.pl/','193.93.236.11','2007-02-09 21:16:31','2007-02-10 04:16:31','Ogdnwydk [url=http://casinogambling.phorum.pl/]casino gambling[/url] <a href=\"http://casinogambling.phorum.pl/\" rel=\"nofollow\">casino gambling</a> [url=http://cingularringtones.phorum.pl/]cingular ringtones[/url] <a href=\"http://cingularringtones.phorum.pl/\" rel=\"nofollow\">cingular ringtones</a> [url=http://downloadfreeringtones.phorum.pl]download free ringtones[/url] <a href=\"http://downloadfreeringtones.phorum.pl\" rel=\"nofollow\">download free ringtones</a> [url=http://freemotorolaringtones.phorum.pl]free motorola ringtones[/url] <a href=\"http://freemotorolaringtones.phorum.pl\" rel=\"nofollow\">free motorola ringtones</a> [url=http://freepoker.phorum.pl]free poker[/url] <a href=\"http://freepoker.phorum.pl\" rel=\"nofollow\">free poker</a> [url=http://gamblingonline.phorum.pl]gambling online[/url] <a href=\"http://gamblingonline.phorum.pl\" rel=\"nofollow\">gambling online</a> [url=http://internetblackjack.phorum.pl]internet blackjack[/url] <a href=\"http://internetblackjack.phorum.pl\" rel=\"nofollow\">internet blackjack</a> [url=http://onlineblackjack.phorum.pl]online blackjack[/url] <a href=\"http://onlineblackjack.phorum.pl\" rel=\"nofollow\">online blackjack</a> [url=http://onlinegamblingcasinos.phorum.pl]online gambling casinos[/url] <a href=\"http://onlinegamblingcasinos.phorum.pl\" rel=\"nofollow\">online gambling casinos</a> [url=http://onlinepoker.phorum.pl]online poker[/url] <a href=\"http://onlinepoker.phorum.pl\" rel=\"nofollow\">online poker</a>  http://casinogambling.phorum.pl/ http://cingularringtones.phorum.pl/ http://downloadfreeringtones.phorum.pl http://freemotorolaringtones.phorum.pl http://freepoker.phorum.pl http://gamblingonline.phorum.pl http://internetblackjack.phorum.pl http://onlineblackjack.phorum.pl http://onlinegamblingcasinos.phorum.pl http://onlinepoker.phorum.pl',0,'0','Opera/9.0 (Windows NT 5.1; U; en)','',0,0),(146,3,'Lpgdgsrw','lpgdgsrw@mail.com','http://www.onlyfree.de/cgi-bin/viscacha/user/5956/book.cgi','193.93.236.11','2007-02-10 00:18:27','2007-02-10 07:18:27','Lpgdgsrw [url=http://www.onlyfree.de/cgi-bin/viscacha/user/5952/book.cgi]casino games[/url] <a href=\"http://www.onlyfree.de/cgi-bin/viscacha/user/5952/book.cgi\" rel=\"nofollow\">casino games</a> [url=http://www.onlyfree.de/cgi-bin/viscacha/user/5953/book.cgi]credit repair[/url] <a href=\"http://www.onlyfree.de/cgi-bin/viscacha/user/5953/book.cgi\" rel=\"nofollow\">credit repair</a> [url=http://www.onlyfree.de/cgi-bin/viscacha/user/5955/book.cgi]download ringtones[/url] <a href=\"http://www.onlyfree.de/cgi-bin/viscacha/user/5955/book.cgi\" rel=\"nofollow\">download ringtones</a> [url=http://www.onlyfree.de/cgi-bin/viscacha/user/5956/book.cgi]free nokia ringtones[/url] <a href=\"http://www.onlyfree.de/cgi-bin/viscacha/user/5956/book.cgi\" rel=\"nofollow\">free nokia ringtones</a> [url=http://www.onlyfree.de/cgi-bin/viscacha/user/5957/book.cgi]free ringtones[/url] <a href=\"http://www.onlyfree.de/cgi-bin/viscacha/user/5957/book.cgi\" rel=\"nofollow\">free ringtones</a> [url=http://www.onlyfree.de/cgi-bin/viscacha/user/5958/book.cgi]holiday gifts[/url] <a href=\"http://www.onlyfree.de/cgi-bin/viscacha/user/5958/book.cgi\" rel=\"nofollow\">holiday gifts</a> [url=http://www.onlyfree.de/cgi-bin/viscacha/user/5959/book.cgi]internet gambling[/url] <a href=\"http://www.onlyfree.de/cgi-bin/viscacha/user/5959/book.cgi\" rel=\"nofollow\">internet gambling</a> [url=http://www.onlyfree.de/cgi-bin/viscacha/user/5961/book.cgi]no deposit casino[/url] <a href=\"http://www.onlyfree.de/cgi-bin/viscacha/user/5961/book.cgi\" rel=\"nofollow\">no deposit casino</a> [url=http://www.onlyfree.de/cgi-bin/viscacha/user/5962/book.cgi]online gambling bonus[/url] <a href=\"http://www.onlyfree.de/cgi-bin/viscacha/user/5962/book.cgi\" rel=\"nofollow\">online gambling bonus</a> [url=http://www.onlyfree.de/cgi-bin/viscacha/user/5963/book.cgi]online poker rooms[/url] <a href=\"http://www.onlyfree.de/cgi-bin/viscacha/user/5963/book.cgi\" rel=\"nofollow\">online poker rooms</a>  http://www.onlyfree.de/cgi-bin/viscacha/user/5952/book.cgi http://www.onlyfree.de/cgi-bin/viscacha/user/5953/book.cgi http://www.onlyfree.de/cgi-bin/viscacha/user/5955/book.cgi http://www.onlyfree.de/cgi-bin/viscacha/user/5956/book.cgi http://www.onlyfree.de/cgi-bin/viscacha/user/5957/book.cgi http://www.onlyfree.de/cgi-bin/viscacha/user/5958/book.cgi http://www.onlyfree.de/cgi-bin/viscacha/user/5959/book.cgi http://www.onlyfree.de/cgi-bin/viscacha/user/5961/book.cgi http://www.onlyfree.de/cgi-bin/viscacha/user/5962/book.cgi http://www.onlyfree.de/cgi-bin/viscacha/user/5963/book.cgi',0,'0','Opera/9.0 (Windows NT 5.1; U; en)','',0,0),(147,3,'Klidjncd','klidjncd@mail.com','http://replicawatcheshere.www2.prexon.nl/','193.93.236.11','2007-02-10 03:17:59','2007-02-10 10:17:59','Klidjncd [url=http://partypokerhere.www2.prexon.nl/]party poker[/url] <a href=\"http://partypokerhere.www2.prexon.nl/\" rel=\"nofollow\">party poker</a> [url=http://playblackjack.www2.prexon.nl/]play black jack[/url] <a href=\"http://playblackjack.www2.prexon.nl/\" rel=\"nofollow\">play black jack</a> [url=http://pokergames.www2.prexon.nl/]poker games[/url] <a href=\"http://pokergames.www2.prexon.nl/\" rel=\"nofollow\">poker games</a> [url=http://replicahandbags.www2.prexon.nl/]replica handbags[/url] <a href=\"http://replicahandbags.www2.prexon.nl/\" rel=\"nofollow\">replica handbags</a> [url=http://replicawatcheshere.www2.prexon.nl/]replica watches[/url] <a href=\"http://replicawatcheshere.www2.prexon.nl/\" rel=\"nofollow\">replica watches</a> [url=http://texasholdempoker.www2.prexon.nl/]texas holdem poker[/url] <a href=\"http://texasholdempoker.www2.prexon.nl/\" rel=\"nofollow\">texas holdem poker</a> [url=http://playvideopoker.www2.prexon.nl/]video poker[/url] <a href=\"http://playvideopoker.www2.prexon.nl/\" rel=\"nofollow\">video poker</a> [url=http://automobileinsurance.www2.prexon.nl/]automobile insurance[/url] <a href=\"http://automobileinsurance.www2.prexon.nl/\" rel=\"nofollow\">automobile insurance</a> [url=http://bestonlinegambling.www2.prexon.nl/]best online gambling[/url] <a href=\"http://bestonlinegambling.www2.prexon.nl/\" rel=\"nofollow\">best online gambling</a> [url=http://onlinecasinogambling.www2.prexon.nl/]casino gambling[/url] <a href=\"http://onlinecasinogambling.www2.prexon.nl/\" rel=\"nofollow\">casino gambling</a>  http://partypokerhere.www2.prexon.nl/ http://playblackjack.www2.prexon.nl/ http://pokergames.www2.prexon.nl/ http://replicahandbags.www2.prexon.nl/ http://replicawatcheshere.www2.prexon.nl/ http://texasholdempoker.www2.prexon.nl/ http://playvideopoker.www2.prexon.nl/ http://automobileinsurance.www2.prexon.nl/ http://bestonlinegambling.www2.prexon.nl/ http://onlinecasinogambling.www2.prexon.nl/',0,'0','Opera/9.0 (Windows NT 5.1; U; en)','',0,0),(148,10,'blackjacks','blackjacks@fivmfhjd16.com','http://32url.com/?pUuB','67.9.16.23','2007-02-10 09:25:15','2007-02-10 16:25:15','blackjacks <a href=\"http://32url.com/?pUuB\" rel=\"nofollow\">blackjacks</a>',0,'0','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4','',0,0),(149,3,'Jkgdhcfd','jkgdhcfd@mail.com','http://www.benimblog.com/freemotorolaringtones/','193.93.236.11','2007-02-10 10:16:45','2007-02-10 17:16:45','Jkgdhcfd [url=http://www.benimblog.com/freemotorolaringtones/]free motorola ringtones[/url] <a href=\"http://www.benimblog.com/freemotorolaringtones/\" rel=\"nofollow\">free motorola ringtones</a> [url=http://www.benimblog.com/freepoker/]free poker[/url] <a href=\"http://www.benimblog.com/freepoker/\" rel=\"nofollow\">free poker</a> [url=http://www.benimblog.com/gamblingonline/]gambling online[/url] <a href=\"http://www.benimblog.com/gamblingonline/\" rel=\"nofollow\">gambling online</a> [url=http://www.benimblog.com/internetgambling/]internet gambling[/url] <a href=\"http://www.benimblog.com/internetgambling/\" rel=\"nofollow\">internet gambling</a> [url=http://www.benimblog.com/nodepositcasino/]no deposit casino[/url] <a href=\"http://www.benimblog.com/nodepositcasino/\" rel=\"nofollow\">no deposit casino</a> [url=http://www.benimblog.com/onlinecasino/]online casino[/url] <a href=\"http://www.benimblog.com/onlinecasino/\" rel=\"nofollow\">online casino</a> [url=http://www.benimblog.com/onlinegambling/]online gambling[/url] <a href=\"http://www.benimblog.com/onlinegambling/\" rel=\"nofollow\">online gambling</a> [url=http://www.benimblog.com/onlineslots/]online slots[/url] <a href=\"http://www.benimblog.com/onlineslots/\" rel=\"nofollow\">online slots</a> [url=http://www.benimblog.com/personalloans/]personal loans[/url] <a href=\"http://www.benimblog.com/personalloans/\" rel=\"nofollow\">personal loans</a> [url=http://www.benimblog.com/pokerchips/]poker chips[/url] <a href=\"http://www.benimblog.com/pokerchips/\" rel=\"nofollow\">poker chips</a> http://www.benimblog.com/freemotorolaringtones/ http://www.benimblog.com/freepoker/ http://www.benimblog.com/gamblingonline/ http://www.benimblog.com/internetgambling/ http://www.benimblog.com/nodepositcasino/ http://www.benimblog.com/onlinecasino/ http://www.benimblog.com/onlinegambling/ http://www.benimblog.com/onlineslots/ http://www.benimblog.com/personalloans/ http://www.benimblog.com/pokerchips/',0,'0','Opera/9.0 (Windows NT 5.1; U; en)','',0,0),(150,3,'Podncydk','podncydk@mail.com','http://internetgambling.squarespace.com/','193.93.236.11','2007-02-10 13:16:32','2007-02-10 20:16:32','Podncydk [url=http://internetgambling.squarespace.com/]internet gambling[/url] <a href=\"http://internetgambling.squarespace.com/\" rel=\"nofollow\">internet gambling</a> [url=http://nodepositcasinohere.squarespace.com/]no deposit casino[/url] <a href=\"http://nodepositcasinohere.squarespace.com/\" rel=\"nofollow\">no deposit casino</a> [url=http://onlinecasinohere.squarespace.com/]online casino[/url] <a href=\"http://onlinecasinohere.squarespace.com/\" rel=\"nofollow\">online casino</a> [url=http://onlinepokerroomshere.squarespace.com/]online poker rooms[/url] <a href=\"http://onlinepokerroomshere.squarespace.com/\" rel=\"nofollow\">online poker rooms</a> [url=http://paydayloan.squarespace.com/]payday loans[/url] <a href=\"http://paydayloan.squarespace.com/\" rel=\"nofollow\">payday loans</a> [url=http://pokerchips.squarespace.com/]poker chips[/url] <a href=\"http://pokerchips.squarespace.com/\" rel=\"nofollow\">poker chips</a> [url=http://getpolyphonicringtones.squarespace.com/]polyphonic ringtones[/url] <a href=\"http://getpolyphonicringtones.squarespace.com/\" rel=\"nofollow\">polyphonic ringtones</a> [url=http://slotmachinehere.squarespace.com/]slot machine[/url] <a href=\"http://slotmachinehere.squarespace.com/\" rel=\"nofollow\">slot machine</a> [url=http://texasholdemhere.squarespace.com/]texas holdem[/url] <a href=\"http://texasholdemhere.squarespace.com/\" rel=\"nofollow\">texas holdem</a> [url=http://autoinsurance.squarespace.com/]auto insurance[/url] <a href=\"http://autoinsurance.squarespace.com/\" rel=\"nofollow\">auto insurance</a> http://internetgambling.squarespace.com/ http://nodepositcasinohere.squarespace.com/ http://onlinecasinohere.squarespace.com/ http://onlinepokerroomshere.squarespace.com/ http://paydayloan.squarespace.com/ http://pokerchips.squarespace.com/ http://getpolyphonicringtones.squarespace.com/ http://slotmachinehere.squarespace.com/ http://texasholdemhere.squarespace.com/ http://autoinsurance.squarespace.com/',0,'0','Opera/9.0 (Windows NT 5.1; U; en)','',0,0),(151,3,'Ysxcudnc','ysxcudnc@mail.com','http://forumec.net/?useraid=delpher','193.93.236.11','2007-02-10 16:20:07','2007-02-10 23:20:07','Ysxcudnc [url=http://forumec.net/?useraid=delpher]download free ringtones[/url] <a href=\"http://forumec.net/?useraid=delpher\" rel=\"nofollow\">download free ringtones</a> [url=http://forumec.net/?useraid=mega]download ringtones[/url] <a href=\"http://forumec.net/?useraid=mega\" rel=\"nofollow\">download ringtones</a> [url=http://forumec.net/?useraid=newman]free mobile ringtones[/url] <a href=\"http://forumec.net/?useraid=newman\" rel=\"nofollow\">free mobile ringtones</a> [url=http://forumec.net/?useraid=dollar]free motorola ringtones[/url] <a href=\"http://forumec.net/?useraid=dollar\" rel=\"nofollow\">free motorola ringtones</a> [url=http://forumec.net/?useraid=phpbb]free nokia ringtones[/url] <a href=\"http://forumec.net/?useraid=phpbb\" rel=\"nofollow\">free nokia ringtones</a> [url=http://forumec.net/?useraid=freehost]free online poker[/url] <a href=\"http://forumec.net/?useraid=freehost\" rel=\"nofollow\">free online poker</a> [url=http://forumec.net/?useraid=killseal]free poker[/url] <a href=\"http://forumec.net/?useraid=killseal\" rel=\"nofollow\">free poker</a> [url=http://forumec.net/?useraid=killer]free ringtones[/url] <a href=\"http://forumec.net/?useraid=killer\" rel=\"nofollow\">free ringtones</a> [url=http://forumec.net/?useraid=login]free sprint ringtones[/url] <a href=\"http://forumec.net/?useraid=login\" rel=\"nofollow\">free sprint ringtones</a> [url=http://forumec.net/?useraid=logoff]gambling online[/url] <a href=\"http://forumec.net/?useraid=logoff\" rel=\"nofollow\">gambling online</a> [url=http://forumec.net/?useraid=spose]holiday gifts[/url] <a href=\"http://forumec.net/?useraid=spose\" rel=\"nofollow\">holiday gifts</a> [url=http://forumec.net/?useraid=lee]home loans[/url] <a href=\"http://forumec.net/?useraid=lee\" rel=\"nofollow\">home loans</a> [url=http://forumec.net/?useraid=deadlift]internet blackjack[/url] <a href=\"http://forumec.net/?useraid=deadlift\" rel=\"nofollow\">internet blackjack</a> [url=http://forumec.net/?useraid=profigym]internet gambling[/url] <a href=\"http://forumec.net/?useraid=profigym\" rel=\"nofollow\">internet gambling</a> [url=http://forumec.net/?useraid=inet]mortgage loan[/url] <a href=\"http://forumec.net/?useraid=inet\" rel=\"nofollow\">mortgage loan</a> http://forumec.net/?useraid=delpher http://forumec.net/?useraid=mega http://forumec.net/?useraid=newman http://forumec.net/?useraid=dollar http://forumec.net/?useraid=phpbb http://forumec.net/?useraid=freehost http://forumec.net/?useraid=killseal http://forumec.net/?useraid=killer http://forumec.net/?useraid=login http://forumec.net/?useraid=logoff http://forumec.net/?useraid=spose http://forumec.net/?useraid=lee http://forumec.net/?useraid=deadlift http://forumec.net/?useraid=profigym http://forumec.net/?useraid=inet',0,'0','Opera/9.0 (Windows NT 5.1; U; en)','',0,0),(152,3,'Posxuckl','posxuckl@mail.com','http://www.forumup.es/?mforum=badcreditloans','193.93.236.11','2007-02-10 19:18:52','2007-02-11 02:18:52','Posxuckl [url=http://www.forumup.es/?mforum=badcreditloans]bad credit loans[/url] <a href=\"http://www.forumup.es/?mforum=badcreditloans\" rel=\"nofollow\">bad credit loans</a> [url=http://www.forumup.es/?mforum=cardgames]card games[/url] <a href=\"http://www.forumup.es/?mforum=cardgames\" rel=\"nofollow\">card games</a> [url=http://www.forumup.es/?mforum=playcardgames]casino games[/url] <a href=\"http://www.forumup.es/?mforum=playcardgames\" rel=\"nofollow\">casino games</a> [url=http://www.forumup.es/?mforum=creditrepair]credit repair[/url] <a href=\"http://www.forumup.es/?mforum=creditrepair\" rel=\"nofollow\">credit repair</a> [url=http://www.forumup.es/?mforum=freemobileringtones]free mobile ringtones[/url] <a href=\"http://www.forumup.es/?mforum=freemobileringtones\" rel=\"nofollow\">free mobile ringtones</a> [url=http://www.forumup.es/?mforum=freepoker]free poker[/url] <a href=\"http://www.forumup.es/?mforum=freepoker\" rel=\"nofollow\">free poker</a> [url=http://www.forumup.es/?mforum=gamblingonline]gambling online[/url] <a href=\"http://www.forumup.es/?mforum=gamblingonline\" rel=\"nofollow\">gambling online</a> [url=http://www.forumup.es/?mforum=internetgambling]internet gambling[/url] <a href=\"http://www.forumup.es/?mforum=internetgambling\" rel=\"nofollow\">internet gambling</a> [url=http://www.forumup.es/?mforum=onlinebingo]online bingo[/url] <a href=\"http://www.forumup.es/?mforum=onlinebingo\" rel=\"nofollow\">online bingo</a> [url=http://www.forumup.es/?mforum=onlinegamblingbonus]online gambling bonus[/url] <a href=\"http://www.forumup.es/?mforum=onlinegamblingbonus\" rel=\"nofollow\">online gambling bonus</a> http://www.forumup.es/?mforum=badcreditloans http://www.forumup.es/?mforum=cardgames http://www.forumup.es/?mforum=playcardgames http://www.forumup.es/?mforum=creditrepair http://www.forumup.es/?mforum=freemobileringtones http://www.forumup.es/?mforum=freepoker http://www.forumup.es/?mforum=gamblingonline http://www.forumup.es/?mforum=internetgambling http://www.forumup.es/?mforum=onlinebingo http://www.forumup.es/?mforum=onlinegamblingbonus',0,'0','Opera/9.0 (Windows NT 5.1; U; en)','',0,0),(153,3,'Pondcjkd','pondcjkd@mail.com','http://www.foroswebgratis.com/foro-Tema.php?id_foro=80057','193.93.236.11','2007-02-10 22:18:05','2007-02-11 05:18:05','Pondcjkd [url=http://www.foroswebgratis.com/foro-Tema.php?id_foro=80055]online poker rooms[/url] <a href=\"http://www.foroswebgratis.com/foro-Tema.php?id_foro=80055\" rel=\"nofollow\">online poker rooms</a> [url=http://www.foroswebgratis.com/foro-Tema.php?id_foro=80057]online slots[/url] <a href=\"http://www.foroswebgratis.com/foro-Tema.php?id_foro=80057\" rel=\"nofollow\">online slots</a> [url=http://www.foroswebgratis.com/foro-Tema.php?id_foro=80060]personal loans[/url] <a href=\"http://www.foroswebgratis.com/foro-Tema.php?id_foro=80060\" rel=\"nofollow\">personal loans</a> [url=http://www.foroswebgratis.com/foro-Tema.php?id_foro=80061]poker chips[/url] <a href=\"http://www.foroswebgratis.com/foro-Tema.php?id_foro=80061\" rel=\"nofollow\">poker chips</a> [url=http://www.foroswebgratis.com/foro-Tema.php?id_foro=80062]polyphonic ringtones[/url] <a href=\"http://www.foroswebgratis.com/foro-Tema.php?id_foro=80062\" rel=\"nofollow\">polyphonic ringtones</a> [url=http://www.foroswebgratis.com/foro-Tema.php?id_foro=80064]slot machine[/url] <a href=\"http://www.foroswebgratis.com/foro-Tema.php?id_foro=80064\" rel=\"nofollow\">slot machine</a> [url=http://www.foroswebgratis.com/foro-Tema.php?id_foro=80065]texas holdem[/url] <a href=\"http://www.foroswebgratis.com/foro-Tema.php?id_foro=80065\" rel=\"nofollow\">texas holdem</a> [url=http://www.foroswebgratis.com/foro-Tema.php?id_foro=80067]auto insurance[/url] <a href=\"http://www.foroswebgratis.com/foro-Tema.php?id_foro=80067\" rel=\"nofollow\">auto insurance</a> [url=http://www.foroswebgratis.com/foro-Tema.php?id_foro=80070]bad credit loans[/url] <a href=\"http://www.foroswebgratis.com/foro-Tema.php?id_foro=80070\" rel=\"nofollow\">bad credit loans</a> [url=http://www.foroswebgratis.com/foro-Tema.php?id_foro=80071]blackjack tournaments[/url] <a href=\"http://www.foroswebgratis.com/foro-Tema.php?id_foro=80071\" rel=\"nofollow\">blackjack tournaments</a> http://www.foroswebgratis.com/foro-Tema.php?id_foro=80055 http://www.foroswebgratis.com/foro-Tema.php?id_foro=80057 http://www.foroswebgratis.com/foro-Tema.php?id_foro=80060 http://www.foroswebgratis.com/foro-Tema.php?id_foro=80061 http://www.foroswebgratis.com/foro-Tema.php?id_foro=80062 http://www.foroswebgratis.com/foro-Tema.php?id_foro=80064 http://www.foroswebgratis.com/foro-Tema.php?id_foro=80065 http://www.foroswebgratis.com/foro-Tema.php?id_foro=80067 http://www.foroswebgratis.com/foro-Tema.php?id_foro=80070 http://www.foroswebgratis.com/foro-Tema.php?id_foro=80071',0,'0','Opera/9.0 (Windows NT 5.1; U; en)','',0,0),(154,3,'Zxposcjs','zxposcjs@mail.com','http://cingularringtones.be.cx/','193.93.236.11','2007-02-11 01:17:22','2007-02-11 08:17:22','Zxposcjs [url=http://autoinsurance.be.cx/]auto insurance[/url] <a href=\"http://autoinsurance.be.cx/\" rel=\"nofollow\">auto insurance</a> [url=http://badcreditloans.be.cx/]bad credit loans[/url] <a href=\"http://badcreditloans.be.cx/\" rel=\"nofollow\">bad credit loans</a> [url=http://blackjacktournaments.be.cx/]blackjack tournaments[/url] <a href=\"http://blackjacktournaments.be.cx/\" rel=\"nofollow\">blackjack tournaments</a> [url=http://casinogames.be.cx/]casino games[/url] <a href=\"http://casinogames.be.cx/\" rel=\"nofollow\">casino games</a> [url=http://cingularringtones.be.cx/]cingular ringtones[/url] <a href=\"http://cingularringtones.be.cx/\" rel=\"nofollow\">cingular ringtones</a> [url=http://downloadfreeringtones.be.cx/]download free ringtones[/url] <a href=\"http://downloadfreeringtones.be.cx/\" rel=\"nofollow\">download free ringtones</a> [url=http://freenokiaringtones.be.cx/]free nokia ringtones[/url] <a href=\"http://freenokiaringtones.be.cx/\" rel=\"nofollow\">free nokia ringtones</a> [url=http://freeringtones.be.cx/]free ringtones[/url] <a href=\"http://freeringtones.be.cx/\" rel=\"nofollow\">free ringtones</a> [url=http://internetblackjack.be.cx/]internet blackjack[/url] <a href=\"http://internetblackjack.be.cx/\" rel=\"nofollow\">internet blackjack</a> [url=http://holidaygifts.be.cx/]holiday gifts[/url] <a href=\"http://holidaygifts.be.cx/\" rel=\"nofollow\">holiday gifts</a> http://autoinsurance.be.cx/ http://badcreditloans.be.cx/ http://blackjacktournaments.be.cx/ http://casinogames.be.cx/ http://cingularringtones.be.cx/ http://downloadfreeringtones.be.cx/ http://freenokiaringtones.be.cx/ http://freeringtones.be.cx/ http://internetblackjack.be.cx/ http://holidaygifts.be.cx/',0,'0','Opera/9.0 (Windows NT 5.1; U; en)','',0,0),(155,10,'prevacid','prevacid@mxhl0ixvqg.com','http://z.la/6y3ei','76.21.253.59','2007-02-11 01:20:15','2007-02-11 08:20:15','prevacid <a href=\"http://z.la/6y3ei\" rel=\"nofollow\">prevacid</a>',0,'0','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4','',0,0),(156,3,'Oisncjdk','oisncjdk@mail.com','http://www.webmasterslive.de/cgi-bin/gbuch/books/237.cgi','193.93.236.11','2007-02-11 07:18:04','2007-02-11 14:18:04','Oisncjdk [url=http://www.webmasterslive.de/cgi-bin/gbuch/books/237.cgi]play blackjack[/url] <a href=\"http://www.webmasterslive.de/cgi-bin/gbuch/books/237.cgi\" rel=\"nofollow\">play blackjack</a> [url=http://www.webmasterslive.de/cgi-bin/gbuch/books/238.cgi]poker online[/url] <a href=\"http://www.webmasterslive.de/cgi-bin/gbuch/books/238.cgi\" rel=\"nofollow\">poker online</a> [url=http://www.webmasterslive.de/cgi-bin/gbuch/books/239.cgi]replica watches[/url] <a href=\"http://www.webmasterslive.de/cgi-bin/gbuch/books/239.cgi\" rel=\"nofollow\">replica watches</a> [url=http://www.webmasterslive.de/cgi-bin/gbuch/books/240.cgi]texas holdem poker[/url] <a href=\"http://www.webmasterslive.de/cgi-bin/gbuch/books/240.cgi\" rel=\"nofollow\">texas holdem poker</a> [url=http://www.webmasterslive.de/cgi-bin/gbuch/books/241.cgi]video poker[/url] <a href=\"http://www.webmasterslive.de/cgi-bin/gbuch/books/241.cgi\" rel=\"nofollow\">video poker</a> [url=http://www.webmasterslive.de/cgi-bin/gbuch/books/242.cgi]automobile insurance[/url] <a href=\"http://www.webmasterslive.de/cgi-bin/gbuch/books/242.cgi\" rel=\"nofollow\">automobile insurance</a> [url=http://www.webmasterslive.de/cgi-bin/gbuch/books/243.cgi]best online gambling[/url] <a href=\"http://www.webmasterslive.de/cgi-bin/gbuch/books/243.cgi\" rel=\"nofollow\">best online gambling</a> [url=http://www.webmasterslive.de/cgi-bin/gbuch/books/244.cgi]casino gambling[/url] <a href=\"http://www.webmasterslive.de/cgi-bin/gbuch/books/244.cgi\" rel=\"nofollow\">casino gambling</a> [url=http://www.webmasterslive.de/cgi-bin/gbuch/books/245.cgi]cingular ringtones[/url] <a href=\"http://www.webmasterslive.de/cgi-bin/gbuch/books/245.cgi\" rel=\"nofollow\">cingular ringtones</a> [url=http://www.webmasterslive.de/cgi-bin/gbuch/books/246.cgi]download free ringtones[/url] <a href=\"http://www.webmasterslive.de/cgi-bin/gbuch/books/246.cgi\" rel=\"nofollow\">download free ringtones</a> http://www.webmasterslive.de/cgi-bin/gbuch/books/237.cgi http://www.webmasterslive.de/cgi-bin/gbuch/books/238.cgi http://www.webmasterslive.de/cgi-bin/gbuch/books/239.cgi http://www.webmasterslive.de/cgi-bin/gbuch/books/240.cgi http://www.webmasterslive.de/cgi-bin/gbuch/books/241.cgi http://www.webmasterslive.de/cgi-bin/gbuch/books/242.cgi http://www.webmasterslive.de/cgi-bin/gbuch/books/243.cgi http://www.webmasterslive.de/cgi-bin/gbuch/books/244.cgi http://www.webmasterslive.de/cgi-bin/gbuch/books/245.cgi http://www.webmasterslive.de/cgi-bin/gbuch/books/246.cgi',0,'0','Opera/9.0 (Windows NT 5.1; U; en)','',0,0),(157,10,'casinogambling','casinogambling@e0qlk8t5gm.com','http://32url.com/?MeAZ','71.67.243.79','2007-02-11 12:34:44','2007-02-11 19:34:44','casinogambling <a href=\"http://32url.com/?MeAZ\" rel=\"nofollow\">casinogambling</a>',0,'0','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4','',0,0),(158,3,'Hjisdund','hjisdund@mail.com','http://www.forumup.cn/?mforum=casinogambling','193.93.236.11','2007-02-11 18:37:52','2007-02-12 01:37:52','Hjisdund [url=http://www.forumup.cn/?mforum=casinogambling]casino gambling[/url] <a href=\"http://www.forumup.cn/?mforum=casinogambling\" rel=\"nofollow\">casino gambling</a> [url=http://www.forumup.cn/?mforum=cingularringtones]cingular ringtones[/url] <a href=\"http://www.forumup.cn/?mforum=cingularringtones\" rel=\"nofollow\">cingular ringtones</a> [url=http://www.forumup.cn/?mforum=downloadringtones]download ringtones[/url] <a href=\"http://www.forumup.cn/?mforum=downloadringtones\" rel=\"nofollow\">download ringtones</a> [url=http://www.forumup.cn/?mforum=freeonlinepoker]free online poker[/url] <a href=\"http://www.forumup.cn/?mforum=freeonlinepoker\" rel=\"nofollow\">free online poker</a> [url=http://www.forumup.cn/?mforum=gamblingonline]gambling online[/url] <a href=\"http://www.forumup.cn/?mforum=gamblingonline\" rel=\"nofollow\">gambling online</a> [url=http://www.forumup.cn/?mforum=internetgambling]internet gambling[/url] <a href=\"http://www.forumup.cn/?mforum=internetgambling\" rel=\"nofollow\">internet gambling</a> [url=http://www.forumup.cn/?mforum=onlinebingo]online bingo[/url] <a href=\"http://www.forumup.cn/?mforum=onlinebingo\" rel=\"nofollow\">online bingo</a> [url=http://www.forumup.cn/?mforum=onlinegamblingbonus]online gambling bonus[/url] <a href=\"http://www.forumup.cn/?mforum=onlinegamblingbonus\" rel=\"nofollow\">online gambling bonus</a> [url=http://www.forumup.cn/?mforum=onlinepoker]online poker[/url] <a href=\"http://www.forumup.cn/?mforum=onlinepoker\" rel=\"nofollow\">online poker</a> [url=http://www.forumup.cn/?mforum=partypoker]party poker[/url] <a href=\"http://www.forumup.cn/?mforum=partypoker\" rel=\"nofollow\">party poker</a> http://www.forumup.cn/?mforum=casinogambling http://www.forumup.cn/?mforum=cingularringtones http://www.forumup.cn/?mforum=downloadringtones http://www.forumup.cn/?mforum=freeonlinepoker http://www.forumup.cn/?mforum=gamblingonline http://www.forumup.cn/?mforum=internetgambling http://www.forumup.cn/?mforum=onlinebingo http://www.forumup.cn/?mforum=onlinegamblingbonus http://www.forumup.cn/?mforum=onlinepoker http://www.forumup.cn/?mforum=partypoker',0,'0','Opera/9.0 (Windows NT 5.1; U; en)','',0,0),(159,3,'Pomsdhyd','pomsdhyd@mail.com','http://www.gb-x.de/gbuch.php?forum_id=75890','193.93.236.11','2007-02-11 21:37:15','2007-02-12 04:37:15','Pomsdhyd [url=http://www.gb-x.de/gbuch.php?forum_id=75890]play black jack[/url] <a href=\"http://www.gb-x.de/gbuch.php?forum_id=75890\" rel=\"nofollow\">play black jack</a> [url=http://www.gb-x.de/gbuch.php?forum_id=75891]poker games[/url] <a href=\"http://www.gb-x.de/gbuch.php?forum_id=75891\" rel=\"nofollow\">poker games</a> [url=http://www.gb-x.de/gbuch.php?forum_id=75892]replica handbags[/url] <a href=\"http://www.gb-x.de/gbuch.php?forum_id=75892\" rel=\"nofollow\">replica handbags</a> [url=http://www.gb-x.de/gbuch.php?forum_id=75893]slot machine[/url] <a href=\"http://www.gb-x.de/gbuch.php?forum_id=75893\" rel=\"nofollow\">slot machine</a> [url=http://www.gb-x.de/gbuch.php?forum_id=75894]texas holdem[/url] <a href=\"http://www.gb-x.de/gbuch.php?forum_id=75894\" rel=\"nofollow\">texas holdem</a> [url=http://www.gb-x.de/gbuch.php?forum_id=75895]auto insurance[/url] <a href=\"http://www.gb-x.de/gbuch.php?forum_id=75895\" rel=\"nofollow\">auto insurance</a> [url=http://www.gb-x.de/gbuch.php?forum_id=75896]bad credit loans[/url] <a href=\"http://www.gb-x.de/gbuch.php?forum_id=75896\" rel=\"nofollow\">bad credit loans</a> [url=http://www.gb-x.de/gbuch.php?forum_id=75897]card games[/url] <a href=\"http://www.gb-x.de/gbuch.php?forum_id=75897\" rel=\"nofollow\">card games</a> [url=http://www.gb-x.de/gbuch.php?forum_id=75898]casino games[/url] <a href=\"http://www.gb-x.de/gbuch.php?forum_id=75898\" rel=\"nofollow\">casino games</a> [url=http://www.gb-x.de/gbuch.php?forum_id=75899]credit repair[/url] <a href=\"http://www.gb-x.de/gbuch.php?forum_id=75899\" rel=\"nofollow\">credit repair</a> http://www.gb-x.de/gbuch.php?forum_id=75890 http://www.gb-x.de/gbuch.php?forum_id=75891 http://www.gb-x.de/gbuch.php?forum_id=75892 http://www.gb-x.de/gbuch.php?forum_id=75893 http://www.gb-x.de/gbuch.php?forum_id=75894 http://www.gb-x.de/gbuch.php?forum_id=75895 http://www.gb-x.de/gbuch.php?forum_id=75896 http://www.gb-x.de/gbuch.php?forum_id=75897 http://www.gb-x.de/gbuch.php?forum_id=75898 http://www.gb-x.de/gbuch.php?forum_id=75899',0,'0','Opera/9.0 (Windows NT 5.1; U; en)','',0,0),(160,3,'Ujkldcyd','ujkldcyd@mail.com','http://cingularringtones.maxblog.pl/','193.93.236.11','2007-02-12 00:38:08','2007-02-12 07:38:08','Ujkldcyd [url=http://cingularringtones.maxblog.pl/]cingular ringtones[/url] <a href=\"http://cingularringtones.maxblog.pl/\" rel=\"nofollow\">cingular ringtones</a> [url=http://dloadfreeringtone.maxblog.pl/]download free ringtones[/url] <a href=\"http://dloadfreeringtone.maxblog.pl/\" rel=\"nofollow\">download free ringtones</a> [url=http://freenokiaringtones.maxblog.pl/]free nokia ringtones[/url] <a href=\"http://freenokiaringtones.maxblog.pl/\" rel=\"nofollow\">free nokia ringtones</a> [url=http://gamblingonline.maxblog.pl/]gambling online[/url] <a href=\"http://gamblingonline.maxblog.pl/\" rel=\"nofollow\">gambling online</a> [url=http://internetgambling.maxblog.pl/]internet gambling[/url] <a href=\"http://internetgambling.maxblog.pl/\" rel=\"nofollow\">internet gambling</a> [url=http://onlinebingo.maxblog.pl/]online bingo[/url] <a href=\"http://onlinebingo.maxblog.pl/\" rel=\"nofollow\">online bingo</a> [url=http://onlinegamblingbonus.maxblog.pl/]online gambling bonus[/url] <a href=\"http://onlinegamblingbonus.maxblog.pl/\" rel=\"nofollow\">online gambling bonus</a> [url=http://onlinepoker.maxblog.pl/]online poker[/url] <a href=\"http://onlinepoker.maxblog.pl/\" rel=\"nofollow\">online poker</a> [url=http://partypoker.maxblog.pl/]party poker[/url] <a href=\"http://partypoker.maxblog.pl/\" rel=\"nofollow\">party poker</a> [url=http://personalloans.maxblog.pl/]personal loans[/url] <a href=\"http://personalloans.maxblog.pl/\" rel=\"nofollow\">personal loans</a> http://cingularringtones.maxblog.pl/ http://dloadfreeringtone.maxblog.pl/ http://freenokiaringtones.maxblog.pl/ http://gamblingonline.maxblog.pl/ http://internetgambling.maxblog.pl/ http://onlinebingo.maxblog.pl/ http://onlinegamblingbonus.maxblog.pl/ http://onlinepoker.maxblog.pl/ http://partypoker.maxblog.pl/ http://personalloans.maxblog.pl/',0,'0','Opera/9.0 (Windows NT 5.1; U; en)','',0,0),(161,3,'Tsnhdocl','tsnhdocl@mail.com','http://www.forumup.us/?mforum=pokerchips','193.93.236.11','2007-02-12 03:36:37','2007-02-12 10:36:37','Tsnhdocl [url=http://www.forumup.us/?mforum=pokerchips]poker chips[/url] <a href=\"http://www.forumup.us/?mforum=pokerchips\" rel=\"nofollow\">poker chips</a> [url=http://www.forumup.us/?mforum=pokeronline]poker online[/url] <a href=\"http://www.forumup.us/?mforum=pokeronline\" rel=\"nofollow\">poker online</a> [url=http://www.forumup.us/?mforum=getreplicahandbags]replica handbags[/url] <a href=\"http://www.forumup.us/?mforum=getreplicahandbags\" rel=\"nofollow\">replica handbags</a> [url=http://www.forumup.us/?mforum=replicawatcheshere]replica watches[/url] <a href=\"http://www.forumup.us/?mforum=replicawatcheshere\" rel=\"nofollow\">replica watches</a> [url=http://www.forumup.us/?mforum=studentloans]student loans[/url] <a href=\"http://www.forumup.us/?mforum=studentloans\" rel=\"nofollow\">student loans</a> [url=http://www.forumup.us/?mforum=texasholdem]texas holdem[/url] <a href=\"http://www.forumup.us/?mforum=texasholdem\" rel=\"nofollow\">texas holdem</a> [url=http://www.forumup.us/?mforum=videopoker]video poker[/url] <a href=\"http://www.forumup.us/?mforum=videopoker\" rel=\"nofollow\">video poker</a> [url=http://www.forumup.us/?mforum=autoloan]auto loan[/url] <a href=\"http://www.forumup.us/?mforum=autoloan\" rel=\"nofollow\">auto loan</a> [url=http://www.forumup.us/?mforum=badcreditloans]bad credit loans[/url] <a href=\"http://www.forumup.us/?mforum=badcreditloans\" rel=\"nofollow\">bad credit loans</a> [url=http://www.forumup.us/?mforum=blackjacktournaments]blackjack[/url] <a href=\"http://www.forumup.us/?mforum=blackjacktournaments\" rel=\"nofollow\">blackjack</a> http://www.forumup.us/?mforum=pokerchips http://www.forumup.us/?mforum=pokeronline http://www.forumup.us/?mforum=getreplicahandbags http://www.forumup.us/?mforum=replicawatcheshere http://www.forumup.us/?mforum=studentloans http://www.forumup.us/?mforum=texasholdem http://www.forumup.us/?mforum=videopoker http://www.forumup.us/?mforum=autoloan http://www.forumup.us/?mforum=badcreditloans http://www.forumup.us/?mforum=blackjacktournaments',0,'0','Opera/9.0 (Windows NT 5.1; U; en)','',0,0),(162,3,'Opklsrxh','opklsrxh@mail.com','http://nodepositcasino.eblog.com.au/','193.93.236.11','2007-02-12 06:16:15','2007-02-12 13:16:15','Opklsrxh [url=http://nodepositcasino.eblog.com.au/]no deposit casino[/url] <a href=\"http://nodepositcasino.eblog.com.au/\" rel=\"nofollow\">no deposit casino</a> [url=http://onlinecasino.eblog.com.au/]online casino[/url] <a href=\"http://onlinecasino.eblog.com.au/\" rel=\"nofollow\">online casino</a> [url=http://onlinegambling.eblog.com.au/]online gambling[/url] <a href=\"http://onlinegambling.eblog.com.au/\" rel=\"nofollow\">online gambling</a> [url=http://onlineroulettehere.eblog.com.au/]online roulette[/url] <a href=\"http://onlineroulettehere.eblog.com.au/\" rel=\"nofollow\">online roulette</a> [url=http://paydayloans.eblog.com.au/]payday loans[/url] <a href=\"http://paydayloans.eblog.com.au/\" rel=\"nofollow\">payday loans</a> [url=http://playblackjacknow.eblog.com.au/]play blackjack[/url] <a href=\"http://playblackjacknow.eblog.com.au/\" rel=\"nofollow\">play blackjack</a> [url=http://polyphonicringtones.eblog.com.au/]polyphonic ringtones[/url] <a href=\"http://polyphonicringtones.eblog.com.au/\" rel=\"nofollow\">polyphonic ringtones</a> [url=http://replicawatches.eblog.com.au/]replica watches[/url] <a href=\"http://replicawatches.eblog.com.au/\" rel=\"nofollow\">replica watches</a> [url=http://texasholdempoker.eblog.com.au/]texas holdem poker[/url] <a href=\"http://texasholdempoker.eblog.com.au/\" rel=\"nofollow\">texas holdem poker</a> [url=http://verizonringtones.eblog.com.au/]verizon ringtones[/url] <a href=\"http://verizonringtones.eblog.com.au/\" rel=\"nofollow\">verizon ringtones</a> http://nodepositcasino.eblog.com.au/ http://onlinecasino.eblog.com.au/ http://onlinegambling.eblog.com.au/ http://onlineroulettehere.eblog.com.au/ http://paydayloans.eblog.com.au/ http://playblackjacknow.eblog.com.au/ http://polyphonicringtones.eblog.com.au/ http://replicawatches.eblog.com.au/ http://texasholdempoker.eblog.com.au/ http://verizonringtones.eblog.com.au/',0,'0','Opera/9.0 (Windows NT 5.1; U; en)','',0,0),(163,3,'Qwbnxmci','qwbnxmci@mail.com','http://megamonsters.freeclans.de/','193.93.236.11','2007-02-12 09:14:54','2007-02-12 16:14:54','Qwbnxmci [url=http://megamonsters.freeclans.de/]auto insurance[/url] <a href=\"http://megamonsters.freeclans.de/\" rel=\"nofollow\">auto insurance</a> [url=http://megamonster.freeclans.de/]auto loan[/url] <a href=\"http://megamonster.freeclans.de/\" rel=\"nofollow\">auto loan</a> [url=http://notfree.freeclans.de/]automobile insurance[/url] <a href=\"http://notfree.freeclans.de/\" rel=\"nofollow\">automobile insurance</a> [url=http://notfreeforum.freeclans.de/]bad credit loans[/url] <a href=\"http://notfreeforum.freeclans.de/\" rel=\"nofollow\">bad credit loans</a> [url=http://notfreeforums.freeclans.de/]best online casino[/url] <a href=\"http://notfreeforums.freeclans.de/\" rel=\"nofollow\">best online casino</a> [url=http://dengi.freeclans.de/]best online gambling[/url] <a href=\"http://dengi.freeclans.de/\" rel=\"nofollow\">best online gambling</a> [url=http://dengiforum.freeclans.de/]blackjack tournaments[/url] <a href=\"http://dengiforum.freeclans.de/\" rel=\"nofollow\">blackjack tournaments</a> [url=http://gym.freeclans.de/]car insurance[/url] <a href=\"http://gym.freeclans.de/\" rel=\"nofollow\">car insurance</a> [url=http://profi.freeclans.de/]card games[/url] <a href=\"http://profi.freeclans.de/\" rel=\"nofollow\">card games</a> [url=http://profigym.freeclans.de/]casino gambling[/url] <a href=\"http://profigym.freeclans.de/\" rel=\"nofollow\">casino gambling</a> http://megamonsters.freeclans.de/ http://megamonster.freeclans.de/ http://notfree.freeclans.de/ http://notfreeforum.freeclans.de/ http://notfreeforums.freeclans.de/ http://dengi.freeclans.de/ http://dengiforum.freeclans.de/ http://gym.freeclans.de/ http://profi.freeclans.de/ http://profigym.freeclans.de/',0,'0','Opera/9.0 (Windows NT 5.1; U; en)','',0,0),(164,3,'Mlkbdtxs','mlkbdtxs@mail.com','http://www.boboard.com/bbs/?mforum=polyphonicringt','193.93.236.11','2007-02-12 11:55:49','2007-02-12 18:55:49','Mlkbdtxs [url=http://www.boboard.com/bbs/?mforum=polyphonicringt]polyphonic ringtones[/url] <a href=\"http://www.boboard.com/bbs/?mforum=polyphonicringt\" rel=\"nofollow\">polyphonic ringtones</a> [url=http://www.boboard.com/bbs/?mforum=replicarolex]replica rolex[/url] <a href=\"http://www.boboard.com/bbs/?mforum=replicarolex\" rel=\"nofollow\">replica rolex</a> [url=http://www.boboard.com/bbs/?mforum=studentloans]student loans[/url] <a href=\"http://www.boboard.com/bbs/?mforum=studentloans\" rel=\"nofollow\">student loans</a> [url=http://www.boboard.com/bbs/?mforum=texasholdem]texas holdem[/url] <a href=\"http://www.boboard.com/bbs/?mforum=texasholdem\" rel=\"nofollow\">texas holdem</a> [url=http://www.boboard.com/bbs/?mforum=autoinsurance]auto insurance[/url] <a href=\"http://www.boboard.com/bbs/?mforum=autoinsurance\" rel=\"nofollow\">auto insurance</a> [url=http://www.boboard.com/bbs/?mforum=bestonlinecasin]best online casino[/url] <a href=\"http://www.boboard.com/bbs/?mforum=bestonlinecasin\" rel=\"nofollow\">best online casino</a> [url=http://www.boboard.com/bbs/?mforum=cardgameshere]card games[/url] <a href=\"http://www.boboard.com/bbs/?mforum=cardgameshere\" rel=\"nofollow\">card games</a> [url=http://www.boboard.com/bbs/?mforum=casinogamblingh]casino gambling[/url] <a href=\"http://www.boboard.com/bbs/?mforum=casinogamblingh\" rel=\"nofollow\">casino gambling</a> [url=http://www.boboard.com/bbs/?mforum=christmasgiftsh]christmas gifts[/url] <a href=\"http://www.boboard.com/bbs/?mforum=christmasgiftsh\" rel=\"nofollow\">christmas gifts</a> [url=http://www.boboard.com/bbs/?mforum=debtconsolidati]debt consolidation[/url] <a href=\"http://www.boboard.com/bbs/?mforum=debtconsolidati\" rel=\"nofollow\">debt consolidation</a> http://www.boboard.com/bbs/?mforum=polyphonicringt http://www.boboard.com/bbs/?mforum=replicarolex http://www.boboard.com/bbs/?mforum=studentloans http://www.boboard.com/bbs/?mforum=texasholdem http://www.boboard.com/bbs/?mforum=autoinsurance http://www.boboard.com/bbs/?mforum=bestonlinecasin http://www.boboard.com/bbs/?mforum=cardgameshere http://www.boboard.com/bbs/?mforum=casinogamblingh http://www.boboard.com/bbs/?mforum=christmasgiftsh http://www.boboard.com/bbs/?mforum=debtconsolidati',0,'0','Opera/9.0 (Windows NT 5.1; U; en)','',0,0),(165,3,'Rtywusmc','rtywusmc@mail.com','http://s3.freepowerboards.com/bestonlinecasino','193.93.236.11','2007-02-12 14:35:16','2007-02-12 21:35:16','Rtywusmc [url=http://s3.freepowerboards.com/bestonlinecasino]best online casino[/url] <a href=\"http://s3.freepowerboards.com/bestonlinecasino\" rel=\"nofollow\">best online casino</a> [url=http://s3.freepowerboards.com/carinsurance]car insurance[/url] <a href=\"http://s3.freepowerboards.com/carinsurance\" rel=\"nofollow\">car insurance</a> [url=http://s3.freepowerboards.com/christmasgifts]christmas gifts[/url] <a href=\"http://s3.freepowerboards.com/christmasgifts\" rel=\"nofollow\">christmas gifts</a> [url=http://s3.freepowerboards.com/creditrepairk]credit repair[/url] <a href=\"http://s3.freepowerboards.com/creditrepairk\" rel=\"nofollow\">credit repair</a> [url=http://s3.freepowerboards.com/freemobilringt]free mobile ringtones[/url] <a href=\"http://s3.freepowerboards.com/freemobilringt\" rel=\"nofollow\">free mobile ringtones</a> [url=http://s3.freepowerboards.com/freeonlinpoker]free online poker[/url] <a href=\"http://s3.freepowerboards.com/freeonlinpoker\" rel=\"nofollow\">free online poker</a> [url=http://s3.freepowerboards.com/bestfreeringtones]free ringtones[/url] <a href=\"http://s3.freepowerboards.com/bestfreeringtones\" rel=\"nofollow\">free ringtones</a> [url=http://s3.freepowerboards.com/bestholidaygifts]holiday gifts[/url] <a href=\"http://s3.freepowerboards.com/bestholidaygifts\" rel=\"nofollow\">holiday gifts</a> [url=http://s3.freepowerboards.com/onlinebingo]online bingo[/url] <a href=\"http://s3.freepowerboards.com/onlinebingo\" rel=\"nofollow\">online bingo</a> [url=http://s3.freepowerboards.com/gamblingbonus]online gambling bonus[/url] <a href=\"http://s3.freepowerboards.com/gamblingbonus\" rel=\"nofollow\">online gambling bonus</a> http://s3.freepowerboards.com/bestonlinecasino http://s3.freepowerboards.com/carinsurance http://s3.freepowerboards.com/christmasgifts http://s3.freepowerboards.com/creditrepairk http://s3.freepowerboards.com/freemobilringt http://s3.freepowerboards.com/freeonlinpoker http://s3.freepowerboards.com/bestfreeringtones http://s3.freepowerboards.com/bestholidaygifts http://s3.freepowerboards.com/onlinebingo http://s3.freepowerboards.com/gamblingbonus',0,'0','Opera/9.0 (Windows NT 5.1; U; en)','',0,0),(166,3,'Opndtchd','opndtchd@mail.com','http://www.url4.net/CA69BB','193.93.236.11','2007-02-12 17:14:11','2007-02-13 00:14:11','Opndtchd <a href=\"http://www.url4.net/CA69BB\" rel=\"nofollow\">cingular ringtones</a> <a href=\"http://www.url4.net/F6B335\" rel=\"nofollow\">download free ringtones</a> <a href=\"http://www.url4.net/E3906F\" rel=\"nofollow\">download ringtones</a> <a href=\"http://www.url4.net/587FA7\" rel=\"nofollow\">free mobile ringtones</a> <a href=\"http://www.url4.net/EFB6D6\" rel=\"nofollow\">free motorola-ringtones</a> <a href=\"http://www.url4.net/589050\" rel=\"nofollow\">free nokia ringtones</a> <a href=\"http://www.url4.net/A17DBC\" rel=\"nofollow\">free ringtones</a> <a href=\"http://www.url4.net/D2FC3C\" rel=\"nofollow\">free sprint ringtones</a> <a href=\"http://www.url4.net/CFBDFF\" rel=\"nofollow\">polyphonic ringtones</a> <a href=\"http://www.url4.net/E080E3\" rel=\"nofollow\">verizon ringtones</a> <a href=\"http://www.url4.net/DD93F7\" rel=\"nofollow\">auto insurance</a> <a href=\"http://www.url4.net/C8E0A9\" rel=\"nofollow\">auto loan</a> <a href=\"http://www.url4.net/D2A446\" rel=\"nofollow\">automobile insurance</a> <a href=\"http://www.url4.net/92BEEE\" rel=\"nofollow\">bad credit loans</a> <a href=\"http://www.url4.net/5EFE9D\" rel=\"nofollow\">best online casino</a> <a href=\"http://www.url4.net/EF4C04\" rel=\"nofollow\">best online gambling</a> <a href=\"http://www.url4.net/27E20B\" rel=\"nofollow\">blackjack tournaments</a> <a href=\"http://www.url4.net/BF537C\" rel=\"nofollow\">car insurance</a> <a href=\"http://www.url4.net/3EE6EB\" rel=\"nofollow\">card games</a> <a href=\"http://www.url4.net/573949\" rel=\"nofollow\">casino gambling</a> http://www.url4.net/CA69BB http://www.url4.net/F6B335 http://www.url4.net/E3906F http://www.url4.net/587FA7 http://www.url4.net/EFB6D6 http://www.url4.net/589050 http://www.url4.net/A17DBC http://www.url4.net/D2FC3C http://www.url4.net/CFBDFF http://www.url4.net/E080E3 http://www.url4.net/DD93F7 http://www.url4.net/C8E0A9 http://www.url4.net/D2A446 http://www.url4.net/92BEEE http://www.url4.net/5EFE9D http://www.url4.net/EF4C04 http://www.url4.net/27E20B http://www.url4.net/BF537C http://www.url4.net/3EE6EB http://www.url4.net/573949',0,'0','Opera/9.0 (Windows NT 5.1; U; en)','',0,0),(167,3,'Opmcydjc','opmcydjc@mail.com','http://redirme.com/1vj','193.93.236.11','2007-02-12 19:33:45','2007-02-13 02:33:45','Opmcydjc <a href=\"http://redirme.com/1vj\" rel=\"nofollow\">cingular ringtones</a> <a href=\"http://redirme.com/1vk\" rel=\"nofollow\">download free ringtones</a> <a href=\"http://redirme.com/1vl\" rel=\"nofollow\">download ringtones</a> <a href=\"http://redirme.com/1vm\" rel=\"nofollow\">free mobile ringtones</a> <a href=\"http://redirme.com/1vn\" rel=\"nofollow\">free motorola-ringtones</a> <a href=\"http://redirme.com/1vp\" rel=\"nofollow\">free nokia ringtones</a> <a href=\"http://redirme.com/1vq\" rel=\"nofollow\">free ringtones</a> <a href=\"http://redirme.com/1vr\" rel=\"nofollow\">free sprint ringtones</a> <a href=\"http://redirme.com/1vs\" rel=\"nofollow\">polyphonic ringtones</a> <a href=\"http://redirme.com/1vt\" rel=\"nofollow\">verizon ringtones</a> <a href=\"http://redirme.com/1vv\" rel=\"nofollow\">casino games</a> <a href=\"http://redirme.com/1vw\" rel=\"nofollow\">christmas gifts</a> <a href=\"http://redirme.com/1vx\" rel=\"nofollow\">credit repair</a> <a href=\"http://redirme.com/1vz\" rel=\"nofollow\">debt consolidation</a> <a href=\"http://redirme.com/1w1\" rel=\"nofollow\">free online poker</a> <a href=\"http://redirme.com/1w2\" rel=\"nofollow\">free poker</a> <a href=\"http://redirme.com/1w3\" rel=\"nofollow\">gambling online</a> <a href=\"http://redirme.com/1w4\" rel=\"nofollow\">holiday gifts</a> <a href=\"http://redirme.com/1w5\" rel=\"nofollow\">home loans</a> <a href=\"http://redirme.com/1w6\" rel=\"nofollow\">internet blackjack</a> http://redirme.com/1vj http://redirme.com/1vk http://redirme.com/1vl http://redirme.com/1vm http://redirme.com/1vn http://redirme.com/1vp http://redirme.com/1vq http://redirme.com/1vr http://redirme.com/1vs http://redirme.com/1vt http://redirme.com/1vv http://redirme.com/1vw http://redirme.com/1vx http://redirme.com/1vz http://redirme.com/1w1 http://redirme.com/1w2 http://redirme.com/1w3 http://redirme.com/1w4 http://redirme.com/1w5 http://redirme.com/1w6',0,'0','Opera/9.0 (Windows NT 5.1; U; en)','',0,0),(168,3,'Swabxudy','swabxudy@mail.com','http://pnope.com/bdtm','193.93.236.11','2007-02-12 21:54:22','2007-02-13 04:54:22','Swabxudy <a href=\"http://pnope.com/bdtm\" rel=\"nofollow\">cingular ringtones</a> <a href=\"http://pnope.com/bdtn\" rel=\"nofollow\">download free ringtones</a> <a href=\"http://pnope.com/bdto\" rel=\"nofollow\">download ringtones</a> <a href=\"http://pnope.com/bdtp\" rel=\"nofollow\">free mobile ringtones</a> <a href=\"http://pnope.com/bdtq\" rel=\"nofollow\">free motorola-ringtones</a> <a href=\"http://pnope.com/bdtr\" rel=\"nofollow\">free nokia ringtones</a> <a href=\"http://pnope.com/bdts\" rel=\"nofollow\">free ringtones</a> <a href=\"http://pnope.com/bdtt\" rel=\"nofollow\">free sprint ringtones</a> <a href=\"http://pnope.com/bdtu\" rel=\"nofollow\">polyphonic ringtones</a> <a href=\"http://pnope.com/bdtv\" rel=\"nofollow\">verizon ringtones</a> <a href=\"http://pnope.com/bdtw\" rel=\"nofollow\">internet gambling</a> <a href=\"http://pnope.com/bdtx\" rel=\"nofollow\">mortgage loan</a> <a href=\"http://pnope.com/bdty\" rel=\"nofollow\">mortgage refinance</a> <a href=\"http://pnope.com/bdtz\" rel=\"nofollow\">no deposit casino</a> <a href=\"http://pnope.com/bdua\" rel=\"nofollow\">online bingo</a> <a href=\"http://pnope.com/bdub\" rel=\"nofollow\">online blackjack</a> <a href=\"http://pnope.com/bduc\" rel=\"nofollow\">online casino</a> <a href=\"http://pnope.com/bdud\" rel=\"nofollow\">online gambling bonus</a> <a href=\"http://pnope.com/bdue\" rel=\"nofollow\">online gambling casinos</a> <a href=\"http://pnope.com/bduf\" rel=\"nofollow\">online gambling</a> http://pnope.com/bdtm http://pnope.com/bdtn http://pnope.com/bdto http://pnope.com/bdtp http://pnope.com/bdtq http://pnope.com/bdtr http://pnope.com/bdts http://pnope.com/bdtt http://pnope.com/bdtu http://pnope.com/bdtv http://pnope.com/bdtw http://pnope.com/bdtx http://pnope.com/bdty http://pnope.com/bdtz http://pnope.com/bdua http://pnope.com/bdub http://pnope.com/bduc http://pnope.com/bdud http://pnope.com/bdue http://pnope.com/bduf',0,'0','Opera/9.0 (Windows NT 5.1; U; en)','',0,0),(169,3,'Ywbsocps','ywbsocps@mail.com','http://miniurl.pl/22682','193.93.236.11','2007-02-13 00:35:27','2007-02-13 07:35:27','Ywbsocps <a href=\"http://miniurl.pl/22682\" rel=\"nofollow\">cingular ringtones</a> <a href=\"http://miniurl.pl/22683\" rel=\"nofollow\">download free ringtones</a> <a href=\"http://miniurl.pl/22684\" rel=\"nofollow\">download ringtones</a> <a href=\"http://miniurl.pl/22685\" rel=\"nofollow\">free mobile ringtones</a> <a href=\"http://miniurl.pl/22686\" rel=\"nofollow\">free motorola-ringtones</a> <a href=\"http://miniurl.pl/22687\" rel=\"nofollow\">free nokia ringtones</a> <a href=\"http://miniurl.pl/22688\" rel=\"nofollow\">free ringtones</a> <a href=\"http://miniurl.pl/22689\" rel=\"nofollow\">free sprint ringtones</a> <a href=\"http://miniurl.pl/22690\" rel=\"nofollow\">polyphonic ringtones</a> <a href=\"http://miniurl.pl/22691\" rel=\"nofollow\">verizon ringtones</a> <a href=\"http://miniurl.pl/22692\" rel=\"nofollow\">online poker rooms</a> <a href=\"http://miniurl.pl/22693\" rel=\"nofollow\">online poker</a> <a href=\"http://miniurl.pl/22694\" rel=\"nofollow\">online roulette</a> <a href=\"http://miniurl.pl/22695\" rel=\"nofollow\">online slots</a> <a href=\"http://miniurl.pl/22696\" rel=\"nofollow\">party poker</a> <a href=\"http://miniurl.pl/22697\" rel=\"nofollow\">payday loans</a> <a href=\"http://miniurl.pl/22698\" rel=\"nofollow\">personal loans</a> <a href=\"http://miniurl.pl/22699\" rel=\"nofollow\">play black jack</a> <a href=\"http://miniurl.pl/22700\" rel=\"nofollow\">play blackjack</a> <a href=\"http://miniurl.pl/22701\" rel=\"nofollow\">poker chips</a> http://miniurl.pl/22682 http://miniurl.pl/22683 http://miniurl.pl/22684 http://miniurl.pl/22685 http://miniurl.pl/22686 http://miniurl.pl/22687 http://miniurl.pl/22688 http://miniurl.pl/22689 http://miniurl.pl/22690 http://miniurl.pl/22691 http://miniurl.pl/22692 http://miniurl.pl/22693 http://miniurl.pl/22694 http://miniurl.pl/22695 http://miniurl.pl/22696 http://miniurl.pl/22697 http://miniurl.pl/22698 http://miniurl.pl/22699 http://miniurl.pl/22700 http://miniurl.pl/22701',0,'0','Opera/9.0 (Windows NT 5.1; U; en)','',0,0),(170,10,'hydrocodone addiction','hydrocodone_addiction@a77juq6f18.com','http://buyonline.siamforum.com','210.91.29.208','2007-02-14 04:39:13','2007-02-14 11:39:13','hydrocodone addiction <a href=\"http://buyonline.siamforum.com\" rel=\"nofollow\">hydrocodone addiction</a>',0,'0','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4','',0,0),(171,10,'propecia generic','propecia_generic@236z3pg4a5.com','http://relurl.com/xa4','71.108.175.3','2007-02-14 09:53:15','2007-02-14 16:53:15','propecia generic <a href=\"http://relurl.com/xa4\" rel=\"nofollow\">propecia generic</a>',0,'0','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4','',0,0),(172,10,'canadian pharmacy','canadian_pharmacy@jq4tfisgni.com','http://dtmurl.com/25i','75.176.85.186','2007-02-15 09:40:50','2007-02-15 16:40:50','canadian pharmacy <a href=\"http://dtmurl.com/25i\" rel=\"nofollow\">canadian pharmacy</a>',0,'0','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4','',0,0),(173,9,'address dollar email tree','','http://dollar-tree.paroslawyer.com/address-dollar-email-tree.html','82.59.173.162','2007-02-16 11:31:40','2007-02-16 18:31:40','<strong>address dollar email tree...</strong>\n\naddress dollar email tree info and more...',0,'0','-- WordPress/2.1-alpha3','trackback',0,0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_lifetalk_comments` ENABLE KEYS */;

--
-- Table structure for table `wp_lifetalk_linkcategories`
--

DROP TABLE IF EXISTS `wp_lifetalk_linkcategories`;
CREATE TABLE `wp_lifetalk_linkcategories` (
  `cat_id` bigint(20) NOT NULL auto_increment,
  `cat_name` tinytext NOT NULL,
  `auto_toggle` enum('Y','N') NOT NULL default 'N',
  `show_images` enum('Y','N') NOT NULL default 'Y',
  `show_description` enum('Y','N') NOT NULL default 'N',
  `show_rating` enum('Y','N') NOT NULL default 'Y',
  `show_updated` enum('Y','N') NOT NULL default 'Y',
  `sort_order` varchar(64) NOT NULL default 'rand',
  `sort_desc` enum('Y','N') NOT NULL default 'N',
  `text_before_link` varchar(128) NOT NULL default '<li>',
  `text_after_link` varchar(128) NOT NULL default '<br />',
  `text_after_all` varchar(128) NOT NULL default '</li>',
  `list_limit` int(11) NOT NULL default '-1',
  PRIMARY KEY  (`cat_id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_lifetalk_linkcategories`
--


/*!40000 ALTER TABLE `wp_lifetalk_linkcategories` DISABLE KEYS */;
LOCK TABLES `wp_lifetalk_linkcategories` WRITE;
INSERT INTO `wp_lifetalk_linkcategories` VALUES (1,'Blogroll','N','Y','N','Y','Y','name','N','<li>','<br />','</li>',-1),(2,'Links','N','Y','N','Y','Y','name','N','<li>','<br />','</li>',-1),(3,'Website','N','N','N','N','N','name','N','<li>','<br />','</li>',-1);
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_lifetalk_linkcategories` ENABLE KEYS */;

--
-- Table structure for table `wp_lifetalk_links`
--

DROP TABLE IF EXISTS `wp_lifetalk_links`;
CREATE TABLE `wp_lifetalk_links` (
  `link_id` bigint(20) NOT NULL auto_increment,
  `link_url` varchar(255) NOT NULL default '',
  `link_name` varchar(255) NOT NULL default '',
  `link_image` varchar(255) NOT NULL default '',
  `link_target` varchar(25) NOT NULL default '',
  `link_category` bigint(20) NOT NULL default '0',
  `link_description` varchar(255) NOT NULL default '',
  `link_visible` enum('Y','N') NOT NULL default 'Y',
  `link_owner` int(11) NOT NULL default '1',
  `link_rating` int(11) NOT NULL default '0',
  `link_updated` datetime NOT NULL default '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL default '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`link_id`),
  KEY `link_category` (`link_category`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_lifetalk_links`
--


/*!40000 ALTER TABLE `wp_lifetalk_links` DISABLE KEYS */;
LOCK TABLES `wp_lifetalk_links` WRITE;
INSERT INTO `wp_lifetalk_links` VALUES (12,'http://www.blogs.lifechurchministries.org/insight/?page_id=2','Insight','','',1,'Insights from special contributors to Life Church Ministries, Inc.','N',1,0,'0000-00-00 00:00:00','','',''),(13,'http://blogs.lifechurchministries.org/comesunday/?page_id=2','Come Sunday','','',1,'Summaries and thoughts on Sunday messages and other teachings of Life Church Ministries, Inc.','N',1,0,'0000-00-00 00:00:00','','',''),(9,'http://www.lifechurchministries.org/','Life Church Ministries, Inc.','','',3,'Your partner in Christian life and discipleship.','Y',3,0,'0000-00-00 00:00:00','','','');
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_lifetalk_links` ENABLE KEYS */;

--
-- Table structure for table `wp_lifetalk_options`
--

DROP TABLE IF EXISTS `wp_lifetalk_options`;
CREATE TABLE `wp_lifetalk_options` (
  `option_id` bigint(20) NOT NULL auto_increment,
  `blog_id` int(11) NOT NULL default '0',
  `option_name` varchar(64) NOT NULL default '',
  `option_can_override` enum('Y','N') NOT NULL default 'Y',
  `option_type` int(11) NOT NULL default '1',
  `option_value` longtext NOT NULL,
  `option_width` int(11) NOT NULL default '20',
  `option_height` int(11) NOT NULL default '8',
  `option_description` tinytext NOT NULL,
  `option_admin_level` int(11) NOT NULL default '1',
  `autoload` enum('yes','no') NOT NULL default 'yes',
  PRIMARY KEY  (`option_id`,`blog_id`,`option_name`),
  KEY `option_name` (`option_name`)
) ENGINE=MyISAM AUTO_INCREMENT=92 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_lifetalk_options`
--


/*!40000 ALTER TABLE `wp_lifetalk_options` DISABLE KEYS */;
LOCK TABLES `wp_lifetalk_options` WRITE;
INSERT INTO `wp_lifetalk_options` VALUES (1,0,'siteurl','Y',1,'http://blogs.lifechurchministries.org/think/',20,8,'WordPress web address',1,'yes'),(2,0,'blogname','Y',1,'Think',20,8,'Blog title',1,'yes'),(3,0,'blogdescription','Y',1,'Fresh perspective on the Christian life',20,8,'Short tagline',1,'yes'),(64,0,'wp_lifetalk_user_roles','Y',1,'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:30:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:19:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:8:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:4:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}',20,8,'',1,'yes'),(5,0,'users_can_register','Y',1,'1',20,8,'',1,'yes'),(6,0,'admin_email','Y',1,'pastor.rocklyn@lifechurchministries.org',20,8,'',1,'yes'),(7,0,'start_of_week','Y',1,'0',20,8,'',1,'yes'),(8,0,'use_balanceTags','Y',1,'0',20,8,'',1,'yes'),(9,0,'use_smilies','Y',1,'1',20,8,'',1,'yes'),(10,0,'require_name_email','Y',1,'1',20,8,'',1,'yes'),(11,0,'comments_notify','Y',1,'1',20,8,'',1,'yes'),(12,0,'posts_per_rss','Y',1,'10',20,8,'',1,'yes'),(13,0,'rss_excerpt_length','Y',1,'50',20,8,'',1,'yes'),(14,0,'rss_use_excerpt','Y',1,'0',20,8,'',1,'yes'),(15,0,'mailserver_url','Y',1,'mail.example.com',20,8,'',1,'yes'),(16,0,'mailserver_login','Y',1,'login@example.com',20,8,'',1,'yes'),(17,0,'mailserver_pass','Y',1,'password',20,8,'',1,'yes'),(18,0,'mailserver_port','Y',1,'110',20,8,'',1,'yes'),(19,0,'default_category','Y',1,'1',20,8,'',1,'yes'),(20,0,'default_comment_status','Y',1,'open',20,8,'',1,'yes'),(21,0,'default_ping_status','Y',1,'open',20,8,'',1,'yes'),(22,0,'default_pingback_flag','Y',1,'1',20,8,'',1,'yes'),(23,0,'default_post_edit_rows','Y',1,'10',20,8,'',1,'yes'),(24,0,'posts_per_page','Y',1,'10',20,8,'',1,'yes'),(25,0,'what_to_show','Y',1,'posts',20,8,'',1,'yes'),(26,0,'date_format','Y',1,'F j, Y',20,8,'',1,'yes'),(27,0,'time_format','Y',1,'g:i a',20,8,'',1,'yes'),(28,0,'links_updated_date_format','Y',1,'F j, Y g:i a',20,8,'',1,'yes'),(29,0,'links_recently_updated_prepend','Y',1,'<em>',20,8,'',1,'yes'),(30,0,'links_recently_updated_append','Y',1,'</em>',20,8,'',1,'yes'),(31,0,'links_recently_updated_time','Y',1,'120',20,8,'',1,'yes'),(32,0,'comment_moderation','Y',1,'1',20,8,'',1,'yes'),(33,0,'moderation_notify','Y',1,'1',20,8,'',1,'yes'),(34,0,'permalink_structure','Y',1,'',20,8,'',1,'yes'),(35,0,'gzipcompression','Y',1,'0',20,8,'',1,'yes'),(36,0,'hack_file','Y',1,'0',20,8,'',1,'yes'),(37,0,'blog_charset','Y',1,'UTF-8',20,8,'',1,'yes'),(38,0,'moderation_keys','Y',1,'',20,8,'',1,'no'),(39,0,'active_plugins','Y',1,'a:0:{}',20,8,'',1,'yes'),(40,0,'home','Y',1,'http://blogs.lifechurchministries.org/think/',20,8,'',1,'yes'),(41,0,'category_base','Y',1,'',20,8,'',1,'yes'),(42,0,'ping_sites','Y',1,'http://rpc.pingomatic.com/',20,8,'',1,'yes'),(43,0,'advanced_edit','Y',1,'0',20,8,'',1,'yes'),(44,0,'comment_max_links','Y',1,'2',20,8,'',1,'yes'),(45,0,'gmt_offset','Y',1,'-7',20,8,'',1,'yes'),(46,0,'default_email_category','Y',1,'1',20,8,'Posts by email go to this category',1,'yes'),(47,0,'recently_edited','Y',1,'a:2:{i:0;s:9:\"index.php\";i:1;s:0:\"\";}',20,8,'',1,'no'),(48,0,'use_linksupdate','Y',1,'0',20,8,'',1,'yes'),(49,0,'template','Y',1,'jakarta',20,8,'',1,'yes'),(50,0,'stylesheet','Y',1,'jakarta',20,8,'',1,'yes'),(51,0,'comment_whitelist','Y',1,'',20,8,'',1,'yes'),(52,0,'page_uris','Y',1,'a:1:{s:5:\"about\";s:5:\"about\";}',20,8,'',1,'yes'),(53,0,'blacklist_keys','Y',1,'',20,8,'',1,'no'),(54,0,'comment_registration','Y',1,'',20,8,'',1,'yes'),(55,0,'open_proxy_check','Y',1,'1',20,8,'',1,'yes'),(56,0,'rss_language','Y',1,'en',20,8,'',1,'yes'),(57,0,'html_type','Y',1,'text/html',20,8,'',1,'yes'),(58,0,'use_trackback','Y',1,'0',20,8,'',1,'yes'),(59,0,'default_role','Y',1,'subscriber',20,8,'',1,'yes'),(60,0,'rich_editing','Y',1,'true',20,8,'',1,'yes'),(61,0,'db_version','Y',1,'3441',20,8,'',1,'yes'),(62,0,'uploads_use_yearmonth_folders','Y',1,'1',20,8,'',1,'yes'),(63,0,'upload_path','Y',1,'wp-content/uploads',20,8,'',1,'yes'),(65,0,'rss_0ff4b43bd116a9d8720d689c80e7dfd4','Y',1,'O:9:\"MagpieRSS\":19:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:10:{i:0;a:12:{s:5:\"title\";s:18:\"WordPress 2.1 Ella\";s:4:\"link\";s:49:\"http://wordpress.org/development/2007/01/ella-21/\";s:8:\"comments\";s:58:\"http://wordpress.org/development/2007/01/ella-21/#comments\";s:7:\"pubdate\";s:31:\"Mon, 22 Jan 2007 22:24:43 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:8:\"Releases\";s:4:\"guid\";s:49:\"http://wordpress.org/development/2007/01/ella-21/\";s:11:\"description\";s:377:\"On behalf of the WordPress.org community of commiters, contributers, and volunteers, I&#8217;m very proud to announce the immediate availability of WordPress 2.1 &#8220;Ella&#8221;, named for jazz vocalist Ella Fitzgerald. Here&#8217;s a sampling of what&#8217;s in the new version:\n\n Autosave makes sure you never lose a post again. \n Our new tabbed editor allows you to [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:4684:\"<p>On behalf of the WordPress.org community of commiters, contributers, and volunteers, I&#8217;m very proud to announce <a href=\"http://wordpress.org/download/\">the immediate availability of WordPress 2.1 &#8220;Ella&#8221;</a>, named for jazz vocalist <a href=\"http://www.ellafitzgerald.com/\">Ella Fitzgerald</a>. Here&#8217;s a sampling of what&#8217;s in the new version:</p>\n<ul>\n<li> <strong>Autosave</strong> makes sure you never lose a post again. </li>\n<li> Our new <strong>tabbed editor</strong> allows you to switch between WYSIWYG and code editing instantly while writing a post. </li>\n<li> The <strong>lossless XML import and export</strong> makes it easy for you to move your content between WordPress blogs. </li>\n<li> Our completely redone visual editor also now includes <strong>spell checking</strong>. </li>\n<li> <strong>New search engine privacy option</strong> allows you take you to indicate your blog shouldn&#8217;t ping or be indexed by search engines like Google. </li>\n<li> You can set any &#8220;page&#8221; to be the front page of your site, and put the latest posts somewhere else, making it much easier to use WordPress as a content management system. </li>\n<li> Much more efficient database code, faster than previous versions. <a href=\"http://dammit.lt/\">Domas Mituzas</a> from MySQL went over all our queries with a fine-toothed comb. </li>\n<li> Links in your blogroll now support sub-categories and you can add categories on the fly. </li>\n<li> Redesigned login screen from the Shuttle project. </li>\n<li> More AJAX to make custom fields, moderation, deletions, and more all faster. My favorite is the comments page, which new lets you approve or unapprove things instantly. </li>\n<li> Pages can now be drafts, or private. </li>\n<li> Our admin has been refreshed to load faster and be more visually consistent. </li>\n<li> The dashboard now instantly and brings RSS feeds asynchronously in the background. </li>\n<li> Comment feeds now include all the comments, not just the last 10. </li>\n<li> Better internationalization and support for right-to-left languages. </li>\n<li> The <strong>upload manager</strong> lets you easily manage all your uploads pictures, video, and audio. </li>\n<li> A <a href=\"http://akismet.com/blog/2007/01/version-20/\">new version of the Akismet plugin</a> is bundled. </li>\n</ul>\n<p>&#8230;and much, much more. There are little easter eggs hidden everywhere, so the best way to find everything new is to <a href=\"http://wordpress.org/download/\">just try it out</a>.</p>\n<h3>Developer Features</h3>\n<p>Developers will especially love this release, as it has much cleaner code than 2.0 and includes hundreds of enhancements that will enable a new generation of richer plugins. Here&#8217;s a taste of some of the things included:</p>\n<ul>\n<li> Psuedo-cron functionality let&#8217;s you schedule events much like cron. </li>\n<li> Users admin can now comfortably handle hundreds of thousands of users. </li>\n<li> The new WP_Error class cleans up how we do error reporting and handling. </li>\n<li> The javascript loader makes it easier for plugins to include rich functionality. </li>\n<li> Tons of new hooks and APIs. </li>\n<li> We&#8217;ve started to fill out our code inline documentation. </li>\n<li> Image and thumbnail API allows for richer media plugins. </li>\n<li> Custom header, color picker, and image cropping framework. </li>\n</ul>\n<p>2.1 also <a href=\"http://trac.wordpress.org/query?status=closed&#038;milestone=2.1\">includes over 550 bug fixes</a>.</p>\n<h3>The Future</h3>\n<p>What&#8217;s really exciting for me is what&#8217;s coming in the future. First of all, the 2.0 series was an unparalleled success, with over 1.8 million downloads, and thanks to the work of Mark Jaquith we&#8217;re committing to maintaining stable security and bug fixes on the 2.0 branch until 2010.</p>\n<p>More exciting for most of our users, though, is our new development cycle. Based on everything we&#8217;ve learned in the past 3 years of doing WordPress, we&#8217;ve decided to shift to a more frequent release schedule like Ubuntu, with major releases coming several times a year. So, for the first time in WordPress&#8217; history, I have an answer to when the next version is coming out: April 23rd.</p>\n<p>Even better, the development will be driven primarily by <a href=\"http://wordpress.org/extend/ideas/\">the features you guys are voting for on the ideas board</a>. (But wait, there&#8217;s more: the ideas board now has a new Hot-or-Not-like interface for rating a bunch of ideas at once, <a href=\"http://wordpress.org/extend/ideas/view.php?view=not_voted\">so go get your vote on and have a say in WordPress 2.2</a>.)</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:54:\"http://wordpress.org/development/2007/01/ella-21/feed/\";}s:7:\"summary\";s:377:\"On behalf of the WordPress.org community of commiters, contributers, and volunteers, I&#8217;m very proud to announce the immediate availability of WordPress 2.1 &#8220;Ella&#8221;, named for jazz vocalist Ella Fitzgerald. Here&#8217;s a sampling of what&#8217;s in the new version:\n\n Autosave makes sure you never lose a post again. \n Our new tabbed editor allows you to [...]\";s:12:\"atom_content\";s:4684:\"<p>On behalf of the WordPress.org community of commiters, contributers, and volunteers, I&#8217;m very proud to announce <a href=\"http://wordpress.org/download/\">the immediate availability of WordPress 2.1 &#8220;Ella&#8221;</a>, named for jazz vocalist <a href=\"http://www.ellafitzgerald.com/\">Ella Fitzgerald</a>. Here&#8217;s a sampling of what&#8217;s in the new version:</p>\n<ul>\n<li> <strong>Autosave</strong> makes sure you never lose a post again. </li>\n<li> Our new <strong>tabbed editor</strong> allows you to switch between WYSIWYG and code editing instantly while writing a post. </li>\n<li> The <strong>lossless XML import and export</strong> makes it easy for you to move your content between WordPress blogs. </li>\n<li> Our completely redone visual editor also now includes <strong>spell checking</strong>. </li>\n<li> <strong>New search engine privacy option</strong> allows you take you to indicate your blog shouldn&#8217;t ping or be indexed by search engines like Google. </li>\n<li> You can set any &#8220;page&#8221; to be the front page of your site, and put the latest posts somewhere else, making it much easier to use WordPress as a content management system. </li>\n<li> Much more efficient database code, faster than previous versions. <a href=\"http://dammit.lt/\">Domas Mituzas</a> from MySQL went over all our queries with a fine-toothed comb. </li>\n<li> Links in your blogroll now support sub-categories and you can add categories on the fly. </li>\n<li> Redesigned login screen from the Shuttle project. </li>\n<li> More AJAX to make custom fields, moderation, deletions, and more all faster. My favorite is the comments page, which new lets you approve or unapprove things instantly. </li>\n<li> Pages can now be drafts, or private. </li>\n<li> Our admin has been refreshed to load faster and be more visually consistent. </li>\n<li> The dashboard now instantly and brings RSS feeds asynchronously in the background. </li>\n<li> Comment feeds now include all the comments, not just the last 10. </li>\n<li> Better internationalization and support for right-to-left languages. </li>\n<li> The <strong>upload manager</strong> lets you easily manage all your uploads pictures, video, and audio. </li>\n<li> A <a href=\"http://akismet.com/blog/2007/01/version-20/\">new version of the Akismet plugin</a> is bundled. </li>\n</ul>\n<p>&#8230;and much, much more. There are little easter eggs hidden everywhere, so the best way to find everything new is to <a href=\"http://wordpress.org/download/\">just try it out</a>.</p>\n<h3>Developer Features</h3>\n<p>Developers will especially love this release, as it has much cleaner code than 2.0 and includes hundreds of enhancements that will enable a new generation of richer plugins. Here&#8217;s a taste of some of the things included:</p>\n<ul>\n<li> Psuedo-cron functionality let&#8217;s you schedule events much like cron. </li>\n<li> Users admin can now comfortably handle hundreds of thousands of users. </li>\n<li> The new WP_Error class cleans up how we do error reporting and handling. </li>\n<li> The javascript loader makes it easier for plugins to include rich functionality. </li>\n<li> Tons of new hooks and APIs. </li>\n<li> We&#8217;ve started to fill out our code inline documentation. </li>\n<li> Image and thumbnail API allows for richer media plugins. </li>\n<li> Custom header, color picker, and image cropping framework. </li>\n</ul>\n<p>2.1 also <a href=\"http://trac.wordpress.org/query?status=closed&#038;milestone=2.1\">includes over 550 bug fixes</a>.</p>\n<h3>The Future</h3>\n<p>What&#8217;s really exciting for me is what&#8217;s coming in the future. First of all, the 2.0 series was an unparalleled success, with over 1.8 million downloads, and thanks to the work of Mark Jaquith we&#8217;re committing to maintaining stable security and bug fixes on the 2.0 branch until 2010.</p>\n<p>More exciting for most of our users, though, is our new development cycle. Based on everything we&#8217;ve learned in the past 3 years of doing WordPress, we&#8217;ve decided to shift to a more frequent release schedule like Ubuntu, with major releases coming several times a year. So, for the first time in WordPress&#8217; history, I have an answer to when the next version is coming out: April 23rd.</p>\n<p>Even better, the development will be driven primarily by <a href=\"http://wordpress.org/extend/ideas/\">the features you guys are voting for on the ideas board</a>. (But wait, there&#8217;s more: the ideas board now has a new Hot-or-Not-like interface for rating a bunch of ideas at once, <a href=\"http://wordpress.org/extend/ideas/view.php?view=not_voted\">so go get your vote on and have a say in WordPress 2.2</a>.)</p>\n\";}i:1;a:12:{s:5:\"title\";s:15:\"WordPress 2.0.7\";s:4:\"link\";s:55:\"http://wordpress.org/development/2007/01/wordpress-207/\";s:8:\"comments\";s:64:\"http://wordpress.org/development/2007/01/wordpress-207/#comments\";s:7:\"pubdate\";s:31:\"Mon, 15 Jan 2007 22:14:24 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"Mark Jaquith\";}s:8:\"category\";s:16:\"ReleasesSecurity\";s:4:\"guid\";s:55:\"http://wordpress.org/development/2007/01/wordpress-207/\";s:11:\"description\";s:331:\"Recently a bug in certain versions of PHP came to our attention that could cause a security vulnerability in your blog. We&#8217;re able to work around it fairly easily, so we&#8217;ve decided to release 2.0.7 to fix the PHP security problem and the Feedburner issue that was in 2.0.6. It is recommended that everyone running [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:2239:\"<p>Recently a bug in certain versions of PHP came to our attention that could cause a security vulnerability in your blog. We&#8217;re able to work around it fairly easily, so we&#8217;ve decided to release 2.0.7 to fix the PHP security problem and the Feedburner issue that was in 2.0.6. It is recommended that everyone running WordPress 2.0.6 or lower <a href=\"http://wordpress.org/download/\">upgrade to this new version</a>.</p>\n<p>Because this is a much smaller update than previous versions, you do not have to update all of WordPress&#8217; files if you&#8217;re upgrading from version 2.0.6.  Here is the list of files that have changed since 2.0.6:</p>\n<ul>\n<li>wp-admin/inline-uploading.php</li>\n<li>wp-admin/post.php</li>\n<li>wp-includes/classes.php</li>\n<li>wp-includes/functions.php</li>\n<li>wp-settings.php</li>\n<li>wp-includes/version.php</li>\n</ul>\n<p>We know it sucks to have a release only 10 days after our last one, but we think it&#8217;s important enough for your blog to be secure to do it, and hopefully only having to change a few files will make the upgrade easier than normal.</p>\n<p>Here are the changes that have been made since 2.0.6:</p>\n<ul>\n<li>Security fix for <code>wp_unregister_GLOBALS()</code> to work around the <a href=\"http://www.hardened-php.net/hphp/zend_hash_del_key_or_index_vulnerability.html\">zend_hash_del_key_or_index bug</a> in PHP 4 versions less than 4.4.3 and PHP 5 versions less than 5.1.4 with <code>register_globals</code> set to &#8220;On.&#8221;</li>\n<li>Feeds now properly serve <code>304 Not Modified</code> headers instead of mismatched 200/304 headers (a.k.a. the FeedBurner bug).</li>\n<li>Backport of another <code>304 Not Modified</code> fix from WordPress 2.1</li>\n<li>Deleting WordPress Pages no longer gives an &#8220;Are You Sure?&#8221; prompt.</li>\n<li>After deleting a WordPress Page, you are now properly redirected to the Edit Pages screen.</li>\n<li>Sending an image at original size in Internet Explorer no longer adds an incorrect &#8220;height&#8221; attribute.</li>\n</ul>\n<p>And just as a reminder, the next major version of WordPress (2.1) is due out by the end of the month, but the 2.0 branch of WordPress will continue to be maintained for several years.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:60:\"http://wordpress.org/development/2007/01/wordpress-207/feed/\";}s:7:\"summary\";s:331:\"Recently a bug in certain versions of PHP came to our attention that could cause a security vulnerability in your blog. We&#8217;re able to work around it fairly easily, so we&#8217;ve decided to release 2.0.7 to fix the PHP security problem and the Feedburner issue that was in 2.0.6. It is recommended that everyone running [...]\";s:12:\"atom_content\";s:2239:\"<p>Recently a bug in certain versions of PHP came to our attention that could cause a security vulnerability in your blog. We&#8217;re able to work around it fairly easily, so we&#8217;ve decided to release 2.0.7 to fix the PHP security problem and the Feedburner issue that was in 2.0.6. It is recommended that everyone running WordPress 2.0.6 or lower <a href=\"http://wordpress.org/download/\">upgrade to this new version</a>.</p>\n<p>Because this is a much smaller update than previous versions, you do not have to update all of WordPress&#8217; files if you&#8217;re upgrading from version 2.0.6.  Here is the list of files that have changed since 2.0.6:</p>\n<ul>\n<li>wp-admin/inline-uploading.php</li>\n<li>wp-admin/post.php</li>\n<li>wp-includes/classes.php</li>\n<li>wp-includes/functions.php</li>\n<li>wp-settings.php</li>\n<li>wp-includes/version.php</li>\n</ul>\n<p>We know it sucks to have a release only 10 days after our last one, but we think it&#8217;s important enough for your blog to be secure to do it, and hopefully only having to change a few files will make the upgrade easier than normal.</p>\n<p>Here are the changes that have been made since 2.0.6:</p>\n<ul>\n<li>Security fix for <code>wp_unregister_GLOBALS()</code> to work around the <a href=\"http://www.hardened-php.net/hphp/zend_hash_del_key_or_index_vulnerability.html\">zend_hash_del_key_or_index bug</a> in PHP 4 versions less than 4.4.3 and PHP 5 versions less than 5.1.4 with <code>register_globals</code> set to &#8220;On.&#8221;</li>\n<li>Feeds now properly serve <code>304 Not Modified</code> headers instead of mismatched 200/304 headers (a.k.a. the FeedBurner bug).</li>\n<li>Backport of another <code>304 Not Modified</code> fix from WordPress 2.1</li>\n<li>Deleting WordPress Pages no longer gives an &#8220;Are You Sure?&#8221; prompt.</li>\n<li>After deleting a WordPress Page, you are now properly redirected to the Edit Pages screen.</li>\n<li>Sending an image at original size in Internet Explorer no longer adds an incorrect &#8220;height&#8221; attribute.</li>\n</ul>\n<p>And just as a reminder, the next major version of WordPress (2.1) is due out by the end of the month, but the 2.0 branch of WordPress will continue to be maintained for several years.</p>\n\";}i:2;a:12:{s:5:\"title\";s:17:\"Ideas and Kvetch!\";s:4:\"link\";s:58:\"http://wordpress.org/development/2007/01/ideas-and-kvetch/\";s:8:\"comments\";s:67:\"http://wordpress.org/development/2007/01/ideas-and-kvetch/#comments\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 18:18:15 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:15:\"DevelopmentMeta\";s:4:\"guid\";s:58:\"http://wordpress.org/development/2007/01/ideas-and-kvetch/\";s:11:\"description\";s:324:\"It&#8217;s a new year, and we have a new major release of WordPress coming soon. (We&#8217;re currently aiming for the 22nd.) It&#8217;s as good a time as any to examine where we&#8217;ve been, and where we are, and where we&#8217;re going as a community. 2006 was a pretty exciting year, we saw 1.54 million downloads [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:2235:\"<p>It&#8217;s a new year, and we have a new major release of WordPress coming soon. (We&#8217;re currently aiming for the 22nd.) It&#8217;s as good a time as any to examine where we&#8217;ve been, and where we are, and where we&#8217;re going as a community. 2006 was a pretty exciting year, we saw 1.54 million downloads of WP, and that&#8217;s not even counting the people who install it through their host&#8217;s one-click install or the half a million who have experienced it through the hosted WordPress.com. WordPress is touching more lives than ever.</p>\n<p>However, just because what we&#8217;ve done has worked in the past doesn&#8217;t mean it&#8217;s the best for the future. We have to take a self-critical look at assumptions we have about our development process and WP itself. The upcoming release, which has been long coming, is a perfect time to focus on WP&#8217;s secret ingredient&#8230; you.</p>\n<p>If you could add anything in the world to WordPress, what would it be? If you could name the thing that frustrates you the most about WP, what would that be?</p>\n<p>Now you can tell us. We&#8217;re announcing new projects&#8212;two sides of the same coin.</p>\n<p><a href=\"http://wordpress.org/extend/ideas/\">The first is simply called Ideas</a>, and it&#8217;s a place where you can share your wildest WordPress wishes with the world, and also vote on other people&#8217;s ideas. This allows people outside our normal circle of developers to have a direct say in what goes into the next version of WordPress. For 2.2, which comes out in late April, we will include the top voted on features, so propose something, tell your friends about it, and link it from your blog.</p>\n<p>The second we&#8217;ve named after the <a href=\"http://www.answers.com/kvetch\">Yiddish word</a>, <a href=\"http://wordpress.org/extend/kvetch/\">Kvetch</a>. This is a place where you can quickly and anonymously express whatever might disagree with you in the WordPress world. Let it all loose, but try to keep it PG rated, and we&#8217;ll show a random kvetch on the page once we get enough in the system.</p>\n<p>Both are just part of putting you guys&#8212;our users&#8212;first. It&#8217;s easy because there&#8217;s so many of you.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:63:\"http://wordpress.org/development/2007/01/ideas-and-kvetch/feed/\";}s:7:\"summary\";s:324:\"It&#8217;s a new year, and we have a new major release of WordPress coming soon. (We&#8217;re currently aiming for the 22nd.) It&#8217;s as good a time as any to examine where we&#8217;ve been, and where we are, and where we&#8217;re going as a community. 2006 was a pretty exciting year, we saw 1.54 million downloads [...]\";s:12:\"atom_content\";s:2235:\"<p>It&#8217;s a new year, and we have a new major release of WordPress coming soon. (We&#8217;re currently aiming for the 22nd.) It&#8217;s as good a time as any to examine where we&#8217;ve been, and where we are, and where we&#8217;re going as a community. 2006 was a pretty exciting year, we saw 1.54 million downloads of WP, and that&#8217;s not even counting the people who install it through their host&#8217;s one-click install or the half a million who have experienced it through the hosted WordPress.com. WordPress is touching more lives than ever.</p>\n<p>However, just because what we&#8217;ve done has worked in the past doesn&#8217;t mean it&#8217;s the best for the future. We have to take a self-critical look at assumptions we have about our development process and WP itself. The upcoming release, which has been long coming, is a perfect time to focus on WP&#8217;s secret ingredient&#8230; you.</p>\n<p>If you could add anything in the world to WordPress, what would it be? If you could name the thing that frustrates you the most about WP, what would that be?</p>\n<p>Now you can tell us. We&#8217;re announcing new projects&#8212;two sides of the same coin.</p>\n<p><a href=\"http://wordpress.org/extend/ideas/\">The first is simply called Ideas</a>, and it&#8217;s a place where you can share your wildest WordPress wishes with the world, and also vote on other people&#8217;s ideas. This allows people outside our normal circle of developers to have a direct say in what goes into the next version of WordPress. For 2.2, which comes out in late April, we will include the top voted on features, so propose something, tell your friends about it, and link it from your blog.</p>\n<p>The second we&#8217;ve named after the <a href=\"http://www.answers.com/kvetch\">Yiddish word</a>, <a href=\"http://wordpress.org/extend/kvetch/\">Kvetch</a>. This is a place where you can quickly and anonymously express whatever might disagree with you in the WordPress world. Let it all loose, but try to keep it PG rated, and we&#8217;ll show a random kvetch on the page once we get enough in the system.</p>\n<p>Both are just part of putting you guys&#8212;our users&#8212;first. It&#8217;s easy because there&#8217;s so many of you.</p>\n\";}i:3;a:12:{s:5:\"title\";s:15:\"WordPress 2.0.6\";s:4:\"link\";s:55:\"http://wordpress.org/development/2007/01/wordpress-206/\";s:8:\"comments\";s:64:\"http://wordpress.org/development/2007/01/wordpress-206/#comments\";s:7:\"pubdate\";s:31:\"Fri, 05 Jan 2007 13:24:14 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:16:\"ReleasesSecurity\";s:4:\"guid\";s:55:\"http://wordpress.org/development/2007/01/wordpress-206/\";s:11:\"description\";s:414:\"We have a pretty important release available for everyone, it includes an important security fix and it&#8217;s recommended that everyone upgrade. This is the latest release in our stable 2.0 line, which we&#8217;ve committed to maintaining for several more years.\nHere&#8217;s what&#8217;s new:\n\nThe aforementioned security fixes.\nHTML quicktags now work in Safari browsers.\nComments are filtered to prevent [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1444:\"<p>We have a pretty important release available for everyone, it includes an important security fix and it&#8217;s recommended that everyone upgrade. This is the latest release in our stable 2.0 line, which we&#8217;ve committed to maintaining for several more years.</p>\n<p>Here&#8217;s what&#8217;s new:</p>\n<ul>\n<li>The aforementioned security fixes.</li>\n<li>HTML quicktags now work in Safari browsers.</li>\n<li>Comments are filtered to prevent them from messing up your blog layout.</li>\n<li>Compatibility with PHP/FastCGI setups.</li>\n</ul>\n<p>For developers, there&#8217;s a new anti-XSS function called attribute_escape(), and a new filter called &#8220;query&#8221; which allows you filter any SQL at runtime. (Which is pretty powerful.) Thanks to Mark Jaquith  for handling this release and Stefan Esser for responsibly reporting the security issue.</p>\n<p>As always, <a href=\"http://wordpress.org/download/\">you can download the latest version of WordPress here</a>.</p>\n<p>As a side note, this is probably our last release before 2.1 is out, which will be our first major feature release in quite a while. 2.1 just entered beta stage, so if you&#8217;re interested in helping out with that process consider <a href=\"http://wordpress.org/download/beta/\">joining our beta group</a>. As a reminder, if you&#8217;re a plugin or theme author you should check your code to make sure it&#8217;s compatible with 2.1 before the release.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:60:\"http://wordpress.org/development/2007/01/wordpress-206/feed/\";}s:7:\"summary\";s:414:\"We have a pretty important release available for everyone, it includes an important security fix and it&#8217;s recommended that everyone upgrade. This is the latest release in our stable 2.0 line, which we&#8217;ve committed to maintaining for several more years.\nHere&#8217;s what&#8217;s new:\n\nThe aforementioned security fixes.\nHTML quicktags now work in Safari browsers.\nComments are filtered to prevent [...]\";s:12:\"atom_content\";s:1444:\"<p>We have a pretty important release available for everyone, it includes an important security fix and it&#8217;s recommended that everyone upgrade. This is the latest release in our stable 2.0 line, which we&#8217;ve committed to maintaining for several more years.</p>\n<p>Here&#8217;s what&#8217;s new:</p>\n<ul>\n<li>The aforementioned security fixes.</li>\n<li>HTML quicktags now work in Safari browsers.</li>\n<li>Comments are filtered to prevent them from messing up your blog layout.</li>\n<li>Compatibility with PHP/FastCGI setups.</li>\n</ul>\n<p>For developers, there&#8217;s a new anti-XSS function called attribute_escape(), and a new filter called &#8220;query&#8221; which allows you filter any SQL at runtime. (Which is pretty powerful.) Thanks to Mark Jaquith  for handling this release and Stefan Esser for responsibly reporting the security issue.</p>\n<p>As always, <a href=\"http://wordpress.org/download/\">you can download the latest version of WordPress here</a>.</p>\n<p>As a side note, this is probably our last release before 2.1 is out, which will be our first major feature release in quite a while. 2.1 just entered beta stage, so if you&#8217;re interested in helping out with that process consider <a href=\"http://wordpress.org/download/beta/\">joining our beta group</a>. As a reminder, if you&#8217;re a plugin or theme author you should check your code to make sure it&#8217;s compatible with 2.1 before the release.</p>\n\";}i:4;a:12:{s:5:\"title\";s:16:\"Limited T-shirts\";s:4:\"link\";s:58:\"http://wordpress.org/development/2006/12/limited-t-shirts/\";s:8:\"comments\";s:67:\"http://wordpress.org/development/2006/12/limited-t-shirts/#comments\";s:7:\"pubdate\";s:31:\"Thu, 14 Dec 2006 23:49:02 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:13:\"WordCampStore\";s:4:\"guid\";s:58:\"http://wordpress.org/development/2006/12/limited-t-shirts/\";s:11:\"description\";s:306:\"At various events throughout 2006, like SxSW and WordCamp we had t-shirts and each time we got a ton of requests for people who weren&#8217;t there to be able to buy them. Well, now you can. We have a limited supply of some of our shirts from this year available to order online.\nYou can&#8217;t tell [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1430:\"<p>At various events throughout 2006, like SxSW and WordCamp we had t-shirts and each time we got a ton of requests for people who weren&#8217;t there to be able to buy them. Well, now you can. We have a limited supply of some of our shirts from this year <a href=\"http://www.goodstorm.com/stores/wordpress\">available to order online</a>.</p>\n<p>You can&#8217;t tell from the pictures, but the black shirts have a larger W logo and make you feel a bit <a href=\"http://flickr.com/photos/photomatt/110143508/\">like Superman</a>. The grey WordCamp shirts have the logo a bit smaller, and are a bit reminiscent of <a href=\"http://daringfireball.net/\">Daring Fireball</a>. Both look good with jeans.</p>\n<p>Part of the idea is once we print a style, we never do it again, so each shirt will be representative of a certain time in WordPress history. Since these are the very first, they make a great gift for yourself or that special blogging geek in you life. <a href=\"http://www.goodstorm.com/stores/wordpress\">Check out the store</a>.</p>\n<p>If you have any pictures of yourself in a WordPress shirt on Flickr, be sure to <a href=\"http://flickr.com/photos/tags/wordpressshirt/\">tag them wordpressshirt</a> to join the fun.</p>\n<p><strong>Update:</strong> We&#8217;re very sorry, but Goodstorm only ships to the US. If you&#8217;d like that to change, <a href=\"http://www.goodstorm.com/feedback\">send Goodstorm some feedback</a>.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:63:\"http://wordpress.org/development/2006/12/limited-t-shirts/feed/\";}s:7:\"summary\";s:306:\"At various events throughout 2006, like SxSW and WordCamp we had t-shirts and each time we got a ton of requests for people who weren&#8217;t there to be able to buy them. Well, now you can. We have a limited supply of some of our shirts from this year available to order online.\nYou can&#8217;t tell [...]\";s:12:\"atom_content\";s:1430:\"<p>At various events throughout 2006, like SxSW and WordCamp we had t-shirts and each time we got a ton of requests for people who weren&#8217;t there to be able to buy them. Well, now you can. We have a limited supply of some of our shirts from this year <a href=\"http://www.goodstorm.com/stores/wordpress\">available to order online</a>.</p>\n<p>You can&#8217;t tell from the pictures, but the black shirts have a larger W logo and make you feel a bit <a href=\"http://flickr.com/photos/photomatt/110143508/\">like Superman</a>. The grey WordCamp shirts have the logo a bit smaller, and are a bit reminiscent of <a href=\"http://daringfireball.net/\">Daring Fireball</a>. Both look good with jeans.</p>\n<p>Part of the idea is once we print a style, we never do it again, so each shirt will be representative of a certain time in WordPress history. Since these are the very first, they make a great gift for yourself or that special blogging geek in you life. <a href=\"http://www.goodstorm.com/stores/wordpress\">Check out the store</a>.</p>\n<p>If you have any pictures of yourself in a WordPress shirt on Flickr, be sure to <a href=\"http://flickr.com/photos/tags/wordpressshirt/\">tag them wordpressshirt</a> to join the fun.</p>\n<p><strong>Update:</strong> We&#8217;re very sorry, but Goodstorm only ships to the US. If you&#8217;d like that to change, <a href=\"http://www.goodstorm.com/feedback\">send Goodstorm some feedback</a>.</p>\n\";}i:5;a:12:{s:5:\"title\";s:31:\"Is your plugin Naughty or Nice?\";s:4:\"link\";s:57:\"http://wordpress.org/development/2006/12/naughty-or-nice/\";s:8:\"comments\";s:66:\"http://wordpress.org/development/2006/12/naughty-or-nice/#comments\";s:7:\"pubdate\";s:31:\"Mon, 11 Dec 2006 18:11:05 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:11:\"Development\";s:4:\"guid\";s:57:\"http://wordpress.org/development/2006/12/naughty-or-nice/\";s:11:\"description\";s:315:\"Guest article by Aaron Brazell\nWordPress 2.1 is almost here and you know what that means for developers. It’s time to pull out those old plugins you’ve had stashed, blow off the dust and start applying some spit and polish and make sure it will last longer than Grandma’s Ham and Bean soup that has been [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:2284:\"<p><cite>Guest article by <a href=\'http://www.technosailor.com/\'>Aaron Brazell</a></cite></p>\n<p>WordPress 2.1 is almost here and you know what that means for developers. It’s time to pull out those old plugins you’ve had stashed, blow off the dust and start applying some spit and polish and make sure it will last longer than Grandma’s Ham and Bean soup that has been sitting in the refrigerator for weeks.</p>\n<p>Many of the big changes in WordPress 2.1 are MySQL related so grab a pen and paper (or open Notepad) and start taking notes.</p>\n<ul>\n<li>The <code>$table*</code> variables have all been eliminated. They have not been deprecated as doing so would mean that the variables are still present but developers are no longer encouraged to use them. In this case, they have been removed from the core. When you&#8217;re developing plugins that contain SQL statements, ensure you globalize <code>$wpdb</code>, and call tables using <code>$wpdb->posts</code>, <code>$wpdb->post2cat</code>, etc. Likewise, the former <code>$table_prefix</code> variable that developers could globalize before to find the MySQL table prefix defined in <code>wp-config.php</code> has also been deprecated in favor of <code>$wpdb->prefix</code>.</li>\n<li>Developers using the former linkcategories table should be aware that link categories are now part of categories. They are simply given another category ID and are not maintained separate from post categories.</li>\n<li>The posts table now has a column of <code>post_type</code> that should help developers distinguish between posts and pages.</li>\n<li>Future posts now gain the <code>post_status</code> of &#8216;future&#8217; which eliminates the use of <code>NOW()</code> in all queries in the core. Plugin developers should follow suit.</li>\n</ul>\n<p>WordPress 2.1 is nearing the time when the codebase will be released for testing, but it&#8217;s not too early to get those plugins and themes tweaked for the release. There is a <a href=\"http://codex.wordpress.org/User:Spencerp/2.1alpha3_Plugin_Compatibility\">Codex page</a> where plugin compatibility is being tracked as well.</p>\n<p><strong>Editor&#8217;s note:</strong> If you stick to the WP APIs as much as possible you won&#8217;t run into plugin upgrade issues like this.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:62:\"http://wordpress.org/development/2006/12/naughty-or-nice/feed/\";}s:7:\"summary\";s:315:\"Guest article by Aaron Brazell\nWordPress 2.1 is almost here and you know what that means for developers. It’s time to pull out those old plugins you’ve had stashed, blow off the dust and start applying some spit and polish and make sure it will last longer than Grandma’s Ham and Bean soup that has been [...]\";s:12:\"atom_content\";s:2284:\"<p><cite>Guest article by <a href=\'http://www.technosailor.com/\'>Aaron Brazell</a></cite></p>\n<p>WordPress 2.1 is almost here and you know what that means for developers. It’s time to pull out those old plugins you’ve had stashed, blow off the dust and start applying some spit and polish and make sure it will last longer than Grandma’s Ham and Bean soup that has been sitting in the refrigerator for weeks.</p>\n<p>Many of the big changes in WordPress 2.1 are MySQL related so grab a pen and paper (or open Notepad) and start taking notes.</p>\n<ul>\n<li>The <code>$table*</code> variables have all been eliminated. They have not been deprecated as doing so would mean that the variables are still present but developers are no longer encouraged to use them. In this case, they have been removed from the core. When you&#8217;re developing plugins that contain SQL statements, ensure you globalize <code>$wpdb</code>, and call tables using <code>$wpdb->posts</code>, <code>$wpdb->post2cat</code>, etc. Likewise, the former <code>$table_prefix</code> variable that developers could globalize before to find the MySQL table prefix defined in <code>wp-config.php</code> has also been deprecated in favor of <code>$wpdb->prefix</code>.</li>\n<li>Developers using the former linkcategories table should be aware that link categories are now part of categories. They are simply given another category ID and are not maintained separate from post categories.</li>\n<li>The posts table now has a column of <code>post_type</code> that should help developers distinguish between posts and pages.</li>\n<li>Future posts now gain the <code>post_status</code> of &#8216;future&#8217; which eliminates the use of <code>NOW()</code> in all queries in the core. Plugin developers should follow suit.</li>\n</ul>\n<p>WordPress 2.1 is nearing the time when the codebase will be released for testing, but it&#8217;s not too early to get those plugins and themes tweaked for the release. There is a <a href=\"http://codex.wordpress.org/User:Spencerp/2.1alpha3_Plugin_Compatibility\">Codex page</a> where plugin compatibility is being tracked as well.</p>\n<p><strong>Editor&#8217;s note:</strong> If you stick to the WP APIs as much as possible you won&#8217;t run into plugin upgrade issues like this.</p>\n\";}i:6;a:12:{s:5:\"title\";s:23:\"WordPress 2.0.5 - Ronan\";s:4:\"link\";s:51:\"http://wordpress.org/development/2006/10/205-ronan/\";s:8:\"comments\";s:60:\"http://wordpress.org/development/2006/10/205-ronan/#comments\";s:7:\"pubdate\";s:31:\"Fri, 27 Oct 2006 23:17:01 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:8:\"Releases\";s:4:\"guid\";s:51:\"http://wordpress.org/development/2006/10/205-ronan/\";s:11:\"description\";s:360:\"It&#8217;s new release time. The latest in our venerable 2.0 series, which now counts over 1.2 million downloads, is available for download immediately, and we suggest everyone upgrade as this includes security fixes. We&#8217;re breaking the tradition of naming releases after jazz musicians to congratulate Ryan Boren on his new son (and first WP baby) [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1327:\"<p>It&#8217;s new release time. The latest in our venerable 2.0 series, which now counts over 1.2 million downloads, <a href=\"http://wordpress.org/download/\">is available for download immediately</a>, and we suggest everyone upgrade as this includes security fixes. We&#8217;re breaking the tradition of naming releases after jazz musicians to congratulate Ryan Boren on his new son (and first WP baby) Ronan.</p>\n<p>What&#8217;s new? We have about 50 or so bugfixes, which you <a href=\"http://trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=2.0.5\">can review on our dev tracker here</a>, mostly minor bug fixes around feeds, custom fields, and internationalization. If you&#8217;d like a nitty-gritty view, check out <a href=\"http://markjaquith.wordpress.com/2006/10/17/changes-in-wordpress-205/\">Mark&#8217;s blog post on the changes</a>.</p>\n<p>Like every release this was the result of a lot of people in the WordPress community, and I&#8217;d like to thank all our contributors and testers including Mustlive, Peter Westwood, and Robert Deaton. This is also the first release handled by our new 2.0 maintainer, Mark Jaquith. He joins myself and Ryan with commit access and is &#8220;committed&#8221; to keeping the 2.0 base stable as we head into the exciting new 2.1 world. Congrats to Mark</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:56:\"http://wordpress.org/development/2006/10/205-ronan/feed/\";}s:7:\"summary\";s:360:\"It&#8217;s new release time. The latest in our venerable 2.0 series, which now counts over 1.2 million downloads, is available for download immediately, and we suggest everyone upgrade as this includes security fixes. We&#8217;re breaking the tradition of naming releases after jazz musicians to congratulate Ryan Boren on his new son (and first WP baby) [...]\";s:12:\"atom_content\";s:1327:\"<p>It&#8217;s new release time. The latest in our venerable 2.0 series, which now counts over 1.2 million downloads, <a href=\"http://wordpress.org/download/\">is available for download immediately</a>, and we suggest everyone upgrade as this includes security fixes. We&#8217;re breaking the tradition of naming releases after jazz musicians to congratulate Ryan Boren on his new son (and first WP baby) Ronan.</p>\n<p>What&#8217;s new? We have about 50 or so bugfixes, which you <a href=\"http://trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=2.0.5\">can review on our dev tracker here</a>, mostly minor bug fixes around feeds, custom fields, and internationalization. If you&#8217;d like a nitty-gritty view, check out <a href=\"http://markjaquith.wordpress.com/2006/10/17/changes-in-wordpress-205/\">Mark&#8217;s blog post on the changes</a>.</p>\n<p>Like every release this was the result of a lot of people in the WordPress community, and I&#8217;d like to thank all our contributors and testers including Mustlive, Peter Westwood, and Robert Deaton. This is also the first release handled by our new 2.0 maintainer, Mark Jaquith. He joins myself and Ryan with commit access and is &#8220;committed&#8221; to keeping the 2.0 base stable as we head into the exciting new 2.1 world. Congrats to Mark</p>\n\";}i:7;a:12:{s:5:\"title\";s:18:\"MU 1.0 and bbPress\";s:4:\"link\";s:56:\"http://wordpress.org/development/2006/10/mu-and-bbpress/\";s:8:\"comments\";s:65:\"http://wordpress.org/development/2006/10/mu-and-bbpress/#comments\";s:7:\"pubdate\";s:31:\"Mon, 23 Oct 2006 09:54:24 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:26:\"DevelopmentReleasesGeneral\";s:4:\"guid\";s:56:\"http://wordpress.org/development/2006/10/mu-and-bbpress/\";s:11:\"description\";s:349:\"The WordPress family has been really starting to grow lately. I wanted to let you guys know about two big releases: WordPress Multi-user 1.0 and bbPress 0.72.\nWordPress MU is an official branch of WordPress that is designed for managing and hosting thousands of blogs instead of just one. It&#8217;s the software that powers WordPress.com, for [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1846:\"<p>The WordPress family has been really starting to grow lately. I wanted to let you guys know about two big releases: WordPress Multi-user 1.0 and bbPress 0.72.</p>\n<p><a href=\"http://mu.wordpress.org/\">WordPress MU</a> is an official branch of WordPress that is designed for managing and hosting thousands of blogs instead of just one. It&#8217;s the software that powers <a href=\"http://wordpress.com/\">WordPress.com</a>, for example. MU has been in heavy development for about a year now, and we&#8217;ve finally polished it up to a place where we feel like it&#8217;s ready for public consumption. Since setup is a bit more complex than the 5-minute install of regular WordPress, MU is best suited for a more server-savvy audience. You can <a href=\"http://mu.wordpress.org/download/\">download it on the WordPress MU site</a>. </p>\n<p>Second I wanted to introduce an old friend you are all probably familiar with from our support forums, <a href=\"http://bbpress.org/\">bbPress</a>. bbPress is forum software with the WordPress touch, and developed by the same folks. It has some pretty cool features, such as tagging, RSS feeds, Akismet spam protection, AJAX interaction, but the team focused the most on creating something fast and light. bbPress can power a forum with hundreds of thousands of posts with just a fraction of the load as WordPress. (If we could re-write WP from scratch, it would be a lot like bbPress.) What is probably most compelling for WordPress users, though, is that bbPress supports complete user and login integration with WP.</p>\n<p>bbPress is not quite 1.0 yet, some of you may recognize the 0.72 version number from the early days of WordPress, but if you&#8217;re searching for a little something fresh in forum software, try <a href=\"http://bbpress.org/download/\">downloading bbPress</a> and giving it a go.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:61:\"http://wordpress.org/development/2006/10/mu-and-bbpress/feed/\";}s:7:\"summary\";s:349:\"The WordPress family has been really starting to grow lately. I wanted to let you guys know about two big releases: WordPress Multi-user 1.0 and bbPress 0.72.\nWordPress MU is an official branch of WordPress that is designed for managing and hosting thousands of blogs instead of just one. It&#8217;s the software that powers WordPress.com, for [...]\";s:12:\"atom_content\";s:1846:\"<p>The WordPress family has been really starting to grow lately. I wanted to let you guys know about two big releases: WordPress Multi-user 1.0 and bbPress 0.72.</p>\n<p><a href=\"http://mu.wordpress.org/\">WordPress MU</a> is an official branch of WordPress that is designed for managing and hosting thousands of blogs instead of just one. It&#8217;s the software that powers <a href=\"http://wordpress.com/\">WordPress.com</a>, for example. MU has been in heavy development for about a year now, and we&#8217;ve finally polished it up to a place where we feel like it&#8217;s ready for public consumption. Since setup is a bit more complex than the 5-minute install of regular WordPress, MU is best suited for a more server-savvy audience. You can <a href=\"http://mu.wordpress.org/download/\">download it on the WordPress MU site</a>. </p>\n<p>Second I wanted to introduce an old friend you are all probably familiar with from our support forums, <a href=\"http://bbpress.org/\">bbPress</a>. bbPress is forum software with the WordPress touch, and developed by the same folks. It has some pretty cool features, such as tagging, RSS feeds, Akismet spam protection, AJAX interaction, but the team focused the most on creating something fast and light. bbPress can power a forum with hundreds of thousands of posts with just a fraction of the load as WordPress. (If we could re-write WP from scratch, it would be a lot like bbPress.) What is probably most compelling for WordPress users, though, is that bbPress supports complete user and login integration with WP.</p>\n<p>bbPress is not quite 1.0 yet, some of you may recognize the 0.72 version number from the early days of WordPress, but if you&#8217;re searching for a little something fresh in forum software, try <a href=\"http://bbpress.org/download/\">downloading bbPress</a> and giving it a go.</p>\n\";}i:8;a:12:{s:5:\"title\";s:15:\"WordPress 2.0.4\";s:4:\"link\";s:55:\"http://wordpress.org/development/2006/07/wordpress-204/\";s:8:\"comments\";s:64:\"http://wordpress.org/development/2006/07/wordpress-204/#comments\";s:7:\"pubdate\";s:31:\"Sat, 29 Jul 2006 01:31:30 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:27:\"DevelopmentReleasesSecurity\";s:4:\"guid\";s:55:\"http://wordpress.org/development/2006/07/wordpress-204/\";s:11:\"description\";s:373:\"WordPress 2.0.4, the latest stable release in our Duke series, is available for immediate download. This release contains several important security fixes, so it&#8217;s highly recommended for all users. We&#8217;ve also rolled in a number of bug fixes (over 50!), so it&#8217;s a pretty solid release across the board.\nUpgrading is fairly simple, just overwrite your [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:932:\"<p>WordPress 2.0.4, the latest stable release in our Duke series, is <a href=\"http://wordpress.org/download/\">available for immediate download</a>. This release contains several important security fixes, so it&#8217;s highly recommended for all users. We&#8217;ve also rolled in a number of bug fixes (over 50!), so it&#8217;s a pretty solid release across the board.</p>\n<p>Upgrading is fairly simple, just overwrite your old files with the latest from the download. If you&#8217;d like more thorough instructions, <a href=\"http://codex.wordpress.org/Upgrading_WordPress\">the Codex</a> is always the best spot.</p>\n<p>Since this is a security release, if you have any friends with blogs make sure to remind them to upgrade and lend a hand if they&#8217;re not too savvy. We&#8217;re all in this together.</p>\n<p>Thanks to <a href=\"http://veryeasy.ca/\">Geoff</a> and <a href=\"http://txfx.net/\">Mark Jaquith</a> for identifying.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:60:\"http://wordpress.org/development/2006/07/wordpress-204/feed/\";}s:7:\"summary\";s:373:\"WordPress 2.0.4, the latest stable release in our Duke series, is available for immediate download. This release contains several important security fixes, so it&#8217;s highly recommended for all users. We&#8217;ve also rolled in a number of bug fixes (over 50!), so it&#8217;s a pretty solid release across the board.\nUpgrading is fairly simple, just overwrite your [...]\";s:12:\"atom_content\";s:932:\"<p>WordPress 2.0.4, the latest stable release in our Duke series, is <a href=\"http://wordpress.org/download/\">available for immediate download</a>. This release contains several important security fixes, so it&#8217;s highly recommended for all users. We&#8217;ve also rolled in a number of bug fixes (over 50!), so it&#8217;s a pretty solid release across the board.</p>\n<p>Upgrading is fairly simple, just overwrite your old files with the latest from the download. If you&#8217;d like more thorough instructions, <a href=\"http://codex.wordpress.org/Upgrading_WordPress\">the Codex</a> is always the best spot.</p>\n<p>Since this is a security release, if you have any friends with blogs make sure to remind them to upgrade and lend a hand if they&#8217;re not too savvy. We&#8217;re all in this together.</p>\n<p>Thanks to <a href=\"http://veryeasy.ca/\">Geoff</a> and <a href=\"http://txfx.net/\">Mark Jaquith</a> for identifying.</p>\n\";}i:9;a:12:{s:5:\"title\";s:25:\"WordCamp in San Francisco\";s:4:\"link\";s:55:\"http://wordpress.org/development/2006/07/wordcamp-2006/\";s:8:\"comments\";s:64:\"http://wordpress.org/development/2006/07/wordcamp-2006/#comments\";s:7:\"pubdate\";s:31:\"Tue, 11 Jul 2006 07:00:55 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:14:\"EventsWordCamp\";s:4:\"guid\";s:55:\"http://wordpress.org/development/2006/07/wordcamp-2006/\";s:11:\"description\";s:333:\"On August 5th, 2006, we&#8217;re planning a WordPress user conference called WordCamp. The idea is to bring WordPress users and developers so we can meet each other face to face, share stories, and try to figure out the future of our little corner of the online publishing revolution.\nThe conference will be a 1-day event, with [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1023:\"<p>On August 5th, 2006, we&#8217;re planning a WordPress user conference called <a href=\"http://wordcamp.org/\">WordCamp</a>. The idea is to bring WordPress users and developers so we can meet each other face to face, share stories, and try to figure out the future of our little corner of the online publishing revolution.</p>\n<p>The conference will be a 1-day event, with a party that night, and be free to anyone and everyone. We&#8217;re aiming to do it in the style of BarCamp, so the agenda will be largely determined by you guys. I&#8217;ve posted a <a href=\"http://photomatt.net/2006/07/09/wordcamp/\">little bit more about the ideas behind WordCamp on my blog</a>.</p>\n<p>I know it&#8217;s relatively short notice, especially for folks in other countries, but if you think you can make it or if you just want more information <a href=\"http://wordcamp.org/\">check out WordCamp.org</a>, where we&#8217;ll coordinating the event. I&#8217;m really looking forward to meeting people I interact with online every day.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:60:\"http://wordpress.org/development/2006/07/wordcamp-2006/feed/\";}s:7:\"summary\";s:333:\"On August 5th, 2006, we&#8217;re planning a WordPress user conference called WordCamp. The idea is to bring WordPress users and developers so we can meet each other face to face, share stories, and try to figure out the future of our little corner of the online publishing revolution.\nThe conference will be a 1-day event, with [...]\";s:12:\"atom_content\";s:1023:\"<p>On August 5th, 2006, we&#8217;re planning a WordPress user conference called <a href=\"http://wordcamp.org/\">WordCamp</a>. The idea is to bring WordPress users and developers so we can meet each other face to face, share stories, and try to figure out the future of our little corner of the online publishing revolution.</p>\n<p>The conference will be a 1-day event, with a party that night, and be free to anyone and everyone. We&#8217;re aiming to do it in the style of BarCamp, so the agenda will be largely determined by you guys. I&#8217;ve posted a <a href=\"http://photomatt.net/2006/07/09/wordcamp/\">little bit more about the ideas behind WordCamp on my blog</a>.</p>\n<p>I know it&#8217;s relatively short notice, especially for folks in other countries, but if you think you can make it or if you just want more information <a href=\"http://wordcamp.org/\">check out WordCamp.org</a>, where we&#8217;ll coordinating the event. I&#8217;m really looking forward to meeting people I interact with online every day.</p>\n\";}}s:7:\"channel\";a:7:{s:5:\"title\";s:26:\"WordPress Development Blog\";s:4:\"link\";s:32:\"http://wordpress.org/development\";s:11:\"description\";s:33:\"WordPress development and updates\";s:7:\"pubdate\";s:31:\"Wed, 31 Jan 2007 04:56:01 +0000\";s:9:\"generator\";s:36:\"http://wordpress.org/?v=2.2-bleeding\";s:8:\"language\";s:2:\"en\";s:7:\"tagline\";s:33:\"WordPress development and updates\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:0:{}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}s:13:\"last_modified\";s:31:\"Wed, 31 Jan 2007 04:56:01 GMT\r\n\";s:4:\"etag\";s:36:\"\"d9e6eb60d23f86133a49729e6e402b77\"\r\n\";}',20,8,'',1,'no'),(66,0,'rss_0ff4b43bd116a9d8720d689c80e7dfd4_ts','Y',1,'1170777232',20,8,'',1,'no'),(67,0,'rss_867bd5c64f85878d03a060509cd2f92c','Y',1,'O:9:\"MagpieRSS\":19:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:50:{i:0;a:7:{s:5:\"title\";s:61:\"Lorelle on WP: WordPress Blog Bling: Show Off Your Blog Bling\";s:4:\"guid\";s:86:\"http://lorelle.wordpress.com/2007/02/06/wordpress-blog-bling-show-off-your-blog-bling/\";s:4:\"link\";s:86:\"http://lorelle.wordpress.com/2007/02/06/wordpress-blog-bling-show-off-your-blog-bling/\";s:11:\"description\";s:358:\"I&#8217;ve spent the last week covering how to blog bling your WordPress.com blog in the form of graphics and photographs, lines and smilies, fonts, blockquotes, social bookmark links, blogroll bling and sidebar widgets, podcasts, audio, and video, signatures, signoffs, and writing code.\nNow it is your turn to show off.\nHere is a list of the articles [...]\";s:7:\"pubdate\";s:31:\"Tue, 06 Feb 2007 13:00:40 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:358:\"I&#8217;ve spent the last week covering how to blog bling your WordPress.com blog in the form of graphics and photographs, lines and smilies, fonts, blockquotes, social bookmark links, blogroll bling and sidebar widgets, podcasts, audio, and video, signatures, signoffs, and writing code.\nNow it is your turn to show off.\nHere is a list of the articles [...]\";}i:1;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: Blogging Essay Competition Winners\";s:4:\"guid\";s:88:\"http://weblogtoolscollection.com/archives/2007/02/06/blogging-essay-competition-winners/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/87074183/\";s:11:\"description\";s:1248:\"<p>After much deliberation and tallying, here are the winners of the <a href=\"http://weblogtoolscollection.com/archives/category/blogging-essays/\">Blogging Essay Competition </a>from Weblogtoolscollection.com</p>\n<p><strong>First Prize</strong> of $150 goes to <a href=\"http://www.private-intellectual.de/\">The Private Intellectual</a> for the essay <a href=\"http://weblogtoolscollection.com/archives/2006/12/18/re-thinking-weblog-advertising/\">Re-thinking Weblog Advertising</a>.</p>\n<p><strong>Second Prize</strong> of $50 goes to <a href=\"http://thereasoner.com/\">Bes Zain</a> for the essay <a href=\"http://weblogtoolscollection.com/archives/2007/01/14/importance-of-transparency-in-blogging/\">Importance of Transparency in Blogging</a></p>\n<p>An <strong>honorable mention</strong> goes to Ronald Huereca for the essay <a href=\"http://weblogtoolscollection.com/archives/2006/12/17/things-you-should-avoid-blogging-about/\">Things you should avoid blogging about</a> for attracting the most attention in the competition. His entry was viewed well over 5000 times.</p>\n<p>Congratulations to the winners.  All the entries were superb. I will email the winners seperately. Thanks to everyone for participating and for helping to rate the essays.</p>\";s:7:\"pubdate\";s:31:\"Tue, 06 Feb 2007 05:15:52 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:1248:\"<p>After much deliberation and tallying, here are the winners of the <a href=\"http://weblogtoolscollection.com/archives/category/blogging-essays/\">Blogging Essay Competition </a>from Weblogtoolscollection.com</p>\n<p><strong>First Prize</strong> of $150 goes to <a href=\"http://www.private-intellectual.de/\">The Private Intellectual</a> for the essay <a href=\"http://weblogtoolscollection.com/archives/2006/12/18/re-thinking-weblog-advertising/\">Re-thinking Weblog Advertising</a>.</p>\n<p><strong>Second Prize</strong> of $50 goes to <a href=\"http://thereasoner.com/\">Bes Zain</a> for the essay <a href=\"http://weblogtoolscollection.com/archives/2007/01/14/importance-of-transparency-in-blogging/\">Importance of Transparency in Blogging</a></p>\n<p>An <strong>honorable mention</strong> goes to Ronald Huereca for the essay <a href=\"http://weblogtoolscollection.com/archives/2006/12/17/things-you-should-avoid-blogging-about/\">Things you should avoid blogging about</a> for attracting the most attention in the competition. His entry was viewed well over 5000 times.</p>\n<p>Congratulations to the winners.  All the entries were superb. I will email the winners seperately. Thanks to everyone for participating and for helping to rate the essays.</p>\";}i:2;a:7:{s:5:\"title\";s:30:\"Matt: High Resolution Mistakes\";s:4:\"guid\";s:57:\"http://photomatt.net/2007/02/05/high-resolution-mistakes/\";s:4:\"link\";s:57:\"http://photomatt.net/2007/02/05/high-resolution-mistakes/\";s:11:\"description\";s:129:\"<p><a href=\"http://sethgodin.typepad.com/seths_blog/2007/01/high_resolution.html\">Seth Godin on High resolution mistakes</a>.</p>\";s:7:\"pubdate\";s:31:\"Tue, 06 Feb 2007 00:06:40 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:129:\"<p><a href=\"http://sethgodin.typepad.com/seths_blog/2007/01/high_resolution.html\">Seth Godin on High resolution mistakes</a>.</p>\";}i:3;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 2/05\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/02/05/wordpress-plugin-releases-for-205/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/86877502/\";s:11:\"description\";s:1381:\"<p><a href=\"http://www.heritage-tech.net/363/single-bookmark-category-list-widget-released/\">Single Bookmark Category List</a> displays links in a bookmark (aka blogroll) category within an unordered list tag.</p>\n<p><a href=\"http://www.jovelstefan.de/simple-tagging-widget/\">Simple Tagging Widget</a> is a Widget plugin to show a tag cloud generated by the WordPress plugin &#8216;Simple Tagging&#8217;. Only works with &#8216;Sidebar Widgets Plugin&#8217; installed.</p>\n<p><a href=\"http://www.jovelstefan.de/posts-comments-time/\">Post/Comments Time</a> creates a chart that shows the number of posts and comments for the hours of a day.</p>\n<p><a href=\"http://www.puff-reis.de/wp-plugins/sl-study-motivation/\">SL Study Motivation</a> enables you to use your Wordpress Blog as an Motivator for your Studies.</p>\n<p><a href=\"http://sw-guide.de/wordpress/simple-trackback-validation-plugin/\">Simple Trackback Validation</a> Plugin for WordPress 2.x performs a simple but very effective test on all incoming trackbacks in order to stop trackback spam.</p>\n<p><a href=\"http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/\">Multi Column Category List</a> generates an alphabetical listing of your WordPress categories in multiple columns. You can choose the number of columns to display, with an option to split up the list of categories by letter.</p>\";s:7:\"pubdate\";s:31:\"Mon, 05 Feb 2007 19:45:36 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1381:\"<p><a href=\"http://www.heritage-tech.net/363/single-bookmark-category-list-widget-released/\">Single Bookmark Category List</a> displays links in a bookmark (aka blogroll) category within an unordered list tag.</p>\n<p><a href=\"http://www.jovelstefan.de/simple-tagging-widget/\">Simple Tagging Widget</a> is a Widget plugin to show a tag cloud generated by the WordPress plugin &#8216;Simple Tagging&#8217;. Only works with &#8216;Sidebar Widgets Plugin&#8217; installed.</p>\n<p><a href=\"http://www.jovelstefan.de/posts-comments-time/\">Post/Comments Time</a> creates a chart that shows the number of posts and comments for the hours of a day.</p>\n<p><a href=\"http://www.puff-reis.de/wp-plugins/sl-study-motivation/\">SL Study Motivation</a> enables you to use your Wordpress Blog as an Motivator for your Studies.</p>\n<p><a href=\"http://sw-guide.de/wordpress/simple-trackback-validation-plugin/\">Simple Trackback Validation</a> Plugin for WordPress 2.x performs a simple but very effective test on all incoming trackbacks in order to stop trackback spam.</p>\n<p><a href=\"http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/\">Multi Column Category List</a> generates an alphabetical listing of your WordPress categories in multiple columns. You can choose the number of columns to display, with an option to split up the list of categories by letter.</p>\";}i:4;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 2/05\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/02/05/wordpress-theme-releases-for-205/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/86871822/\";s:11:\"description\";s:1273:\"<p><a href=\"http://www.counterjumper.com/2007/02/04/black-hole-a-wordpress-theme/\">Black Hole</a> is a simple two column, black and white theme, with no images, and supports widgets in the sidebar.</p>\n<p><a href=\"http://wordpress.uberdose.com/wordpress/zero-wordpress-theme.html\">Zero</a> is a simple one column WordPress theme.</p>\n<p><a href=\"http://www.amsterdamn.org/2007/02/04/wordpress/gray-wolf/\">Gray Wolf</a> is a simple yet powerful XHTML 1.0 Strict theme for Wordpress with support for gravatar, wp page navi and widgets. <a href=\"http://themes.wordpress.net/testrun/?wptheme=1522\">Preview</a>.</p>\n<p><a href=\"http://headsetoptions.org/2007/02/04/nonzero-red-widget-is-available-for-download/\">Nonzero Red</a> is a new three-column, fixed width widget ready WordPress theme.</p>\n<p>Small Potato has released <a href=\"http://www.wpdesigner.com/2007/02/04/half-life-wordpress-theme/\">Half Life</a>, <a href=\"http://www.wpdesigner.com/2007/02/03/wpd-expanded/\">WPD Expanded</a>, <a href=\"http://www.wpdesigner.com/2007/02/02/patriotic-wordpress-theme/\">Patriotic</a> and <a href=\"http://www.wpdesigner.com/2007/02/01/signs-wordpress-theme/\">Signs</a>.</p>\n<p><a href=\"http://biboz.net/infinito/\">Infinito</a> is a two column, brown scheme theme for WordPress.</p>\";s:7:\"pubdate\";s:31:\"Mon, 05 Feb 2007 19:15:21 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1273:\"<p><a href=\"http://www.counterjumper.com/2007/02/04/black-hole-a-wordpress-theme/\">Black Hole</a> is a simple two column, black and white theme, with no images, and supports widgets in the sidebar.</p>\n<p><a href=\"http://wordpress.uberdose.com/wordpress/zero-wordpress-theme.html\">Zero</a> is a simple one column WordPress theme.</p>\n<p><a href=\"http://www.amsterdamn.org/2007/02/04/wordpress/gray-wolf/\">Gray Wolf</a> is a simple yet powerful XHTML 1.0 Strict theme for Wordpress with support for gravatar, wp page navi and widgets. <a href=\"http://themes.wordpress.net/testrun/?wptheme=1522\">Preview</a>.</p>\n<p><a href=\"http://headsetoptions.org/2007/02/04/nonzero-red-widget-is-available-for-download/\">Nonzero Red</a> is a new three-column, fixed width widget ready WordPress theme.</p>\n<p>Small Potato has released <a href=\"http://www.wpdesigner.com/2007/02/04/half-life-wordpress-theme/\">Half Life</a>, <a href=\"http://www.wpdesigner.com/2007/02/03/wpd-expanded/\">WPD Expanded</a>, <a href=\"http://www.wpdesigner.com/2007/02/02/patriotic-wordpress-theme/\">Patriotic</a> and <a href=\"http://www.wpdesigner.com/2007/02/01/signs-wordpress-theme/\">Signs</a>.</p>\n<p><a href=\"http://biboz.net/infinito/\">Infinito</a> is a two column, brown scheme theme for WordPress.</p>\";}i:5;a:7:{s:5:\"title\";s:25:\"Dougal Campbell: Upgraded\";s:4:\"guid\";s:52:\"http://dougal.gunters.org/blog/2007/02/05/upgraded-3\";s:4:\"link\";s:52:\"http://dougal.gunters.org/blog/2007/02/05/upgraded-3\";s:11:\"description\";s:3737:\"<p>\nOkay, I think things are finally (more-or-less) back in shape around here. Sorry about the problems you might encountered here over the past few days. I finally upgraded this site to WordPress 2.1, but I encountered some problems along the way. The problems were really indirectly related to the upgrade, and turned out to be my own dumb fault.\n</p>\n<p>\nOn Friday, I decided to use my lunch hour to perform the upgrade. I backed up my database and my wp-content directory, deleted all the old WP files (I traditionally haven\'t bothered with that step, but I knew that several files were renamed/outdated, and I wanted to do some general housecleaning anyhow), installed the new ones, and upgraded the database schema via <code>wp-admin/upgrade.php</code>. Everything looked fine. I switched the theme over to <a href=\"http://www.plaintxt.org/themes/sandbox/\">Sandbox</a> and activated the \'Rockem Sockem\' skin that I had created previously. Then I began activating my sidebar widgets to get my sidebar set up the way I wanted. It was around this time that I started noticing problems...\n</p>\n<p>\nI started seeing really slow page loads and blank pages, and most of the time when I tried to access an admin page, the browser would time out, or think that it needed to download the page instead of display it. The load on the server was higher than usual, so I figured it was spammers hammering my site at a bad time. Except that when I watched my logs, I really didn\'t see much suspicious activity. I wrestled with this for a while, still thinking that high server load was causing the site to have problems. I figured that perhaps upgrading from <acronym title=\"Php Hypertext Processor, version 4\"><span class=\"caps\">PHP4</span></acronym> to <acronym title=\"Php Hypertext Processor, version 5\"><span class=\"caps\">PHP5</span></acronym> might gain some improvements, and spent a few hours compiling <acronym title=\"Pph Hypertext Processor\"><span class=\"caps\">PHP</span></acronym> 5.2.0 and recompiling all the associated extensions that I needed. Nope, that didn\'t seem to help. \n</p>\n<p>\nThen at some point, on a whim, I brought up <a href=\"http://www.digitaldivas.net/\" rel=\"met spouse sweetheart muse\">my wife\'s web site</a>, which runs on the same server. And what do you know -- it came up just fine. I could also login and navigate the admin pages without any problems. Sooooo, the problem was just in <em>my</em> site. Probably a malfunctioning plugin. I disabled all the plugins by renaming the plugin directory temporarily and reloading the page (WP will automatically disable any plugins that it can\'t load up, in case you weren\'t aware of that trick). Voila, the pages loaded fine. I began re-enabling plugins one-by-one, starting with the ones I was most sure were okay, gradually working down to the likely culprits. Until I finally found it. It was my <a href=\"http://dougal.gunters.org/blog/2005/07/07/now-playing\">Now Playing</a> widget, which I had recently (and hastily) refactored. Arg! It was my own fault that I had been having so many problems!\n</p>\n<p>\nI haven\'t narrowed down the exact nature of the problem yet, so that widget remains off. I suspect that the root of the problem is in the old Amazon search library that I\'ve been using. I had meant to write my own, updated, stripped-down functions for that, but hadn\'t gotten around to it, yet. I suppose I\'ll be doing that soon(ish).\n</p>\n<p>\nSo, with that said, welcome to the new improved geek ramblings, powered by WordPress 2.1!\n</p>\n\n</p><p class=\"akst_link\"><a href=\"http://dougal.gunters.org/?p=784&amp;akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_784\" class=\"akst_share_link\" rel=\"nofollow\">Share This</a>\n</p>\";s:7:\"pubdate\";s:31:\"Mon, 05 Feb 2007 18:30:23 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"Dougal\";}s:7:\"summary\";s:3737:\"<p>\nOkay, I think things are finally (more-or-less) back in shape around here. Sorry about the problems you might encountered here over the past few days. I finally upgraded this site to WordPress 2.1, but I encountered some problems along the way. The problems were really indirectly related to the upgrade, and turned out to be my own dumb fault.\n</p>\n<p>\nOn Friday, I decided to use my lunch hour to perform the upgrade. I backed up my database and my wp-content directory, deleted all the old WP files (I traditionally haven\'t bothered with that step, but I knew that several files were renamed/outdated, and I wanted to do some general housecleaning anyhow), installed the new ones, and upgraded the database schema via <code>wp-admin/upgrade.php</code>. Everything looked fine. I switched the theme over to <a href=\"http://www.plaintxt.org/themes/sandbox/\">Sandbox</a> and activated the \'Rockem Sockem\' skin that I had created previously. Then I began activating my sidebar widgets to get my sidebar set up the way I wanted. It was around this time that I started noticing problems...\n</p>\n<p>\nI started seeing really slow page loads and blank pages, and most of the time when I tried to access an admin page, the browser would time out, or think that it needed to download the page instead of display it. The load on the server was higher than usual, so I figured it was spammers hammering my site at a bad time. Except that when I watched my logs, I really didn\'t see much suspicious activity. I wrestled with this for a while, still thinking that high server load was causing the site to have problems. I figured that perhaps upgrading from <acronym title=\"Php Hypertext Processor, version 4\"><span class=\"caps\">PHP4</span></acronym> to <acronym title=\"Php Hypertext Processor, version 5\"><span class=\"caps\">PHP5</span></acronym> might gain some improvements, and spent a few hours compiling <acronym title=\"Pph Hypertext Processor\"><span class=\"caps\">PHP</span></acronym> 5.2.0 and recompiling all the associated extensions that I needed. Nope, that didn\'t seem to help. \n</p>\n<p>\nThen at some point, on a whim, I brought up <a href=\"http://www.digitaldivas.net/\" rel=\"met spouse sweetheart muse\">my wife\'s web site</a>, which runs on the same server. And what do you know -- it came up just fine. I could also login and navigate the admin pages without any problems. Sooooo, the problem was just in <em>my</em> site. Probably a malfunctioning plugin. I disabled all the plugins by renaming the plugin directory temporarily and reloading the page (WP will automatically disable any plugins that it can\'t load up, in case you weren\'t aware of that trick). Voila, the pages loaded fine. I began re-enabling plugins one-by-one, starting with the ones I was most sure were okay, gradually working down to the likely culprits. Until I finally found it. It was my <a href=\"http://dougal.gunters.org/blog/2005/07/07/now-playing\">Now Playing</a> widget, which I had recently (and hastily) refactored. Arg! It was my own fault that I had been having so many problems!\n</p>\n<p>\nI haven\'t narrowed down the exact nature of the problem yet, so that widget remains off. I suspect that the root of the problem is in the old Amazon search library that I\'ve been using. I had meant to write my own, updated, stripped-down functions for that, but hadn\'t gotten around to it, yet. I suppose I\'ll be doing that soon(ish).\n</p>\n<p>\nSo, with that said, welcome to the new improved geek ramblings, powered by WordPress 2.1!\n</p>\n\n</p><p class=\"akst_link\"><a href=\"http://dougal.gunters.org/?p=784&amp;akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_784\" class=\"akst_share_link\" rel=\"nofollow\">Share This</a>\n</p>\";}i:6;a:7:{s:5:\"title\";s:47:\"Weblog Tools Collection: Bloggers keep day jobs\";s:4:\"guid\";s:76:\"http://weblogtoolscollection.com/archives/2007/02/05/bloggers-keep-day-jobs/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/86804774/\";s:11:\"description\";s:954:\"<p><a href=\"http://www.csmonitor.com/2007/0205/p01s03-ussc.html\">Bloggers keep day jobs</a>: <em>A penny for your thoughts? Kevin Vahey has done a good deal better, turning a personal gripe into $1,000 a year of supplemental income. </em>An interesting article in the Monitor about bloggers, contextual advertising and revenues from blogs. <a href=\"http://www.problogger.net/\">Darren</a> is referenced heavily and there is some discussion of the breakdown of Google&#8217;s revenue from AdSense and the distribution of the money thereof. In related news, have you heard of the <a href=\"http://www.problogger.net/archives/2007/02/04/adsense-custom-placement-packs-program/\">AdSense &#8216;Custom Placement Packs&#8217; Program</a>? From all the buzz in the advertising sphere, the 125&#215;125 blog ad segment is about to heat up tremendously. This competition among advertisers and advertising service providers is going to be very good for bloggers.</p>\";s:7:\"pubdate\";s:31:\"Mon, 05 Feb 2007 16:01:11 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:954:\"<p><a href=\"http://www.csmonitor.com/2007/0205/p01s03-ussc.html\">Bloggers keep day jobs</a>: <em>A penny for your thoughts? Kevin Vahey has done a good deal better, turning a personal gripe into $1,000 a year of supplemental income. </em>An interesting article in the Monitor about bloggers, contextual advertising and revenues from blogs. <a href=\"http://www.problogger.net/\">Darren</a> is referenced heavily and there is some discussion of the breakdown of Google&#8217;s revenue from AdSense and the distribution of the money thereof. In related news, have you heard of the <a href=\"http://www.problogger.net/archives/2007/02/04/adsense-custom-placement-packs-program/\">AdSense &#8216;Custom Placement Packs&#8217; Program</a>? From all the buzz in the advertising sphere, the 125&#215;125 blog ad segment is about to heat up tremendously. This competition among advertisers and advertising service providers is going to be very good for bloggers.</p>\";}i:7;a:7:{s:5:\"title\";s:19:\"Matt: 2.1 downloads\";s:4:\"guid\";s:45:\"http://photomatt.net/2007/02/05/21-downloads/\";s:4:\"link\";s:45:\"http://photomatt.net/2007/02/05/21-downloads/\";s:11:\"description\";s:297:\"<p><a href=\"http://wordpress.org/development/2007/01/ella-21/\">Version 2.1 of WordPress</a> has been downloaded an average of 19,483 times a day since it was released. The increased traffic on the site as a result has put a strain of the single server it runs on, we&#8217;re adding more soon.</p>\";s:7:\"pubdate\";s:31:\"Mon, 05 Feb 2007 07:52:52 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:297:\"<p><a href=\"http://wordpress.org/development/2007/01/ella-21/\">Version 2.1 of WordPress</a> has been downloaded an average of 19,483 times a day since it was released. The increased traffic on the site as a result has put a strain of the single server it runs on, we&#8217;re adding more soon.</p>\";}i:8;a:7:{s:5:\"title\";s:24:\"Akismet: Cluster Upgrade\";s:4:\"guid\";s:51:\"http://blog.akismet.com/2007/02/05/cluster-upgrade/\";s:4:\"link\";s:51:\"http://blog.akismet.com/2007/02/05/cluster-upgrade/\";s:11:\"description\";s:790:\"<div class=\"snap_preview\"><p>Because of network issues in our Phoenix cluster we&#8217;ve had to shut it down, and over the past week there have been some blips of downtime where you probably got some spam through on your blog.</p>\n<p>Because spammers never sleep, every second of uptime is really important to us, and we&#8217;re bringing online a new cluster of Akismet servers in San Antonio as soon as possible, in addition to building out our presence in Dallas.</p>\n<p>I&#8217;ll update this post when the new servers are online, in the meantime if any spam got through don&#8217;t forget to use the &#8220;recheck queue&#8221; button new in the <a href=\"http://blog.akismet.com/2007/01/22/akismet-wordpress-plugin-20/\">2.0 version of the plugin</a> to easily clear it out.</p>\n</div>\";s:7:\"pubdate\";s:31:\"Mon, 05 Feb 2007 07:48:17 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:790:\"<div class=\"snap_preview\"><p>Because of network issues in our Phoenix cluster we&#8217;ve had to shut it down, and over the past week there have been some blips of downtime where you probably got some spam through on your blog.</p>\n<p>Because spammers never sleep, every second of uptime is really important to us, and we&#8217;re bringing online a new cluster of Akismet servers in San Antonio as soon as possible, in addition to building out our presence in Dallas.</p>\n<p>I&#8217;ll update this post when the new servers are online, in the meantime if any spam got through don&#8217;t forget to use the &#8220;recheck queue&#8221; button new in the <a href=\"http://blog.akismet.com/2007/01/22/akismet-wordpress-plugin-20/\">2.0 version of the plugin</a> to easily clear it out.</p>\n</div>\";}i:9;a:7:{s:5:\"title\";s:26:\"Matt: Solid State Laptops?\";s:4:\"guid\";s:52:\"http://photomatt.net/2007/02/05/solid-state-laptops/\";s:4:\"link\";s:52:\"http://photomatt.net/2007/02/05/solid-state-laptops/\";s:11:\"description\";s:848:\"<p>I&#8217;m in the market for a new laptop as my <a href=\"http://reviews.cnet.com/4505-3121_7-31517987.html\">TX 690P</a> (which I love) is getting old and beat-up from travel. Unless Apple comes out with something amazing this month, I have my eyes set on one of the <a href=\"http://www.engadget.com/2006/10/13/fujitsus-lifebook-q-and-b-laptops-get-32gb-ssd/\">new ultraportables</a> with <a href=\"http://www.engadget.com/search/?q=solid+state+laptop\">solid state flash drives</a>, which means the laptop can be <a href=\"http://www.engadget.com/2006/03/12/live-from-cebit-hands-on-with-the-samsung-q30-with-solid-state/\">completely silent and fanless</a>. However information on these gems seems sparse online, especially in English, and especially if you want to buy one. Anyone know how to pick one of these up in the US? Anyone have one yet?</p>\";s:7:\"pubdate\";s:31:\"Mon, 05 Feb 2007 07:17:28 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:848:\"<p>I&#8217;m in the market for a new laptop as my <a href=\"http://reviews.cnet.com/4505-3121_7-31517987.html\">TX 690P</a> (which I love) is getting old and beat-up from travel. Unless Apple comes out with something amazing this month, I have my eyes set on one of the <a href=\"http://www.engadget.com/2006/10/13/fujitsus-lifebook-q-and-b-laptops-get-32gb-ssd/\">new ultraportables</a> with <a href=\"http://www.engadget.com/search/?q=solid+state+laptop\">solid state flash drives</a>, which means the laptop can be <a href=\"http://www.engadget.com/2006/03/12/live-from-cebit-hands-on-with-the-samsung-q30-with-solid-state/\">completely silent and fanless</a>. However information on these gems seems sparse online, especially in English, and especially if you want to buy one. Anyone know how to pick one of these up in the US? Anyone have one yet?</p>\";}i:10;a:7:{s:5:\"title\";s:30:\"Akismet: Six Apart Top Plugins\";s:4:\"guid\";s:57:\"http://blog.akismet.com/2007/02/05/six-apart-top-plugins/\";s:4:\"link\";s:57:\"http://blog.akismet.com/2007/02/05/six-apart-top-plugins/\";s:11:\"description\";s:633:\"<div class=\"snap_preview\"><p><a href=\"http://www.majordojo.com/\">Byrne Reese</a>, the leader of Six Apart&#8217;s Pronet and Movable Type development, recently conducted <a href=\"http://www.sixapart.com/pronet/weblog/2007/02/plugin_survey_results.html\">a survey on the most popular plugins for Movable Type</a>. I was very happy to see that MT-Akismet, written by <a href=\"http://www.appnel.com/\">Tim Appnel</a>, placed well in all of the lists.</p>\n<p>&#8220;If you were only allowed to install one plugin, which one would it be?&#8221; Well if you&#8217;re one of the MT users surveyed, apparently the answer is Akismet.</p>\n</div>\";s:7:\"pubdate\";s:31:\"Mon, 05 Feb 2007 06:50:42 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:633:\"<div class=\"snap_preview\"><p><a href=\"http://www.majordojo.com/\">Byrne Reese</a>, the leader of Six Apart&#8217;s Pronet and Movable Type development, recently conducted <a href=\"http://www.sixapart.com/pronet/weblog/2007/02/plugin_survey_results.html\">a survey on the most popular plugins for Movable Type</a>. I was very happy to see that MT-Akismet, written by <a href=\"http://www.appnel.com/\">Tim Appnel</a>, placed well in all of the lists.</p>\n<p>&#8220;If you were only allowed to install one plugin, which one would it be?&#8221; Well if you&#8217;re one of the MT users surveyed, apparently the answer is Akismet.</p>\n</div>\";}i:11;a:7:{s:5:\"title\";s:24:\"Ryan Boren: In the Trunk\";s:4:\"guid\";s:49:\"http://boren.nu/archives/2007/02/04/in-the-trunk/\";s:4:\"link\";s:49:\"http://boren.nu/archives/2007/02/04/in-the-trunk/\";s:11:\"description\";s:1025:\"<p>Here&#8217;s a quick rundown of new stuff that has gone into <a href=\"http://svn.automattic.com/wordpress/trunk/\">trunk</a> for WP <a href=\"http://trac.wordpress.org/milestone/2.2\">2.2</a>.</p>\n<ul>\n<li><a href=\"http://tinymce.moxiecode.com/punbb/viewtopic.php?id=5642\">TinyMCE 2.0.9</a></li>\n<li><a href=\"http://prototypejs.org/\">Prototype</a> 1.5.0</li>\n<li><a href=\"http://script.aculo.us/\">script.aculo.us</a> 1.7.0</li>\n<li><a href=\"http://jquery.com/\">jQuery</a> 1.1.1</li>\n<li>WP <a href=\"http://www.xmlrpc.com/\">XML-RPC</a> API (WP-specific API for working with pages, authors, and categories)</li>\n<li><a href=\"http://en.wikipedia.org/wiki/Atom_(standard)\">Atom</a> 1.0 Feeds</li>\n<li><a href=\"http://bitworking.org/projects/atom/\">Atom Publishing Protocol</a> support</li>\n<li><a href=\"http://trac.wordpress.org/ticket/3517\">Better MySQL UTF-8 support</a></li>\n<li>User cache streamlining</li>\n<li>Improved options caching</li>\n<li><a href=\"http://trac.wordpress.org/ticket/3254\">Plugin sandboxing</a></li>\n</ul>\";s:7:\"pubdate\";s:31:\"Sun, 04 Feb 2007 21:41:36 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ryan\";}s:7:\"summary\";s:1025:\"<p>Here&#8217;s a quick rundown of new stuff that has gone into <a href=\"http://svn.automattic.com/wordpress/trunk/\">trunk</a> for WP <a href=\"http://trac.wordpress.org/milestone/2.2\">2.2</a>.</p>\n<ul>\n<li><a href=\"http://tinymce.moxiecode.com/punbb/viewtopic.php?id=5642\">TinyMCE 2.0.9</a></li>\n<li><a href=\"http://prototypejs.org/\">Prototype</a> 1.5.0</li>\n<li><a href=\"http://script.aculo.us/\">script.aculo.us</a> 1.7.0</li>\n<li><a href=\"http://jquery.com/\">jQuery</a> 1.1.1</li>\n<li>WP <a href=\"http://www.xmlrpc.com/\">XML-RPC</a> API (WP-specific API for working with pages, authors, and categories)</li>\n<li><a href=\"http://en.wikipedia.org/wiki/Atom_(standard)\">Atom</a> 1.0 Feeds</li>\n<li><a href=\"http://bitworking.org/projects/atom/\">Atom Publishing Protocol</a> support</li>\n<li><a href=\"http://trac.wordpress.org/ticket/3517\">Better MySQL UTF-8 support</a></li>\n<li>User cache streamlining</li>\n<li>Improved options caching</li>\n<li><a href=\"http://trac.wordpress.org/ticket/3254\">Plugin sandboxing</a></li>\n</ul>\";}i:12;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 2/04\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/02/04/wordpress-plugin-releases-for-204/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/86170646/\";s:11:\"description\";s:973:\"<p><a href=\"http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/\">Multi Column Category List</a> Display your Category lists in multiple columns inside Wordpress. There are many other features associated with this plugin such as custom headers to help separate the plugins.</p>\n<p><a href=\"http://www.devlounge.net/extras/feed-styler/\">Feed Styler</a> is a Wordpress plugin that allows you to add style (sheets) to your feeds much like <a href=\"http://feeds.feedburner.com/weblogtoolscollection/UXMP\">Feedburner does for theirs</a>. Just a word of caution: this will also style the feeds that people view on their feedreaders and many users might not want their feeds styled.</p>\n<p><a href=\"http://www.evilbunnies.com/blog/2007/02/02/yahoo-static-maps-wordpress-plugin-v01/\">Yahoo! Static Maps</a>  renders a static inline Yahoo! map when a post has Address, City and State custom fields defined. No javascript required for this plugin.</p>\";s:7:\"pubdate\";s:31:\"Sun, 04 Feb 2007 04:19:41 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:973:\"<p><a href=\"http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/\">Multi Column Category List</a> Display your Category lists in multiple columns inside Wordpress. There are many other features associated with this plugin such as custom headers to help separate the plugins.</p>\n<p><a href=\"http://www.devlounge.net/extras/feed-styler/\">Feed Styler</a> is a Wordpress plugin that allows you to add style (sheets) to your feeds much like <a href=\"http://feeds.feedburner.com/weblogtoolscollection/UXMP\">Feedburner does for theirs</a>. Just a word of caution: this will also style the feeds that people view on their feedreaders and many users might not want their feeds styled.</p>\n<p><a href=\"http://www.evilbunnies.com/blog/2007/02/02/yahoo-static-maps-wordpress-plugin-v01/\">Yahoo! Static Maps</a>  renders a static inline Yahoo! map when a post has Address, City and State custom fields defined. No javascript required for this plugin.</p>\";}i:13;a:7:{s:5:\"title\";s:15:\"Matt: Adium 1.0\";s:4:\"guid\";s:41:\"http://photomatt.net/2007/02/03/adium-10/\";s:4:\"link\";s:41:\"http://photomatt.net/2007/02/03/adium-10/\";s:11:\"description\";s:131:\"<p>I just upgraded to <a href=\"http://www.adiumx.com/\">the new Adium</a> after it reminded me that my version was 42 weeks old.</p>\";s:7:\"pubdate\";s:31:\"Sat, 03 Feb 2007 22:01:23 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:131:\"<p>I just upgraded to <a href=\"http://www.adiumx.com/\">the new Adium</a> after it reminded me that my version was 42 weeks old.</p>\";}i:14;a:7:{s:5:\"title\";s:35:\"Matt: StorageTek Availability Suite\";s:4:\"guid\";s:62:\"http://photomatt.net/2007/02/03/storagetek-availability-suite/\";s:4:\"link\";s:62:\"http://photomatt.net/2007/02/03/storagetek-availability-suite/\";s:11:\"description\";s:94:\"<p><a href=\"http://opensolaris.org/os/project/avs/\">Sun StorageTek Availability Suite</a>.</p>\";s:7:\"pubdate\";s:31:\"Sat, 03 Feb 2007 20:20:42 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:94:\"<p><a href=\"http://opensolaris.org/os/project/avs/\">Sun StorageTek Availability Suite</a>.</p>\";}i:15;a:7:{s:5:\"title\";s:22:\"Matt: Etech Conference\";s:4:\"guid\";s:49:\"http://photomatt.net/2007/02/03/etech-conference/\";s:4:\"link\";s:49:\"http://photomatt.net/2007/02/03/etech-conference/\";s:11:\"description\";s:286:\"<p>For the first time in several years I don&#8217;t have a scheduling conflict with the <a href=\"http://conferences.oreillynet.com/etech/\">Etech conference this year</a>. I&#8217;ve always wanted to go, and it will be nice to enjoy a conference without any obligations of speaking.</p>\";s:7:\"pubdate\";s:31:\"Sat, 03 Feb 2007 20:11:28 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:286:\"<p>For the first time in several years I don&#8217;t have a scheduling conflict with the <a href=\"http://conferences.oreillynet.com/etech/\">Etech conference this year</a>. I&#8217;ve always wanted to go, and it will be nice to enjoy a conference without any obligations of speaking.</p>\";}i:16;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 2/03\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/02/03/wordpress-theme-releases-for-203/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/85949160/\";s:11:\"description\";s:729:\"<p><a href=\"http://kzkw.net/blog/2007/02/02/purple-sky-wordpress-theme/\">Purple Sky</a> is two column, fluid width, widget ready theme. <a href=\"http://themes.wordpress.net/testrun/?wptheme=1512\">Preview</a>.</p>\n<p><a href=\"http://www.deanjrobinson.com/wordpress/redoable\">Redoable 1.1</a> is a two/three column hybrid version of K2 with lots of features built in. I really like the middle column asides and the colors are interesting.</p>\n<p><a href=\"http://www.i-jeriko.de/wordpress-theme-wpjeriko012\">wpjeriko01.2</a> is a two column, widget ready theme for Wordpress with rounded edges and featured posts. There are two color options available for this theme and there are screenshots and previews available at the link.</p>\";s:7:\"pubdate\";s:31:\"Sat, 03 Feb 2007 17:01:25 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:729:\"<p><a href=\"http://kzkw.net/blog/2007/02/02/purple-sky-wordpress-theme/\">Purple Sky</a> is two column, fluid width, widget ready theme. <a href=\"http://themes.wordpress.net/testrun/?wptheme=1512\">Preview</a>.</p>\n<p><a href=\"http://www.deanjrobinson.com/wordpress/redoable\">Redoable 1.1</a> is a two/three column hybrid version of K2 with lots of features built in. I really like the middle column asides and the colors are interesting.</p>\n<p><a href=\"http://www.i-jeriko.de/wordpress-theme-wpjeriko012\">wpjeriko01.2</a> is a two column, widget ready theme for Wordpress with rounded edges and featured posts. There are two color options available for this theme and there are screenshots and previews available at the link.</p>\";}i:17;a:7:{s:5:\"title\";s:33:\"Matt: Technorati Product Releases\";s:4:\"guid\";s:60:\"http://photomatt.net/2007/02/02/technorati-product-releases/\";s:4:\"link\";s:60:\"http://photomatt.net/2007/02/02/technorati-product-releases/\";s:11:\"description\";s:120:\"<p><a href=\"http://www.feedblog.org/2007/02/exclusive_futur.html\">Exclusive: Future Technorati Product Releases</a>.</p>\";s:7:\"pubdate\";s:31:\"Fri, 02 Feb 2007 20:13:07 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:120:\"<p><a href=\"http://www.feedblog.org/2007/02/exclusive_futur.html\">Exclusive: Future Technorati Product Releases</a>.</p>\";}i:18;a:7:{s:5:\"title\";s:22:\"Matt: 2007 Resolutions\";s:4:\"guid\";s:49:\"http://photomatt.net/2007/02/02/2007-resolutions/\";s:4:\"link\";s:49:\"http://photomatt.net/2007/02/02/2007-resolutions/\";s:11:\"description\";s:587:\"<ol>\n<li>Not be so late with things like resolutions.</li>\n<li>Make my writing shorter. Because&#8230; nevermind.</li>\n<li>Read 2 offline books a month.</li>\n<li>File taxes on time.</li>\n<li>Do 3 major releases of WordPress.</li>\n<li>Get Wii tennis score to 4000.</li>\n<li>Eat more regular meals.</li>\n<li>Release 3 new Open Source projects.</li>\n<li>Normalize sleep schedule.</li>\n<li>Throw out clothes I don&#8217;t wear, junk I don&#8217;t need.</li>\n<li>Keep inbox in the single or double digits.</li>\n<li>Stop trying to do everything myself.</li>\n<li>Take it to thirteen.</li>\n</ol>\";s:7:\"pubdate\";s:31:\"Fri, 02 Feb 2007 19:45:40 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:587:\"<ol>\n<li>Not be so late with things like resolutions.</li>\n<li>Make my writing shorter. Because&#8230; nevermind.</li>\n<li>Read 2 offline books a month.</li>\n<li>File taxes on time.</li>\n<li>Do 3 major releases of WordPress.</li>\n<li>Get Wii tennis score to 4000.</li>\n<li>Eat more regular meals.</li>\n<li>Release 3 new Open Source projects.</li>\n<li>Normalize sleep schedule.</li>\n<li>Throw out clothes I don&#8217;t wear, junk I don&#8217;t need.</li>\n<li>Keep inbox in the single or double digits.</li>\n<li>Stop trying to do everything myself.</li>\n<li>Take it to thirteen.</li>\n</ol>\";}i:19;a:7:{s:5:\"title\";s:38:\"Weblog Tools Collection: CNET beta API\";s:4:\"guid\";s:67:\"http://weblogtoolscollection.com/archives/2007/02/02/cnet-beta-api/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/85513596/\";s:11:\"description\";s:791:\"<p><a href=\"http://clientside.cnet.com/cnet-api/cnet-launches-beta-version-of-new-api\">CNET beta API</a>: <em>The initial dataset will include CNET’s full catalog of technology products and software titles.This is the same dataset that drives the highly trafficked sites of CNET Reviews, Shopper.com and Download.com. Over time, the API will add news articles, community content, blog posts and full product reviews. </em>CNET introduced a REST API to allow users to tap into their rich content. At this time it is limited to the above sites but will be expanded into news, blogs and other community content. Their <a href=\"http://api.cnet.com/dashboard.html\">Dashboard</a> is interesting but is there a real use for the community (yet) beside just increased exposure for CNET content?</p>\";s:7:\"pubdate\";s:31:\"Fri, 02 Feb 2007 17:31:34 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:791:\"<p><a href=\"http://clientside.cnet.com/cnet-api/cnet-launches-beta-version-of-new-api\">CNET beta API</a>: <em>The initial dataset will include CNET’s full catalog of technology products and software titles.This is the same dataset that drives the highly trafficked sites of CNET Reviews, Shopper.com and Download.com. Over time, the API will add news articles, community content, blog posts and full product reviews. </em>CNET introduced a REST API to allow users to tap into their rich content. At this time it is limited to the above sites but will be expanded into news, blogs and other community content. Their <a href=\"http://api.cnet.com/dashboard.html\">Dashboard</a> is interesting but is there a real use for the community (yet) beside just increased exposure for CNET content?</p>\";}i:20;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 2/02\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/02/02/wordpress-theme-releases-for-202/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/85329825/\";s:11:\"description\";s:1077:\"<p><a href=\"http://www.adityanaik.com/projects/themes/bloody-gray-theme/\">Bloody Gray</a> is a light two column theme with shades of red and gray.</p>\n<p><a href=\"http://www.connorwilson.com/2007/02/01/introducing_the_bbt_theme_for_wordpress/\">BBT</a>  is a two column theme with a blue scheme.</p>\n<p><a href=\"http://backandforthblog.com/?p=25\">Say It 2</a> is a light weight, two column theme with a dynamic color chooser.</p>\n<p><a href=\"http://themecorp.com/themes/petlover/\">Petlover</a> is a 2-column,widget-ready,fixed width theme that is based on a design by <a href=\"http://www.web-designers-directory.org/\">WDD</a>.</p>\n<p><a href=\"http://biboz.net/natheless/\">Natheless</a> is a simple two column <a href=\"http://themes.wordpress.net/testrun/?wptheme=1507\">Preview</a>.</p>\n<p><a href=\"http://www.wpdesigner.com/2007/01/31/red-matrix-pill/\">Red Matrix Pill</a> is a widget-ready, one-column, WordPress-style, half-hearted adaptation of the red pill in the movie The Matrix. <a href=\"http://www.wpdesigner.com/index.php?preview_theme=Red Matrix Pill\">Preview</a>.</p>\";s:7:\"pubdate\";s:31:\"Fri, 02 Feb 2007 07:45:13 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1077:\"<p><a href=\"http://www.adityanaik.com/projects/themes/bloody-gray-theme/\">Bloody Gray</a> is a light two column theme with shades of red and gray.</p>\n<p><a href=\"http://www.connorwilson.com/2007/02/01/introducing_the_bbt_theme_for_wordpress/\">BBT</a>  is a two column theme with a blue scheme.</p>\n<p><a href=\"http://backandforthblog.com/?p=25\">Say It 2</a> is a light weight, two column theme with a dynamic color chooser.</p>\n<p><a href=\"http://themecorp.com/themes/petlover/\">Petlover</a> is a 2-column,widget-ready,fixed width theme that is based on a design by <a href=\"http://www.web-designers-directory.org/\">WDD</a>.</p>\n<p><a href=\"http://biboz.net/natheless/\">Natheless</a> is a simple two column <a href=\"http://themes.wordpress.net/testrun/?wptheme=1507\">Preview</a>.</p>\n<p><a href=\"http://www.wpdesigner.com/2007/01/31/red-matrix-pill/\">Red Matrix Pill</a> is a widget-ready, one-column, WordPress-style, half-hearted adaptation of the red pill in the movie The Matrix. <a href=\"http://www.wpdesigner.com/index.php?preview_theme=Red Matrix Pill\">Preview</a>.</p>\";}i:21;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 2/02\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/02/02/wordpress-plugin-releases-for-202/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/85310573/\";s:11:\"description\";s:1765:\"<p><a href=\"http://thefunzone.awardspace.com/wordpress/?page_id=51\">Site Unavailable</a> allows you to make your blog temporarily unavailable to your users. It is still accessible by the administrator accounts. </p>\n<p><a href=\"http://www.lambic.co.uk/blog/wordpress-plugins\">Comment Analysis</a> contains a suite of functions which examine the comments on your blog. </p>\n<p><a href=\"http://alexking.org/blog/2007/02/01/category-overload-10\">Category Overload</a> provides an alternate administrative interface for managing categories in WordPress. <a href=\"http://alexking.org/projects/wordpress\">Docs and download</a>.</p>\n<p><a href=\"http://www.alistercameron.com/2007/01/04/wordpress-plugin-classybody/\">ClassyBody</a> adds contextually intelligent CSS classes to your BODY tag, giving the more high-powered designers out there much greater control of the CSS of a given Wordpress page.</p>\n<p><a href=\"http://www.underjc.com/node/13\">FirstRSS and SideRSS</a> will let you insert an RSS feed into a template with only one line of code.</p>\n<p><a href=\"http://www.mutube.com/projects/wordpress/throttle/\">Throttle</a> is a Wordpress implementation of a bandwidth limiting throttle. It provides the framework to monitor and report current site load to your site’s plugins or themes, allowing them to limit non-essential elements until load reduces.</p>\n<p><a href=\"http://www.marcodeangelis.net/2007/01/31/kml-viewer-plugin-10/\">KML Viewer</a> converts links to a KML file (as used by Google Maps and Google Earth) into a Google Map.</p>\n<p><a href=\"http://www.ozblog.com.au/?p=81\">My Tags</a> allows you to create your own custom tags to use in your blog. Here, the tags can be imagined to be be simple shortforms which are replaced with the full version.</p>\";s:7:\"pubdate\";s:31:\"Fri, 02 Feb 2007 06:46:11 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1765:\"<p><a href=\"http://thefunzone.awardspace.com/wordpress/?page_id=51\">Site Unavailable</a> allows you to make your blog temporarily unavailable to your users. It is still accessible by the administrator accounts. </p>\n<p><a href=\"http://www.lambic.co.uk/blog/wordpress-plugins\">Comment Analysis</a> contains a suite of functions which examine the comments on your blog. </p>\n<p><a href=\"http://alexking.org/blog/2007/02/01/category-overload-10\">Category Overload</a> provides an alternate administrative interface for managing categories in WordPress. <a href=\"http://alexking.org/projects/wordpress\">Docs and download</a>.</p>\n<p><a href=\"http://www.alistercameron.com/2007/01/04/wordpress-plugin-classybody/\">ClassyBody</a> adds contextually intelligent CSS classes to your BODY tag, giving the more high-powered designers out there much greater control of the CSS of a given Wordpress page.</p>\n<p><a href=\"http://www.underjc.com/node/13\">FirstRSS and SideRSS</a> will let you insert an RSS feed into a template with only one line of code.</p>\n<p><a href=\"http://www.mutube.com/projects/wordpress/throttle/\">Throttle</a> is a Wordpress implementation of a bandwidth limiting throttle. It provides the framework to monitor and report current site load to your site’s plugins or themes, allowing them to limit non-essential elements until load reduces.</p>\n<p><a href=\"http://www.marcodeangelis.net/2007/01/31/kml-viewer-plugin-10/\">KML Viewer</a> converts links to a KML file (as used by Google Maps and Google Earth) into a Google Map.</p>\n<p><a href=\"http://www.ozblog.com.au/?p=81\">My Tags</a> allows you to create your own custom tags to use in your blog. Here, the tags can be imagined to be be simple shortforms which are replaced with the full version.</p>\";}i:22;a:7:{s:5:\"title\";s:14:\"Matt: Flip Ads\";s:4:\"guid\";s:41:\"http://photomatt.net/2007/02/01/flip-ads/\";s:4:\"link\";s:41:\"http://photomatt.net/2007/02/01/flip-ads/\";s:11:\"description\";s:253:\"<p>Condé Nast is launching a Myspace for teen girls and giving <a href=\"http://www.mediaweek.com/mw/news/interactive/article_display.jsp?vnu_content_id=1003535297\">their users complete control of the ads</a>. (And has already sold over $2mm worth.)</p>\";s:7:\"pubdate\";s:31:\"Fri, 02 Feb 2007 00:19:25 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:253:\"<p>Condé Nast is launching a Myspace for teen girls and giving <a href=\"http://www.mediaweek.com/mw/news/interactive/article_display.jsp?vnu_content_id=1003535297\">their users complete control of the ads</a>. (And has already sold over $2mm worth.)</p>\";}i:23;a:7:{s:5:\"title\";s:16:\"Matt: Chevy Nova\";s:4:\"guid\";s:43:\"http://photomatt.net/2007/02/01/chevy-nova/\";s:4:\"link\";s:43:\"http://photomatt.net/2007/02/01/chevy-nova/\";s:11:\"description\";s:191:\"<p>The story about the Chevy Nova not selling well in Mexico because its name meant &#8220;no go&#8221; <a href=\"http://www.snopes.com/business/misxlate/nova.asp\">is completely false</a>.</p>\";s:7:\"pubdate\";s:31:\"Fri, 02 Feb 2007 00:10:02 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:191:\"<p>The story about the Chevy Nova not selling well in Mexico because its name meant &#8220;no go&#8221; <a href=\"http://www.snopes.com/business/misxlate/nova.asp\">is completely false</a>.</p>\";}i:24;a:7:{s:5:\"title\";s:32:\"Alex King: Category Overload 1.0\";s:4:\"guid\";s:56:\"http://alexking.org/blog/2007/02/01/category-overload-10\";s:4:\"link\";s:56:\"http://alexking.org/blog/2007/02/01/category-overload-10\";s:11:\"description\";s:2160:\"<p>Category Overload provides an alternate administrative interface for managing categories in WordPress. <a href=\"http://alexking.org/blog/2007/01/31/wordpress-category-admin\">This was developed</a> for <a href=\"http://newmusicnation.com/\" rel=\"external\">Dave Powers&#8217; New Music Nation</a> web site, who had over 1200 (nested) categories and the volume of categories was causing pages to fail to load, server lock-ups, etc.</p>\n<p>When managing categories in your WordPress admin interface, Category Overload shows only one level of categories and only 50 per level at a time (paged). It replaces the standard category management interface for WordPress.</p>\n<p>If you&#8217;ve got a <em>lot</em> of categories, Category Overload may be a solution for you.</p>\n<p>The download and more information are available on my <a href=\"http://alexking.org/projects/wordpress\">WordPress Plugins page</a>.</p>\n<p>If you have any trouble with this, please open a thread in the <a href=\"http://wordpress.org/support/\" rel=\"external\">WP Support Forums</a> and send me the link.</p>\n<p class=\"akst_link\"><a href=\"http://alexking.org/?p=2712&amp;akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_2712\" class=\"akst_share_link\" rel=\"noindex\">Share This</a></p>\n\n	<!--\n	<rdf:RDF xmlns=\"http://web.resource.org/cc/\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n	<Work rdf:about=\"\">\n		<license rdf:resource=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\" />\n	<dc:type rdf:resource=\"http://purl.org/dc/dcmitype/Text\" />\n	</Work>\n	<License rdf:about=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\"><permits rdf:resource=\"http://web.resource.org/cc/Reproduction\"/><permits rdf:resource=\"http://web.resource.org/cc/Distribution\"/><requires rdf:resource=\"http://web.resource.org/cc/Notice\"/><requires rdf:resource=\"http://web.resource.org/cc/Attribution\"/><prohibits rdf:resource=\"http://web.resource.org/cc/CommercialUse\"/><permits rdf:resource=\"http://web.resource.org/cc/DerivativeWorks\"/><requires rdf:resource=\"http://web.resource.org/cc/ShareAlike\"/></License></rdf:RDF>\n	-->\";s:7:\"pubdate\";s:31:\"Thu, 01 Feb 2007 16:49:27 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Alex\";}s:7:\"summary\";s:2160:\"<p>Category Overload provides an alternate administrative interface for managing categories in WordPress. <a href=\"http://alexking.org/blog/2007/01/31/wordpress-category-admin\">This was developed</a> for <a href=\"http://newmusicnation.com/\" rel=\"external\">Dave Powers&#8217; New Music Nation</a> web site, who had over 1200 (nested) categories and the volume of categories was causing pages to fail to load, server lock-ups, etc.</p>\n<p>When managing categories in your WordPress admin interface, Category Overload shows only one level of categories and only 50 per level at a time (paged). It replaces the standard category management interface for WordPress.</p>\n<p>If you&#8217;ve got a <em>lot</em> of categories, Category Overload may be a solution for you.</p>\n<p>The download and more information are available on my <a href=\"http://alexking.org/projects/wordpress\">WordPress Plugins page</a>.</p>\n<p>If you have any trouble with this, please open a thread in the <a href=\"http://wordpress.org/support/\" rel=\"external\">WP Support Forums</a> and send me the link.</p>\n<p class=\"akst_link\"><a href=\"http://alexking.org/?p=2712&amp;akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_2712\" class=\"akst_share_link\" rel=\"noindex\">Share This</a></p>\n\n	<!--\n	<rdf:RDF xmlns=\"http://web.resource.org/cc/\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n	<Work rdf:about=\"\">\n		<license rdf:resource=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\" />\n	<dc:type rdf:resource=\"http://purl.org/dc/dcmitype/Text\" />\n	</Work>\n	<License rdf:about=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\"><permits rdf:resource=\"http://web.resource.org/cc/Reproduction\"/><permits rdf:resource=\"http://web.resource.org/cc/Distribution\"/><requires rdf:resource=\"http://web.resource.org/cc/Notice\"/><requires rdf:resource=\"http://web.resource.org/cc/Attribution\"/><prohibits rdf:resource=\"http://web.resource.org/cc/CommercialUse\"/><permits rdf:resource=\"http://web.resource.org/cc/DerivativeWorks\"/><requires rdf:resource=\"http://web.resource.org/cc/ShareAlike\"/></License></rdf:RDF>\n	-->\";}i:25;a:7:{s:5:\"title\";s:84:\"Lorelle on WP: Aaron Brazell, Technosailor, Sponsors WordPress Custom Fields Contest\";s:4:\"guid\";s:108:\"http://lorelle.wordpress.com/2007/02/01/aaron-brazell-technosailor-sponsors-wordpress-custom-fields-contest/\";s:4:\"link\";s:108:\"http://lorelle.wordpress.com/2007/02/01/aaron-brazell-technosailor-sponsors-wordpress-custom-fields-contest/\";s:11:\"description\";s:406:\"Weblog Tools announced that Aaron Brazell is sponsoring a &#8220;WP Custom Fields Contest&#8221; for full version WordPress users.\nAaron Brazell, techie extraordinaire from Technosailor (also responsible for the technology strategy and implementations for b5media) is sponsoring a &#8220;Custom Fields&#8221; Contest for Wordpress. Basically, it is a contest to show off the best use of Custom Fields [...]\";s:7:\"pubdate\";s:31:\"Thu, 01 Feb 2007 16:45:54 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:406:\"Weblog Tools announced that Aaron Brazell is sponsoring a &#8220;WP Custom Fields Contest&#8221; for full version WordPress users.\nAaron Brazell, techie extraordinaire from Technosailor (also responsible for the technology strategy and implementations for b5media) is sponsoring a &#8220;Custom Fields&#8221; Contest for Wordpress. Basically, it is a contest to show off the best use of Custom Fields [...]\";}i:26;a:7:{s:5:\"title\";s:36:\"bbPress: Some up and coming features\";s:4:\"guid\";s:60:\"http://bbpress.org/blog/2007/02/some-up-and-coming-features/\";s:4:\"link\";s:60:\"http://bbpress.org/blog/2007/02/some-up-and-coming-features/\";s:11:\"description\";s:2056:\"<p>bbPress has seen some pretty interesting development over the past weeks.  Just to keep people in the know, and since many were expecting bbPress 0.80 to come out a couple weeks ago (we&#8217;re still learning here <img src=\"http://bbpress.org/wordpress/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> ), here&#8217;s a short list of some new features that will be in the next release.</p>\n<ul>\n<li>Better support for right-to-left languages.</li>\n<li>Some better backend support for search queries.</li>\n<li>Removal of the <code>topic_resolved</code> column from the database.  No more &#8220;this topic is not a support question&#8221; strangeness for forums that aren&#8217;t support forums.  Those people that want to keep such functionality around will be very pleased with <a href=\"http://www.adityanaik.com/\">Aditya&#8217;s</a> <a href=\"http://bbpress.org/plugins/topic/16\">Support Forum plugin</a>.</li>\n<li>The ability to delete forums. (No!) Yes!</li>\n<li>Tags that are multibyte aware (you&#8217;ll be able to tag in Japanese).</li>\n<li>Multiple theme support.  You&#8217;ll be able to upload a bunch of themes and select which one you want from the Admin panels.</li>\n<li>A more pluggable database class and user system.</li>\n<li>Anywhere-you-want-them plugins directory, templates directory, and <code>config.php</code>.  This is pretty nice; you&#8217;ll be able install a completely &#8220;clean&#8221; copy of bbPress in, for example, a directory named <code>public_html/forums/</code> and have your templates stored in <code>public_html/templates/</code>, your plugins stored in <code>public_html/plugins/</code> and your <code>config.php</code> file in <code>public_html/config.php</code>.  None of your custom stuff ever has to be in bbPress&#8217; <code>public_html/forums/</code> directory, so upgrades will be a snap.</li>\n</ul>\n<p>Of course, we&#8217;re still working out some bugs and have a few more important things to get done before the next release, but that&#8217;s a preview of things to come.</p>\";s:7:\"pubdate\";s:31:\"Thu, 01 Feb 2007 06:09:18 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"mdawaffe\";}s:7:\"summary\";s:2056:\"<p>bbPress has seen some pretty interesting development over the past weeks.  Just to keep people in the know, and since many were expecting bbPress 0.80 to come out a couple weeks ago (we&#8217;re still learning here <img src=\"http://bbpress.org/wordpress/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> ), here&#8217;s a short list of some new features that will be in the next release.</p>\n<ul>\n<li>Better support for right-to-left languages.</li>\n<li>Some better backend support for search queries.</li>\n<li>Removal of the <code>topic_resolved</code> column from the database.  No more &#8220;this topic is not a support question&#8221; strangeness for forums that aren&#8217;t support forums.  Those people that want to keep such functionality around will be very pleased with <a href=\"http://www.adityanaik.com/\">Aditya&#8217;s</a> <a href=\"http://bbpress.org/plugins/topic/16\">Support Forum plugin</a>.</li>\n<li>The ability to delete forums. (No!) Yes!</li>\n<li>Tags that are multibyte aware (you&#8217;ll be able to tag in Japanese).</li>\n<li>Multiple theme support.  You&#8217;ll be able to upload a bunch of themes and select which one you want from the Admin panels.</li>\n<li>A more pluggable database class and user system.</li>\n<li>Anywhere-you-want-them plugins directory, templates directory, and <code>config.php</code>.  This is pretty nice; you&#8217;ll be able install a completely &#8220;clean&#8221; copy of bbPress in, for example, a directory named <code>public_html/forums/</code> and have your templates stored in <code>public_html/templates/</code>, your plugins stored in <code>public_html/plugins/</code> and your <code>config.php</code> file in <code>public_html/config.php</code>.  None of your custom stuff ever has to be in bbPress&#8217; <code>public_html/forums/</code> directory, so upgrades will be a snap.</li>\n</ul>\n<p>Of course, we&#8217;re still working out some bugs and have a few more important things to get done before the next release, but that&#8217;s a preview of things to come.</p>\";}i:27;a:7:{s:5:\"title\";s:25:\"bbPress: New Mailing List\";s:4:\"guid\";s:49:\"http://bbpress.org/blog/2007/02/new-mailing-list/\";s:4:\"link\";s:49:\"http://bbpress.org/blog/2007/02/new-mailing-list/\";s:11:\"description\";s:656:\"<p>For those of you interested in keping closer tabs on bbPress development, we now offer a new <a href=\"http://lists.bbpress.org/mailman/listinfo/bb-trac\">bbPress Trac Mailing List</a>.  Subscribers to this &#8220;read-only&#8221; list will receive an email every time a ticket on <a href=\"http://trac.bbpress.org\">bbPress&#8217;  development center</a> is changed.  I tried generating an RSS feed for such changes, but my Trac-fu is pretty poor.  So, email it is.</p>\n<p>The original <a href=\"http://lists.bbpress.org/mailman/listinfo/bbdev\">bbPress Development list</a> is still around, of course, for discussions and ideas.</p>\n<p>Sign up for both!</p>\";s:7:\"pubdate\";s:31:\"Thu, 01 Feb 2007 05:48:39 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"mdawaffe\";}s:7:\"summary\";s:656:\"<p>For those of you interested in keping closer tabs on bbPress development, we now offer a new <a href=\"http://lists.bbpress.org/mailman/listinfo/bb-trac\">bbPress Trac Mailing List</a>.  Subscribers to this &#8220;read-only&#8221; list will receive an email every time a ticket on <a href=\"http://trac.bbpress.org\">bbPress&#8217;  development center</a> is changed.  I tried generating an RSS feed for such changes, but my Trac-fu is pretty poor.  So, email it is.</p>\n<p>The original <a href=\"http://lists.bbpress.org/mailman/listinfo/bbdev\">bbPress Development list</a> is still around, of course, for discussions and ideas.</p>\n<p>Sign up for both!</p>\";}i:28;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 2/01\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/02/01/wordpress-plugin-releases-for-201/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/84760975/\";s:11:\"description\";s:2011:\"<p><a href=\"http://thefunzone.awardspace.com/wordpress/?page_id=63\">Stat Traq</a> provides detailed statistics in a nice graphical format. It tracks hits, pageviews, sessions, browser details etc.</p>\n<p><a href=\"http://alexrabe.boelinger.com/?page_id=20\">wordTube</a> will display your own videos, images or sound files on your blog.</p>\n<p><a href=\"http://broome.us/archives/2007/01/31/the-wordpress-password-plugin/\">WordPress Passwords</a> adds a site-wide password to your posts and pages without the need of .htaccess, users or security levels.</p>\n<p><a href=\"http://www.romantika.name/v2/2007/01/31/import-new-blogger-to-wordpress/\">Import New Blogger</a> imports posts and comments from the new <a href=\"http://blogger.com/\">Blogger</a> to your WordPress blog.</p>\n<p><a href=\"http://www.macalua.com/2007/02/01/top-posts-by-category-plugin/\">Top Posts by Category</a> displays your best posts, as determined by the number of visits to the post or number of comments.</p>\n<p><a href=\"http://singpolyma-tech.blogspot.com/2006/03/freshtags-for-wordpress.html\">FreshTags</a> is a context-sensitive tagging-based navigation system originally for <a href=\"http://ghill.customer.netspace.net.au/freshtags/\">Blogger</a>.</p>\n<p><a href=\"http://blogxoxo.blogspot.com/2007/01/distributed-social-networking.html\">Distributed Social Networking</a> lets you publish hCards, blogrolls as XFN, allow public/private profiles and adds a messaging system.</p>\n<p><a href=\"http://armenianeagle.com/2007/01/30/wordpress-plugin-category-converter/\">Category Converter</a> lets you condense categories on your blog into a shorter list. Seems really useful if over time you want an updated category list while maintaining the posts.</p>\n<p><a href=\"http://www.oscandy.com/wordpress/28-wordpress-plugin-slightbox/\">Slightbox</a> is a combination of Slimbox and Lightbox.</p>\n<p><a href=\"http://gh3.ellequadro.net/my-works/simple-yahoo-sitemap-plugin/\">Simple Yahoo! Sitemap</a> lets you create a Yahoo! compatible sitemap.</p>\";s:7:\"pubdate\";s:31:\"Thu, 01 Feb 2007 05:00:42 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:2011:\"<p><a href=\"http://thefunzone.awardspace.com/wordpress/?page_id=63\">Stat Traq</a> provides detailed statistics in a nice graphical format. It tracks hits, pageviews, sessions, browser details etc.</p>\n<p><a href=\"http://alexrabe.boelinger.com/?page_id=20\">wordTube</a> will display your own videos, images or sound files on your blog.</p>\n<p><a href=\"http://broome.us/archives/2007/01/31/the-wordpress-password-plugin/\">WordPress Passwords</a> adds a site-wide password to your posts and pages without the need of .htaccess, users or security levels.</p>\n<p><a href=\"http://www.romantika.name/v2/2007/01/31/import-new-blogger-to-wordpress/\">Import New Blogger</a> imports posts and comments from the new <a href=\"http://blogger.com/\">Blogger</a> to your WordPress blog.</p>\n<p><a href=\"http://www.macalua.com/2007/02/01/top-posts-by-category-plugin/\">Top Posts by Category</a> displays your best posts, as determined by the number of visits to the post or number of comments.</p>\n<p><a href=\"http://singpolyma-tech.blogspot.com/2006/03/freshtags-for-wordpress.html\">FreshTags</a> is a context-sensitive tagging-based navigation system originally for <a href=\"http://ghill.customer.netspace.net.au/freshtags/\">Blogger</a>.</p>\n<p><a href=\"http://blogxoxo.blogspot.com/2007/01/distributed-social-networking.html\">Distributed Social Networking</a> lets you publish hCards, blogrolls as XFN, allow public/private profiles and adds a messaging system.</p>\n<p><a href=\"http://armenianeagle.com/2007/01/30/wordpress-plugin-category-converter/\">Category Converter</a> lets you condense categories on your blog into a shorter list. Seems really useful if over time you want an updated category list while maintaining the posts.</p>\n<p><a href=\"http://www.oscandy.com/wordpress/28-wordpress-plugin-slightbox/\">Slightbox</a> is a combination of Slimbox and Lightbox.</p>\n<p><a href=\"http://gh3.ellequadro.net/my-works/simple-yahoo-sitemap-plugin/\">Simple Yahoo! Sitemap</a> lets you create a Yahoo! compatible sitemap.</p>\";}i:29;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 2/01\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/02/01/wordpress-theme-releases-for-201/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/84760976/\";s:11:\"description\";s:1160:\"<p><a href=\"http://www.wpdesigner.com/\">Small Potato</a> has released <a href=\"http://www.wpdesigner.com/2007/01/29/handy-man-wordpress-theme/\">Handy Man</a> and <a href=\"http://www.wpdesigner.com/2007/01/30/sharp-14/\">Sharp 14</a>.</p>\n<p><a href=\"http://themes.wordpress.net/columns/1-column/1496/spitfire/\">Spitfire</a> and <a href=\"http://themes.wordpress.net/columns/3-columns/1502/fractal-20/\">Fractal</a> are single column, dark scheme and three column blue scheme Wordpress themes by <a href=\"http://milo.peety-passion.com/\">Milo</a>.</p>\n<p><a href=\"http://themes.wordpress.net/columns/2-columns/1498/2tenths/\">2tenths</a> is a two column, fixed width, widget ready theme by <a href=\"http://headsetoptions.org/wp-themes/\">headsetoptions</a> based on a template by <a href=\"http://www.nikhedonia.com/\">SimplyGold</a>.</p>\n<p><a href=\"http://backandforthblog.com/?p=21\">Say It</a> is a two column, fixed width, widget ready theme. <a href=\"http://themes.wordpress.net/testrun/?wptheme=1357\">Preview</a>.</p>\n<p><a href=\"http://cutline.tubetorial.com/about-wordpress-21-and-cutline/\">Cutline</a> has been upgraded to support Wordpress 2.1 completely.</p>\";s:7:\"pubdate\";s:31:\"Thu, 01 Feb 2007 05:00:42 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1160:\"<p><a href=\"http://www.wpdesigner.com/\">Small Potato</a> has released <a href=\"http://www.wpdesigner.com/2007/01/29/handy-man-wordpress-theme/\">Handy Man</a> and <a href=\"http://www.wpdesigner.com/2007/01/30/sharp-14/\">Sharp 14</a>.</p>\n<p><a href=\"http://themes.wordpress.net/columns/1-column/1496/spitfire/\">Spitfire</a> and <a href=\"http://themes.wordpress.net/columns/3-columns/1502/fractal-20/\">Fractal</a> are single column, dark scheme and three column blue scheme Wordpress themes by <a href=\"http://milo.peety-passion.com/\">Milo</a>.</p>\n<p><a href=\"http://themes.wordpress.net/columns/2-columns/1498/2tenths/\">2tenths</a> is a two column, fixed width, widget ready theme by <a href=\"http://headsetoptions.org/wp-themes/\">headsetoptions</a> based on a template by <a href=\"http://www.nikhedonia.com/\">SimplyGold</a>.</p>\n<p><a href=\"http://backandforthblog.com/?p=21\">Say It</a> is a two column, fixed width, widget ready theme. <a href=\"http://themes.wordpress.net/testrun/?wptheme=1357\">Preview</a>.</p>\n<p><a href=\"http://cutline.tubetorial.com/about-wordpress-21-and-cutline/\">Cutline</a> has been upgraded to support Wordpress 2.1 completely.</p>\";}i:30;a:7:{s:5:\"title\";s:44:\"Alex King: WordPress Category Admin Overhaul\";s:4:\"guid\";s:60:\"http://alexking.org/blog/2007/01/31/wordpress-category-admin\";s:4:\"link\";s:60:\"http://alexking.org/blog/2007/01/31/wordpress-category-admin\";s:11:\"description\";s:4575:\"<p>The <a href=\"http://wordpress.org/\" rel=\"external\">WordPress</a> category system does a great job for most people, however if you have over 1200 categories like <a href=\"http://newmusicnation.com/\" rel=\"external\">Dave Powers&#8217; New Music Nation web site</a>, the standard admin screens for WordPress categories just aren&#8217;t going to cut it for you.</p>\n<p>Dave got in touch with me and explained the problems he was having. They had addressed the front-end issues, but the volume of categories he had were causing the category administration pages to fail to load.</p>\n<h3>Project Goals</h3>\n<p>Create an alternate interface for managing categories in the WordPress administration screens - one that can handle a as many categories as you can throw at it.</p>\n<h3>Timeline</h3>\n<p>Dave first contacted me in mid-November 2006. We discussed the project via e-mail, and signed off several days later to begin development at the end of November. I actually was able to begin the project a little earlier than expected, and delivered the completed project at the end of November.</p>\n<h3>Deliverables</h3>\n<p>An alternate administrative interface for managing WordPress categories.</p>\n<h3>Process</h3>\n<p>Dave contacted me and we discussed the project via e-mail. He basically told me what his end goal was, and left it up to me to implement in the manner I thought best.</p>\n<p>I investigated the way the existing category admin worked on the back end and identified the areas where a large nested category list would cause problems. Then I designed changes to relieve these specific issues.</p>\n<p>Unfortunately, it wasn&#8217;t possible to use existing hooks to make the necessary changes so I implemented my changes altering as little core code as possible.</p>\n<p>The basic change was to show only one level of categories at a time, and no more than 50 categories in the list - paging the list where needed. This needed to be done in both the list of categories and also for the &#8220;parent category&#8221; drop down list category in the category add/edit form.</p>\n<h3>End Result</h3>\n<p>I mailed the modifications as replacement and additional files, along with installation instructions to Dave while he was on vacation.</p>\n<p>Dave returned from vacation and contacted me a few days later. He explained that he didn&#8217;t have experience uploading files like this (even with the instructions) so we expanded the project for me to also do the installation and configuration of the new admin screens on his server.</p>\n<p>Once I had everything working as needed for Dave, I decided to see if I could add a few hooks to WordPress to allow my modifications to work as a pure plugin (without requiring modification of any WordPress core files).</p>\n<p>I identified the places where I could add a few simple hooks and <a href=\"http://trac.wordpress.org/ticket/3408\" rel=\"external\">created a patch</a> accordingly. This patch was accepted and included in WordPress 2.1.</p>\n<p>With Dave&#8217;s blessing, I&#8217;ll be packaging this functionality up as a plugin for WordPress 2.1.</p>\n<h3>Credits and Disclaimers</h3>\n<p>Thanks to Dave Powers for having a great attitude towards Open Source and allowing (encouraging actually) the work done for him to be published so that others could benefit as well.</p>\n<p>Thanks to <a href=\"http://boren.nu\" rel=\"external\">Ryan Boren</a> for reviewing and accepting the WordPress patch required to allow this to work as a pure plugin.\n<p class=\"akst_link\"><a href=\"http://alexking.org/?p=2688&amp;akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_2688\" class=\"akst_share_link\" rel=\"noindex\">Share This</a></p>\n\n	<!--\n	<rdf:RDF xmlns=\"http://web.resource.org/cc/\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n	<Work rdf:about=\"\">\n		<license rdf:resource=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\" />\n	<dc:type rdf:resource=\"http://purl.org/dc/dcmitype/Text\" />\n	</Work>\n	<License rdf:about=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\"><permits rdf:resource=\"http://web.resource.org/cc/Reproduction\"/><permits rdf:resource=\"http://web.resource.org/cc/Distribution\"/><requires rdf:resource=\"http://web.resource.org/cc/Notice\"/><requires rdf:resource=\"http://web.resource.org/cc/Attribution\"/><prohibits rdf:resource=\"http://web.resource.org/cc/CommercialUse\"/><permits rdf:resource=\"http://web.resource.org/cc/DerivativeWorks\"/><requires rdf:resource=\"http://web.resource.org/cc/ShareAlike\"/></License></rdf:RDF>\n	-->\";s:7:\"pubdate\";s:31:\"Thu, 01 Feb 2007 02:17:52 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Alex\";}s:7:\"summary\";s:4575:\"<p>The <a href=\"http://wordpress.org/\" rel=\"external\">WordPress</a> category system does a great job for most people, however if you have over 1200 categories like <a href=\"http://newmusicnation.com/\" rel=\"external\">Dave Powers&#8217; New Music Nation web site</a>, the standard admin screens for WordPress categories just aren&#8217;t going to cut it for you.</p>\n<p>Dave got in touch with me and explained the problems he was having. They had addressed the front-end issues, but the volume of categories he had were causing the category administration pages to fail to load.</p>\n<h3>Project Goals</h3>\n<p>Create an alternate interface for managing categories in the WordPress administration screens - one that can handle a as many categories as you can throw at it.</p>\n<h3>Timeline</h3>\n<p>Dave first contacted me in mid-November 2006. We discussed the project via e-mail, and signed off several days later to begin development at the end of November. I actually was able to begin the project a little earlier than expected, and delivered the completed project at the end of November.</p>\n<h3>Deliverables</h3>\n<p>An alternate administrative interface for managing WordPress categories.</p>\n<h3>Process</h3>\n<p>Dave contacted me and we discussed the project via e-mail. He basically told me what his end goal was, and left it up to me to implement in the manner I thought best.</p>\n<p>I investigated the way the existing category admin worked on the back end and identified the areas where a large nested category list would cause problems. Then I designed changes to relieve these specific issues.</p>\n<p>Unfortunately, it wasn&#8217;t possible to use existing hooks to make the necessary changes so I implemented my changes altering as little core code as possible.</p>\n<p>The basic change was to show only one level of categories at a time, and no more than 50 categories in the list - paging the list where needed. This needed to be done in both the list of categories and also for the &#8220;parent category&#8221; drop down list category in the category add/edit form.</p>\n<h3>End Result</h3>\n<p>I mailed the modifications as replacement and additional files, along with installation instructions to Dave while he was on vacation.</p>\n<p>Dave returned from vacation and contacted me a few days later. He explained that he didn&#8217;t have experience uploading files like this (even with the instructions) so we expanded the project for me to also do the installation and configuration of the new admin screens on his server.</p>\n<p>Once I had everything working as needed for Dave, I decided to see if I could add a few hooks to WordPress to allow my modifications to work as a pure plugin (without requiring modification of any WordPress core files).</p>\n<p>I identified the places where I could add a few simple hooks and <a href=\"http://trac.wordpress.org/ticket/3408\" rel=\"external\">created a patch</a> accordingly. This patch was accepted and included in WordPress 2.1.</p>\n<p>With Dave&#8217;s blessing, I&#8217;ll be packaging this functionality up as a plugin for WordPress 2.1.</p>\n<h3>Credits and Disclaimers</h3>\n<p>Thanks to Dave Powers for having a great attitude towards Open Source and allowing (encouraging actually) the work done for him to be published so that others could benefit as well.</p>\n<p>Thanks to <a href=\"http://boren.nu\" rel=\"external\">Ryan Boren</a> for reviewing and accepting the WordPress patch required to allow this to work as a pure plugin.\n<p class=\"akst_link\"><a href=\"http://alexking.org/?p=2688&amp;akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_2688\" class=\"akst_share_link\" rel=\"noindex\">Share This</a></p>\n\n	<!--\n	<rdf:RDF xmlns=\"http://web.resource.org/cc/\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n	<Work rdf:about=\"\">\n		<license rdf:resource=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\" />\n	<dc:type rdf:resource=\"http://purl.org/dc/dcmitype/Text\" />\n	</Work>\n	<License rdf:about=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\"><permits rdf:resource=\"http://web.resource.org/cc/Reproduction\"/><permits rdf:resource=\"http://web.resource.org/cc/Distribution\"/><requires rdf:resource=\"http://web.resource.org/cc/Notice\"/><requires rdf:resource=\"http://web.resource.org/cc/Attribution\"/><prohibits rdf:resource=\"http://web.resource.org/cc/CommercialUse\"/><permits rdf:resource=\"http://web.resource.org/cc/DerivativeWorks\"/><requires rdf:resource=\"http://web.resource.org/cc/ShareAlike\"/></License></rdf:RDF>\n	-->\";}i:31;a:7:{s:5:\"title\";s:49:\"Weblog Tools Collection: WP Custom Fields Contest\";s:4:\"guid\";s:78:\"http://weblogtoolscollection.com/archives/2007/01/31/wp-custom-fields-contest/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/84670527/\";s:11:\"description\";s:1674:\"<p><a href=\"http://www.technosailor.com/wordpress-custom-fields-contest/\">WP Custom Fields Contest</a>: Aaron Brazell, techie extraordinaire from Technosailor (also responsible for the technology strategy and implementations for <a href=\"http://www.b5media.com/\">b5media</a>) is sponsoring a &#8220;Custom Fields&#8221; Contest for Wordpress. Basically, it is a contest to show off the best use of <a href=\"http://codex.wordpress.org/Using_Custom_Fields\">Custom Fields</a> implementation in a Wordpress Blog. The results will be judged on visual aesthetics, code examples and SEO benefits derived from the custom use of Custom Fields in Wordpress. He will be offering cash prizes totalling $200 and is looking for sponsors and other cash and prizes for the contest. The last date to enter the contest is February 28th. It looks like he has some stellar help in judging the contest and that should make his life (and the contest) a lot easier on turn around time.</p>\n<p>I remember how excited I was to find custom fields in the CVS when I was working on Pictorialis and used them to store EXIF information for the pictures in the database. Custom Fields are truly an underused but extremely useful and extensible part of Wordpress. At present I use Custom Fields on this blog to store various tidbits of data on posts and pages. With the recent MySql upgrade, I have been writing some gnarly code with <a href=\"http://dev.mysql.com/tech-resources/articles/mysql-views.html\">views</a> and <a href=\"http://dev.mysql.com/tech-resources/articles/mysql-triggers.html\">triggers</a> on this information that gives me a far greater insight into the various aspects of this blog.</p>\";s:7:\"pubdate\";s:31:\"Thu, 01 Feb 2007 01:18:40 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:1674:\"<p><a href=\"http://www.technosailor.com/wordpress-custom-fields-contest/\">WP Custom Fields Contest</a>: Aaron Brazell, techie extraordinaire from Technosailor (also responsible for the technology strategy and implementations for <a href=\"http://www.b5media.com/\">b5media</a>) is sponsoring a &#8220;Custom Fields&#8221; Contest for Wordpress. Basically, it is a contest to show off the best use of <a href=\"http://codex.wordpress.org/Using_Custom_Fields\">Custom Fields</a> implementation in a Wordpress Blog. The results will be judged on visual aesthetics, code examples and SEO benefits derived from the custom use of Custom Fields in Wordpress. He will be offering cash prizes totalling $200 and is looking for sponsors and other cash and prizes for the contest. The last date to enter the contest is February 28th. It looks like he has some stellar help in judging the contest and that should make his life (and the contest) a lot easier on turn around time.</p>\n<p>I remember how excited I was to find custom fields in the CVS when I was working on Pictorialis and used them to store EXIF information for the pictures in the database. Custom Fields are truly an underused but extremely useful and extensible part of Wordpress. At present I use Custom Fields on this blog to store various tidbits of data on posts and pages. With the recent MySql upgrade, I have been writing some gnarly code with <a href=\"http://dev.mysql.com/tech-resources/articles/mysql-views.html\">views</a> and <a href=\"http://dev.mysql.com/tech-resources/articles/mysql-triggers.html\">triggers</a> on this information that gives me a far greater insight into the various aspects of this blog.</p>\";}i:32;a:7:{s:5:\"title\";s:17:\"Matt: New Servers\";s:4:\"guid\";s:46:\"http://photomatt.net/2007/01/31/new-servers-2/\";s:4:\"link\";s:46:\"http://photomatt.net/2007/01/31/new-servers-2/\";s:11:\"description\";s:336:\"<p><a href=\"http://barry.wordpress.com/2007/01/31/new-servers-for-wordpresscom/\">Barry is blogging some of our experiences</a> with bringing online another DC. The search for another solid infrastructure partner has been very educational and made me appreciate how good <a href=\"http://layeredtech.com/\">LayeredTech</a> actually is.</p>\";s:7:\"pubdate\";s:31:\"Wed, 31 Jan 2007 21:13:59 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:336:\"<p><a href=\"http://barry.wordpress.com/2007/01/31/new-servers-for-wordpresscom/\">Barry is blogging some of our experiences</a> with bringing online another DC. The search for another solid infrastructure partner has been very educational and made me appreciate how good <a href=\"http://layeredtech.com/\">LayeredTech</a> actually is.</p>\";}i:33;a:7:{s:5:\"title\";s:51:\"Weblog Tools Collection: Blinkx It - Related Videos\";s:4:\"guid\";s:78:\"http://weblogtoolscollection.com/archives/2007/01/31/blinkx-it-related-videos/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/84492583/\";s:11:\"description\";s:385:\"<p><a href=\"http://mashable.com/2007/01/30/blinkx-it-relevant-videos-for-myspace-blogs/\">Blinkx It - Related Videos</a>: Add an AJAXified link to your blog posts that lets users search relevant videos from <a href=\"http://blinkx.com/\">Blinkx</a>, the video search engine. Videos are searched from MySpace, Google Video, YouTube and news outlets. Blinkx It will go live on Thursday.</p>\";s:7:\"pubdate\";s:31:\"Wed, 31 Jan 2007 16:45:26 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:385:\"<p><a href=\"http://mashable.com/2007/01/30/blinkx-it-relevant-videos-for-myspace-blogs/\">Blinkx It - Related Videos</a>: Add an AJAXified link to your blog posts that lets users search relevant videos from <a href=\"http://blinkx.com/\">Blinkx</a>, the video search engine. Videos are searched from MySpace, Google Video, YouTube and news outlets. Blinkx It will go live on Thursday.</p>\";}i:34;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 1/31\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/01/31/wordpress-theme-releases-for-131/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/84420537/\";s:11:\"description\";s:1572:\"<p><a href=\"http://www.ilemoned.com/wordpress/wptheme-greenery-20\">Greenery</a> is a green two column widget ready theme for WordPress.</p>\n<p><a href=\"http://www.amsterdamn.org/2007/01/29/wordpress/pinky-theme/\">Pinky</a> is a pink color schemed, single column WordPress theme. <a href=\"http://themes.wordpress.net/testrun/?wptheme=1494\">Preview</a>.</p>\n<p><a href=\"http://themes.wordpress.net/columns/3-columns/1492/vertigo-enhanced-20/\">Vertigo Enhanced</a> is a modern, 3-column Widget-ready theme by <a href=\"http://www.briangardner.com/\">Brian Gardner</a>. <a href=\"http://themes.wordpress.net/testrun/?wptheme=1492\">Preview</a>.</p>\n<p><a href=\"http://themes.wordpress.net/columns/2-columns/1493/online-pages-10/\">Online Pages</a> is a two column theme with a brown color scheme and fluid width by Rosemarie Pritchard.</p>\n<p><a href=\"http://biboz.net/ds-rosa/\">Ds rosa</a> is a two column pink and white theme. <a href=\"http://themes.wordpress.net/testrun/?wptheme=1485\">Preview</a>.</p>\n<p><a href=\"http://www.sharepointbuzz.com/index.php/2007/01/30/free-download-wordpress-buzz-theme-released/\">Sharepoint Buzz</a> is a wide, two column, reverse Hemingway theme for Wordpress in blues and whites. It has a very distinct tech forum feel to it.</p>\n<p><a href=\"http://designcrack.com/v2/digg-ish-wordpress-theme-v10/\">Digg-ish</a> is a two column hybrid theme for Wordpress with a lot of possibilities. The heading and date backgrounds have the Digg like rounded, faded effect and thus the name. <a href=\"http://www.yahoomazon.com/\">Preview Digg-ish here</a>.</p>\";s:7:\"pubdate\";s:31:\"Wed, 31 Jan 2007 13:16:08 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1572:\"<p><a href=\"http://www.ilemoned.com/wordpress/wptheme-greenery-20\">Greenery</a> is a green two column widget ready theme for WordPress.</p>\n<p><a href=\"http://www.amsterdamn.org/2007/01/29/wordpress/pinky-theme/\">Pinky</a> is a pink color schemed, single column WordPress theme. <a href=\"http://themes.wordpress.net/testrun/?wptheme=1494\">Preview</a>.</p>\n<p><a href=\"http://themes.wordpress.net/columns/3-columns/1492/vertigo-enhanced-20/\">Vertigo Enhanced</a> is a modern, 3-column Widget-ready theme by <a href=\"http://www.briangardner.com/\">Brian Gardner</a>. <a href=\"http://themes.wordpress.net/testrun/?wptheme=1492\">Preview</a>.</p>\n<p><a href=\"http://themes.wordpress.net/columns/2-columns/1493/online-pages-10/\">Online Pages</a> is a two column theme with a brown color scheme and fluid width by Rosemarie Pritchard.</p>\n<p><a href=\"http://biboz.net/ds-rosa/\">Ds rosa</a> is a two column pink and white theme. <a href=\"http://themes.wordpress.net/testrun/?wptheme=1485\">Preview</a>.</p>\n<p><a href=\"http://www.sharepointbuzz.com/index.php/2007/01/30/free-download-wordpress-buzz-theme-released/\">Sharepoint Buzz</a> is a wide, two column, reverse Hemingway theme for Wordpress in blues and whites. It has a very distinct tech forum feel to it.</p>\n<p><a href=\"http://designcrack.com/v2/digg-ish-wordpress-theme-v10/\">Digg-ish</a> is a two column hybrid theme for Wordpress with a lot of possibilities. The heading and date backgrounds have the Digg like rounded, faded effect and thus the name. <a href=\"http://www.yahoomazon.com/\">Preview Digg-ish here</a>.</p>\";}i:35;a:7:{s:5:\"title\";s:43:\"Lorelle on WP: A Month of WordPress Plugins\";s:4:\"guid\";s:69:\"http://lorelle.wordpress.com/2007/01/31/a-month-of-wordpress-plugins/\";s:4:\"link\";s:69:\"http://lorelle.wordpress.com/2007/01/31/a-month-of-wordpress-plugins/\";s:11:\"description\";s:315:\"Tomorrow begins a month long series on WordPress Plugins. Yes, I know I called it &#8220;30 Days of WordPress Plugins&#8221; and there are only 28 days in February. So you get 30 for the price of 28.  Oye! Such a deal!\nI&#8217;ve been digging into a wide variety of WordPress Plugins. Even after several years [...]\";s:7:\"pubdate\";s:31:\"Wed, 31 Jan 2007 12:34:05 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:315:\"Tomorrow begins a month long series on WordPress Plugins. Yes, I know I called it &#8220;30 Days of WordPress Plugins&#8221; and there are only 28 days in February. So you get 30 for the price of 28.  Oye! Such a deal!\nI&#8217;ve been digging into a wide variety of WordPress Plugins. Even after several years [...]\";}i:36;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 1/31\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/01/31/wordpress-plugin-releases-for-131/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/84323906/\";s:11:\"description\";s:1476:\"<p><a href=\"http://www.jovelstefan.de/embedded-video/#english\">Embedded Video with Link</a> is made for easily embedding videos from YouTube, Google Video and many many others into a blog post.</p>\n<p><a href=\"http://www.ebrandmarketing.com.au/wordpress-link-optimiser.php\">Link Optimiser</a> queries search engine with your post title, for top ranked urls and place them underneath your post content. This ensures that your post has relevant external links in it.</p>\n<p><a href=\"http://rhymedcode.net/projects/custom-comment-text/\">Custom Comment Text</a> allows the customization of comment text (e.g. &#8220;5 Comments&#8221;) generated by Template Tag <a href=\"http://codex.wordpress.org/Template_Tags/comments_popup_link\">comments_popup_link()</a>. The customization is set per Post basis; the Posts whose comment text are not customized will use default comment text output by that Template Tag.</p>\n<p>WordPress creates a .htaccess file on your web site which can disable WebDAV publishing in some setups. <a href=\"http://jeffreyharrell.com/projects/ical-publish-plugin/\">WebDAV Publish Enabler</a> updates the Permalink RewriteRules each time they are generated allowing WordPress to play happy with WebDAV.</p>\n<p><a href=\"http://alexking.org/blog/2007/01/30/shortcut-macros-10\">Shortcut Macros</a> auto-expand shortcuts you create to the longer text you have specified for the shortcut. <a href=\"http://alexking.org/projects/wordpress\">Download and details</a>.</p>\";s:7:\"pubdate\";s:31:\"Wed, 31 Jan 2007 07:02:57 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1476:\"<p><a href=\"http://www.jovelstefan.de/embedded-video/#english\">Embedded Video with Link</a> is made for easily embedding videos from YouTube, Google Video and many many others into a blog post.</p>\n<p><a href=\"http://www.ebrandmarketing.com.au/wordpress-link-optimiser.php\">Link Optimiser</a> queries search engine with your post title, for top ranked urls and place them underneath your post content. This ensures that your post has relevant external links in it.</p>\n<p><a href=\"http://rhymedcode.net/projects/custom-comment-text/\">Custom Comment Text</a> allows the customization of comment text (e.g. &#8220;5 Comments&#8221;) generated by Template Tag <a href=\"http://codex.wordpress.org/Template_Tags/comments_popup_link\">comments_popup_link()</a>. The customization is set per Post basis; the Posts whose comment text are not customized will use default comment text output by that Template Tag.</p>\n<p>WordPress creates a .htaccess file on your web site which can disable WebDAV publishing in some setups. <a href=\"http://jeffreyharrell.com/projects/ical-publish-plugin/\">WebDAV Publish Enabler</a> updates the Permalink RewriteRules each time they are generated allowing WordPress to play happy with WebDAV.</p>\n<p><a href=\"http://alexking.org/blog/2007/01/30/shortcut-macros-10\">Shortcut Macros</a> auto-expand shortcuts you create to the longer text you have specified for the shortcut. <a href=\"http://alexking.org/projects/wordpress\">Download and details</a>.</p>\";}i:37;a:7:{s:5:\"title\";s:69:\"Lorelle on WP: WordPress and Blogging Events: February and March 2007\";s:4:\"guid\";s:94:\"http://lorelle.wordpress.com/2007/01/30/wordpress-and-blogging-events-february-and-march-2007/\";s:4:\"link\";s:94:\"http://lorelle.wordpress.com/2007/01/30/wordpress-and-blogging-events-february-and-march-2007/\";s:11:\"description\";s:371:\"The following are upcoming events related to WordPress and Blogging, as well as some interesting web technologies conferences and events. \nUnless otherwise listed ($$$), these events are free or very inexpensive. For more information on these events, contact the hosts. For more information on WordPress and blogging events in general, check out my WordPress Events [...]\";s:7:\"pubdate\";s:31:\"Wed, 31 Jan 2007 02:45:16 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:371:\"The following are upcoming events related to WordPress and Blogging, as well as some interesting web technologies conferences and events. \nUnless otherwise listed ($$$), these events are free or very inexpensive. For more information on these events, contact the hosts. For more information on WordPress and blogging events in general, check out my WordPress Events [...]\";}i:38;a:7:{s:5:\"title\";s:30:\"Alex King: Shortcut Macros 1.0\";s:4:\"guid\";s:54:\"http://alexking.org/blog/2007/01/30/shortcut-macros-10\";s:4:\"link\";s:54:\"http://alexking.org/blog/2007/01/30/shortcut-macros-10\";s:11:\"description\";s:2072:\"<p>I&#8217;ve released yet another <a href=\"http://wordpress.org/\" rel=\"external\">WordPress</a> plugin - this one is called Shortcut Macros. This is a real one-trick pony, all it does is auto-expand shortcuts you create to the longer text you have specified for the shortcut.</p>\n<p>For example, if you link to my site often, you might create a macro of <code>##ak</code> which would expand to <code>&lt;a href=\"http://alexking.org/\"&gt;Alex King, master WordPress plugin developer&lt;/a&gt;</code>. <img src=\"http://alexking.org/wp/wp-includes/images/smilies/icon_wink.gif\" alt=\";)\" class=\"wp-smiley\" /> </p>\n<p>Simple and effective, and oh-so-handy for lazy folks like me.</p>\n<p>The download and more information are available on my <a href=\"http://alexking.org/projects/wordpress\">WordPress Plugins page</a>.</p>\n<p>If you have any trouble with this, please open a thread in the <a href=\"http://wordpress.org/support/\" rel=\"external\">WP Support Forums</a> and send me the link.</p>\n<p class=\"akst_link\"><a href=\"http://alexking.org/?p=2715&amp;akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_2715\" class=\"akst_share_link\" rel=\"noindex\">Share This</a></p>\n\n	<!--\n	<rdf:RDF xmlns=\"http://web.resource.org/cc/\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n	<Work rdf:about=\"\">\n		<license rdf:resource=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\" />\n	<dc:type rdf:resource=\"http://purl.org/dc/dcmitype/Text\" />\n	</Work>\n	<License rdf:about=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\"><permits rdf:resource=\"http://web.resource.org/cc/Reproduction\"/><permits rdf:resource=\"http://web.resource.org/cc/Distribution\"/><requires rdf:resource=\"http://web.resource.org/cc/Notice\"/><requires rdf:resource=\"http://web.resource.org/cc/Attribution\"/><prohibits rdf:resource=\"http://web.resource.org/cc/CommercialUse\"/><permits rdf:resource=\"http://web.resource.org/cc/DerivativeWorks\"/><requires rdf:resource=\"http://web.resource.org/cc/ShareAlike\"/></License></rdf:RDF>\n	-->\";s:7:\"pubdate\";s:31:\"Tue, 30 Jan 2007 23:20:50 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Alex\";}s:7:\"summary\";s:2072:\"<p>I&#8217;ve released yet another <a href=\"http://wordpress.org/\" rel=\"external\">WordPress</a> plugin - this one is called Shortcut Macros. This is a real one-trick pony, all it does is auto-expand shortcuts you create to the longer text you have specified for the shortcut.</p>\n<p>For example, if you link to my site often, you might create a macro of <code>##ak</code> which would expand to <code>&lt;a href=\"http://alexking.org/\"&gt;Alex King, master WordPress plugin developer&lt;/a&gt;</code>. <img src=\"http://alexking.org/wp/wp-includes/images/smilies/icon_wink.gif\" alt=\";)\" class=\"wp-smiley\" /> </p>\n<p>Simple and effective, and oh-so-handy for lazy folks like me.</p>\n<p>The download and more information are available on my <a href=\"http://alexking.org/projects/wordpress\">WordPress Plugins page</a>.</p>\n<p>If you have any trouble with this, please open a thread in the <a href=\"http://wordpress.org/support/\" rel=\"external\">WP Support Forums</a> and send me the link.</p>\n<p class=\"akst_link\"><a href=\"http://alexking.org/?p=2715&amp;akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_2715\" class=\"akst_share_link\" rel=\"noindex\">Share This</a></p>\n\n	<!--\n	<rdf:RDF xmlns=\"http://web.resource.org/cc/\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n	<Work rdf:about=\"\">\n		<license rdf:resource=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\" />\n	<dc:type rdf:resource=\"http://purl.org/dc/dcmitype/Text\" />\n	</Work>\n	<License rdf:about=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\"><permits rdf:resource=\"http://web.resource.org/cc/Reproduction\"/><permits rdf:resource=\"http://web.resource.org/cc/Distribution\"/><requires rdf:resource=\"http://web.resource.org/cc/Notice\"/><requires rdf:resource=\"http://web.resource.org/cc/Attribution\"/><prohibits rdf:resource=\"http://web.resource.org/cc/CommercialUse\"/><permits rdf:resource=\"http://web.resource.org/cc/DerivativeWorks\"/><requires rdf:resource=\"http://web.resource.org/cc/ShareAlike\"/></License></rdf:RDF>\n	-->\";}i:39;a:7:{s:5:\"title\";s:26:\"Matt: Digital Media Summit\";s:4:\"guid\";s:53:\"http://photomatt.net/2007/01/30/digital-media-summit/\";s:4:\"link\";s:53:\"http://photomatt.net/2007/01/30/digital-media-summit/\";s:11:\"description\";s:454:\"<p>I&#8217;m in Utah for the <a href=\"http://polarisdigitalmediasummit.wordpress.com/\">Polaris Digital Media Summit</a>. Lot&#8217;s of interesting conversations with lots of interesting folks, unfortunately most of it is off the record. However the blog above is posting a bit about each session, assuming <a href=\"http://vcmike.wordpress.com/\">Mike</a> will keep up with it. Deer Valley is beautiful, it makes me wish I wasn&#8217;t scared of snow.</p>\";s:7:\"pubdate\";s:31:\"Tue, 30 Jan 2007 07:24:51 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:454:\"<p>I&#8217;m in Utah for the <a href=\"http://polarisdigitalmediasummit.wordpress.com/\">Polaris Digital Media Summit</a>. Lot&#8217;s of interesting conversations with lots of interesting folks, unfortunately most of it is off the record. However the blog above is posting a bit about each session, assuming <a href=\"http://vcmike.wordpress.com/\">Mike</a> will keep up with it. Deer Valley is beautiful, it makes me wish I wasn&#8217;t scared of snow.</p>\";}i:40;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 1/30\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/01/30/wordpress-theme-releases-for-130/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/83782239/\";s:11:\"description\";s:1560:\"<p><a href=\"http://peety-passion.com/milo/2007/01/29/hal-wordpress-theme/\">HAL</a> is a three column fluid layout, widget ready with a custom header and support for Sweet titles and <a href=\"http://www.ibegin.com/blog/p_ibox.html\">IBox</a>.</p>\n<p><a href=\"http://themes.wordpress.net/columns/2-columns/1488/bluish-cloud-10/\">Bluish Cloud</a> is a 2 column wordpress theme design, with the appearance of a blue sky by <a href=\"http://www.wpthemegallery.com/\">WP Theme Gallery</a>.</p>\n<p>Small Potato has released <a href=\"http://www.wpdesigner.com/2007/01/28/see-you-at-the-beach-wordpress-theme/\">See You At The Beach </a> and <a href=\"http://www.wpdesigner.com/2007/01/27/total-liquidation/\">Total Liquidation</a></p>\n<p><a href=\"http://www.ndesign-studio.com/resources/wp-themes/glossyblue/\">GlossyBlue</a> is a theme with high-tech glossy Mac style with <a href=\"http://www.ndesign-studio.com/stock-icons/web-2-mini/\">Web 2 Mini</a> icons.</p>\n<p><a href=\"http://www.anieto2k.com/2006/11/23/intrablog-ahora-para-wordpress/\">Intra Blog</a> is a two column theme based on a template from <a href=\"http://www.templateworld.com/\">Template World</a>.</p>\n<p><a href=\"http://tapestrylife.org/\">TheTapestry.org</a> has released three themes viz. <a href=\"http://tapestrylife.org/backup/2007/01/20/new-wave-wordpress-theme/\">New Wave</a>, <a href=\"http://tapestrylife.org/backup/2007/01/21/wordpress-theme-trust-in-the-lord/\">Trust in the Lord</a> and <a href=\"http://tapestrylife.org/backup/2007/01/22/wordpress-theme-harvest-is-ready/\">Harvest is Ready</a>.</p>\";s:7:\"pubdate\";s:31:\"Tue, 30 Jan 2007 05:12:23 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1560:\"<p><a href=\"http://peety-passion.com/milo/2007/01/29/hal-wordpress-theme/\">HAL</a> is a three column fluid layout, widget ready with a custom header and support for Sweet titles and <a href=\"http://www.ibegin.com/blog/p_ibox.html\">IBox</a>.</p>\n<p><a href=\"http://themes.wordpress.net/columns/2-columns/1488/bluish-cloud-10/\">Bluish Cloud</a> is a 2 column wordpress theme design, with the appearance of a blue sky by <a href=\"http://www.wpthemegallery.com/\">WP Theme Gallery</a>.</p>\n<p>Small Potato has released <a href=\"http://www.wpdesigner.com/2007/01/28/see-you-at-the-beach-wordpress-theme/\">See You At The Beach </a> and <a href=\"http://www.wpdesigner.com/2007/01/27/total-liquidation/\">Total Liquidation</a></p>\n<p><a href=\"http://www.ndesign-studio.com/resources/wp-themes/glossyblue/\">GlossyBlue</a> is a theme with high-tech glossy Mac style with <a href=\"http://www.ndesign-studio.com/stock-icons/web-2-mini/\">Web 2 Mini</a> icons.</p>\n<p><a href=\"http://www.anieto2k.com/2006/11/23/intrablog-ahora-para-wordpress/\">Intra Blog</a> is a two column theme based on a template from <a href=\"http://www.templateworld.com/\">Template World</a>.</p>\n<p><a href=\"http://tapestrylife.org/\">TheTapestry.org</a> has released three themes viz. <a href=\"http://tapestrylife.org/backup/2007/01/20/new-wave-wordpress-theme/\">New Wave</a>, <a href=\"http://tapestrylife.org/backup/2007/01/21/wordpress-theme-trust-in-the-lord/\">Trust in the Lord</a> and <a href=\"http://tapestrylife.org/backup/2007/01/22/wordpress-theme-harvest-is-ready/\">Harvest is Ready</a>.</p>\";}i:41;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 1/30\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/01/30/wordpress-plugin-releases-for-130/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/83766324/\";s:11:\"description\";s:1882:\"<p><a href=\"http://www.ilfilosofo.com/blog/javascript-extract/\">Filosofo Filosofo JavaScript Extract</a> reveals blockquote sources by making a link from the <code>cite</code> attribute, and it turns image <code>alt </code>or <code>title </code>attributes into visible captions.</p>\n<p><a href=\"http://www.ilfilosofo.com/blog/home-page-control/\">Filosofo Home-Page Control</a> allows you to put pages on the same Permalink level (or higher) as the blog’s directory and set which page you want to be the &#8220;home&#8221; page.</p>\n<p><a href=\"http://www.ilfilosofo.com/blog/comments-preview/\">Filosofo Comments Preview</a> is a WordPress plugin that lets you preview comments on your blog before you submit them.</p>\n<p><a href=\"http://www.dimensionex.net/en/download.htm#wpplugin\">Free Multiplayer Games</a> lets you add all the existing Multiplayer Games from <a href=\"http://www.dimensionex.net/\">Dimensione X</a> on your own web site.</p>\n<p><a href=\"http://www.alleba.com/blog/2006/09/21/wordpress-guestbook-generator-plugin/\">Guestbook Generator</a> has been updated for WordPress 2.1. It generates a guestbook for Wordpress blogs.</p>\n<p><a href=\"http://www.longren.org/2007/01/29/wordpress-plugin-thumbnail-viewer-10/\">Thumbnail Viewer</a> implements CSS and Javascript from the <a href=\"http://www.dynamicdrive.com/dynamicindex4/thumbnail.htm\">Image Thumbnail Viewer from Dynamic Drive</a>.</p>\n<p><a href=\"http://blog.slaven.net.au/wordpress-plugins/wordpress-verse-of-the-day-plugin/\">Bible Verse of the Day</a> fetches the daily verse from <a href=\"http://www.gnpcb.org/\">Good New Publishers</a> (The English Standard Version) or <a href=\"http://www.biblegateway.com/\">BibleGateway</a> (NIV, KJV, etc.).</p>\n<p><a href=\"http://wordpress.byexamples.com/2007/01/29/our-todo-list-plugin/\">WordPress Todo List</a> lets blog members share ideas and manage a todo list.</p>\";s:7:\"pubdate\";s:31:\"Tue, 30 Jan 2007 04:30:38 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1882:\"<p><a href=\"http://www.ilfilosofo.com/blog/javascript-extract/\">Filosofo Filosofo JavaScript Extract</a> reveals blockquote sources by making a link from the <code>cite</code> attribute, and it turns image <code>alt </code>or <code>title </code>attributes into visible captions.</p>\n<p><a href=\"http://www.ilfilosofo.com/blog/home-page-control/\">Filosofo Home-Page Control</a> allows you to put pages on the same Permalink level (or higher) as the blog’s directory and set which page you want to be the &#8220;home&#8221; page.</p>\n<p><a href=\"http://www.ilfilosofo.com/blog/comments-preview/\">Filosofo Comments Preview</a> is a WordPress plugin that lets you preview comments on your blog before you submit them.</p>\n<p><a href=\"http://www.dimensionex.net/en/download.htm#wpplugin\">Free Multiplayer Games</a> lets you add all the existing Multiplayer Games from <a href=\"http://www.dimensionex.net/\">Dimensione X</a> on your own web site.</p>\n<p><a href=\"http://www.alleba.com/blog/2006/09/21/wordpress-guestbook-generator-plugin/\">Guestbook Generator</a> has been updated for WordPress 2.1. It generates a guestbook for Wordpress blogs.</p>\n<p><a href=\"http://www.longren.org/2007/01/29/wordpress-plugin-thumbnail-viewer-10/\">Thumbnail Viewer</a> implements CSS and Javascript from the <a href=\"http://www.dynamicdrive.com/dynamicindex4/thumbnail.htm\">Image Thumbnail Viewer from Dynamic Drive</a>.</p>\n<p><a href=\"http://blog.slaven.net.au/wordpress-plugins/wordpress-verse-of-the-day-plugin/\">Bible Verse of the Day</a> fetches the daily verse from <a href=\"http://www.gnpcb.org/\">Good New Publishers</a> (The English Standard Version) or <a href=\"http://www.biblegateway.com/\">BibleGateway</a> (NIV, KJV, etc.).</p>\n<p><a href=\"http://wordpress.byexamples.com/2007/01/29/our-todo-list-plugin/\">WordPress Todo List</a> lets blog members share ideas and manage a todo list.</p>\";}i:42;a:7:{s:5:\"title\";s:33:\"Dougal Campbell: Upgrade Imminent\";s:4:\"guid\";s:58:\"http://dougal.gunters.org/blog/2007/01/30/upgrade-imminent\";s:4:\"link\";s:58:\"http://dougal.gunters.org/blog/2007/01/30/upgrade-imminent\";s:11:\"description\";s:766:\"<p>\nI\'ve spent some time converting my Rockem Sockem theme to a <a href=\"http://www.plaintxt.org/themes/sandbox/\">Sandbox</a> skin, and getting my <a href=\"http://dougal.gunters.org/blog/2005/07/07/now-playing\">Now Playing</a> hack converted into a <a href=\"http://automattic.com/code/widgets/\">sidebar widget</a>. I\'m more-or-less happy with the results, so I\'ll be throwing the switch sometime soon. Be on the lookout for changes around here, and <a href=\"http://dougal.gunters.org/contactform.php\">let me know</a> if you spot anything broken.\n</p>\n<p class=\"akst_link\"><a href=\"http://dougal.gunters.org/?p=781&amp;akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_781\" class=\"akst_share_link\" rel=\"nofollow\">Share This</a>\n</p>\";s:7:\"pubdate\";s:31:\"Tue, 30 Jan 2007 04:22:17 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"Dougal\";}s:7:\"summary\";s:766:\"<p>\nI\'ve spent some time converting my Rockem Sockem theme to a <a href=\"http://www.plaintxt.org/themes/sandbox/\">Sandbox</a> skin, and getting my <a href=\"http://dougal.gunters.org/blog/2005/07/07/now-playing\">Now Playing</a> hack converted into a <a href=\"http://automattic.com/code/widgets/\">sidebar widget</a>. I\'m more-or-less happy with the results, so I\'ll be throwing the switch sometime soon. Be on the lookout for changes around here, and <a href=\"http://dougal.gunters.org/contactform.php\">let me know</a> if you spot anything broken.\n</p>\n<p class=\"akst_link\"><a href=\"http://dougal.gunters.org/?p=781&amp;akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_781\" class=\"akst_share_link\" rel=\"nofollow\">Share This</a>\n</p>\";}i:43;a:7:{s:5:\"title\";s:57:\"Weblog Tools Collection: Essay Competition Going Once …\";s:4:\"guid\";s:82:\"http://weblogtoolscollection.com/archives/2007/01/29/essay-competition-going-once/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/83577613/\";s:11:\"description\";s:970:\"<p>The <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">Blogging Essay Competition</a> ended on January 14th but I have been giving the latest few entries some time to catch up in the number of votes. People were still voting <a href=\"http://weblogtoolscollection.com/archives/category/blogging-essays/\">on the entries</a> till about a week ago when interest dropped. If you have not <a href=\"http://weblogtoolscollection.com/archives/category/blogging-essays/\">read through the entries or voted</a>, I am sure the authors would appreciate your encouragement. I will tally the results at the end of this week and post the winners on Sunday.</p>\n<p>If I have not said so already, thank you for your participation.</p>\n<p>[EDIT] Since there is some confusion, we are <strong>not extending the competition</strong>, but <strong>extending the judging time</strong> to get all the entries similar exposure to reader reviews.</p>\";s:7:\"pubdate\";s:31:\"Mon, 29 Jan 2007 19:30:32 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:970:\"<p>The <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">Blogging Essay Competition</a> ended on January 14th but I have been giving the latest few entries some time to catch up in the number of votes. People were still voting <a href=\"http://weblogtoolscollection.com/archives/category/blogging-essays/\">on the entries</a> till about a week ago when interest dropped. If you have not <a href=\"http://weblogtoolscollection.com/archives/category/blogging-essays/\">read through the entries or voted</a>, I am sure the authors would appreciate your encouragement. I will tally the results at the end of this week and post the winners on Sunday.</p>\n<p>If I have not said so already, thank you for your participation.</p>\n<p>[EDIT] Since there is some confusion, we are <strong>not extending the competition</strong>, but <strong>extending the judging time</strong> to get all the entries similar exposure to reader reviews.</p>\";}i:44;a:7:{s:5:\"title\";s:63:\"Alex King: Building alexking.org 2.0, part 8: Too Many Plugins?\";s:4:\"guid\";s:52:\"http://alexking.org/blog/2007/01/29/too-many-plugins\";s:4:\"link\";s:52:\"http://alexking.org/blog/2007/01/29/too-many-plugins\";s:11:\"description\";s:4513:\"<p class=\"banner\"><strong>Note:</strong> This is the eighth in a <a href=\"http://alexking.org/blog/2006/11/02/building-v2-part1\">series of articles</a> about the building of alexking.org 2.0.</p>\n<p>I want my site to work the way <em>I</em> want it to. Sometimes this matches the way WordPress works right out of the box, sometime it doesn&#8217;t - that is where <a href=\"http://alexking.org/blog/2006/12/13/lots-of-plugins\">my plugins</a> come in. I&#8217;m using over 20 plugins - is it too many?</p>\n<p>Unfortunately, this isn&#8217;t an easy question to answer. Different plugins have different levels of load to your WordPress install. Plugins like Popularity Contest add a little hit on every page load, comment, etc. to track all the activity on your site. Others like Share This, WP Grins, etc. hardly add a blip. There are also plugins that shouldn&#8217;t cause much overhead by what they are doing, but do because of the way they are written.</p>\n<p>Which plugins you use, much more than the number of plugins you use, is the determining factor in their overall effect on your blog.</p>\n<p>My recommendation is to use whatever plugins you need in order to make <em>your</em> site behave the way <em>you</em> want it to. However, as you add them you also need to be aware of the effect the plugins are having on your site.</p>\n<p>A couple of tips:</p>\n<ul>\n<li>Pay attention to your page load times. Occasionally you may want to empty your browser&#8217;s cache so you can see your site as first time visitors do.</li>\n<li>Pay attention to the number of database queries needed for each page load. Many themes include this information in an HTML comment at the bottom of each page (visible by using View Source). If your theme doesn&#8217;t add this, you can add it yourself (this taken from the <a href=\"http://warpspire.com/hemingway\" rel=\"external\">Hemingway theme</a>):\n<div class=\"code\"><p><code>&lt;!--<br />\n&lt;?php echo get_num_queries(); ?&gt; queries.<br />\n&lt;?php timer_stop(1); ?&gt; seconds.<br />\n&#8211;&gt;</code></div>\n<p>Plugins that drastically increase the number of queries or page load time may be doing as much harm as good for your site&#8217;s overall profile. It&#8217;s a good idea to contact the plugin developer to let them know if their plugin is having a negative impact on these metrics for your site.</li>\n</ul>\n<p>The other problem you can run into with plugins is collisions and incompatibilities. Most plugin developers will try to mention these up front if they know about them - for example, current releases of my Popularity Contest and WP Mobile Edition<sup><a href=\"http://alexking.org/blog/feed?cat=16#fn1170018931719n\" id=\"fn1170018931719\" class=\"footnote\">1</a></sup> plugins don&#8217;t work well with WP Cache.</p>\n<p>Plugin incompatibilities are tough on both users and plugin developers. The best you can do is identify the plugins that aren&#8217;t playing nicely together, then check the <a href=\"http://wordpress.org/support/\" rel=\"external\">WordPress forums</a> for solutions and notify the developers. </p>\n<p>So don&#8217;t be afraid of loading up with the plugins you want, but keep in mind that you need to be smart about it as well.</p>\n<ol class=\"footnotes\">\n<li id=\"fn1170018931719n\">I recently found out about this one, so it isn&#8217;t documented in the README yet. [<a href=\"http://alexking.org/blog/feed?cat=16#fn1170018931719\">back</a>]</li>\n</ol>\n<p class=\"akst_link\"><a href=\"http://alexking.org/?p=2603&amp;akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_2603\" class=\"akst_share_link\" rel=\"noindex\">Share This</a></p>\n\n	<!--\n	<rdf:RDF xmlns=\"http://web.resource.org/cc/\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n	<Work rdf:about=\"\">\n		<license rdf:resource=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\" />\n	<dc:type rdf:resource=\"http://purl.org/dc/dcmitype/Text\" />\n	</Work>\n	<License rdf:about=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\"><permits rdf:resource=\"http://web.resource.org/cc/Reproduction\"/><permits rdf:resource=\"http://web.resource.org/cc/Distribution\"/><requires rdf:resource=\"http://web.resource.org/cc/Notice\"/><requires rdf:resource=\"http://web.resource.org/cc/Attribution\"/><prohibits rdf:resource=\"http://web.resource.org/cc/CommercialUse\"/><permits rdf:resource=\"http://web.resource.org/cc/DerivativeWorks\"/><requires rdf:resource=\"http://web.resource.org/cc/ShareAlike\"/></License></rdf:RDF>\n	-->\";s:7:\"pubdate\";s:31:\"Mon, 29 Jan 2007 17:50:38 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Alex\";}s:7:\"summary\";s:4513:\"<p class=\"banner\"><strong>Note:</strong> This is the eighth in a <a href=\"http://alexking.org/blog/2006/11/02/building-v2-part1\">series of articles</a> about the building of alexking.org 2.0.</p>\n<p>I want my site to work the way <em>I</em> want it to. Sometimes this matches the way WordPress works right out of the box, sometime it doesn&#8217;t - that is where <a href=\"http://alexking.org/blog/2006/12/13/lots-of-plugins\">my plugins</a> come in. I&#8217;m using over 20 plugins - is it too many?</p>\n<p>Unfortunately, this isn&#8217;t an easy question to answer. Different plugins have different levels of load to your WordPress install. Plugins like Popularity Contest add a little hit on every page load, comment, etc. to track all the activity on your site. Others like Share This, WP Grins, etc. hardly add a blip. There are also plugins that shouldn&#8217;t cause much overhead by what they are doing, but do because of the way they are written.</p>\n<p>Which plugins you use, much more than the number of plugins you use, is the determining factor in their overall effect on your blog.</p>\n<p>My recommendation is to use whatever plugins you need in order to make <em>your</em> site behave the way <em>you</em> want it to. However, as you add them you also need to be aware of the effect the plugins are having on your site.</p>\n<p>A couple of tips:</p>\n<ul>\n<li>Pay attention to your page load times. Occasionally you may want to empty your browser&#8217;s cache so you can see your site as first time visitors do.</li>\n<li>Pay attention to the number of database queries needed for each page load. Many themes include this information in an HTML comment at the bottom of each page (visible by using View Source). If your theme doesn&#8217;t add this, you can add it yourself (this taken from the <a href=\"http://warpspire.com/hemingway\" rel=\"external\">Hemingway theme</a>):\n<div class=\"code\"><p><code>&lt;!--<br />\n&lt;?php echo get_num_queries(); ?&gt; queries.<br />\n&lt;?php timer_stop(1); ?&gt; seconds.<br />\n&#8211;&gt;</code></div>\n<p>Plugins that drastically increase the number of queries or page load time may be doing as much harm as good for your site&#8217;s overall profile. It&#8217;s a good idea to contact the plugin developer to let them know if their plugin is having a negative impact on these metrics for your site.</li>\n</ul>\n<p>The other problem you can run into with plugins is collisions and incompatibilities. Most plugin developers will try to mention these up front if they know about them - for example, current releases of my Popularity Contest and WP Mobile Edition<sup><a href=\"http://alexking.org/blog/feed?cat=16#fn1170018931719n\" id=\"fn1170018931719\" class=\"footnote\">1</a></sup> plugins don&#8217;t work well with WP Cache.</p>\n<p>Plugin incompatibilities are tough on both users and plugin developers. The best you can do is identify the plugins that aren&#8217;t playing nicely together, then check the <a href=\"http://wordpress.org/support/\" rel=\"external\">WordPress forums</a> for solutions and notify the developers. </p>\n<p>So don&#8217;t be afraid of loading up with the plugins you want, but keep in mind that you need to be smart about it as well.</p>\n<ol class=\"footnotes\">\n<li id=\"fn1170018931719n\">I recently found out about this one, so it isn&#8217;t documented in the README yet. [<a href=\"http://alexking.org/blog/feed?cat=16#fn1170018931719\">back</a>]</li>\n</ol>\n<p class=\"akst_link\"><a href=\"http://alexking.org/?p=2603&amp;akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_2603\" class=\"akst_share_link\" rel=\"noindex\">Share This</a></p>\n\n	<!--\n	<rdf:RDF xmlns=\"http://web.resource.org/cc/\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n	<Work rdf:about=\"\">\n		<license rdf:resource=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\" />\n	<dc:type rdf:resource=\"http://purl.org/dc/dcmitype/Text\" />\n	</Work>\n	<License rdf:about=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\"><permits rdf:resource=\"http://web.resource.org/cc/Reproduction\"/><permits rdf:resource=\"http://web.resource.org/cc/Distribution\"/><requires rdf:resource=\"http://web.resource.org/cc/Notice\"/><requires rdf:resource=\"http://web.resource.org/cc/Attribution\"/><prohibits rdf:resource=\"http://web.resource.org/cc/CommercialUse\"/><permits rdf:resource=\"http://web.resource.org/cc/DerivativeWorks\"/><requires rdf:resource=\"http://web.resource.org/cc/ShareAlike\"/></License></rdf:RDF>\n	-->\";}i:45;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 1/29\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/01/29/wordpress-plugin-releases-for-129/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/83289234/\";s:11:\"description\";s:1591:\"<p><a href=\"http://organisiert.net/yatcp/\">Yet another threaded Comments</a> lets users to reply to comments on your post. Comments can selected from a dropdown box.</p>\n<p><a href=\"http://wordpress.uberdose.com/wordpress/another-title.html\">Another Title</a> optimizes your single post titles, removing any redundant stuff like &#8216;Blog Archive&#8217;.</p>\n<p><a href=\"http://www.bencoleman.co.uk/flickr-widget-plugin-for-your-wordpress-sidebar/\">Flickr Widget</a> is a wrapper round the badge functionality of <a href=\"http://flickr.com/\">Flickr</a></p>\n<p><a href=\"http://cavemonkey50.com/code/full-feed/\">Full Text Feed</a> prevents WordPress 2.1+ from adding a more link to your website&#8217;s feed.</p>\n<p><a href=\"http://www.connectedinternet.co.uk/2007/01/28/1408/\">Latest Comments With Avatars Reloaded</a> show the commenter&#8217;s <a href=\"http://mybloglog.com/\">MyBlogLog</a> Avatar rather than their name in the latest comments list.</p>\n<p><a href=\"http://www.sjeiti.com/?page_id=284\">Sjeiti Librarything</a> will cache the javascript from <a href=\"http://www.librarything.com/\">Librarything</a> which contains the references to the last 200 books from your collection at <a href=\"http://www.amazon.com/\">Amazon</a>.</p>\n<p><a href=\"http://www.mutube.com/projects/wordpress/im-online/\">IM Online</a> is a neat little Wordpress Widget to show your current online status on your blog. The plugin is powered via <a href=\"http://www.onlinestatus.org/\">onlinestatus.org</a> and supports most IM services including AOL, MSN, Yahoo!, Jabber (inc. Google Talk), Skype and ICQ.</p>\";s:7:\"pubdate\";s:31:\"Mon, 29 Jan 2007 05:15:24 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1591:\"<p><a href=\"http://organisiert.net/yatcp/\">Yet another threaded Comments</a> lets users to reply to comments on your post. Comments can selected from a dropdown box.</p>\n<p><a href=\"http://wordpress.uberdose.com/wordpress/another-title.html\">Another Title</a> optimizes your single post titles, removing any redundant stuff like &#8216;Blog Archive&#8217;.</p>\n<p><a href=\"http://www.bencoleman.co.uk/flickr-widget-plugin-for-your-wordpress-sidebar/\">Flickr Widget</a> is a wrapper round the badge functionality of <a href=\"http://flickr.com/\">Flickr</a></p>\n<p><a href=\"http://cavemonkey50.com/code/full-feed/\">Full Text Feed</a> prevents WordPress 2.1+ from adding a more link to your website&#8217;s feed.</p>\n<p><a href=\"http://www.connectedinternet.co.uk/2007/01/28/1408/\">Latest Comments With Avatars Reloaded</a> show the commenter&#8217;s <a href=\"http://mybloglog.com/\">MyBlogLog</a> Avatar rather than their name in the latest comments list.</p>\n<p><a href=\"http://www.sjeiti.com/?page_id=284\">Sjeiti Librarything</a> will cache the javascript from <a href=\"http://www.librarything.com/\">Librarything</a> which contains the references to the last 200 books from your collection at <a href=\"http://www.amazon.com/\">Amazon</a>.</p>\n<p><a href=\"http://www.mutube.com/projects/wordpress/im-online/\">IM Online</a> is a neat little Wordpress Widget to show your current online status on your blog. The plugin is powered via <a href=\"http://www.onlinestatus.org/\">onlinestatus.org</a> and supports most IM services including AOL, MSN, Yahoo!, Jabber (inc. Google Talk), Skype and ICQ.</p>\";}i:46;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 1/29\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/01/29/wordpress-theme-releases-for-129/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/83286640/\";s:11:\"description\";s:1600:\"<p><a href=\"http://biboz.net/primitivo/\">Primitivo</a> is a three column WordPress theme in a black and green color scheme. <a href=\"http://themes.wordpress.net/testrun/?wptheme=1478\">Preview</a>.</p>\n<p><a href=\"http://blog.jammedph.com/wordpress-theme-empowered-blue-with-adsense/\">Empowered</a> is a two column blue schemed theme with inbuilt support for Google Adsense and <a href=\"http://www.neato.co.nz/ultimate-tag-warrior/\">Ultimate Tag Warrior</a>. <a href=\"http://themes.wordpress.net/testrun/?wptheme=1482\">Preview</a></p>\n<p><a href=\"http://ericulous.com/2007/01/29/wp-theme-internet-center/\">Internet Center</a> is the Wordpress port of the theme at <a href=\"http://www.solucija.com/templates/demo/Internet_Center/\">Solucija</a>.</p>\n<p><a href=\"http://themes.wordpress.net/columns/2-columns/1481/sunset-birds-15/\">Sunset Birds</a> is a two column theme with a light gray and blue scheme. <a href=\"http://themes.wordpress.net/testrun/?wptheme=1481\">Preview</a>.</p>\n<p><a href=\"http://themecorp.com/themes/oceanlife/\">Ocean Life</a> is a 2-column,widget-ready,fixed width theme that is based on a design by <a href=\"http://freecsstemplates.org/\">Free CSS Templates</a>. <a href=\"http://demo.themecorp.com/index.php?wptheme=OceanLife\">Preview</a>.</p>\n<p><a href=\"http://themes.wordpress.net/columns/3-columns/1477/cutline-3c-100/\">3 Column Cutline</a> is a three column version of <a href=\"http://cutline.tubetorial.com/\">Cutline</a>, modified by <a href=\"http://www.gpsgazette.com/wp-themes/\">GPS Gazette</a>. <a href=\"http://themes.wordpress.net/testrun/?wptheme=1477\">Preview</a>.</p>\";s:7:\"pubdate\";s:31:\"Mon, 29 Jan 2007 05:00:21 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1600:\"<p><a href=\"http://biboz.net/primitivo/\">Primitivo</a> is a three column WordPress theme in a black and green color scheme. <a href=\"http://themes.wordpress.net/testrun/?wptheme=1478\">Preview</a>.</p>\n<p><a href=\"http://blog.jammedph.com/wordpress-theme-empowered-blue-with-adsense/\">Empowered</a> is a two column blue schemed theme with inbuilt support for Google Adsense and <a href=\"http://www.neato.co.nz/ultimate-tag-warrior/\">Ultimate Tag Warrior</a>. <a href=\"http://themes.wordpress.net/testrun/?wptheme=1482\">Preview</a></p>\n<p><a href=\"http://ericulous.com/2007/01/29/wp-theme-internet-center/\">Internet Center</a> is the Wordpress port of the theme at <a href=\"http://www.solucija.com/templates/demo/Internet_Center/\">Solucija</a>.</p>\n<p><a href=\"http://themes.wordpress.net/columns/2-columns/1481/sunset-birds-15/\">Sunset Birds</a> is a two column theme with a light gray and blue scheme. <a href=\"http://themes.wordpress.net/testrun/?wptheme=1481\">Preview</a>.</p>\n<p><a href=\"http://themecorp.com/themes/oceanlife/\">Ocean Life</a> is a 2-column,widget-ready,fixed width theme that is based on a design by <a href=\"http://freecsstemplates.org/\">Free CSS Templates</a>. <a href=\"http://demo.themecorp.com/index.php?wptheme=OceanLife\">Preview</a>.</p>\n<p><a href=\"http://themes.wordpress.net/columns/3-columns/1477/cutline-3c-100/\">3 Column Cutline</a> is a three column version of <a href=\"http://cutline.tubetorial.com/\">Cutline</a>, modified by <a href=\"http://www.gpsgazette.com/wp-themes/\">GPS Gazette</a>. <a href=\"http://themes.wordpress.net/testrun/?wptheme=1477\">Preview</a>.</p>\";}i:47;a:7:{s:5:\"title\";s:16:\"Matt: Saying No?\";s:4:\"guid\";s:42:\"http://photomatt.net/2007/01/28/saying-no/\";s:4:\"link\";s:42:\"http://photomatt.net/2007/01/28/saying-no/\";s:11:\"description\";s:996:\"<p>Via <a href=\"http://www.bmannconsulting.com/blog/bmann/susan-mernit-on-the-role-of-no-in-product-development\">Boris</a> I came across a post on Susan Mernit&#8217;s blog called the <a href=\"http://susanmernit.blogspot.com/2007/01/adventures-in-product-development-no.html\">No Patrol</a>. It is supposed to be a defense of saying &#8220;no&#8221; to things in the product development cycle, but as I read each bullet point it struck me as actually a brilliant summary of why big companies often fail to create anything truly interesting, or put another way, why a product like <a href=\"http://personals.yahoo.com/\">Yahoo Personals</a> is so impersonal. No one would advocate bloat or cruft in software, but sometimes a little silliness, a little frivolity, a little &#8220;novelty outweighs the business impact&#8221; is what separates a <a href=\"http://youtube.com/\">Youtube</a> from a <a href=\"http://video.google.com/\">Google Video</a>. Don&#8217;t throw the baby out with the bathwater.</p>\";s:7:\"pubdate\";s:31:\"Mon, 29 Jan 2007 00:11:31 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:996:\"<p>Via <a href=\"http://www.bmannconsulting.com/blog/bmann/susan-mernit-on-the-role-of-no-in-product-development\">Boris</a> I came across a post on Susan Mernit&#8217;s blog called the <a href=\"http://susanmernit.blogspot.com/2007/01/adventures-in-product-development-no.html\">No Patrol</a>. It is supposed to be a defense of saying &#8220;no&#8221; to things in the product development cycle, but as I read each bullet point it struck me as actually a brilliant summary of why big companies often fail to create anything truly interesting, or put another way, why a product like <a href=\"http://personals.yahoo.com/\">Yahoo Personals</a> is so impersonal. No one would advocate bloat or cruft in software, but sometimes a little silliness, a little frivolity, a little &#8220;novelty outweighs the business impact&#8221; is what separates a <a href=\"http://youtube.com/\">Youtube</a> from a <a href=\"http://video.google.com/\">Google Video</a>. Don&#8217;t throw the baby out with the bathwater.</p>\";}i:48;a:7:{s:5:\"title\";s:48:\"Weblog Tools Collection: Upgraded to WP 2.1 Ella\";s:4:\"guid\";s:76:\"http://weblogtoolscollection.com/archives/2007/01/28/upgraded-to-wp-21-ella/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/82981193/\";s:11:\"description\";s:3002:\"<p>This blog is now running Wordpress 2.1 Ella and I am impressed. This server was running a much older version of MySql and since <a href=\"http://boren.nu/archives/2007/01/15/wordpress-21-mysql-requirements/\">Ella requires MySql 4.1 support</a>, I  could not upgrade right away. I was somewhat apprehensive of upgrading MySql on Plesk and wanted to put aside some time for the upgrade in case things went south. This morning, I upgraded MySql, this blog, all the plugins and performed some much needed tweaking and maintenance.</p>\n<p>For those that are on Plesk servers and would like some instructions on how to upgrade MySql safely, <a href=\"http://forums.spry.com/showthread.php?t=127\">this post</a> should help. The upgrade was simple, the instructions made sense and were complete, and the upgrade itself went without a hitch. After the upgrade, I tweaked the query cache (sorely missed in MySql 3), upped the key buffer and the thread cache sizes and optimized all the tables. I am satisfied with the results. Once I have gathered enough performance information, I will post an update with a screenshot. <a href=\"http://blog.circlesixdesign.com/2007/01/22/diggproof/\">This post on CircleSix</a>, mentioned previously, is a great place to start.</p>\n<p>None of the plugins I had installed required updates right away beside <a href=\"http://www.neato.co.nz/ultimate-tag-warrior/\">Ultimate Tag Warrior</a> which I updated and <a href=\"http://techtites.com/2007/01/24/wordpress-wednesday-patching-utw-for-wordpress-21/\">patched</a>. I was also really glad to find that this theme was completely compatible with Wordpress 2.1 It just goes to show the proficiency of <a href=\"http://weblog.jcraveiro.com/\">Joao Craviero</a>. That being said, if something is broken or non-functional, please let us know.</p>\n<p>I alluded that I was impressed with Ella and I am (with not just <a href=\"http://www.google.com/search?hl=en&amp;q=ella+fitzgerald&amp;btnG=Google+Search\">her music</a>). The number of queries to generate the front page has dropped 41% and the memory requirements for the query and its cache has dropped many fold due to the improvements in the query structure. I am loving the autosave feature and the code tab on the write post page. I also like the quicker back end, the fast dashboard, the built in spell check and the small improvements scattered around the admin interface. The TinyMCE WYSIWYG interface is much easier to use and the auto formatting is more intuitive. I did end up hacking the link button on the write page so the &#8220;Insert&#8221; button was on the left instead of the right since I kept clicking the &#8220;Cancel&#8221; intuitively. Also, since we have been receiving a lot of questions on how to add news to this blog, I have added a <a href=\"http://weblogtoolscollection.com/submit-news/\">Submit News</a>  menu item to the top menu for future reference.</p>\n<p>So when are you <a href=\"http://wordpress.org/download/\">upgrading</a> to Wordpress 2.1 Ella?</p>\";s:7:\"pubdate\";s:31:\"Sun, 28 Jan 2007 18:00:57 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:3002:\"<p>This blog is now running Wordpress 2.1 Ella and I am impressed. This server was running a much older version of MySql and since <a href=\"http://boren.nu/archives/2007/01/15/wordpress-21-mysql-requirements/\">Ella requires MySql 4.1 support</a>, I  could not upgrade right away. I was somewhat apprehensive of upgrading MySql on Plesk and wanted to put aside some time for the upgrade in case things went south. This morning, I upgraded MySql, this blog, all the plugins and performed some much needed tweaking and maintenance.</p>\n<p>For those that are on Plesk servers and would like some instructions on how to upgrade MySql safely, <a href=\"http://forums.spry.com/showthread.php?t=127\">this post</a> should help. The upgrade was simple, the instructions made sense and were complete, and the upgrade itself went without a hitch. After the upgrade, I tweaked the query cache (sorely missed in MySql 3), upped the key buffer and the thread cache sizes and optimized all the tables. I am satisfied with the results. Once I have gathered enough performance information, I will post an update with a screenshot. <a href=\"http://blog.circlesixdesign.com/2007/01/22/diggproof/\">This post on CircleSix</a>, mentioned previously, is a great place to start.</p>\n<p>None of the plugins I had installed required updates right away beside <a href=\"http://www.neato.co.nz/ultimate-tag-warrior/\">Ultimate Tag Warrior</a> which I updated and <a href=\"http://techtites.com/2007/01/24/wordpress-wednesday-patching-utw-for-wordpress-21/\">patched</a>. I was also really glad to find that this theme was completely compatible with Wordpress 2.1 It just goes to show the proficiency of <a href=\"http://weblog.jcraveiro.com/\">Joao Craviero</a>. That being said, if something is broken or non-functional, please let us know.</p>\n<p>I alluded that I was impressed with Ella and I am (with not just <a href=\"http://www.google.com/search?hl=en&amp;q=ella+fitzgerald&amp;btnG=Google+Search\">her music</a>). The number of queries to generate the front page has dropped 41% and the memory requirements for the query and its cache has dropped many fold due to the improvements in the query structure. I am loving the autosave feature and the code tab on the write post page. I also like the quicker back end, the fast dashboard, the built in spell check and the small improvements scattered around the admin interface. The TinyMCE WYSIWYG interface is much easier to use and the auto formatting is more intuitive. I did end up hacking the link button on the write page so the &#8220;Insert&#8221; button was on the left instead of the right since I kept clicking the &#8220;Cancel&#8221; intuitively. Also, since we have been receiving a lot of questions on how to add news to this blog, I have added a <a href=\"http://weblogtoolscollection.com/submit-news/\">Submit News</a>  menu item to the top menu for future reference.</p>\n<p>So when are you <a href=\"http://wordpress.org/download/\">upgrading</a> to Wordpress 2.1 Ella?</p>\";}i:49;a:7:{s:5:\"title\";s:39:\"Lorelle on WP: WordPress.com Blog Bling\";s:4:\"guid\";s:64:\"http://lorelle.wordpress.com/2007/01/28/wordpresscom-blog-bling/\";s:4:\"link\";s:64:\"http://lorelle.wordpress.com/2007/01/28/wordpresscom-blog-bling/\";s:11:\"description\";s:349:\"Starting tomorrow now, stand back and be amazed as your imagination will be assaulted with all of the blog bling fun you can add to your WordPress.com blog.\nIn this week long series, I will cover easy to difficult techniques for adding graphic images, icons, badges, colorful and large fonts, beautiful blockquotes, lines, shapes, icon covered [...]\";s:7:\"pubdate\";s:31:\"Sun, 28 Jan 2007 13:50:10 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:349:\"Starting tomorrow now, stand back and be amazed as your imagination will be assaulted with all of the blog bling fun you can add to your WordPress.com blog.\nIn this week long series, I will cover easy to difficult techniques for adding graphic images, icons, badges, colorful and large fonts, beautiful blockquotes, lines, shapes, icon covered [...]\";}}s:7:\"channel\";a:5:{s:5:\"title\";s:16:\"WordPress Planet\";s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:8:\"language\";s:2:\"en\";s:11:\"description\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"tagline\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:0:{}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}s:4:\"etag\";s:25:\"\"152fc-45c8a2aa-568c2a\"\r\n\";s:13:\"last_modified\";s:31:\"Tue, 06 Feb 2007 15:45:46 GMT\r\n\";}',20,8,'',1,'no'),(68,0,'rss_867bd5c64f85878d03a060509cd2f92c_ts','Y',1,'1170777233',20,8,'',1,'no'),(87,0,'rss_f88523e9d220ade11f59e9acb726d24e','Y',1,'O:9:\"MagpieRSS\":17:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:1:{i:0;a:9:{s:5:\"title\";s:11:\"Come Sunday\";s:4:\"link\";s:55:\"http://www.blogs.lifechurchministries.org/messages/?p=1\";s:8:\"comments\";s:84:\"http://technorati.com/search/http://www.blogs.lifechurchministries.org/messages/?p=1\";s:4:\"guid\";s:55:\"http://www.blogs.lifechurchministries.org/messages/?p=1\";s:7:\"pubdate\";s:29:\"Tue, 23 May 2006 04:21:50 GMT\";s:11:\"description\";s:105:\"Blogroll <a class=\"cosmoslinks\" href=\"http://www.blogs.lifechurchministries.org/think/\">Think</a> Insight\";s:6:\"source\";s:11:\"Come Sunday\";s:4:\"tapi\";a:4:{s:12:\"inboundblogs\";s:1:\"0\";s:12:\"inboundlinks\";s:1:\"0\";s:11:\"linkcreated\";s:29:\"Wed, 17 May 2006 05:02:49 GMT\";s:7:\"linkurl\";s:48:\"http://www.blogs.lifechurchministries.org/think/\";}s:7:\"summary\";s:105:\"Blogroll <a class=\"cosmoslinks\" href=\"http://www.blogs.lifechurchministries.org/think/\">Think</a> Insight\";}}s:7:\"channel\";a:10:{s:9:\"generator\";s:15:\"Technorati v1.0\";s:9:\"webmaster\";s:43:\"support@technorati.com (Technorati Support)\";s:4:\"docs\";s:37:\"http://blogs.law.harvard.edu/tech/rss\";s:3:\"ttl\";s:2:\"60\";s:4:\"tapi\";a:3:{s:6:\"result\";s:5:\"\n    \";s:10:\"result_url\";s:43:\"http://blogs.lifechurchministries.org/think\";s:19:\"result_rankingstart\";s:1:\"0\";}s:6:\"result\";s:16:\"\n    \n    \n    \n\";s:5:\"title\";s:23:\"Technorati Search for: \";s:4:\"link\";s:43:\"http://blogs.lifechurchministries.org/think\";s:7:\"pubdate\";s:29:\"Thu, 01 Jan 1970 00:00:00 GMT\";s:7:\"tagline\";N;}s:9:\"textinput\";a:4:{s:5:\"title\";s:17:\"Search Technorati\";s:11:\"description\";s:43:\"Search millions of blogs for the latest on:\";s:4:\"name\";s:1:\"s\";s:4:\"link\";s:36:\"http://www.technorati.com/search.php\";}s:5:\"image\";a:3:{s:3:\"url\";s:50:\"http://static.technorati.com/pix/logos/logo_sm.gif\";s:5:\"title\";s:15:\"Technorati logo\";s:4:\"link\";s:25:\"http://www.technorati.com\";}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}}',20,8,'',1,'no'),(88,0,'rss_f88523e9d220ade11f59e9acb726d24e_ts','Y',1,'1170777232',20,8,'',1,'no'),(73,0,'kjgrc_grc_max_comments','Y',1,'5',20,8,'',1,'yes'),(74,0,'kjgrc_grc_chars_per_comment','Y',1,'120',20,8,'',1,'yes'),(75,0,'kjgrc_grc_chars_per_word','Y',1,'30',20,8,'',1,'yes'),(76,0,'kjgrc_grc_format','Y',1,'<li><a href=\"%comment_link\" title=\"%post_title, %post_date\">%comment_author</a>: %comment_excerpt</li>',20,8,'',1,'yes'),(77,0,'kjgrc_grt_max_comments','Y',1,'5',20,8,'',1,'yes'),(78,0,'kjgrc_grt_chars_per_comment','Y',1,'120',20,8,'',1,'yes'),(79,0,'kjgrc_grt_chars_per_word','Y',1,'30',20,8,'',1,'yes'),(80,0,'kjgrc_grt_format','Y',1,'<li><a href=\"%comment_link\" title=\"Trackback to &quot;%post_title&quot;: %comment_excerpt\">%comment_author</a>: %trackback_title</li>',20,8,'',1,'yes'),(81,0,'kjgrc_misc_exclude_cat','Y',1,'',20,8,'',1,'yes'),(82,0,'kjgrc_gravatar_size','Y',1,'20',20,8,'',1,'yes'),(83,0,'kjgrc_gravatar_alt_url','Y',1,'',20,8,'',1,'yes'),(84,0,'kjgrc_gravatar_rating','Y',1,'0',20,8,'',1,'yes'),(85,0,'rss_587649af4e993de254903508b78820d4','Y',1,'O:9:\"MagpieRSS\":17:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:1:{i:0;a:3:{s:5:\"title\";s:16:\"No results found\";s:11:\"description\";s:80:\"No results were found for http://blogs.lifechurchministries.org/think/?page_id=2\";s:7:\"summary\";s:80:\"No results were found for http://blogs.lifechurchministries.org/think/?page_id=2\";}}s:7:\"channel\";a:10:{s:9:\"generator\";s:15:\"Technorati v1.0\";s:9:\"webmaster\";s:43:\"support@technorati.com (Technorati Support)\";s:4:\"docs\";s:37:\"http://blogs.law.harvard.edu/tech/rss\";s:3:\"ttl\";s:2:\"60\";s:4:\"tapi\";a:3:{s:6:\"result\";s:5:\"\n    \";s:10:\"result_url\";s:54:\"http://blogs.lifechurchministries.org/think/?page_id=2\";s:19:\"result_rankingstart\";s:1:\"0\";}s:6:\"result\";s:16:\"\n    \n    \n    \n\";s:5:\"title\";s:23:\"Technorati Search for: \";s:4:\"link\";s:54:\"http://blogs.lifechurchministries.org/think/?page_id=2\";s:7:\"pubdate\";s:29:\"Thu, 01 Jan 1970 00:00:00 GMT\";s:7:\"tagline\";N;}s:9:\"textinput\";a:4:{s:5:\"title\";s:17:\"Search Technorati\";s:11:\"description\";s:43:\"Search millions of blogs for the latest on:\";s:4:\"name\";s:1:\"s\";s:4:\"link\";s:36:\"http://www.technorati.com/search.php\";}s:5:\"image\";a:3:{s:3:\"url\";s:50:\"http://static.technorati.com/pix/logos/logo_sm.gif\";s:5:\"title\";s:15:\"Technorati logo\";s:4:\"link\";s:25:\"http://www.technorati.com\";}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}}',20,8,'',1,'no'),(86,0,'rss_587649af4e993de254903508b78820d4_ts','Y',1,'1148934940',20,8,'',1,'no'),(71,0,'rss_13ae93064affbd56b7450043df59f8fd','Y',1,'O:9:\"MagpieRSS\":17:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:1:{i:0;a:3:{s:5:\"title\";s:16:\"No results found\";s:11:\"description\";s:73:\"No results were found for http://www.blogs.lifechurchministries.org/think\";s:7:\"summary\";s:73:\"No results were found for http://www.blogs.lifechurchministries.org/think\";}}s:7:\"channel\";a:10:{s:9:\"generator\";s:15:\"Technorati v1.0\";s:9:\"webmaster\";s:43:\"support@technorati.com (Technorati Support)\";s:4:\"docs\";s:37:\"http://blogs.law.harvard.edu/tech/rss\";s:3:\"ttl\";s:2:\"60\";s:4:\"tapi\";a:3:{s:6:\"result\";s:5:\"\n    \";s:10:\"result_url\";s:47:\"http://www.blogs.lifechurchministries.org/think\";s:19:\"result_rankingstart\";s:1:\"0\";}s:6:\"result\";s:16:\"\n    \n    \n    \n\";s:5:\"title\";s:23:\"Technorati Search for: \";s:4:\"link\";s:43:\"http://blogs.lifechurchministries.org/think\";s:7:\"pubdate\";s:29:\"Thu, 01 Jan 1970 00:00:00 GMT\";s:7:\"tagline\";N;}s:9:\"textinput\";a:4:{s:5:\"title\";s:17:\"Search Technorati\";s:11:\"description\";s:43:\"Search millions of blogs for the latest on:\";s:4:\"name\";s:1:\"s\";s:4:\"link\";s:36:\"http://www.technorati.com/search.php\";}s:5:\"image\";a:3:{s:3:\"url\";s:50:\"http://static.technorati.com/pix/logos/logo_sm.gif\";s:5:\"title\";s:15:\"Technorati logo\";s:4:\"link\";s:25:\"http://www.technorati.com\";}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}}',20,8,'',1,'no'),(72,0,'rss_13ae93064affbd56b7450043df59f8fd_ts','Y',1,'1148919562',20,8,'',1,'no'),(69,0,'rss_e976423fc20bc762987a4feefc9cd44a','Y',1,'O:9:\"MagpieRSS\":17:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:1:{i:0;a:3:{s:5:\"title\";s:16:\"No results found\";s:11:\"description\";s:76:\"No results were found for http://www.blogs.lifechurchministries.org/lifetalk\";s:7:\"summary\";s:76:\"No results were found for http://www.blogs.lifechurchministries.org/lifetalk\";}}s:7:\"channel\";a:11:{s:9:\"generator\";s:15:\"Technorati v1.0\";s:9:\"webmaster\";s:43:\"support@technorati.com (Technorati Support)\";s:4:\"docs\";s:37:\"http://blogs.law.harvard.edu/tech/rss\";s:3:\"ttl\";s:2:\"60\";s:4:\"tapi\";a:5:{s:6:\"result\";s:5:\"\n    \";s:10:\"result_url\";s:50:\"http://www.blogs.lifechurchministries.org/lifetalk\";s:19:\"result_inboundblogs\";s:1:\"0\";s:19:\"result_inboundlinks\";s:1:\"0\";s:19:\"result_rankingstart\";s:1:\"0\";}s:6:\"result\";s:16:\"\n    \n    \n    \n\";s:5:\"title\";s:32:\"Technorati Search for: Life Talk\";s:4:\"link\";s:50:\"http://www.blogs.lifechurchministries.org/lifetalk\";s:11:\"description\";s:9:\"Life Talk\";s:7:\"pubdate\";s:29:\"Wed, 17 May 2006 04:09:05 GMT\";s:7:\"tagline\";s:9:\"Life Talk\";}s:9:\"textinput\";a:4:{s:5:\"title\";s:17:\"Search Technorati\";s:11:\"description\";s:43:\"Search millions of blogs for the latest on:\";s:4:\"name\";s:1:\"s\";s:4:\"link\";s:36:\"http://www.technorati.com/search.php\";}s:5:\"image\";a:3:{s:3:\"url\";s:50:\"http://static.technorati.com/pix/logos/logo_sm.gif\";s:5:\"title\";s:15:\"Technorati logo\";s:4:\"link\";s:25:\"http://www.technorati.com\";}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}}',20,8,'',1,'no'),(70,0,'rss_e976423fc20bc762987a4feefc9cd44a_ts','Y',1,'1147963845',20,8,'',1,'no'),(90,0,'secret','Y',1,'2c76d1cbef6b1edcdf77bbe7cf4432c2',20,8,'',1,'yes');
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_lifetalk_options` ENABLE KEYS */;

--
-- Table structure for table `wp_lifetalk_post2cat`
--

DROP TABLE IF EXISTS `wp_lifetalk_post2cat`;
CREATE TABLE `wp_lifetalk_post2cat` (
  `rel_id` bigint(20) NOT NULL auto_increment,
  `post_id` bigint(20) NOT NULL default '0',
  `category_id` bigint(20) NOT NULL default '0',
  PRIMARY KEY  (`rel_id`),
  KEY `post_id` (`post_id`,`category_id`)
) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_lifetalk_post2cat`
--


/*!40000 ALTER TABLE `wp_lifetalk_post2cat` DISABLE KEYS */;
LOCK TABLES `wp_lifetalk_post2cat` WRITE;
INSERT INTO `wp_lifetalk_post2cat` VALUES (8,2,1),(5,3,2),(6,4,3),(7,5,4),(14,9,5),(15,10,5),(17,11,3),(18,9,6);
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_lifetalk_post2cat` ENABLE KEYS */;

--
-- Table structure for table `wp_lifetalk_postmeta`
--

DROP TABLE IF EXISTS `wp_lifetalk_postmeta`;
CREATE TABLE `wp_lifetalk_postmeta` (
  `meta_id` bigint(20) NOT NULL auto_increment,
  `post_id` bigint(20) NOT NULL default '0',
  `meta_key` varchar(255) default NULL,
  `meta_value` longtext,
  PRIMARY KEY  (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM AUTO_INCREMENT=82 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_lifetalk_postmeta`
--


/*!40000 ALTER TABLE `wp_lifetalk_postmeta` DISABLE KEYS */;
LOCK TABLES `wp_lifetalk_postmeta` WRITE;
INSERT INTO `wp_lifetalk_postmeta` VALUES (13,2,'_wp_page_template','default');
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_lifetalk_postmeta` ENABLE KEYS */;

--
-- Table structure for table `wp_lifetalk_posts`
--

DROP TABLE IF EXISTS `wp_lifetalk_posts`;
CREATE TABLE `wp_lifetalk_posts` (
  `ID` bigint(20) unsigned NOT NULL auto_increment,
  `post_author` bigint(20) NOT NULL default '0',
  `post_date` datetime NOT NULL default '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_category` int(4) NOT NULL default '0',
  `post_excerpt` text NOT NULL,
  `post_status` enum('publish','draft','private','static','object','attachment') NOT NULL default 'publish',
  `comment_status` enum('open','closed','registered_only') NOT NULL default 'open',
  `ping_status` enum('open','closed') NOT NULL default 'open',
  `post_password` varchar(20) NOT NULL default '',
  `post_name` varchar(200) NOT NULL default '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL default '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL default '0000-00-00 00:00:00',
  `post_content_filtered` text NOT NULL,
  `post_parent` bigint(20) NOT NULL default '0',
  `guid` varchar(255) NOT NULL default '',
  `menu_order` int(11) NOT NULL default '0',
  `post_type` varchar(100) NOT NULL default '',
  `post_mime_type` varchar(100) NOT NULL default '',
  `comment_count` bigint(20) NOT NULL default '0',
  PRIMARY KEY  (`ID`),
  KEY `post_name` (`post_name`),
  KEY `post_status` (`post_status`)
) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_lifetalk_posts`
--


/*!40000 ALTER TABLE `wp_lifetalk_posts` DISABLE KEYS */;
LOCK TABLES `wp_lifetalk_posts` WRITE;
INSERT INTO `wp_lifetalk_posts` VALUES (2,1,'2006-05-16 13:24:20','2006-05-16 20:24:20','<p align=\"center\">Welcome to Think -- a blog of Life Church Ministries.</p>\r\n<p align=\"center\">You think that God and Christianity have no relevance for today\'s world?</p>\r\n<p align=\"center\">Read the <a title=\"Think\" href=\"http://blogs.lifechurchministries.org/think/\">posts</a> and think again.</p>\r\n<p align=\"center\">Are you looking for a fresh way of seeing Christianity in the modern world?</p>\r\n<p align=\"center\">Read the posts and find out how God\'s kingdom is for today\'s lifestyle.</p>\r\n<p align=\"center\">Click <a title=\"Think\" href=\"http://blogs.lifechurchministries.org/think/\">here</a> to get started!</p>','About',0,'','static','open','open','','about','','','2006-06-10 07:15:00','2006-06-10 14:15:00','',0,'',0,'','',0),(3,3,'2006-05-16 20:48:48','2006-05-17 03:48:48','Art has the unique ability to connect us with feelings and perspectives that we have no direct way of experiencing. A song can take us <!--more-->back to a moment from our childhood. A poem can give us insight into our own normally hidden feelings. A dramatic performance can take us on never before anticipated adventures.\r\n<h2>Art Is Strategic For Expanding God’s Kingdom</h2>\r\nPeople in our society are increasingly resistant to being told what to believe or what to do. There are growing numbers who won’t even come to a worship service or any church-related meeting. Ironically, our traditional ways of “doing church” require just that - unsaved people willing to come to a church meeting to have God’s Word preached to them. The result is that we limit our harvest to the small portion of our society willing to come to us.\r\n\r\nThe arts enable us to overcome this stumbling block because people can connect with the arts on their own turf. God has called us to go into all the world and wise believers (<a target=\"_blank\" href=\"http://bible.gospelcom.net/cgi-bin/bible?language=english&version=NIV&version=NIV&passage=Proverbs%2B11:30\">Prov   11:30 *</a>; <a target=\"_blank\" href=\"http://bible.gospelcom.net/cgi-bin/bible?language=english&version=NIV&version=NIV&passage=Daniel%2B12:3\">Dan   12:3 *</a>) will take the arts along with them.\r\n<h2>What Is Art?</h2>\r\nIn order to understand the power that God has given us through the arts, we need to consider the nature of art itself. Let’s think of art broadly as a collection of human activities carried out primarily for their pleasing effect on human senses and not because of any practical use that they may or may not have. In other words, art is human activity that pleases at least someone apart from any practical use. This makes the arts symbolic of those areas of life in which we trust God to accomplish his will even when we don’t understand what’s going on. When we experience the pleasure of a work of art or an artistic performance we should receive it gratefully. We should thank our Father in heaven for every good and perfect gift (<a target=\"_blank\" href=\"http://bible.gospelcom.net/cgi-bin/bible?language=english&version=NIV&version=NIV&passage=James%2B1:17\">James     1:17 *</a>) that he gives us  to enjoy (<a target=\"_blank\" href=\"http://bible.gospelcom.net/cgi-bin/bible?language=english&version=NIV&version=NIV&passage=1Timothy%2B6:17\">1     Tim 6:17 *</a>)\r\n<h2>How Do We Engage The Arts?</h2>\r\nLet’s consider the different ways in which people engage the arts:\r\n\r\n<strong>Art Purists</strong>\r\n\r\nThese are the people who are passionate about good art. They appreciate the nuance, the sophisticated technique, and the subtle elements that the artist brings to his/her work. If they are not artists themselves, they may be “wannabes”. Think of this as someone who will go out at 2am to hear someone do something with a clarinet or a poem that noone else can do.\r\n\r\nArt purists keep artists energized, motivated, and excited, but there aren’t enough of them in the marketplace to keep artists clothed and fed.\r\n\r\n<strong>Art Enthusiasts</strong>\r\n\r\nAlthough not as knowledgeable as art purists, these people understand what makes “good” art and enthusiastically support the artists who produce it. They may not be willing to go out at 2am to see “cutting edge” art, but they probably go out at 9pm and stay until 2am. Then they head home like “sensible people”.\r\n\r\nThere are probably enough art enthusiasts to support the very best artists,     but not the entire artistic community.\r\n\r\n<strong>Experience Seekers</strong>\r\n\r\nThis is the category to which most of the art loving world belongs. They look for an artistic performance to give them and experience. When they show up they are saying to the artist: “take me away from my everyday life for the next hour or two”. This may take a number of different forms:\r\n<ul>\r\n	<li>Take me back to remembered past experiences (e.g. with a love song)</li>\r\n	<li>Take me into a favorite fantasy (e.g with an action movie)</li>\r\n	<li>Take me into God’s presence (e.g. with a worship song)</li>\r\n</ul>\r\nExperience seekers generally don’t seek out the most “cutting edge” art forms because the kind of technical excellence that excites artists can actually get in the way of the experience they seek. They like familiar themes and danceable melodies and with their huge numbers they pay for most of the art in this country.\r\n\r\n<strong>Cause Advocates</strong>\r\n\r\nThis last group wants art to serve some practical purpose or to support some cause of theirs. If an artistic performance doesn’t help them raise money to “save the whales” then, as far as they’re concerned” it is pointless. Inside the church, cause advocates want artistic performances to have successful altar calls. For them, if a performance doesn’t immediately result in 50 people getting saved, it wasn’t anointed.\r\n<h2>Traditional Ministry and The Arts</h2>\r\nAll too often traditional ministries approach the arts as cause advocates and seek to employ them as an “altar call engine”. They almost require artists to be evangelists in order to practice their art form.\r\n\r\nAt <a target=\"_blank\" title=\"Life Church\" href=\"http://www.lifechurchministries.org/\">Life Church</a> we believe evangelists are anointed to win strangers. Most people (including most artists) are not evangelists however and will be most effective winning people through personal relationship.\r\n\r\nWe want to set the arts free to glorify God outside the wall of the church. Artists who are evangelists should be set free to proclaim Jesus at every opportunity that their artistic work provides. Because of their anointing, they will be able to explicitly incorporate the gospel into their artworks or performances and reap a harvest for God’s Kingdom.\r\n\r\nThose <strong>artists who are not evangelists</strong> however will need to operate differently. They will be most effective when they allow their art to draw people to get to know them and allow the Holy Spirit to draw the people to Christ. When we try to keep them within a narrowly defined evangelical box we actually hinder what God is trying to accomplish through them.\r\n\r\nThis same principle applies not only to artists, but to all of the people within our congregations whose gifts may or may not be understandable to their pastors. All too often, pastors stifle artists. Sometimes they do this because they do not understand or trust the artists’ gift. At other times they are legitimately concerned about the artists’ spiritual maturity.\r\n<h2>Spiritual Maturity and The Arts</h2>\r\nSpiritual maturity is a problem not only for artists, but for most believers. Our traditional church structures often fail to bring people to maturity because they don’t establish the covenant relationships that people need in order to mature.\r\n\r\nAt <a target=\"_blank\" title=\"Life Church\" href=\"http://www.lifechurchministries.org/\">Life Church</a> we use small groups to facilitate the maturing of all of the believers that God has entrusted to our care. Because we are confident about the spiritual maturity of our artists, we want to turn them loose outside church walls.\r\n\r\nAre you an artist? Does this kind of freedom appeal to you? If so, come and check us out!','You Gotta Have Art!',0,'','publish','open','open','','you-gotta-have-art','','','2006-06-04 23:41:25','2006-06-05 06:41:25','',0,'http://www.blogs.lifechurchministries.org/lifetalk/?p=3',0,'','',1),(4,3,'2006-05-16 20:50:42','2006-05-17 03:50:42','Whether you realize it or not: God created you for a divine mission. Your personality, gifts, life experiences, and interests all combine to <!--more-->make you the ideal person to carry it out.\r\n\r\n<strong>What is the mission?</strong>\r\nYour mission is to influence a very specific set of people, institutions, and systems for God.\r\n\r\n<strong>What people, institutions, and systems does He want you to influence?</strong>\r\nGod wants  to tell you and we want to help you hear what He’s saying.\r\n\r\n<strong>How can you influence people?</strong>\r\nWe want to partner with you and help you learn how. It won’t always be easy, but you’ll find that God will supply everything you need.\r\n\r\n<strong>Who are we?</strong>\r\nWe are <a target=\"_blank\" title=\"Life Church\" href=\"http://www.lifechurchministries.org/\">Life Church</a>, a community of Christians who support each other in our spiritual lives and in our missions for God.\r\n\r\n<strong>What are you influencing people to do?</strong>\r\nGetting them   to say yes to God.\r\n\r\n<strong>Why should you take this mission?</strong>\r\nIt’s a matter of life-or-death, heaven-or-hell, and it is your mission from God.\r\n<p align=\"center\">Your adventure is waiting on you–accept your mission!</p>\r\n<p align=\"center\">Let <a href=\"http://www.lifechurchministries.org/\">Life Church</a> help you succeed.</p>','Your Mission',0,'','publish','open','open','','the-challenge','','','2006-06-04 23:44:21','2006-06-05 06:44:21','',0,'http://www.blogs.lifechurchministries.org/lifetalk/?p=4',0,'','',0),(5,3,'2006-05-16 20:52:12','2006-05-17 03:52:12','As Christians we are part of God’s Kingdom. God expects us not only to represent His Kingdom, but <!--more-->to expand its borders. God has never depended on men and women reaching out to Him first. God has chosen to break into human history at numerous times, most significantly in the person of Jesus of Nazareth.\r\n<h3>Touching People Where They Live</h3>\r\nIn Jesus God left His “home turf” to reach out to us and He expects His church to do the same — touching people where they live and walking with them in the issues that affect their lives. God cares about the full reality of people’s lives. If we are to faithfully represent Him, we must not pretend that this covers only a few pet church issues (e.g. homosexuality, abortion, school prayer).\r\n<h3>God Cares About All Of It</h3>\r\nAt <a target=\"_blank\" title=\"Life Church\" href=\"http://www.lifechurchministries.org/\">Life Church</a> we are working to articulate what God is saying about a number of things:\r\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" summary=\"for layout\">\r\n<tr>\r\n<td>• Abortion\r\n• Affirmative Action\r\n• Censorship\r\n• Children\r\n• Civil Rights\r\n• Crime\r\n• Economics</td>\r\n<td>• Education\r\n• Entertainment\r\n• Environment\r\n• Family Life\r\n• Government\r\n• Health Care\r\n• Human Sexuality</td>\r\n<td>• Justice\r\n• Politics\r\n• Poverty\r\n• Privacy\r\n• Racism\r\n• Science\r\n• Sexism</td>\r\n</tr>\r\n</table>\r\n<h3><a name=\"gr\"></a>Ground Rules</h3>\r\n<a name=\"gr\"></a><a name=\"gr\"></a>There are some basic principles that underlie our approach:\r\n\r\n<a name=\"gr\"></a>\r\n<ul><a name=\"gr\"></a>\r\n	<li><a name=\"gr\"></a>We must love God with everything we have in us [<a href=\"http://blog.lifechurchministries.org/2006/04/26/the-issues/#one\">1</a>].</li>\r\n	<li>We will always oppose any public policy that would restrict our ability to publicly proclaim the truth about God and to worship him [<a href=\"http://blog.lifechurchministries.org/2006/04/26/the-issues/#two\">2</a>].</li>\r\n	<li>We must love our neighbors as ourselves. This must extend to the people who are affected by any policies that we advocate [<a href=\"http://blog.lifechurchministries.org/2006/04/26/the-issues/#three\">3</a>].</li>\r\n	<li>God values our free will. The Church must therefore acknowledge and defend the free will of others in the policies that we advocate [<a href=\"http://blog.lifechurchministries.org/2006/04/26/the-issues/#four\">4</a>].</li>\r\n	<li>We do not consider all of the Old Testament commands to be binding on Christians today. This is not because we want to “pick and choose” as binding only the scriptures we like. Rather it is because we understand that all of the requirements of the Old Testament Law have been fulfilled in Jesus Christ [<a href=\"http://blog.lifechurchministries.org/2006/04/26/the-issues/#five\">5</a>]. Therefore our understanding of what is required of us as Christians is drawn mostly from the New Testament. Nevertheless, the Old Testament does provide is with a rich source of revelation about behaviors that God approves and behaviors that God disapproves.</li>\r\n</ul>\r\n<h3>Come and join the discussion!</h3>\r\n<a name=\"one\"></a>[1]<a target=\"_blank\" href=\"http://www.biblegateway.com/cgi-bin/bible?passage=Deut%2B6%3A5&search=&version=NIV&language=english&optional.x=11&optional.y=9\">Deuteronomy 6:5*</a>; <a target=\"_blank\" href=\"http://www.biblegateway.com/cgi-bin/bible?passage=Mat%2B22%3A37&search=&version=NIV&language=english&optional.x=0&optional.y=0\">Matthew 22:37*</a>. (<a href=\"http://blog.lifechurchministries.org/2006/04/26/the-issues/#gr\">back to ground rules</a>)\r\n<a name=\"two\"></a>[2]<a target=\"_blank\" href=\"http://www.biblegateway.com/cgi-bin/bible?language=english&passage=Mat%2B10%3A27&version=NIV\">Matthew 10:27*</a>; <a target=\"_blank\" href=\"http://www.biblegateway.com/cgi-bin/bible?language=english&passage=Mark%2B8%3A38&version=NIV\">Mark 8:38*</a>; <a target=\"_blank\" href=\"http://www.biblegateway.com/cgi-bin/bible?language=english&passage=Luke%2B9%3A60&version=NIV\">Luke 9:60*</a>; <a target=\"_blank\" href=\"http://www.biblegateway.com/cgi-bin/bible?language=english&passage=Acts%2B20%3A27&version=NIV\">Acts 20:27*</a>; <a target=\"_blank\" href=\"http://www.biblegateway.com/cgi-bin/bible?language=english&passage=Col%2B4%3A3-4&version=NIV\">Colossians 4:3-4*</a>; <a target=\"_blank\" href=\"http://www.biblegateway.com/cgi-bin/bible?language=english&passage=2Tim%2B1%3A8&version=NIV\">2 Timothy 1:8*</a>; <a target=\"_blank\" href=\"http://www.biblegateway.com/cgi-bin/bible?language=english&passage=2Tim%2B4%3A2&version=NIV\">2 Timothy 4:2*</a>; <a target=\"_blank\" href=\"http://www.biblegateway.com/cgi-bin/bible?language=english&passage=1Pet%2B4%3A16&version=NIV\">1 Peter 4:16*</a>.(<a href=\"http://blog.lifechurchministries.org/2006/04/26/the-issues/#gr\">back to ground rules</a>)\r\n<a name=\"three\"></a>[3]<a target=\"_blank\" href=\"http://www.biblegateway.com/cgi-bin/bible?language=english&passage=Lev%2B19%3A18&version=NIV\">Leviticus 19:18*</a>; <a target=\"_blank\" href=\"http://www.biblegateway.com/cgi-bin/bible?language=english&passage=Mat%2B19%3A19&version=NIV\">Matthew 19:19*</a>; <a target=\"_blank\" href=\"http://www.biblegateway.com/cgi-bin/bible?language=english&passage=Mat%2B22%3A39&version=NIV\">Matthew 22:39*</a>; <a target=\"_blank\" href=\"http://www.biblegateway.com/cgi-bin/bible?language=english&passage=Rom%2B13%3A9&version=NIV\">Romans 13:9*</a>; <a target=\"_blank\" href=\"http://www.biblegateway.com/cgi-bin/bible?language=english&passage=Gal%2B5%3A14&version=NIV\">Galatians 5:14*</a>; <a target=\"_blank\" href=\"http://www.biblegateway.com/cgi-bin/bible?language=english&passage=James%2B2%3A8&version=NIV\">James 2:8*</a>. (<a href=\"http://blog.lifechurchministries.org/2006/04/26/the-issues/#gr\">back to ground rules</a>)\r\n<a name=\"four\"></a>[4]<a target=\"_blank\" href=\"http://www.biblegateway.com/cgi-bin/bible?language=english&passage=Acts%2B5%3A3-4&version=NIV\">Acts 5:3-4*</a>. (<a href=\"http://blog.lifechurchministries.org/2006/04/26/the-issues/#gr\">back to ground rules</a>)\r\n<a name=\"five\"></a>[5]<a target=\"_blank\" href=\"http://www.biblegateway.com/cgi-bin/bible?language=english&passage=Mat%2B5%3A17-19&version=NIV\">Matthew 5:17-19*</a>; <a target=\"_blank\" href=\"http://www.biblegateway.com/cgi-bin/bible?language=english&passage=Rom%2B3%3A20%2B-%2B5%3A5&version=NIV\">Romans 3:20 - 5:5*</a>; <a target=\"_blank\" href=\"http://www.biblegateway.com/cgi-bin/bible?language=english&passage=Gal%2B2%3A11%2B-%2B4%3A12&version=NIV\">Galatians 2:11 - 4:12*</a>; <a target=\"_blank\" href=\"http://www.biblegateway.com/cgi-bin/bible?language=english&passage=Eph%2B2%3A11-16&version=NIV\">Ephesians 2:11-16*</a>; <a target=\"_blank\" href=\"http://www.biblegateway.com/cgi-bin/bible?language=english&passage=Phil%2B3%3A7-14&version=NIV\">Philippians 3:7-14*</a>; <a target=\"_blank\" href=\"http://www.biblegateway.com/cgi-bin/bible?language=english&passage=Col%2B2%3A6-23&version=NIV\">Colossians 2:6-23*</a>. (<a href=\"http://blog.lifechurchministries.org/2006/04/26/the-issues/#gr\">back to ground rules</a>)','God \"Breaks In\"',0,'','publish','open','open','','the-issues','','\nhttp://blog.lifechurchministries.org/2006/04/26/the-issues/#one','2006-06-04 23:45:18','2006-06-05 06:45:18','',0,'http://blogs.lifechurchministries.org/think/?p=5',0,'','',0),(9,3,'2006-06-10 07:33:36','2006-06-10 14:33:36','Do you know God\'s will for your life?\r\n<div align=\"left\">Do you know the next steps to take to see God\'s will for your life fulfilled?</div>\r\n<p align=\"left\">Do you need help overcoming obstacles that stand in the way of your spiritual destiny?</p>\r\n\r\n<div align=\"left\">In Matthew 9:35-38 the Bible says:</div>\r\n<blockquote>Jesus went through all the towns and villages, teaching in their synagogues, preaching the good news of the kingdom and healing every disease and sickness. When he saw the crowds, he had compassion on them, because they were harassed and helpless, like sheep without a shepherd. Then he said to his disciples, “The harvest is plentiful but the workers are few. Ask the Lord of the harvest, therefore, to send out workers into his harvest field.”</blockquote>\r\nJesus was sensitive to those who were \"harassed and helpless\". He knew that they needed a shepherd or pastor to provide them with guidance and protection. To meet this need, Jesus trained leaders and sent them out to serve his people. This biblical role of pastor or shepherd is the same today, but sadly, many Christians never experience it. Many who sit in church Sunday after Sunday hear entertaining preaching but never receive the guidance they need to become what God wants them to be.\r\n<div align=\"left\">If this has been your experience and you\'re ready for a change, come to <a title=\"Life Church\" target=\"_blank\" href=\"http://www.lifechurchministries.org/\">Life Church</a>. We\'ll teach you how to really know God and how to fulfill his purpose for your life! We\'ll also teach you how to work together with other believers to transform your community and your world!</div>\r\n<div align=\"left\">Come and experience God doing a new thing in your life!</div>','Are You Being Pastored?',0,'','publish','open','open','','are-you-being-pastored','','','2006-06-20 20:35:25','2006-06-21 03:35:25','',0,'http://blogs.lifechurchministries.org/think/?p=9',0,'','',0),(10,3,'2006-06-10 07:35:43','2006-06-10 14:35:43','Is your relationship with God satisfying to you? How about:\r\n<ul>\r\n	<li>your spiritual life</li>\r\n	<li>your church life</li>\r\n	<li>your home life</li>\r\n	<li>your job/school</li>\r\n	<li>your hopes and dreams</li>\r\n</ul>\r\nDo these pieces of your life fit together in a way that makes sense, or are you running around juggling too many balls and trying to keep everything from hitting the ground? Have you ever had to choose between doing \"church work\" and having a \"sane\", manageable life?\r\n<div align=\"left\">At <a title=\"Life Church\" target=\"_blank\" href=\"http://www.lifechurchministries.org/\">Life Church</a> you\'ll meet people who understand what you\'ve been through. We want to help you live a rich and balanced life in partnership with like-minded believers. Our pastoral staff specializes in helping you find <strong>God\'s plan</strong> to integrate the diverse pieces of your life.</div>\r\nCome and check us out!','Are You Satisfied?',0,'','publish','open','open','','are-you-satisfied','','','2006-06-10 07:35:43','2006-06-10 14:35:43','',0,'http://blogs.lifechurchministries.org/think/?p=10',0,'','',0),(11,3,'2006-06-10 07:36:33','2006-06-10 14:36:33','In Matthew 28:18-20 the Bible says:\r\n<blockquote>Then Jesus came to them and said, “All authority in heaven and on earth has been given to me. Therefore go and make disciples of all nations, baptizing them in the name of the Father and of the Son and of the Holy Spirit, and teaching them to obey everything I have commanded you. And surely I am with you always, to the very end of the age.”</blockquote>\r\nHave you discipled anyone lately?\r\nHave you influenced anyone to become a Christian lately?\r\nHave you told anyone about Jesus lately?\r\nWhat would your answers to these questions have been if someone had personally trained you?\r\n<div align=\"left\">At <a title=\"Life Church\" target=\"_blank\" href=\"http://www.lifechurchministries.org/\">Life Church</a> we will teach you how to expand God\'s Kingdom naturally, without using phony, impersonal gimmicks.  You\'ll learn how to:</div>\r\n<ul>\r\n	<li>develop godly habits and teach them to others</li>\r\n	<li>turn godly habits into skills</li>\r\n	<li>combine godly habits and skills into a ministry</li>\r\n</ul>\r\nIn short, you\'ll learn how to make evangelism and discipleship a part of your lifestyle. You\'ll be amazed at how God can use the \"everyday\" pieces of your life and the things you do for fun to draw people into his Kingdom.\r\n<div align=\"left\">Come and join the party!</div>','What Are You Doing For God\'s Kingdom?',0,'','publish','open','open','','what-are-you-doing-for-gods-kingdom','','','2006-06-10 07:37:15','2006-06-10 14:37:15','',0,'http://blogs.lifechurchministries.org/think/?p=11',0,'','',1);
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_lifetalk_posts` ENABLE KEYS */;

--
-- Table structure for table `wp_lifetalk_usermeta`
--

DROP TABLE IF EXISTS `wp_lifetalk_usermeta`;
CREATE TABLE `wp_lifetalk_usermeta` (
  `umeta_id` bigint(20) NOT NULL auto_increment,
  `user_id` bigint(20) NOT NULL default '0',
  `meta_key` varchar(255) default NULL,
  `meta_value` longtext,
  PRIMARY KEY  (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM AUTO_INCREMENT=71 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_lifetalk_usermeta`
--


/*!40000 ALTER TABLE `wp_lifetalk_usermeta` DISABLE KEYS */;
LOCK TABLES `wp_lifetalk_usermeta` WRITE;
INSERT INTO `wp_lifetalk_usermeta` VALUES (1,1,'wp_lifetalk_user_level','10'),(2,1,'wp_lifetalk_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'first_name',''),(12,1,'last_name',''),(5,1,'nickname','admin'),(13,1,'description',''),(14,1,'jabber',''),(15,1,'aim',''),(16,1,'yim',''),(10,1,'rich_editing','true'),(17,2,'first_name','Vanessa'),(18,2,'last_name','Martin'),(19,2,'nickname','webmaster'),(20,2,'description',''),(21,2,'jabber',''),(22,2,'aim',''),(23,2,'yim',''),(24,2,'wp_lifetalk_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(25,2,'wp_lifetalk_user_level','10'),(26,3,'first_name','Rocklyn'),(27,3,'last_name','Clarke'),(28,3,'nickname','pastor.rocklyn'),(29,3,'description',''),(30,3,'jabber',''),(31,3,'aim',''),(32,3,'yim',''),(33,3,'wp_lifetalk_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(34,3,'wp_lifetalk_user_level','10'),(35,4,'first_name','Eva'),(36,4,'last_name','Clarke'),(37,4,'nickname','pastor.eva'),(38,4,'description',''),(39,4,'jabber',''),(40,4,'aim',''),(41,4,'yim',''),(42,4,'wp_lifetalk_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(43,4,'wp_lifetalk_user_level','10'),(44,5,'first_name','Vanessa'),(45,5,'last_name','Martin'),(46,5,'nickname','vrmartin'),(47,5,'description',''),(48,5,'jabber',''),(49,5,'aim',''),(50,5,'yim',''),(51,5,'wp_lifetalk_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52,5,'wp_lifetalk_user_level','0'),(53,6,'first_name','Rocklyn'),(54,6,'last_name','Clarke'),(55,6,'nickname','reclarke'),(56,6,'description',''),(57,6,'jabber',''),(58,6,'aim',''),(59,6,'yim',''),(60,6,'wp_lifetalk_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61,6,'wp_lifetalk_user_level','0'),(62,7,'first_name','Eva'),(63,7,'last_name','Clarke'),(64,7,'nickname','elclarke'),(65,7,'description',''),(66,7,'jabber',''),(67,7,'aim',''),(68,7,'yim',''),(69,7,'wp_lifetalk_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70,7,'wp_lifetalk_user_level','0');
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_lifetalk_usermeta` ENABLE KEYS */;

--
-- Table structure for table `wp_lifetalk_users`
--

DROP TABLE IF EXISTS `wp_lifetalk_users`;
CREATE TABLE `wp_lifetalk_users` (
  `ID` bigint(20) unsigned NOT NULL auto_increment,
  `user_login` varchar(60) NOT NULL default '',
  `user_pass` varchar(64) NOT NULL default '',
  `user_nicename` varchar(50) NOT NULL default '',
  `user_email` varchar(100) NOT NULL default '',
  `user_url` varchar(100) NOT NULL default '',
  `user_registered` datetime NOT NULL default '0000-00-00 00:00:00',
  `user_activation_key` varchar(60) NOT NULL default '',
  `user_status` int(11) NOT NULL default '0',
  `display_name` varchar(250) NOT NULL default '',
  PRIMARY KEY  (`ID`),
  KEY `user_login_key` (`user_login`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_lifetalk_users`
--


/*!40000 ALTER TABLE `wp_lifetalk_users` DISABLE KEYS */;
LOCK TABLES `wp_lifetalk_users` WRITE;
INSERT INTO `wp_lifetalk_users` VALUES (1,'admin','32a25d0e2573f65dae6c45d3a642df19','admin','pastor.rocklyn@lifechurchministries.org','http://','2006-05-16 13:24:20','',0,'admin'),(2,'webmaster','6bdafe92a06d17b6f9e8ef2a1d4a763b','webmaster','vrmartin@lifechurchministries.org','http://','2006-05-16 20:26:33','',0,'webmaster'),(3,'pastor.rocklyn','d20f8136682dfff56557d0240b9e6777','pastorrocklyn','pastor.rocklyn@lifechurchministries.org','http://www.lifechurchministries.org/','2006-05-16 20:27:21','',0,'pastor.rocklyn'),(4,'pastor.eva','218021da2c8a03f133e8de828d4a8b9d','pastoreva','pastor.eva@lifechurchministries.org','http://www.lifechurchministries.org/','2006-05-16 20:28:04','',0,'pastor.eva'),(5,'vrmartin','6bdafe92a06d17b6f9e8ef2a1d4a763b','vrmartin','vrmartin@lifechurchministries.org','http://','2006-05-16 20:28:49','',0,'vrmartin'),(6,'reclarke','d20f8136682dfff56557d0240b9e6777','reclarke','reclarke@lifechurchministries.org','http://','2006-05-16 20:29:25','',0,'reclarke'),(7,'elclarke','218021da2c8a03f133e8de828d4a8b9d','elclarke','elclarke@lifechurchministries.org','http://','2006-05-16 20:29:55','',0,'elclarke');
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_lifetalk_users` ENABLE KEYS */;

--
-- Table structure for table `wp_messages_categories`
--

DROP TABLE IF EXISTS `wp_messages_categories`;
CREATE TABLE `wp_messages_categories` (
  `cat_ID` bigint(20) NOT NULL auto_increment,
  `cat_name` varchar(55) NOT NULL default '',
  `category_nicename` varchar(200) NOT NULL default '',
  `category_description` longtext NOT NULL,
  `category_parent` bigint(20) NOT NULL default '0',
  `category_count` bigint(20) NOT NULL default '0',
  PRIMARY KEY  (`cat_ID`),
  KEY `category_nicename` (`category_nicename`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_messages_categories`
--


/*!40000 ALTER TABLE `wp_messages_categories` DISABLE KEYS */;
LOCK TABLES `wp_messages_categories` WRITE;
INSERT INTO `wp_messages_categories` VALUES (1,'Uncategorized','uncategorized','',0,0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_messages_categories` ENABLE KEYS */;

--
-- Table structure for table `wp_messages_comments`
--

DROP TABLE IF EXISTS `wp_messages_comments`;
CREATE TABLE `wp_messages_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL auto_increment,
  `comment_post_ID` int(11) NOT NULL default '0',
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL default '',
  `comment_author_url` varchar(200) NOT NULL default '',
  `comment_author_IP` varchar(100) NOT NULL default '',
  `comment_date` datetime NOT NULL default '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL default '0',
  `comment_approved` enum('0','1','spam') NOT NULL default '1',
  `comment_agent` varchar(255) NOT NULL default '',
  `comment_type` varchar(20) NOT NULL default '',
  `comment_parent` bigint(20) NOT NULL default '0',
  `user_id` bigint(20) NOT NULL default '0',
  PRIMARY KEY  (`comment_ID`),
  KEY `comment_approved` (`comment_approved`),
  KEY `comment_post_ID` (`comment_post_ID`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_messages_comments`
--


/*!40000 ALTER TABLE `wp_messages_comments` DISABLE KEYS */;
LOCK TABLES `wp_messages_comments` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_messages_comments` ENABLE KEYS */;

--
-- Table structure for table `wp_messages_linkcategories`
--

DROP TABLE IF EXISTS `wp_messages_linkcategories`;
CREATE TABLE `wp_messages_linkcategories` (
  `cat_id` bigint(20) NOT NULL auto_increment,
  `cat_name` tinytext NOT NULL,
  `auto_toggle` enum('Y','N') NOT NULL default 'N',
  `show_images` enum('Y','N') NOT NULL default 'Y',
  `show_description` enum('Y','N') NOT NULL default 'N',
  `show_rating` enum('Y','N') NOT NULL default 'Y',
  `show_updated` enum('Y','N') NOT NULL default 'Y',
  `sort_order` varchar(64) NOT NULL default 'rand',
  `sort_desc` enum('Y','N') NOT NULL default 'N',
  `text_before_link` varchar(128) NOT NULL default '<li>',
  `text_after_link` varchar(128) NOT NULL default '<br />',
  `text_after_all` varchar(128) NOT NULL default '</li>',
  `list_limit` int(11) NOT NULL default '-1',
  PRIMARY KEY  (`cat_id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_messages_linkcategories`
--


/*!40000 ALTER TABLE `wp_messages_linkcategories` DISABLE KEYS */;
LOCK TABLES `wp_messages_linkcategories` WRITE;
INSERT INTO `wp_messages_linkcategories` VALUES (1,'Blogroll','N','Y','N','Y','Y','rand','N','<li>','<br />','</li>',-1),(2,'Website','N','Y','N','Y','Y','name','N','<li>','<br />','</li>',-1);
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_messages_linkcategories` ENABLE KEYS */;

--
-- Table structure for table `wp_messages_links`
--

DROP TABLE IF EXISTS `wp_messages_links`;
CREATE TABLE `wp_messages_links` (
  `link_id` bigint(20) NOT NULL auto_increment,
  `link_url` varchar(255) NOT NULL default '',
  `link_name` varchar(255) NOT NULL default '',
  `link_image` varchar(255) NOT NULL default '',
  `link_target` varchar(25) NOT NULL default '',
  `link_category` bigint(20) NOT NULL default '0',
  `link_description` varchar(255) NOT NULL default '',
  `link_visible` enum('Y','N') NOT NULL default 'Y',
  `link_owner` int(11) NOT NULL default '1',
  `link_rating` int(11) NOT NULL default '0',
  `link_updated` datetime NOT NULL default '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL default '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`link_id`),
  KEY `link_category` (`link_category`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_messages_links`
--


/*!40000 ALTER TABLE `wp_messages_links` DISABLE KEYS */;
LOCK TABLES `wp_messages_links` WRITE;
INSERT INTO `wp_messages_links` VALUES (11,'http://blogs.lifechurchministries.org/insight/','Insight','','',1,'Insights from special contributors to Life Church Ministries, Inc.','Y',1,0,'0000-00-00 00:00:00','','',''),(9,'http://blogs.lifechurchministries.org/think/','Think','','',1,'Fresh perspective on the Christian life','Y',1,0,'0000-00-00 00:00:00','','',''),(10,'http://www.lifechurchministries.org/','Life Church Ministries, Inc.','','',2,'Your partner in Christian life and discipleship.','Y',1,0,'0000-00-00 00:00:00','','','');
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_messages_links` ENABLE KEYS */;

--
-- Table structure for table `wp_messages_options`
--

DROP TABLE IF EXISTS `wp_messages_options`;
CREATE TABLE `wp_messages_options` (
  `option_id` bigint(20) NOT NULL auto_increment,
  `blog_id` int(11) NOT NULL default '0',
  `option_name` varchar(64) NOT NULL default '',
  `option_can_override` enum('Y','N') NOT NULL default 'Y',
  `option_type` int(11) NOT NULL default '1',
  `option_value` longtext NOT NULL,
  `option_width` int(11) NOT NULL default '20',
  `option_height` int(11) NOT NULL default '8',
  `option_description` tinytext NOT NULL,
  `option_admin_level` int(11) NOT NULL default '1',
  `autoload` enum('yes','no') NOT NULL default 'yes',
  PRIMARY KEY  (`option_id`,`blog_id`,`option_name`),
  KEY `option_name` (`option_name`)
) ENGINE=MyISAM AUTO_INCREMENT=78 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_messages_options`
--


/*!40000 ALTER TABLE `wp_messages_options` DISABLE KEYS */;
LOCK TABLES `wp_messages_options` WRITE;
INSERT INTO `wp_messages_options` VALUES (1,0,'siteurl','Y',1,'http://blogs.lifechurchministries.org/comesunday',20,8,'WordPress web address',1,'yes'),(2,0,'blogname','Y',1,'Come Sunday',20,8,'Blog title',1,'yes'),(3,0,'blogdescription','Y',1,'Reflections on Sunday messages and other teachings from Life Church Ministries, Inc.',20,8,'Short tagline',1,'yes'),(64,0,'wp_messages_user_roles','Y',1,'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:30:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:19:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:8:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:4:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}',20,8,'',1,'yes'),(5,0,'users_can_register','Y',1,'1',20,8,'',1,'yes'),(6,0,'admin_email','Y',1,'pastor.rocklyn@lifechurchministries.org',20,8,'',1,'yes'),(7,0,'start_of_week','Y',1,'0',20,8,'',1,'yes'),(8,0,'use_balanceTags','Y',1,'0',20,8,'',1,'yes'),(9,0,'use_smilies','Y',1,'1',20,8,'',1,'yes'),(10,0,'require_name_email','Y',1,'1',20,8,'',1,'yes'),(11,0,'comments_notify','Y',1,'1',20,8,'',1,'yes'),(12,0,'posts_per_rss','Y',1,'10',20,8,'',1,'yes'),(13,0,'rss_excerpt_length','Y',1,'50',20,8,'',1,'yes'),(14,0,'rss_use_excerpt','Y',1,'0',20,8,'',1,'yes'),(15,0,'mailserver_url','Y',1,'mail.example.com',20,8,'',1,'yes'),(16,0,'mailserver_login','Y',1,'login@example.com',20,8,'',1,'yes'),(17,0,'mailserver_pass','Y',1,'password',20,8,'',1,'yes'),(18,0,'mailserver_port','Y',1,'110',20,8,'',1,'yes'),(19,0,'default_category','Y',1,'1',20,8,'',1,'yes'),(20,0,'default_comment_status','Y',1,'open',20,8,'',1,'yes'),(21,0,'default_ping_status','Y',1,'open',20,8,'',1,'yes'),(22,0,'default_pingback_flag','Y',1,'1',20,8,'',1,'yes'),(23,0,'default_post_edit_rows','Y',1,'10',20,8,'',1,'yes'),(24,0,'posts_per_page','Y',1,'10',20,8,'',1,'yes'),(25,0,'what_to_show','Y',1,'posts',20,8,'',1,'yes'),(26,0,'date_format','Y',1,'F j, Y',20,8,'',1,'yes'),(27,0,'time_format','Y',1,'g:i a',20,8,'',1,'yes'),(28,0,'links_updated_date_format','Y',1,'F j, Y g:i a',20,8,'',1,'yes'),(29,0,'links_recently_updated_prepend','Y',1,'<em>',20,8,'',1,'yes'),(30,0,'links_recently_updated_append','Y',1,'</em>',20,8,'',1,'yes'),(31,0,'links_recently_updated_time','Y',1,'120',20,8,'',1,'yes'),(32,0,'comment_moderation','Y',1,'0',20,8,'',1,'yes'),(33,0,'moderation_notify','Y',1,'1',20,8,'',1,'yes'),(34,0,'permalink_structure','Y',1,'',20,8,'',1,'yes'),(35,0,'gzipcompression','Y',1,'0',20,8,'',1,'yes'),(36,0,'hack_file','Y',1,'0',20,8,'',1,'yes'),(37,0,'blog_charset','Y',1,'UTF-8',20,8,'',1,'yes'),(38,0,'moderation_keys','Y',1,'',20,8,'',1,'no'),(39,0,'active_plugins','Y',1,'',20,8,'',1,'yes'),(40,0,'home','Y',1,'http://blogs.lifechurchministries.org/comesunday',20,8,'',1,'yes'),(41,0,'category_base','Y',1,'',20,8,'',1,'yes'),(42,0,'ping_sites','Y',1,'http://rpc.pingomatic.com/',20,8,'',1,'yes'),(43,0,'advanced_edit','Y',1,'0',20,8,'',1,'yes'),(44,0,'comment_max_links','Y',1,'2',20,8,'',1,'yes'),(45,0,'gmt_offset','Y',1,'-7',20,8,'',1,'yes'),(46,0,'default_email_category','Y',1,'1',20,8,'Posts by email go to this category',1,'yes'),(47,0,'recently_edited','Y',1,'',20,8,'',1,'no'),(48,0,'use_linksupdate','Y',1,'0',20,8,'',1,'yes'),(49,0,'template','Y',1,'frametheme',20,8,'',1,'yes'),(50,0,'stylesheet','Y',1,'frametheme',20,8,'',1,'yes'),(51,0,'comment_whitelist','Y',1,'1',20,8,'',1,'yes'),(52,0,'page_uris','Y',1,'a:1:{s:5:\"about\";s:5:\"about\";}',20,8,'',1,'yes'),(53,0,'blacklist_keys','Y',1,'',20,8,'',1,'no'),(54,0,'comment_registration','Y',1,'',20,8,'',1,'yes'),(55,0,'open_proxy_check','Y',1,'1',20,8,'',1,'yes'),(56,0,'rss_language','Y',1,'en',20,8,'',1,'yes'),(57,0,'html_type','Y',1,'text/html',20,8,'',1,'yes'),(58,0,'use_trackback','Y',1,'0',20,8,'',1,'yes'),(59,0,'default_role','Y',1,'subscriber',20,8,'',1,'yes'),(60,0,'rich_editing','Y',1,'true',20,8,'',1,'yes'),(61,0,'db_version','Y',1,'3441',20,8,'',1,'yes'),(62,0,'uploads_use_yearmonth_folders','Y',1,'1',20,8,'',1,'yes'),(63,0,'upload_path','Y',1,'wp-content/uploads',20,8,'',1,'yes'),(65,0,'rss_27bd91f5400cb4b824a79d324c4c8f66','Y',1,'O:9:\"MagpieRSS\":17:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:1:{i:0;a:3:{s:5:\"title\";s:16:\"No results found\";s:11:\"description\";s:76:\"No results were found for http://www.blogs.lifechurchministries.org/messages\";s:7:\"summary\";s:76:\"No results were found for http://www.blogs.lifechurchministries.org/messages\";}}s:7:\"channel\";a:10:{s:9:\"generator\";s:15:\"Technorati v1.0\";s:9:\"webmaster\";s:43:\"support@technorati.com (Technorati Support)\";s:4:\"docs\";s:37:\"http://blogs.law.harvard.edu/tech/rss\";s:3:\"ttl\";s:2:\"60\";s:4:\"tapi\";a:3:{s:6:\"result\";s:5:\"\n    \";s:10:\"result_url\";s:50:\"http://www.blogs.lifechurchministries.org/messages\";s:19:\"result_rankingstart\";s:1:\"0\";}s:6:\"result\";s:16:\"\n    \n    \n    \n\";s:5:\"title\";s:23:\"Technorati Search for: \";s:4:\"link\";s:46:\"http://blogs.lifechurchministries.org/messages\";s:7:\"pubdate\";s:29:\"Thu, 01 Jan 1970 00:00:00 GMT\";s:7:\"tagline\";N;}s:9:\"textinput\";a:4:{s:5:\"title\";s:17:\"Search Technorati\";s:11:\"description\";s:43:\"Search millions of blogs for the latest on:\";s:4:\"name\";s:1:\"s\";s:4:\"link\";s:36:\"http://www.technorati.com/search.php\";}s:5:\"image\";a:3:{s:3:\"url\";s:50:\"http://static.technorati.com/pix/logos/logo_sm.gif\";s:5:\"title\";s:15:\"Technorati logo\";s:4:\"link\";s:25:\"http://www.technorati.com\";}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}}',20,8,'',1,'no'),(66,0,'rss_27bd91f5400cb4b824a79d324c4c8f66_ts','Y',1,'1148357156',20,8,'',1,'no'),(67,0,'rss_0ff4b43bd116a9d8720d689c80e7dfd4','Y',1,'O:9:\"MagpieRSS\":19:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:10:{i:0;a:12:{s:5:\"title\";s:17:\"Ideas and Kvetch!\";s:4:\"link\";s:58:\"http://wordpress.org/development/2007/01/ideas-and-kvetch/\";s:8:\"comments\";s:67:\"http://wordpress.org/development/2007/01/ideas-and-kvetch/#comments\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 18:18:15 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:15:\"DevelopmentMeta\";s:4:\"guid\";s:58:\"http://wordpress.org/development/2007/01/ideas-and-kvetch/\";s:11:\"description\";s:324:\"It&#8217;s a new year, and we have a new major release of WordPress coming soon. (We&#8217;re currently aiming for the 22nd.) It&#8217;s as good a time as any to examine where we&#8217;ve been, and where we are, and where we&#8217;re going as a community. 2006 was a pretty exciting year, we saw 1.54 million downloads [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:2235:\"<p>It&#8217;s a new year, and we have a new major release of WordPress coming soon. (We&#8217;re currently aiming for the 22nd.) It&#8217;s as good a time as any to examine where we&#8217;ve been, and where we are, and where we&#8217;re going as a community. 2006 was a pretty exciting year, we saw 1.54 million downloads of WP, and that&#8217;s not even counting the people who install it through their host&#8217;s one-click install or the half a million who have experienced it through the hosted WordPress.com. WordPress is touching more lives than ever.</p>\n<p>However, just because what we&#8217;ve done has worked in the past doesn&#8217;t mean it&#8217;s the best for the future. We have to take a self-critical look at assumptions we have about our development process and WP itself. The upcoming release, which has been long coming, is a perfect time to focus on WP&#8217;s secret ingredient&#8230; you.</p>\n<p>If you could add anything in the world to WordPress, what would it be? If you could name the thing that frustrates you the most about WP, what would that be?</p>\n<p>Now you can tell us. We&#8217;re announcing new projects&#8212;two sides of the same coin.</p>\n<p><a href=\"http://wordpress.org/extend/ideas/\">The first is simply called Ideas</a>, and it&#8217;s a place where you can share your wildest WordPress wishes with the world, and also vote on other people&#8217;s ideas. This allows people outside our normal circle of developers to have a direct say in what goes into the next version of WordPress. For 2.2, which comes out in late April, we will include the top voted on features, so propose something, tell your friends about it, and link it from your blog.</p>\n<p>The second we&#8217;ve named after the <a href=\"http://www.answers.com/kvetch\">Yiddish word</a>, <a href=\"http://wordpress.org/extend/kvetch/\">Kvetch</a>. This is a place where you can quickly and anonymously express whatever might disagree with you in the WordPress world. Let it all loose, but try to keep it PG rated, and we&#8217;ll show a random kvetch on the page once we get enough in the system.</p>\n<p>Both are just part of putting you guys&#8212;our users&#8212;first. It&#8217;s easy because there&#8217;s so many of you.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:63:\"http://wordpress.org/development/2007/01/ideas-and-kvetch/feed/\";}s:7:\"summary\";s:324:\"It&#8217;s a new year, and we have a new major release of WordPress coming soon. (We&#8217;re currently aiming for the 22nd.) It&#8217;s as good a time as any to examine where we&#8217;ve been, and where we are, and where we&#8217;re going as a community. 2006 was a pretty exciting year, we saw 1.54 million downloads [...]\";s:12:\"atom_content\";s:2235:\"<p>It&#8217;s a new year, and we have a new major release of WordPress coming soon. (We&#8217;re currently aiming for the 22nd.) It&#8217;s as good a time as any to examine where we&#8217;ve been, and where we are, and where we&#8217;re going as a community. 2006 was a pretty exciting year, we saw 1.54 million downloads of WP, and that&#8217;s not even counting the people who install it through their host&#8217;s one-click install or the half a million who have experienced it through the hosted WordPress.com. WordPress is touching more lives than ever.</p>\n<p>However, just because what we&#8217;ve done has worked in the past doesn&#8217;t mean it&#8217;s the best for the future. We have to take a self-critical look at assumptions we have about our development process and WP itself. The upcoming release, which has been long coming, is a perfect time to focus on WP&#8217;s secret ingredient&#8230; you.</p>\n<p>If you could add anything in the world to WordPress, what would it be? If you could name the thing that frustrates you the most about WP, what would that be?</p>\n<p>Now you can tell us. We&#8217;re announcing new projects&#8212;two sides of the same coin.</p>\n<p><a href=\"http://wordpress.org/extend/ideas/\">The first is simply called Ideas</a>, and it&#8217;s a place where you can share your wildest WordPress wishes with the world, and also vote on other people&#8217;s ideas. This allows people outside our normal circle of developers to have a direct say in what goes into the next version of WordPress. For 2.2, which comes out in late April, we will include the top voted on features, so propose something, tell your friends about it, and link it from your blog.</p>\n<p>The second we&#8217;ve named after the <a href=\"http://www.answers.com/kvetch\">Yiddish word</a>, <a href=\"http://wordpress.org/extend/kvetch/\">Kvetch</a>. This is a place where you can quickly and anonymously express whatever might disagree with you in the WordPress world. Let it all loose, but try to keep it PG rated, and we&#8217;ll show a random kvetch on the page once we get enough in the system.</p>\n<p>Both are just part of putting you guys&#8212;our users&#8212;first. It&#8217;s easy because there&#8217;s so many of you.</p>\n\";}i:1;a:12:{s:5:\"title\";s:15:\"WordPress 2.0.6\";s:4:\"link\";s:55:\"http://wordpress.org/development/2007/01/wordpress-206/\";s:8:\"comments\";s:64:\"http://wordpress.org/development/2007/01/wordpress-206/#comments\";s:7:\"pubdate\";s:31:\"Fri, 05 Jan 2007 13:24:14 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:16:\"ReleasesSecurity\";s:4:\"guid\";s:55:\"http://wordpress.org/development/2007/01/wordpress-206/\";s:11:\"description\";s:414:\"We have a pretty important release available for everyone, it includes an important security fix and it&#8217;s recommended that everyone upgrade. This is the latest release in our stable 2.0 line, which we&#8217;ve committed to maintaining for several more years.\nHere&#8217;s what&#8217;s new:\n\nThe aforementioned security fixes.\nHTML quicktags now work in Safari browsers.\nComments are filtered to prevent [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1444:\"<p>We have a pretty important release available for everyone, it includes an important security fix and it&#8217;s recommended that everyone upgrade. This is the latest release in our stable 2.0 line, which we&#8217;ve committed to maintaining for several more years.</p>\n<p>Here&#8217;s what&#8217;s new:</p>\n<ul>\n<li>The aforementioned security fixes.</li>\n<li>HTML quicktags now work in Safari browsers.</li>\n<li>Comments are filtered to prevent them from messing up your blog layout.</li>\n<li>Compatibility with PHP/FastCGI setups.</li>\n</ul>\n<p>For developers, there&#8217;s a new anti-XSS function called attribute_escape(), and a new filter called &#8220;query&#8221; which allows you filter any SQL at runtime. (Which is pretty powerful.) Thanks to Mark Jaquith  for handling this release and Stefan Esser for responsibly reporting the security issue.</p>\n<p>As always, <a href=\"http://wordpress.org/download/\">you can download the latest version of WordPress here</a>.</p>\n<p>As a side note, this is probably our last release before 2.1 is out, which will be our first major feature release in quite a while. 2.1 just entered beta stage, so if you&#8217;re interested in helping out with that process consider <a href=\"http://wordpress.org/download/beta/\">joining our beta group</a>. As a reminder, if you&#8217;re a plugin or theme author you should check your code to make sure it&#8217;s compatible with 2.1 before the release.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:60:\"http://wordpress.org/development/2007/01/wordpress-206/feed/\";}s:7:\"summary\";s:414:\"We have a pretty important release available for everyone, it includes an important security fix and it&#8217;s recommended that everyone upgrade. This is the latest release in our stable 2.0 line, which we&#8217;ve committed to maintaining for several more years.\nHere&#8217;s what&#8217;s new:\n\nThe aforementioned security fixes.\nHTML quicktags now work in Safari browsers.\nComments are filtered to prevent [...]\";s:12:\"atom_content\";s:1444:\"<p>We have a pretty important release available for everyone, it includes an important security fix and it&#8217;s recommended that everyone upgrade. This is the latest release in our stable 2.0 line, which we&#8217;ve committed to maintaining for several more years.</p>\n<p>Here&#8217;s what&#8217;s new:</p>\n<ul>\n<li>The aforementioned security fixes.</li>\n<li>HTML quicktags now work in Safari browsers.</li>\n<li>Comments are filtered to prevent them from messing up your blog layout.</li>\n<li>Compatibility with PHP/FastCGI setups.</li>\n</ul>\n<p>For developers, there&#8217;s a new anti-XSS function called attribute_escape(), and a new filter called &#8220;query&#8221; which allows you filter any SQL at runtime. (Which is pretty powerful.) Thanks to Mark Jaquith  for handling this release and Stefan Esser for responsibly reporting the security issue.</p>\n<p>As always, <a href=\"http://wordpress.org/download/\">you can download the latest version of WordPress here</a>.</p>\n<p>As a side note, this is probably our last release before 2.1 is out, which will be our first major feature release in quite a while. 2.1 just entered beta stage, so if you&#8217;re interested in helping out with that process consider <a href=\"http://wordpress.org/download/beta/\">joining our beta group</a>. As a reminder, if you&#8217;re a plugin or theme author you should check your code to make sure it&#8217;s compatible with 2.1 before the release.</p>\n\";}i:2;a:12:{s:5:\"title\";s:16:\"Limited T-shirts\";s:4:\"link\";s:58:\"http://wordpress.org/development/2006/12/limited-t-shirts/\";s:8:\"comments\";s:67:\"http://wordpress.org/development/2006/12/limited-t-shirts/#comments\";s:7:\"pubdate\";s:31:\"Thu, 14 Dec 2006 23:49:02 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:13:\"WordCampStore\";s:4:\"guid\";s:58:\"http://wordpress.org/development/2006/12/limited-t-shirts/\";s:11:\"description\";s:306:\"At various events throughout 2006, like SxSW and WordCamp we had t-shirts and each time we got a ton of requests for people who weren&#8217;t there to be able to buy them. Well, now you can. We have a limited supply of some of our shirts from this year available to order online.\nYou can&#8217;t tell [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1430:\"<p>At various events throughout 2006, like SxSW and WordCamp we had t-shirts and each time we got a ton of requests for people who weren&#8217;t there to be able to buy them. Well, now you can. We have a limited supply of some of our shirts from this year <a href=\"http://www.goodstorm.com/stores/wordpress\">available to order online</a>.</p>\n<p>You can&#8217;t tell from the pictures, but the black shirts have a larger W logo and make you feel a bit <a href=\"http://flickr.com/photos/photomatt/110143508/\">like Superman</a>. The grey WordCamp shirts have the logo a bit smaller, and are a bit reminiscent of <a href=\"http://daringfireball.net/\">Daring Fireball</a>. Both look good with jeans.</p>\n<p>Part of the idea is once we print a style, we never do it again, so each shirt will be representative of a certain time in WordPress history. Since these are the very first, they make a great gift for yourself or that special blogging geek in you life. <a href=\"http://www.goodstorm.com/stores/wordpress\">Check out the store</a>.</p>\n<p>If you have any pictures of yourself in a WordPress shirt on Flickr, be sure to <a href=\"http://flickr.com/photos/tags/wordpressshirt/\">tag them wordpressshirt</a> to join the fun.</p>\n<p><strong>Update:</strong> We&#8217;re very sorry, but Goodstorm only ships to the US. If you&#8217;d like that to change, <a href=\"http://www.goodstorm.com/feedback\">send Goodstorm some feedback</a>.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:63:\"http://wordpress.org/development/2006/12/limited-t-shirts/feed/\";}s:7:\"summary\";s:306:\"At various events throughout 2006, like SxSW and WordCamp we had t-shirts and each time we got a ton of requests for people who weren&#8217;t there to be able to buy them. Well, now you can. We have a limited supply of some of our shirts from this year available to order online.\nYou can&#8217;t tell [...]\";s:12:\"atom_content\";s:1430:\"<p>At various events throughout 2006, like SxSW and WordCamp we had t-shirts and each time we got a ton of requests for people who weren&#8217;t there to be able to buy them. Well, now you can. We have a limited supply of some of our shirts from this year <a href=\"http://www.goodstorm.com/stores/wordpress\">available to order online</a>.</p>\n<p>You can&#8217;t tell from the pictures, but the black shirts have a larger W logo and make you feel a bit <a href=\"http://flickr.com/photos/photomatt/110143508/\">like Superman</a>. The grey WordCamp shirts have the logo a bit smaller, and are a bit reminiscent of <a href=\"http://daringfireball.net/\">Daring Fireball</a>. Both look good with jeans.</p>\n<p>Part of the idea is once we print a style, we never do it again, so each shirt will be representative of a certain time in WordPress history. Since these are the very first, they make a great gift for yourself or that special blogging geek in you life. <a href=\"http://www.goodstorm.com/stores/wordpress\">Check out the store</a>.</p>\n<p>If you have any pictures of yourself in a WordPress shirt on Flickr, be sure to <a href=\"http://flickr.com/photos/tags/wordpressshirt/\">tag them wordpressshirt</a> to join the fun.</p>\n<p><strong>Update:</strong> We&#8217;re very sorry, but Goodstorm only ships to the US. If you&#8217;d like that to change, <a href=\"http://www.goodstorm.com/feedback\">send Goodstorm some feedback</a>.</p>\n\";}i:3;a:12:{s:5:\"title\";s:31:\"Is your plugin Naughty or Nice?\";s:4:\"link\";s:57:\"http://wordpress.org/development/2006/12/naughty-or-nice/\";s:8:\"comments\";s:66:\"http://wordpress.org/development/2006/12/naughty-or-nice/#comments\";s:7:\"pubdate\";s:31:\"Mon, 11 Dec 2006 18:11:05 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:11:\"Development\";s:4:\"guid\";s:57:\"http://wordpress.org/development/2006/12/naughty-or-nice/\";s:11:\"description\";s:315:\"Guest article by Aaron Brazell\nWordPress 2.1 is almost here and you know what that means for developers. It’s time to pull out those old plugins you’ve had stashed, blow off the dust and start applying some spit and polish and make sure it will last longer than Grandma’s Ham and Bean soup that has been [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:2284:\"<p><cite>Guest article by <a href=\'http://www.technosailor.com/\'>Aaron Brazell</a></cite></p>\n<p>WordPress 2.1 is almost here and you know what that means for developers. It’s time to pull out those old plugins you’ve had stashed, blow off the dust and start applying some spit and polish and make sure it will last longer than Grandma’s Ham and Bean soup that has been sitting in the refrigerator for weeks.</p>\n<p>Many of the big changes in WordPress 2.1 are MySQL related so grab a pen and paper (or open Notepad) and start taking notes.</p>\n<ul>\n<li>The <code>$table*</code> variables have all been eliminated. They have not been deprecated as doing so would mean that the variables are still present but developers are no longer encouraged to use them. In this case, they have been removed from the core. When you&#8217;re developing plugins that contain SQL statements, ensure you globalize <code>$wpdb</code>, and call tables using <code>$wpdb->posts</code>, <code>$wpdb->post2cat</code>, etc. Likewise, the former <code>$table_prefix</code> variable that developers could globalize before to find the MySQL table prefix defined in <code>wp-config.php</code> has also been deprecated in favor of <code>$wpdb->prefix</code>.</li>\n<li>Developers using the former linkcategories table should be aware that link categories are now part of categories. They are simply given another category ID and are not maintained separate from post categories.</li>\n<li>The posts table now has a column of <code>post_type</code> that should help developers distinguish between posts and pages.</li>\n<li>Future posts now gain the <code>post_status</code> of &#8216;future&#8217; which eliminates the use of <code>NOW()</code> in all queries in the core. Plugin developers should follow suit.</li>\n</ul>\n<p>WordPress 2.1 is nearing the time when the codebase will be released for testing, but it&#8217;s not too early to get those plugins and themes tweaked for the release. There is a <a href=\"http://codex.wordpress.org/User:Spencerp/2.1alpha3_Plugin_Compatibility\">Codex page</a> where plugin compatibility is being tracked as well.</p>\n<p><strong>Editor&#8217;s note:</strong> If you stick to the WP APIs as much as possible you won&#8217;t run into plugin upgrade issues like this.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:62:\"http://wordpress.org/development/2006/12/naughty-or-nice/feed/\";}s:7:\"summary\";s:315:\"Guest article by Aaron Brazell\nWordPress 2.1 is almost here and you know what that means for developers. It’s time to pull out those old plugins you’ve had stashed, blow off the dust and start applying some spit and polish and make sure it will last longer than Grandma’s Ham and Bean soup that has been [...]\";s:12:\"atom_content\";s:2284:\"<p><cite>Guest article by <a href=\'http://www.technosailor.com/\'>Aaron Brazell</a></cite></p>\n<p>WordPress 2.1 is almost here and you know what that means for developers. It’s time to pull out those old plugins you’ve had stashed, blow off the dust and start applying some spit and polish and make sure it will last longer than Grandma’s Ham and Bean soup that has been sitting in the refrigerator for weeks.</p>\n<p>Many of the big changes in WordPress 2.1 are MySQL related so grab a pen and paper (or open Notepad) and start taking notes.</p>\n<ul>\n<li>The <code>$table*</code> variables have all been eliminated. They have not been deprecated as doing so would mean that the variables are still present but developers are no longer encouraged to use them. In this case, they have been removed from the core. When you&#8217;re developing plugins that contain SQL statements, ensure you globalize <code>$wpdb</code>, and call tables using <code>$wpdb->posts</code>, <code>$wpdb->post2cat</code>, etc. Likewise, the former <code>$table_prefix</code> variable that developers could globalize before to find the MySQL table prefix defined in <code>wp-config.php</code> has also been deprecated in favor of <code>$wpdb->prefix</code>.</li>\n<li>Developers using the former linkcategories table should be aware that link categories are now part of categories. They are simply given another category ID and are not maintained separate from post categories.</li>\n<li>The posts table now has a column of <code>post_type</code> that should help developers distinguish between posts and pages.</li>\n<li>Future posts now gain the <code>post_status</code> of &#8216;future&#8217; which eliminates the use of <code>NOW()</code> in all queries in the core. Plugin developers should follow suit.</li>\n</ul>\n<p>WordPress 2.1 is nearing the time when the codebase will be released for testing, but it&#8217;s not too early to get those plugins and themes tweaked for the release. There is a <a href=\"http://codex.wordpress.org/User:Spencerp/2.1alpha3_Plugin_Compatibility\">Codex page</a> where plugin compatibility is being tracked as well.</p>\n<p><strong>Editor&#8217;s note:</strong> If you stick to the WP APIs as much as possible you won&#8217;t run into plugin upgrade issues like this.</p>\n\";}i:4;a:12:{s:5:\"title\";s:23:\"WordPress 2.0.5 - Ronan\";s:4:\"link\";s:51:\"http://wordpress.org/development/2006/10/205-ronan/\";s:8:\"comments\";s:60:\"http://wordpress.org/development/2006/10/205-ronan/#comments\";s:7:\"pubdate\";s:31:\"Fri, 27 Oct 2006 23:17:01 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:8:\"Releases\";s:4:\"guid\";s:51:\"http://wordpress.org/development/2006/10/205-ronan/\";s:11:\"description\";s:360:\"It&#8217;s new release time. The latest in our venerable 2.0 series, which now counts over 1.2 million downloads, is available for download immediately, and we suggest everyone upgrade as this includes security fixes. We&#8217;re breaking the tradition of naming releases after jazz musicians to congratulate Ryan Boren on his new son (and first WP baby) [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1327:\"<p>It&#8217;s new release time. The latest in our venerable 2.0 series, which now counts over 1.2 million downloads, <a href=\"http://wordpress.org/download/\">is available for download immediately</a>, and we suggest everyone upgrade as this includes security fixes. We&#8217;re breaking the tradition of naming releases after jazz musicians to congratulate Ryan Boren on his new son (and first WP baby) Ronan.</p>\n<p>What&#8217;s new? We have about 50 or so bugfixes, which you <a href=\"http://trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=2.0.5\">can review on our dev tracker here</a>, mostly minor bug fixes around feeds, custom fields, and internationalization. If you&#8217;d like a nitty-gritty view, check out <a href=\"http://markjaquith.wordpress.com/2006/10/17/changes-in-wordpress-205/\">Mark&#8217;s blog post on the changes</a>.</p>\n<p>Like every release this was the result of a lot of people in the WordPress community, and I&#8217;d like to thank all our contributors and testers including Mustlive, Peter Westwood, and Robert Deaton. This is also the first release handled by our new 2.0 maintainer, Mark Jaquith. He joins myself and Ryan with commit access and is &#8220;committed&#8221; to keeping the 2.0 base stable as we head into the exciting new 2.1 world. Congrats to Mark</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:56:\"http://wordpress.org/development/2006/10/205-ronan/feed/\";}s:7:\"summary\";s:360:\"It&#8217;s new release time. The latest in our venerable 2.0 series, which now counts over 1.2 million downloads, is available for download immediately, and we suggest everyone upgrade as this includes security fixes. We&#8217;re breaking the tradition of naming releases after jazz musicians to congratulate Ryan Boren on his new son (and first WP baby) [...]\";s:12:\"atom_content\";s:1327:\"<p>It&#8217;s new release time. The latest in our venerable 2.0 series, which now counts over 1.2 million downloads, <a href=\"http://wordpress.org/download/\">is available for download immediately</a>, and we suggest everyone upgrade as this includes security fixes. We&#8217;re breaking the tradition of naming releases after jazz musicians to congratulate Ryan Boren on his new son (and first WP baby) Ronan.</p>\n<p>What&#8217;s new? We have about 50 or so bugfixes, which you <a href=\"http://trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=2.0.5\">can review on our dev tracker here</a>, mostly minor bug fixes around feeds, custom fields, and internationalization. If you&#8217;d like a nitty-gritty view, check out <a href=\"http://markjaquith.wordpress.com/2006/10/17/changes-in-wordpress-205/\">Mark&#8217;s blog post on the changes</a>.</p>\n<p>Like every release this was the result of a lot of people in the WordPress community, and I&#8217;d like to thank all our contributors and testers including Mustlive, Peter Westwood, and Robert Deaton. This is also the first release handled by our new 2.0 maintainer, Mark Jaquith. He joins myself and Ryan with commit access and is &#8220;committed&#8221; to keeping the 2.0 base stable as we head into the exciting new 2.1 world. Congrats to Mark</p>\n\";}i:5;a:12:{s:5:\"title\";s:18:\"MU 1.0 and bbPress\";s:4:\"link\";s:56:\"http://wordpress.org/development/2006/10/mu-and-bbpress/\";s:8:\"comments\";s:65:\"http://wordpress.org/development/2006/10/mu-and-bbpress/#comments\";s:7:\"pubdate\";s:31:\"Mon, 23 Oct 2006 09:54:24 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:26:\"DevelopmentReleasesGeneral\";s:4:\"guid\";s:56:\"http://wordpress.org/development/2006/10/mu-and-bbpress/\";s:11:\"description\";s:349:\"The WordPress family has been really starting to grow lately. I wanted to let you guys know about two big releases: WordPress Multi-user 1.0 and bbPress 0.72.\nWordPress MU is an official branch of WordPress that is designed for managing and hosting thousands of blogs instead of just one. It&#8217;s the software that powers WordPress.com, for [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1846:\"<p>The WordPress family has been really starting to grow lately. I wanted to let you guys know about two big releases: WordPress Multi-user 1.0 and bbPress 0.72.</p>\n<p><a href=\"http://mu.wordpress.org/\">WordPress MU</a> is an official branch of WordPress that is designed for managing and hosting thousands of blogs instead of just one. It&#8217;s the software that powers <a href=\"http://wordpress.com/\">WordPress.com</a>, for example. MU has been in heavy development for about a year now, and we&#8217;ve finally polished it up to a place where we feel like it&#8217;s ready for public consumption. Since setup is a bit more complex than the 5-minute install of regular WordPress, MU is best suited for a more server-savvy audience. You can <a href=\"http://mu.wordpress.org/download/\">download it on the WordPress MU site</a>. </p>\n<p>Second I wanted to introduce an old friend you are all probably familiar with from our support forums, <a href=\"http://bbpress.org/\">bbPress</a>. bbPress is forum software with the WordPress touch, and developed by the same folks. It has some pretty cool features, such as tagging, RSS feeds, Akismet spam protection, AJAX interaction, but the team focused the most on creating something fast and light. bbPress can power a forum with hundreds of thousands of posts with just a fraction of the load as WordPress. (If we could re-write WP from scratch, it would be a lot like bbPress.) What is probably most compelling for WordPress users, though, is that bbPress supports complete user and login integration with WP.</p>\n<p>bbPress is not quite 1.0 yet, some of you may recognize the 0.72 version number from the early days of WordPress, but if you&#8217;re searching for a little something fresh in forum software, try <a href=\"http://bbpress.org/download/\">downloading bbPress</a> and giving it a go.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:61:\"http://wordpress.org/development/2006/10/mu-and-bbpress/feed/\";}s:7:\"summary\";s:349:\"The WordPress family has been really starting to grow lately. I wanted to let you guys know about two big releases: WordPress Multi-user 1.0 and bbPress 0.72.\nWordPress MU is an official branch of WordPress that is designed for managing and hosting thousands of blogs instead of just one. It&#8217;s the software that powers WordPress.com, for [...]\";s:12:\"atom_content\";s:1846:\"<p>The WordPress family has been really starting to grow lately. I wanted to let you guys know about two big releases: WordPress Multi-user 1.0 and bbPress 0.72.</p>\n<p><a href=\"http://mu.wordpress.org/\">WordPress MU</a> is an official branch of WordPress that is designed for managing and hosting thousands of blogs instead of just one. It&#8217;s the software that powers <a href=\"http://wordpress.com/\">WordPress.com</a>, for example. MU has been in heavy development for about a year now, and we&#8217;ve finally polished it up to a place where we feel like it&#8217;s ready for public consumption. Since setup is a bit more complex than the 5-minute install of regular WordPress, MU is best suited for a more server-savvy audience. You can <a href=\"http://mu.wordpress.org/download/\">download it on the WordPress MU site</a>. </p>\n<p>Second I wanted to introduce an old friend you are all probably familiar with from our support forums, <a href=\"http://bbpress.org/\">bbPress</a>. bbPress is forum software with the WordPress touch, and developed by the same folks. It has some pretty cool features, such as tagging, RSS feeds, Akismet spam protection, AJAX interaction, but the team focused the most on creating something fast and light. bbPress can power a forum with hundreds of thousands of posts with just a fraction of the load as WordPress. (If we could re-write WP from scratch, it would be a lot like bbPress.) What is probably most compelling for WordPress users, though, is that bbPress supports complete user and login integration with WP.</p>\n<p>bbPress is not quite 1.0 yet, some of you may recognize the 0.72 version number from the early days of WordPress, but if you&#8217;re searching for a little something fresh in forum software, try <a href=\"http://bbpress.org/download/\">downloading bbPress</a> and giving it a go.</p>\n\";}i:6;a:12:{s:5:\"title\";s:15:\"WordPress 2.0.4\";s:4:\"link\";s:55:\"http://wordpress.org/development/2006/07/wordpress-204/\";s:8:\"comments\";s:64:\"http://wordpress.org/development/2006/07/wordpress-204/#comments\";s:7:\"pubdate\";s:31:\"Sat, 29 Jul 2006 01:31:30 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:27:\"DevelopmentReleasesSecurity\";s:4:\"guid\";s:55:\"http://wordpress.org/development/2006/07/wordpress-204/\";s:11:\"description\";s:373:\"WordPress 2.0.4, the latest stable release in our Duke series, is available for immediate download. This release contains several important security fixes, so it&#8217;s highly recommended for all users. We&#8217;ve also rolled in a number of bug fixes (over 50!), so it&#8217;s a pretty solid release across the board.\nUpgrading is fairly simple, just overwrite your [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:932:\"<p>WordPress 2.0.4, the latest stable release in our Duke series, is <a href=\"http://wordpress.org/download/\">available for immediate download</a>. This release contains several important security fixes, so it&#8217;s highly recommended for all users. We&#8217;ve also rolled in a number of bug fixes (over 50!), so it&#8217;s a pretty solid release across the board.</p>\n<p>Upgrading is fairly simple, just overwrite your old files with the latest from the download. If you&#8217;d like more thorough instructions, <a href=\"http://codex.wordpress.org/Upgrading_WordPress\">the Codex</a> is always the best spot.</p>\n<p>Since this is a security release, if you have any friends with blogs make sure to remind them to upgrade and lend a hand if they&#8217;re not too savvy. We&#8217;re all in this together.</p>\n<p>Thanks to <a href=\"http://veryeasy.ca/\">Geoff</a> and <a href=\"http://txfx.net/\">Mark Jaquith</a> for identifying.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:60:\"http://wordpress.org/development/2006/07/wordpress-204/feed/\";}s:7:\"summary\";s:373:\"WordPress 2.0.4, the latest stable release in our Duke series, is available for immediate download. This release contains several important security fixes, so it&#8217;s highly recommended for all users. We&#8217;ve also rolled in a number of bug fixes (over 50!), so it&#8217;s a pretty solid release across the board.\nUpgrading is fairly simple, just overwrite your [...]\";s:12:\"atom_content\";s:932:\"<p>WordPress 2.0.4, the latest stable release in our Duke series, is <a href=\"http://wordpress.org/download/\">available for immediate download</a>. This release contains several important security fixes, so it&#8217;s highly recommended for all users. We&#8217;ve also rolled in a number of bug fixes (over 50!), so it&#8217;s a pretty solid release across the board.</p>\n<p>Upgrading is fairly simple, just overwrite your old files with the latest from the download. If you&#8217;d like more thorough instructions, <a href=\"http://codex.wordpress.org/Upgrading_WordPress\">the Codex</a> is always the best spot.</p>\n<p>Since this is a security release, if you have any friends with blogs make sure to remind them to upgrade and lend a hand if they&#8217;re not too savvy. We&#8217;re all in this together.</p>\n<p>Thanks to <a href=\"http://veryeasy.ca/\">Geoff</a> and <a href=\"http://txfx.net/\">Mark Jaquith</a> for identifying.</p>\n\";}i:7;a:12:{s:5:\"title\";s:25:\"WordCamp in San Francisco\";s:4:\"link\";s:55:\"http://wordpress.org/development/2006/07/wordcamp-2006/\";s:8:\"comments\";s:64:\"http://wordpress.org/development/2006/07/wordcamp-2006/#comments\";s:7:\"pubdate\";s:31:\"Tue, 11 Jul 2006 07:00:55 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:14:\"EventsWordCamp\";s:4:\"guid\";s:55:\"http://wordpress.org/development/2006/07/wordcamp-2006/\";s:11:\"description\";s:333:\"On August 5th, 2006, we&#8217;re planning a WordPress user conference called WordCamp. The idea is to bring WordPress users and developers so we can meet each other face to face, share stories, and try to figure out the future of our little corner of the online publishing revolution.\nThe conference will be a 1-day event, with [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1023:\"<p>On August 5th, 2006, we&#8217;re planning a WordPress user conference called <a href=\"http://wordcamp.org/\">WordCamp</a>. The idea is to bring WordPress users and developers so we can meet each other face to face, share stories, and try to figure out the future of our little corner of the online publishing revolution.</p>\n<p>The conference will be a 1-day event, with a party that night, and be free to anyone and everyone. We&#8217;re aiming to do it in the style of BarCamp, so the agenda will be largely determined by you guys. I&#8217;ve posted a <a href=\"http://photomatt.net/2006/07/09/wordcamp/\">little bit more about the ideas behind WordCamp on my blog</a>.</p>\n<p>I know it&#8217;s relatively short notice, especially for folks in other countries, but if you think you can make it or if you just want more information <a href=\"http://wordcamp.org/\">check out WordCamp.org</a>, where we&#8217;ll coordinating the event. I&#8217;m really looking forward to meeting people I interact with online every day.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:60:\"http://wordpress.org/development/2006/07/wordcamp-2006/feed/\";}s:7:\"summary\";s:333:\"On August 5th, 2006, we&#8217;re planning a WordPress user conference called WordCamp. The idea is to bring WordPress users and developers so we can meet each other face to face, share stories, and try to figure out the future of our little corner of the online publishing revolution.\nThe conference will be a 1-day event, with [...]\";s:12:\"atom_content\";s:1023:\"<p>On August 5th, 2006, we&#8217;re planning a WordPress user conference called <a href=\"http://wordcamp.org/\">WordCamp</a>. The idea is to bring WordPress users and developers so we can meet each other face to face, share stories, and try to figure out the future of our little corner of the online publishing revolution.</p>\n<p>The conference will be a 1-day event, with a party that night, and be free to anyone and everyone. We&#8217;re aiming to do it in the style of BarCamp, so the agenda will be largely determined by you guys. I&#8217;ve posted a <a href=\"http://photomatt.net/2006/07/09/wordcamp/\">little bit more about the ideas behind WordCamp on my blog</a>.</p>\n<p>I know it&#8217;s relatively short notice, especially for folks in other countries, but if you think you can make it or if you just want more information <a href=\"http://wordcamp.org/\">check out WordCamp.org</a>, where we&#8217;ll coordinating the event. I&#8217;m really looking forward to meeting people I interact with online every day.</p>\n\";}i:8;a:12:{s:5:\"title\";s:22:\"2.0.4 and 2.1 Bug Hunt\";s:4:\"link\";s:61:\"http://wordpress.org/development/2006/06/204-and-21-bug-hunt/\";s:8:\"comments\";s:70:\"http://wordpress.org/development/2006/06/204-and-21-bug-hunt/#comments\";s:7:\"pubdate\";s:31:\"Thu, 29 Jun 2006 16:43:04 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ryan\";}s:8:\"category\";s:11:\"Development\";s:4:\"guid\";s:61:\"http://wordpress.org/development/2006/06/204-and-21-bug-hunt/\";s:11:\"description\";s:295:\"Bug Independence Day is July 4th! To help shake the bugs out of the upcoming 2.0.4 and 2.1 releases, we&#39;re holding a Bug Hunt next week.  We&#39;ll be finding and fixing bugs and cleaning up the bug tracker. All are welcome to join us in the #wordpress-bugs IRC channel as we go on the [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1104:\"<p>Bug Independence Day is July 4th! To help shake the bugs out of the upcoming 2.0.4 and 2.1 releases, we&#39;re holding a <a href=\"http://codex.wordpress.org/WordPress_Bug_Hunts\" title=\"July 5th Bug Hunt\">Bug Hunt</a> next week.  We&#39;ll be finding and fixing bugs and cleaning up the <a href=\"http://trac.wordpress.org/\">bug tracker</a>. All are welcome to join us in the <a href=\"irc://irc.freenode.net/wordpress-bugs\">#wordpress-bugs</a> IRC channel as we go on the hunt.  We&#39;ll get things started <a href=\"http://www.timeanddate.com/worldclock/fixedtime.html?month=7&amp;day=05&amp;year=2006&amp;hour=0&amp;min=0&amp;sec=0&amp;p1=224\">at Midnight between Tuesday, July 4, 2006 and Wednesday, July 5, 2006 San Francisco time</a> and keep going for 24 hours or until everyone gets tired. We&#39;ll have folks keepng vigil at all hours so drop by at whatever time is convenient to you.</p>\n<p>All you need to help out is the ability to install and run WordPress, folks of all skill levels are invited to join. We need people testing as much as we need people coding. (If not a little more.)</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:66:\"http://wordpress.org/development/2006/06/204-and-21-bug-hunt/feed/\";}s:7:\"summary\";s:295:\"Bug Independence Day is July 4th! To help shake the bugs out of the upcoming 2.0.4 and 2.1 releases, we&#39;re holding a Bug Hunt next week.  We&#39;ll be finding and fixing bugs and cleaning up the bug tracker. All are welcome to join us in the #wordpress-bugs IRC channel as we go on the [...]\";s:12:\"atom_content\";s:1104:\"<p>Bug Independence Day is July 4th! To help shake the bugs out of the upcoming 2.0.4 and 2.1 releases, we&#39;re holding a <a href=\"http://codex.wordpress.org/WordPress_Bug_Hunts\" title=\"July 5th Bug Hunt\">Bug Hunt</a> next week.  We&#39;ll be finding and fixing bugs and cleaning up the <a href=\"http://trac.wordpress.org/\">bug tracker</a>. All are welcome to join us in the <a href=\"irc://irc.freenode.net/wordpress-bugs\">#wordpress-bugs</a> IRC channel as we go on the hunt.  We&#39;ll get things started <a href=\"http://www.timeanddate.com/worldclock/fixedtime.html?month=7&amp;day=05&amp;year=2006&amp;hour=0&amp;min=0&amp;sec=0&amp;p1=224\">at Midnight between Tuesday, July 4, 2006 and Wednesday, July 5, 2006 San Francisco time</a> and keep going for 24 hours or until everyone gets tired. We&#39;ll have folks keepng vigil at all hours so drop by at whatever time is convenient to you.</p>\n<p>All you need to help out is the ability to install and run WordPress, folks of all skill levels are invited to join. We need people testing as much as we need people coding. (If not a little more.)</p>\n\";}i:9;a:12:{s:5:\"title\";s:15:\"WordPress 2.0.3\";s:4:\"link\";s:55:\"http://wordpress.org/development/2006/06/wordpress-203/\";s:8:\"comments\";s:64:\"http://wordpress.org/development/2006/06/wordpress-203/#comments\";s:7:\"pubdate\";s:31:\"Thu, 01 Jun 2006 07:49:38 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:11:\"Development\";s:4:\"guid\";s:55:\"http://wordpress.org/development/2006/06/wordpress-203/\";s:11:\"description\";s:321:\"The latest in the stable 2.0 series, 2.0.3, is now available for download. This is a bug fix and security release, and is recommended for all WordPress users. In addition to an issue that was raised on Bugtraq a few days ago, we&#8217;ve also backported a number of security enhancements from 2.1 to further enhance [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:885:\"<p>The latest in the stable 2.0 series, 2.0.3, <a href=\"http://wordpress.org/download/\">is now available for download</a>. This is a bug fix and security release, and is recommended for all WordPress users. In addition to an issue that was raised on Bugtraq a few days ago, we&#8217;ve also backported a number of security enhancements from 2.1 to further enhance and protect your blog.</p>\n<p>For the curious, this <a href=\"http://trac.wordpress.org/query?status=closed&#038;milestone=2.0.3\">release includes</a>:</p>\n<ul>\n<li>Small performance enhancements</li>\n<li>Movable Type / Typepad importer fix</li>\n<li>Enclosure (podcasting) fix</li>\n<li>The aforementioned security enhancements (nonces)</li>\n</ul>\n<p>Upgrading is fairly simple, just overwrite your old files with the latest from the download. When you go to your admin it will give you a link to update your database.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:60:\"http://wordpress.org/development/2006/06/wordpress-203/feed/\";}s:7:\"summary\";s:321:\"The latest in the stable 2.0 series, 2.0.3, is now available for download. This is a bug fix and security release, and is recommended for all WordPress users. In addition to an issue that was raised on Bugtraq a few days ago, we&#8217;ve also backported a number of security enhancements from 2.1 to further enhance [...]\";s:12:\"atom_content\";s:885:\"<p>The latest in the stable 2.0 series, 2.0.3, <a href=\"http://wordpress.org/download/\">is now available for download</a>. This is a bug fix and security release, and is recommended for all WordPress users. In addition to an issue that was raised on Bugtraq a few days ago, we&#8217;ve also backported a number of security enhancements from 2.1 to further enhance and protect your blog.</p>\n<p>For the curious, this <a href=\"http://trac.wordpress.org/query?status=closed&#038;milestone=2.0.3\">release includes</a>:</p>\n<ul>\n<li>Small performance enhancements</li>\n<li>Movable Type / Typepad importer fix</li>\n<li>Enclosure (podcasting) fix</li>\n<li>The aforementioned security enhancements (nonces)</li>\n</ul>\n<p>Upgrading is fairly simple, just overwrite your old files with the latest from the download. When you go to your admin it will give you a link to update your database.</p>\n\";}}s:7:\"channel\";a:7:{s:5:\"title\";s:26:\"WordPress Development Blog\";s:4:\"link\";s:32:\"http://wordpress.org/development\";s:11:\"description\";s:33:\"WordPress development and updates\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 18:18:15 +0000\";s:9:\"generator\";s:33:\"http://wordpress.org/?v=2.1-beta2\";s:8:\"language\";s:2:\"en\";s:7:\"tagline\";s:33:\"WordPress development and updates\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:0:{}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}s:13:\"last_modified\";s:31:\"Tue, 09 Jan 2007 18:18:15 GMT\r\n\";s:4:\"etag\";s:36:\"\"3d63311644899ce28249db65aba7b7b9\"\r\n\";}',20,8,'',1,'no'),(68,0,'rss_0ff4b43bd116a9d8720d689c80e7dfd4_ts','Y',1,'1168810680',20,8,'',1,'no'),(69,0,'rss_867bd5c64f85878d03a060509cd2f92c','Y',1,'O:9:\"MagpieRSS\":19:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:50:{i:0;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 1/14\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/01/14/wordpress-theme-releases-for-114/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/75221425/\";s:11:\"description\";s:180:\"<p><a href=\"http://in-essence.org/2007/01/13/fly-the-theme/\">Fly</a> is an illustrated two-column theme, blue, white and black, widget ready theme featuring a silhouetted bird.</p>\";s:7:\"pubdate\";s:31:\"Sun, 14 Jan 2007 16:44:40 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:180:\"<p><a href=\"http://in-essence.org/2007/01/13/fly-the-theme/\">Fly</a> is an illustrated two-column theme, blue, white and black, widget ready theme featuring a silhouetted bird.</p>\";}i:1;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 1/14\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/01/14/wordpress-plugin-releases-for-114/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/75210406/\";s:11:\"description\";s:482:\"<p><a href=\"http://thesandbox.wordpress.com/wpads/\">WPAds</a> is a Wordpress plugin for showing and rotating ads in your blog. You only have to define the ad positions and the ads you want to rotate in each position, and WPAds will serve your ads randomly.</p>\n<p><a href=\"http://www.rightleftcentre.com/2007/01/14/google-alexia-page-rankings/\">Google + Alexia Page Rankings</a> display Google and Alexia Page Rankings in your dashboard and optionally on your Wordpress website.</p>\";s:7:\"pubdate\";s:31:\"Sun, 14 Jan 2007 16:30:19 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:482:\"<p><a href=\"http://thesandbox.wordpress.com/wpads/\">WPAds</a> is a Wordpress plugin for showing and rotating ads in your blog. You only have to define the ad positions and the ads you want to rotate in each position, and WPAds will serve your ads randomly.</p>\n<p><a href=\"http://www.rightleftcentre.com/2007/01/14/google-alexia-page-rankings/\">Google + Alexia Page Rankings</a> display Google and Alexia Page Rankings in your dashboard and optionally on your Wordpress website.</p>\";}i:2;a:7:{s:5:\"title\";s:42:\"Weblog Tools Collection: Blogging is Karma\";s:4:\"guid\";s:71:\"http://weblogtoolscollection.com/archives/2007/01/14/blogging-is-karma/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/75207384/\";s:11:\"description\";s:4906:\"<p><small>This is the Twenty Fourth entry in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://www.webmaster-dome.com/\">Sreejith Ramakrishnan</a></small></p>\n<p>When I refer to this statement I&#8217;m talking about the westernised version of karma other than the traditional Indian word. Here, karma refers to the &#8220;do good things and get good things&#8221; approach. Before starting off on this topic, read through the lines which follow, and feel the difference between an idealised world and the real world. So, here goes a little recap about blogging.Many of you may feel that this is just article about the evolution of blogging. But, the point is that, reading this would help you conceive the theory.</p>\n<p>Blogging evolved as a medium or platform for expressing opinions and circulating news. Within a short period of time, blogging has achieved &#8220;world domination&#8221; through it&#8217;s simplicity and power. Anyone, from teenagers to professionals, can be a journalist. They can publish and popularise their views, in their small corner of the blogosphere. This led to immense changes in the whole &#8220;feel&#8221; of the internet. Blogs became more and more common and it increased exponentially.</p>\n<p>Search engines whetted their appetite on the rich content from blogs and blogs became &#8220;a search engine&#8217;s best friend&#8221;. But trust me, this is a much idealised description of what is going on. People, who knew the power of blogs and the advantage it had, over traditional websites, began to switch to blogs and started practising a lot of &#8220;tricks&#8221; to get attention. These tricks, eventually, became &#8220;parts&#8221; of blogging success.</p>\n<p>Us bloggers started to manipulate the blogosphere. We started to steal content through RSS syndicated feeds and popularised it using bad SEO. We blended Ads with the page layout to rip off ignorant visitors. We, literally, sold our own views, through article directories.</p>\n<p>But why ? Why should we be cheating, when we are already given equal possibilities ? Don&#8217;t you think we are competing on unfair grounds ? Well, we are. Some may think: &#8220;Dude, that&#8217;s the way it is. How am I supposed to make a difference?&#8221;. But, the fact is that, we can make a difference !! How ? By &#8220;blogging for karma&#8221;.  You may ask: &#8220;Hey, you new age hippie freak, how are you supposed to do that ?</p>\n<p>It&#8217;s easy. Do good things and get good things. That&#8217;s all. So, how to do good things ? Well, writing good articles which would help a lot of people from some kind of problem is a good thing. Just think of it like this : You&#8217;re helping out a lot of people who are in need of help. All for free !! So, you&#8217;re doing a big favour. And what do you get in return ? That&#8217;s the best part !!</p>\n<p>When you blog for those of people, you&#8217;re actually helping them a lot of hours of struggling. So, when you write good content, obviously, people like it and you get &#8220;good karma&#8221;. Now, this &#8220;good karma&#8221; is going to be really helpful in the long run. When people like your content, they come for more and more of it. Thus, increasing your traffic.</p>\n<p>Gradually, they become loyal to you. They will start trusting and respecting your opinions. They will recommend your blog to other people so that more people come to your site and feast on your content, thus leaving more good karma. And, as long as you keep doing this, you get more karma and this my friend, goes on and on  !! And many a times, people may think your content is worth some bucks and may leave you some donation, that you actually deserve.</p>\n<p>Gradually, search engines will also start trusting you, because of the traffic patterns to your site, and you will get ranked higher in SERP (Search Engine Rank Pages). After a long time, you evolve to become an &#8220;authority&#8221; in your topic, all because people trust you. And, the other &#8220;big guys&#8221; out there will say : &#8220;Hmm…who&#8217;s this new kid in town ?&#8221;. And HURRAY, you&#8217;re in their club !! You&#8217;re a blogging celebrity !!</p>\n<p>But remember, all this comes from just one little concept: &#8220;Blogging is karma&#8221;. Though it may take a lot of time and effort to practise it, it is still worth it. Of course, karma isn&#8217;t the only road to success. But, this concept leaves long time results which can stretch to a lifetime of blogging success.\n</p>\";s:7:\"pubdate\";s:31:\"Sun, 14 Jan 2007 16:00:25 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:4906:\"<p><small>This is the Twenty Fourth entry in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://www.webmaster-dome.com/\">Sreejith Ramakrishnan</a></small></p>\n<p>When I refer to this statement I&#8217;m talking about the westernised version of karma other than the traditional Indian word. Here, karma refers to the &#8220;do good things and get good things&#8221; approach. Before starting off on this topic, read through the lines which follow, and feel the difference between an idealised world and the real world. So, here goes a little recap about blogging.Many of you may feel that this is just article about the evolution of blogging. But, the point is that, reading this would help you conceive the theory.</p>\n<p>Blogging evolved as a medium or platform for expressing opinions and circulating news. Within a short period of time, blogging has achieved &#8220;world domination&#8221; through it&#8217;s simplicity and power. Anyone, from teenagers to professionals, can be a journalist. They can publish and popularise their views, in their small corner of the blogosphere. This led to immense changes in the whole &#8220;feel&#8221; of the internet. Blogs became more and more common and it increased exponentially.</p>\n<p>Search engines whetted their appetite on the rich content from blogs and blogs became &#8220;a search engine&#8217;s best friend&#8221;. But trust me, this is a much idealised description of what is going on. People, who knew the power of blogs and the advantage it had, over traditional websites, began to switch to blogs and started practising a lot of &#8220;tricks&#8221; to get attention. These tricks, eventually, became &#8220;parts&#8221; of blogging success.</p>\n<p>Us bloggers started to manipulate the blogosphere. We started to steal content through RSS syndicated feeds and popularised it using bad SEO. We blended Ads with the page layout to rip off ignorant visitors. We, literally, sold our own views, through article directories.</p>\n<p>But why ? Why should we be cheating, when we are already given equal possibilities ? Don&#8217;t you think we are competing on unfair grounds ? Well, we are. Some may think: &#8220;Dude, that&#8217;s the way it is. How am I supposed to make a difference?&#8221;. But, the fact is that, we can make a difference !! How ? By &#8220;blogging for karma&#8221;.  You may ask: &#8220;Hey, you new age hippie freak, how are you supposed to do that ?</p>\n<p>It&#8217;s easy. Do good things and get good things. That&#8217;s all. So, how to do good things ? Well, writing good articles which would help a lot of people from some kind of problem is a good thing. Just think of it like this : You&#8217;re helping out a lot of people who are in need of help. All for free !! So, you&#8217;re doing a big favour. And what do you get in return ? That&#8217;s the best part !!</p>\n<p>When you blog for those of people, you&#8217;re actually helping them a lot of hours of struggling. So, when you write good content, obviously, people like it and you get &#8220;good karma&#8221;. Now, this &#8220;good karma&#8221; is going to be really helpful in the long run. When people like your content, they come for more and more of it. Thus, increasing your traffic.</p>\n<p>Gradually, they become loyal to you. They will start trusting and respecting your opinions. They will recommend your blog to other people so that more people come to your site and feast on your content, thus leaving more good karma. And, as long as you keep doing this, you get more karma and this my friend, goes on and on  !! And many a times, people may think your content is worth some bucks and may leave you some donation, that you actually deserve.</p>\n<p>Gradually, search engines will also start trusting you, because of the traffic patterns to your site, and you will get ranked higher in SERP (Search Engine Rank Pages). After a long time, you evolve to become an &#8220;authority&#8221; in your topic, all because people trust you. And, the other &#8220;big guys&#8221; out there will say : &#8220;Hmm…who&#8217;s this new kid in town ?&#8221;. And HURRAY, you&#8217;re in their club !! You&#8217;re a blogging celebrity !!</p>\n<p>But remember, all this comes from just one little concept: &#8220;Blogging is karma&#8221;. Though it may take a lot of time and effort to practise it, it is still worth it. Of course, karma isn&#8217;t the only road to success. But, this concept leaves long time results which can stretch to a lifetime of blogging success.\n</p>\";}i:3;a:7:{s:5:\"title\";s:56:\"Weblog Tools Collection: How to say controversial things\";s:4:\"guid\";s:85:\"http://weblogtoolscollection.com/archives/2007/01/14/how-to-say-controversial-things/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/75190888/\";s:11:\"description\";s:7181:\"<p><small>This is the Twenty Third in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://rudd-o.com/\">Manuel Amador</a></small></p>\n<h2>Offending your audience for fun and profit: how to say controversial things</h2>\n<p>Do you blog?  Then offending your audience should be the least of your concerns.  And here&#8217;s why.</p>\n<p>I&#8217;m going to begin this article with a single thought: <em>I&#8217;d rather you insult me than have you be dishonest with me</em>.</p>\n<p>And here&#8217;s why.</p>\n<h2>Lies and deceit in pretty words</h2>\n<p>Let me lift a couple of words from one of Paul Graham&#8217;s writings:</p>\n<blockquote><p>Another approach is to follow that word, heresy. In every period of history, there seem to have been labels that got applied to statements to shoot them down before anyone had a chance to ask if they were true or not. &#8220;Blasphemy&#8221;, &#8220;sacrilege&#8221;, and &#8220;heresy&#8221; were such labels for a good part of western history, as in more recent times &#8220;indecent&#8221;, &#8220;improper&#8221;, and &#8220;unamerican&#8221; have been. By now these labels have lost their sting. They always do. By now they&#8217;re mostly used ironically. But in their time, they had real force.</p>\n<p>We have such labels today, of course, quite a lot of them, from the all-purpose &#8220;inappropriate&#8221; to the dreaded &#8220;divisive.&#8221; In any period, it should be easy to figure out what such labels are, simply by looking at what people call ideas they disagree with besides untrue. When a politician says his opponent is mistaken, that&#8217;s a straightforward criticism, but when he attacks a statement as &#8220;divisive&#8221; or &#8220;racially insensitive&#8221; instead of arguing that it&#8217;s false, we should start paying attention.</p></blockquote>\n<p>The message in this?  Say what you mean.  Impopular speech is still valid speech.</p>\n<h3>Political correctness: censorship in disguise</h3>\n<p>What&#8217;s the difference between political correctness and honesty?  One lets people offend with fancy words in disguise.  The other means &#8220;honesty first, respect and consideration second&#8221;.</p>\n<p>Which one would you rather apply?  If you said &#8220;political correctness&#8221; to yourself, let me ask you one thing: do you think honest discourse is less valuable than popular discourse?  I beg to differ.  If you are a moron, and I call you a moron, it&#8217;s the truth, no matter how unpopular.  If you&#8217;re a moron, and I say &#8220;but, well, you&#8217;ve got your own opinion, and we&#8217;re both right&#8221;, then I&#8217;m a bigger moron for being politically correct and not telling the truth.  Political correctness is just a way to make discourse &#8220;less offensive&#8221; and less truthful.</p>\n<p>Say what you mean; use transparent, contundent, honest words.  For example: have you heard the word &#8220;handicapable&#8221; being used?  That&#8217;s a great example of political correctness, because:</p>\n<ol>\n<li>Can someone honestly think people with hindrances are &#8220;more handy and capable&#8221; than people without them?  The word &#8220;handicapable&#8221; certainly suggests a falsehood.</li>\n<li>The fact that handicapped people are, well, handicapped, doesn&#8217;t mean they are worth less than a non-handicapped person.  Fortunately, we live in a society where everyone has the same rights and the same intrinsic value is bestowed upon all of us.</li>\n</ol>\n<p>So, in this particular example, just because it&#8217;s &#8220;hip&#8221; to call handicapped people &#8220;handicapable&#8221;, doesn&#8217;t mean it&#8217;s an honest word.  If you ask me, equating self-worth with capabilities is offensive to handicapped people.  Using &#8220;handicapable&#8221; reeks of political correctness, a &#8220;feel-good&#8221; word that conveys a falsehood in disguise.</p>\n<h3>Don&#8217;t just stay there, make a fuss about it!</h3>\n<p>In short: if you want to raise concerns about something in your blog, then don&#8217;t hold back.  Don&#8217;t try to cater for people with thin skin. Odds are, they&#8217;ll be the ones marketing your writings.</p>\n<p>Do yourself a favor: and attempt your best to deliver your ideas them with the most punch and the greatest veracity.  Use your courage to say things.  And, for the love of all things dear: don&#8217;t shut up!</p>\n<p>Leave the &#8220;politically correct&#8221; and &#8220;slanderously afraid&#8221; angle to newspaper journalists; after all, almost no one reads them anymore.</p>\n<p>And for the love of all things dear to you, please don&#8217;t shut up.</p>\n<h2>&#8220;But think of the children!&#8221;</h2>\n<p>You may think that, by practicing self-censorship, you&#8217;re serving your audience; nothing could be further from the truth: politeness and political correctness usually do your readers a disservice.</p>\n<p>Always prefer plain facts and truth, even if they&#8217;re inconvenient. Cherish and uphold your own values in the face of defiance.  In other words: don&#8217;t lie, and don&#8217;t &#8220;dress up&#8221; stuff.  Incongruence in discourse has a way of showing.</p>\n<p>If I have learnt anything in years of blogging, is that offended audiences are the most rabid readers and spreaders of your word.  They may whine and complain all you like, but they sure count as page views.</p>\n<h2>Advertisers and sponsors count as readers</h2>\n<p>The same philosophy must apply to your sponsors and advertisers: it&#8217;s your duty to treat them straight to the truth, no matter how inconvenient it may sound.  Doing the opposite is called dishonesty, and people pick up on that.</p>\n<p>Be dishonest about your stakeholders and, sooner or later, your readers will shove your writings into the big archive (also known as the recycle bin of oblivion).</p>\n<h2>Treat people like they deserve - no more, no less</h2>\n<p>In short: don&#8217;t be afraid to alienate your readers - you may end up censoring yourself, and that&#8217;s not good for neither your readers nor you.  Wanna hurl a couple of &#8220;bad&#8221; words at me?  Do so, but don&#8217;t lie to me.  Heck, you should apply this philosophy to your entire life!  A couple fistfights never killed anyone.</p>\n<p>In the end, a couple roughed feathers won&#8217;t harm anyone, and they could benefit you.  Remember: <em>if you tip-toe around your readers, they&#8217;ll head somewhere else</em>.</p>\n<p>Now I&#8217;ll leave you with a reading assignment - two must-reads that&#8217;ll let you learn more about yourself in the world:</p>\n<ol>\n<li><a href=\"http://www.paulgraham.com/say.html\">What you can&#8217;t say</a>, by Paul Graham</li>\n<li><a href=\"http://www.paulgraham.com/resay.html\">Re: What you can&#8217;t say</a>, by himself again</li>\n</ol>\";s:7:\"pubdate\";s:31:\"Sun, 14 Jan 2007 15:00:23 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:7181:\"<p><small>This is the Twenty Third in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://rudd-o.com/\">Manuel Amador</a></small></p>\n<h2>Offending your audience for fun and profit: how to say controversial things</h2>\n<p>Do you blog?  Then offending your audience should be the least of your concerns.  And here&#8217;s why.</p>\n<p>I&#8217;m going to begin this article with a single thought: <em>I&#8217;d rather you insult me than have you be dishonest with me</em>.</p>\n<p>And here&#8217;s why.</p>\n<h2>Lies and deceit in pretty words</h2>\n<p>Let me lift a couple of words from one of Paul Graham&#8217;s writings:</p>\n<blockquote><p>Another approach is to follow that word, heresy. In every period of history, there seem to have been labels that got applied to statements to shoot them down before anyone had a chance to ask if they were true or not. &#8220;Blasphemy&#8221;, &#8220;sacrilege&#8221;, and &#8220;heresy&#8221; were such labels for a good part of western history, as in more recent times &#8220;indecent&#8221;, &#8220;improper&#8221;, and &#8220;unamerican&#8221; have been. By now these labels have lost their sting. They always do. By now they&#8217;re mostly used ironically. But in their time, they had real force.</p>\n<p>We have such labels today, of course, quite a lot of them, from the all-purpose &#8220;inappropriate&#8221; to the dreaded &#8220;divisive.&#8221; In any period, it should be easy to figure out what such labels are, simply by looking at what people call ideas they disagree with besides untrue. When a politician says his opponent is mistaken, that&#8217;s a straightforward criticism, but when he attacks a statement as &#8220;divisive&#8221; or &#8220;racially insensitive&#8221; instead of arguing that it&#8217;s false, we should start paying attention.</p></blockquote>\n<p>The message in this?  Say what you mean.  Impopular speech is still valid speech.</p>\n<h3>Political correctness: censorship in disguise</h3>\n<p>What&#8217;s the difference between political correctness and honesty?  One lets people offend with fancy words in disguise.  The other means &#8220;honesty first, respect and consideration second&#8221;.</p>\n<p>Which one would you rather apply?  If you said &#8220;political correctness&#8221; to yourself, let me ask you one thing: do you think honest discourse is less valuable than popular discourse?  I beg to differ.  If you are a moron, and I call you a moron, it&#8217;s the truth, no matter how unpopular.  If you&#8217;re a moron, and I say &#8220;but, well, you&#8217;ve got your own opinion, and we&#8217;re both right&#8221;, then I&#8217;m a bigger moron for being politically correct and not telling the truth.  Political correctness is just a way to make discourse &#8220;less offensive&#8221; and less truthful.</p>\n<p>Say what you mean; use transparent, contundent, honest words.  For example: have you heard the word &#8220;handicapable&#8221; being used?  That&#8217;s a great example of political correctness, because:</p>\n<ol>\n<li>Can someone honestly think people with hindrances are &#8220;more handy and capable&#8221; than people without them?  The word &#8220;handicapable&#8221; certainly suggests a falsehood.</li>\n<li>The fact that handicapped people are, well, handicapped, doesn&#8217;t mean they are worth less than a non-handicapped person.  Fortunately, we live in a society where everyone has the same rights and the same intrinsic value is bestowed upon all of us.</li>\n</ol>\n<p>So, in this particular example, just because it&#8217;s &#8220;hip&#8221; to call handicapped people &#8220;handicapable&#8221;, doesn&#8217;t mean it&#8217;s an honest word.  If you ask me, equating self-worth with capabilities is offensive to handicapped people.  Using &#8220;handicapable&#8221; reeks of political correctness, a &#8220;feel-good&#8221; word that conveys a falsehood in disguise.</p>\n<h3>Don&#8217;t just stay there, make a fuss about it!</h3>\n<p>In short: if you want to raise concerns about something in your blog, then don&#8217;t hold back.  Don&#8217;t try to cater for people with thin skin. Odds are, they&#8217;ll be the ones marketing your writings.</p>\n<p>Do yourself a favor: and attempt your best to deliver your ideas them with the most punch and the greatest veracity.  Use your courage to say things.  And, for the love of all things dear: don&#8217;t shut up!</p>\n<p>Leave the &#8220;politically correct&#8221; and &#8220;slanderously afraid&#8221; angle to newspaper journalists; after all, almost no one reads them anymore.</p>\n<p>And for the love of all things dear to you, please don&#8217;t shut up.</p>\n<h2>&#8220;But think of the children!&#8221;</h2>\n<p>You may think that, by practicing self-censorship, you&#8217;re serving your audience; nothing could be further from the truth: politeness and political correctness usually do your readers a disservice.</p>\n<p>Always prefer plain facts and truth, even if they&#8217;re inconvenient. Cherish and uphold your own values in the face of defiance.  In other words: don&#8217;t lie, and don&#8217;t &#8220;dress up&#8221; stuff.  Incongruence in discourse has a way of showing.</p>\n<p>If I have learnt anything in years of blogging, is that offended audiences are the most rabid readers and spreaders of your word.  They may whine and complain all you like, but they sure count as page views.</p>\n<h2>Advertisers and sponsors count as readers</h2>\n<p>The same philosophy must apply to your sponsors and advertisers: it&#8217;s your duty to treat them straight to the truth, no matter how inconvenient it may sound.  Doing the opposite is called dishonesty, and people pick up on that.</p>\n<p>Be dishonest about your stakeholders and, sooner or later, your readers will shove your writings into the big archive (also known as the recycle bin of oblivion).</p>\n<h2>Treat people like they deserve - no more, no less</h2>\n<p>In short: don&#8217;t be afraid to alienate your readers - you may end up censoring yourself, and that&#8217;s not good for neither your readers nor you.  Wanna hurl a couple of &#8220;bad&#8221; words at me?  Do so, but don&#8217;t lie to me.  Heck, you should apply this philosophy to your entire life!  A couple fistfights never killed anyone.</p>\n<p>In the end, a couple roughed feathers won&#8217;t harm anyone, and they could benefit you.  Remember: <em>if you tip-toe around your readers, they&#8217;ll head somewhere else</em>.</p>\n<p>Now I&#8217;ll leave you with a reading assignment - two must-reads that&#8217;ll let you learn more about yourself in the world:</p>\n<ol>\n<li><a href=\"http://www.paulgraham.com/say.html\">What you can&#8217;t say</a>, by Paul Graham</li>\n<li><a href=\"http://www.paulgraham.com/resay.html\">Re: What you can&#8217;t say</a>, by himself again</li>\n</ol>\";}i:4;a:7:{s:5:\"title\";s:35:\"Donncha: Getting to know the Trotts\";s:4:\"guid\";s:56:\"http://ocaoimh.ie/2007/01/14/getting-to-know-the-trotts/\";s:4:\"link\";s:56:\"http://ocaoimh.ie/2007/01/14/getting-to-know-the-trotts/\";s:11:\"description\";s:914:\"<p>Just goes to show what a hectic week it was last week. Despite it being on the front cover of the Business Section, I completely missed this Sunday Times <a href=\"http://www.timesonline.co.uk/article/0,,2095-2534397,00.html\">interview</a> with Mena and Ben Trott, the founders of Six Apart, makers of blog software Moveable Type, Vox, Typepad and owners of Livejournal.</p>\n<p>It&#8217;s a personable interview that doesn&#8217;t go into any great technical detail but it&#8217;s interesting for me to <a href=\"http://inphotos.org/six-apart-mark/\">find out</a> a little about the competition from my outpost across the Atlantic.</p>\n<a href=\"http://ocaoimh.ie/tag/irishblogs/\" rel=\"tag\">irishblogs</a>, <a href=\"http://ocaoimh.ie/tag/six-apart/\" rel=\"tag\">Six Apart</a>, <a href=\"http://ocaoimh.ie/tag/sunday-times/\" rel=\"tag\">Sunday Times</a>, <a href=\"http://ocaoimh.ie/tag/wordpress/\" rel=\"tag\">WordPress</a>\";s:7:\"pubdate\";s:31:\"Sun, 14 Jan 2007 14:58:34 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"Donncha\";}s:7:\"summary\";s:914:\"<p>Just goes to show what a hectic week it was last week. Despite it being on the front cover of the Business Section, I completely missed this Sunday Times <a href=\"http://www.timesonline.co.uk/article/0,,2095-2534397,00.html\">interview</a> with Mena and Ben Trott, the founders of Six Apart, makers of blog software Moveable Type, Vox, Typepad and owners of Livejournal.</p>\n<p>It&#8217;s a personable interview that doesn&#8217;t go into any great technical detail but it&#8217;s interesting for me to <a href=\"http://inphotos.org/six-apart-mark/\">find out</a> a little about the competition from my outpost across the Atlantic.</p>\n<a href=\"http://ocaoimh.ie/tag/irishblogs/\" rel=\"tag\">irishblogs</a>, <a href=\"http://ocaoimh.ie/tag/six-apart/\" rel=\"tag\">Six Apart</a>, <a href=\"http://ocaoimh.ie/tag/sunday-times/\" rel=\"tag\">Sunday Times</a>, <a href=\"http://ocaoimh.ie/tag/wordpress/\" rel=\"tag\">WordPress</a>\";}i:5;a:7:{s:5:\"title\";s:38:\"Weblog Tools Collection: Blog Juggling\";s:4:\"guid\";s:67:\"http://weblogtoolscollection.com/archives/2007/01/13/blog-juggling/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/74973918/\";s:11:\"description\";s:9559:\"<p><small>This is the Twenty Second entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by </small><small><a href=\"http://www.cranky-mama.com/\">Jessica Beck</a></small></p>\n<h2 class=\"entry-title\">Blog Juggling: Keeping All Your Online Identities In The Air at Once</h2>\n<p>These days it isn’t unusual for people to have several online aliases. There’s the personal <em>persona</em>, hanging out on MySpace and YouTube; there’s the work <em>persona</em>, reading news feeds and doing online research; and there’s often a third, leisure <em>persona</em>, frequenting specialized bulletin boards and sites for hobbies like crafting, D&#038;D or politics. And, of course, it wouldn’t be Web 2.0 if each of those aliases didn’t have its own blog.</p>\n<p>As someone who manages several distinctly different blogs, I feel for people taking on the challenge of multiple online identities. The need for them, however, is undeniable. Here are some ways to make it all work (and crank up your productivity in the bargain).</p>\n<h3>Compartmentalize</h3>\n<p>The first step in managing multiple identities is breaking them down into bite-sized chunks. If you’re dealing with the line between business and personal, that may be an easy task. But what if your personal and leisure identities overlap? How do you categorize, for example, your love of a site like <a href=\"http://www.dogster.com\">Dogster</a> - is that personal, or is it leisure? Do you even <em>need</em> a leisure <em>persona</em>? The easiest way to figure that out is to look at your Dogster identity as though you were a stranger. Would you want the random Dogster aficionado to Google the alias in your profile and see, for example, your personal MySpace page or your Flickr photostream? If the answer is yes - if you’re on Dogster to invite other dog-lovers into your life, or if your life is already all dogs, all the time - then you probably don’t need a leisure <em>persona</em>. But if you’d rather your personal life and your hobbies remained at least superficially separate, you’d do well to use a distinct identity for each one.</p>\n<h3>Social Bookmarking: Mark ‘Em All, Let the Internet Sort ‘Em Out</h3>\n<p>If you’re going to use any sort of blogroll on your sites (and who doesn’t, these days?), you’ll want an easy way to sort the different links to correspond with your different identities. One of the easiest ways to do that is by using a social bookmarking service like Ma.gnolia or Del.icio.us. Just make sure you tag religiously and tag well, and you’re good to go. Truly compartmentalized people like me may even use different accounts for personal vs. business links, but within each account I use tags to separate, for example, my parenting links from my catch-all check-out-this-page links.</p>\n<h3>Browse in Multiples</h3>\n<p>One you’ve figured out how to define your categories and started the process of separating the personal from the professional, it’s time to put your browsers to work for you.</p>\n<p>Only using one browser? That’s <em>so</em> last year. The easiest way to segregate one identity from another is to use different browsers for each. That way you can visit the same sites and collect different cookies. That’s especially useful for internet searches and news portals, but is also good for managing sites like Flickr, which requires a separate login for each alias. Think about it like this: if you want to comment on a friend’s photo, do you want to use your business login? I’m too impatient to log in and log out each time I visit a site; with separate browsers, I can stay logged in all the time, even if I use overlapping services.  It’s also good for web forms and blog comments, for the same reason. You can have each browser remember a different address or e-mail - home and work, say - so you don’t have to re-type it every time.</p>\n<p>Also, with separate browsers, you get separate bookmarks. For me, this is key; I don’t like having to search through lots of different folders to find the bookmark I’m looking for. Knowing that all my business links are in Firefox (for example) saves me a lot of time. I can set up each browser to open a specific set of bookmarks for me each time I log in, and I can easily manage the follow-up on sites I want to write about.</p>\n<p>Yes, I said <em>write</em>. This is an article about blogging, remember? All of these things lead to this next thing: managing your blogs.</p>\n<h3>One Blog Per Person(a)</h3>\n<p>I’ve got a lot of blogs. A <a href=\"http://www.whatcouldbe.com\">business blog</a>, a <a href=\"http://www.cranky-mama.com\">mommy blog</a>, and a <a href=\"http://www.buzzverb.com\">fledgling copywriting blog</a>, to name a few. At any given time, I have between ten and twenty tabs open in each of my browsers - stories I want to read or write about, services I want to check out, links I want to bookmark, reference material and entertainment. How do I keep track of it all?</p>\n<p>Since I’ve assigned my personas different browsers, the first big chunk of work is done for me. I know at a glance that all the tabs I have open in Firefox are related either to writing (for Buzzverb) or design (for What Could Be) while the tabs in Flock are related to parenting, kids, or my new obsession with crafting. This makes it easy to focus my attention on one thing or the other, which in turn means I won’t be derailed in the middle of writing an article about web design by an amusing parenting anecdote. More importantly, it means I won’t lose an important link by overloading my brain with too many disparate subjects.</p>\n<p>Since I use Flock, posting to my Cranky Mama blog is easy as pie; I just fire up Flock’s integrated blogging client and go to town. Since my mommy blog is pretty informal and doesn’t require a lot of editing (or, to be honest, a lot of research), I don’t miss the more advanced features of a robust desktop client.</p>\n<p>For my business blogs, though, I want something with a few more options. I use MarsEdit, although there are dozens of options that are equally useful. Since all my links are open in Firefox, it’s easy to reference articles and sites, and if I want to find something I looked at a few days ago, my history is relevant to my business persona.</p>\n<h3>Don’t Forget That There Is Only One of You</h3>\n<p>Despite all this talk of multiple identities, you’re still only one person. Don’t expect that you’ll be able to maintain daily blogs for each of your <em>personas</em> unless you’ve got a truly ridiculous amount of time to set aside for blogging.</p>\n<p>Decide ahead of time which blog you want to devote the most attention to, and make that your priority. Here are some ideas for managing all that writing:</p>\n<ul>\n<li>Set deadlines for yourself so that you don’t leave any of your blogs hanging. If you’re particularly anal-retentive like me, you may want to use a calendaring service to remind you which days you plan to publish to which blog. Backpack, for example, will send an e-mail each week to remind me to post an article to What Could Be.  I’m not suggesting that a mild case of OCD is a <em>good</em> thing; I’m just saying you might as well put it to work for you. Am I right?</li>\n<li>Compose entries ahead of time whenever possible; this makes it easy to publish something when your creative energies have run out.</li>\n<li>Don’t underestimate the power of linking. On days when you just <em>can’t</em> come up with anything to say, put those open tabs to work for you. Tell the world what you’re reading about. The world will thank you, if by <em>thank you</em> you mean <em>take a look and collectively shrug</em>. (A caveat: make at least a token effort to describe your recommendations using your own words. If you just post a list of links, the other kids on the internet will point at you and laugh.)</li>\n</ul>\n<h3>Bring it All Together</h3>\n<p>Now that you’ve got everything all neatly separated, how do you bring together all your myriad online identities? My suggestion is an identity management service like <a href=\"http://www.claimid.com\">ClaimID</a> or an aggregator like <a href=\"http://www.jaiku.com\">Jaiku</a>. ClaimID lets you list every single little bit of information associated with your name and compile the links in one page; you can set privacy levels for each item and arrange by importance (or however else you want). Jaiku lets you enter the RSS feeds for all your many blogs, photo streams, or whatever, and uses all that to create a page which has a constantly-updating, personalized information feed, showing you at a glance where you’ve been putting your energy. (And no, if you’re wondering. I get nothing for making these recommendations. Just the inner satisfaction of making good links, and really, isn’t that what linking is about?)</p>\n<h3>Go. Blog.</h3>\n<p>Now put all these suggestions to work for you. You’ve got the tools. You’ve got the interests. Give it a whirl and see if you can juggle more than one identity. In fact, nothing is stopping you from starting a new blog right now. Go ahead! I’ll wait.\n</p>\";s:7:\"pubdate\";s:31:\"Sat, 13 Jan 2007 23:39:22 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:9559:\"<p><small>This is the Twenty Second entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by </small><small><a href=\"http://www.cranky-mama.com/\">Jessica Beck</a></small></p>\n<h2 class=\"entry-title\">Blog Juggling: Keeping All Your Online Identities In The Air at Once</h2>\n<p>These days it isn’t unusual for people to have several online aliases. There’s the personal <em>persona</em>, hanging out on MySpace and YouTube; there’s the work <em>persona</em>, reading news feeds and doing online research; and there’s often a third, leisure <em>persona</em>, frequenting specialized bulletin boards and sites for hobbies like crafting, D&#038;D or politics. And, of course, it wouldn’t be Web 2.0 if each of those aliases didn’t have its own blog.</p>\n<p>As someone who manages several distinctly different blogs, I feel for people taking on the challenge of multiple online identities. The need for them, however, is undeniable. Here are some ways to make it all work (and crank up your productivity in the bargain).</p>\n<h3>Compartmentalize</h3>\n<p>The first step in managing multiple identities is breaking them down into bite-sized chunks. If you’re dealing with the line between business and personal, that may be an easy task. But what if your personal and leisure identities overlap? How do you categorize, for example, your love of a site like <a href=\"http://www.dogster.com\">Dogster</a> - is that personal, or is it leisure? Do you even <em>need</em> a leisure <em>persona</em>? The easiest way to figure that out is to look at your Dogster identity as though you were a stranger. Would you want the random Dogster aficionado to Google the alias in your profile and see, for example, your personal MySpace page or your Flickr photostream? If the answer is yes - if you’re on Dogster to invite other dog-lovers into your life, or if your life is already all dogs, all the time - then you probably don’t need a leisure <em>persona</em>. But if you’d rather your personal life and your hobbies remained at least superficially separate, you’d do well to use a distinct identity for each one.</p>\n<h3>Social Bookmarking: Mark ‘Em All, Let the Internet Sort ‘Em Out</h3>\n<p>If you’re going to use any sort of blogroll on your sites (and who doesn’t, these days?), you’ll want an easy way to sort the different links to correspond with your different identities. One of the easiest ways to do that is by using a social bookmarking service like Ma.gnolia or Del.icio.us. Just make sure you tag religiously and tag well, and you’re good to go. Truly compartmentalized people like me may even use different accounts for personal vs. business links, but within each account I use tags to separate, for example, my parenting links from my catch-all check-out-this-page links.</p>\n<h3>Browse in Multiples</h3>\n<p>One you’ve figured out how to define your categories and started the process of separating the personal from the professional, it’s time to put your browsers to work for you.</p>\n<p>Only using one browser? That’s <em>so</em> last year. The easiest way to segregate one identity from another is to use different browsers for each. That way you can visit the same sites and collect different cookies. That’s especially useful for internet searches and news portals, but is also good for managing sites like Flickr, which requires a separate login for each alias. Think about it like this: if you want to comment on a friend’s photo, do you want to use your business login? I’m too impatient to log in and log out each time I visit a site; with separate browsers, I can stay logged in all the time, even if I use overlapping services.  It’s also good for web forms and blog comments, for the same reason. You can have each browser remember a different address or e-mail - home and work, say - so you don’t have to re-type it every time.</p>\n<p>Also, with separate browsers, you get separate bookmarks. For me, this is key; I don’t like having to search through lots of different folders to find the bookmark I’m looking for. Knowing that all my business links are in Firefox (for example) saves me a lot of time. I can set up each browser to open a specific set of bookmarks for me each time I log in, and I can easily manage the follow-up on sites I want to write about.</p>\n<p>Yes, I said <em>write</em>. This is an article about blogging, remember? All of these things lead to this next thing: managing your blogs.</p>\n<h3>One Blog Per Person(a)</h3>\n<p>I’ve got a lot of blogs. A <a href=\"http://www.whatcouldbe.com\">business blog</a>, a <a href=\"http://www.cranky-mama.com\">mommy blog</a>, and a <a href=\"http://www.buzzverb.com\">fledgling copywriting blog</a>, to name a few. At any given time, I have between ten and twenty tabs open in each of my browsers - stories I want to read or write about, services I want to check out, links I want to bookmark, reference material and entertainment. How do I keep track of it all?</p>\n<p>Since I’ve assigned my personas different browsers, the first big chunk of work is done for me. I know at a glance that all the tabs I have open in Firefox are related either to writing (for Buzzverb) or design (for What Could Be) while the tabs in Flock are related to parenting, kids, or my new obsession with crafting. This makes it easy to focus my attention on one thing or the other, which in turn means I won’t be derailed in the middle of writing an article about web design by an amusing parenting anecdote. More importantly, it means I won’t lose an important link by overloading my brain with too many disparate subjects.</p>\n<p>Since I use Flock, posting to my Cranky Mama blog is easy as pie; I just fire up Flock’s integrated blogging client and go to town. Since my mommy blog is pretty informal and doesn’t require a lot of editing (or, to be honest, a lot of research), I don’t miss the more advanced features of a robust desktop client.</p>\n<p>For my business blogs, though, I want something with a few more options. I use MarsEdit, although there are dozens of options that are equally useful. Since all my links are open in Firefox, it’s easy to reference articles and sites, and if I want to find something I looked at a few days ago, my history is relevant to my business persona.</p>\n<h3>Don’t Forget That There Is Only One of You</h3>\n<p>Despite all this talk of multiple identities, you’re still only one person. Don’t expect that you’ll be able to maintain daily blogs for each of your <em>personas</em> unless you’ve got a truly ridiculous amount of time to set aside for blogging.</p>\n<p>Decide ahead of time which blog you want to devote the most attention to, and make that your priority. Here are some ideas for managing all that writing:</p>\n<ul>\n<li>Set deadlines for yourself so that you don’t leave any of your blogs hanging. If you’re particularly anal-retentive like me, you may want to use a calendaring service to remind you which days you plan to publish to which blog. Backpack, for example, will send an e-mail each week to remind me to post an article to What Could Be.  I’m not suggesting that a mild case of OCD is a <em>good</em> thing; I’m just saying you might as well put it to work for you. Am I right?</li>\n<li>Compose entries ahead of time whenever possible; this makes it easy to publish something when your creative energies have run out.</li>\n<li>Don’t underestimate the power of linking. On days when you just <em>can’t</em> come up with anything to say, put those open tabs to work for you. Tell the world what you’re reading about. The world will thank you, if by <em>thank you</em> you mean <em>take a look and collectively shrug</em>. (A caveat: make at least a token effort to describe your recommendations using your own words. If you just post a list of links, the other kids on the internet will point at you and laugh.)</li>\n</ul>\n<h3>Bring it All Together</h3>\n<p>Now that you’ve got everything all neatly separated, how do you bring together all your myriad online identities? My suggestion is an identity management service like <a href=\"http://www.claimid.com\">ClaimID</a> or an aggregator like <a href=\"http://www.jaiku.com\">Jaiku</a>. ClaimID lets you list every single little bit of information associated with your name and compile the links in one page; you can set privacy levels for each item and arrange by importance (or however else you want). Jaiku lets you enter the RSS feeds for all your many blogs, photo streams, or whatever, and uses all that to create a page which has a constantly-updating, personalized information feed, showing you at a glance where you’ve been putting your energy. (And no, if you’re wondering. I get nothing for making these recommendations. Just the inner satisfaction of making good links, and really, isn’t that what linking is about?)</p>\n<h3>Go. Blog.</h3>\n<p>Now put all these suggestions to work for you. You’ve got the tools. You’ve got the interests. Give it a whirl and see if you can juggle more than one identity. In fact, nothing is stopping you from starting a new blog right now. Go ahead! I’ll wait.\n</p>\";}i:6;a:7:{s:5:\"title\";s:40:\"Lorelle on WP: Glimpses of WordPress 2.1\";s:4:\"guid\";s:65:\"http://lorelle.wordpress.com/2007/01/13/glimpses-of-wordpress-21/\";s:4:\"link\";s:65:\"http://lorelle.wordpress.com/2007/01/13/glimpses-of-wordpress-21/\";s:11:\"description\";s:360:\"Ryan Boren, one of the lead WordPress developers, has been releasing preview information on WordPress 2.1, along with some other well-know WordPress developers, testers, and users. Here are some teasers about WordPress 2.1, due out soon:\n\nRyan Boren reports there will be a Custom Image Header API which will allow easier handling of adding custom header [...]\";s:7:\"pubdate\";s:31:\"Sat, 13 Jan 2007 10:36:51 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:360:\"Ryan Boren, one of the lead WordPress developers, has been releasing preview information on WordPress 2.1, along with some other well-know WordPress developers, testers, and users. Here are some teasers about WordPress 2.1, due out soon:\n\nRyan Boren reports there will be a Custom Image Header API which will allow easier handling of adding custom header [...]\";}i:7;a:7:{s:5:\"title\";s:72:\"Lorelle on WP: Podcast Release WordPress Plugin Helps You Get Permission\";s:4:\"guid\";s:98:\"http://lorelle.wordpress.com/2007/01/13/podcast-release-wordpress-plugin-helps-you-get-permission/\";s:4:\"link\";s:98:\"http://lorelle.wordpress.com/2007/01/13/podcast-release-wordpress-plugin-helps-you-get-permission/\";s:11:\"description\";s:347:\"Podcast Release Wordpress Plugin is a novel use of a WordPress Plugin that helps you blog better and professionally. \nAccording to MWGblog&#8217;s Michael W. Geoghegan, the Podcast Release WordPress Plugin creates a Podcast Release form. This is a permission form to use your voice and words in a published podcast, on your site. It provides [...]\";s:7:\"pubdate\";s:31:\"Sat, 13 Jan 2007 07:38:25 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:347:\"Podcast Release Wordpress Plugin is a novel use of a WordPress Plugin that helps you blog better and professionally. \nAccording to MWGblog&#8217;s Michael W. Geoghegan, the Podcast Release WordPress Plugin creates a Podcast Release form. This is a permission form to use your voice and words in a published podcast, on your site. It provides [...]\";}i:8;a:7:{s:5:\"title\";s:55:\"Weblog Tools Collection: WordPress Themes Releases 1/13\";s:4:\"guid\";s:83:\"http://weblogtoolscollection.com/archives/2007/01/13/wordpress-themes-releases-113/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/74756455/\";s:11:\"description\";s:1701:\"<p><a href=\"http://themes.wordpress.net/columns/2-columns/1398/sweetbuzz-white-blue-lite-10/\">SweetBuzz White-blue Lite</a> designed and coded by <a href=\"http://www.briangreens.com/\">Brian Green</a> and <a href=\"http://www.darjanpanic.com/\">Darjan Panic</a> is a two column, fixed width WordPress theme. </p>\n<p><a href=\"http://www.peterandrej.com/wordpress/\">SimpleTwo</a> is a really simple widget ready WordPress theme by Peterandrej. His other themes are also listed on the theme page.</p>\n<p><a href=\"http://themes.wordpress.net/columns/2-columns/1399/science-fiction-10/\">Science Fiction</a> and <a href=\"http://themes.wordpress.net/columns/2-columns/1394/red-rose-1/\">Red Rose</a> are two WordPress themes by <a href=\"http://www.vickychild.info/wordpress-themes/\">Vicky Child</a></p>\n<p><a href=\"http://wpthemespot.com/2007/01/12/godofgates-theme/\">God of Gates</a> is a 2 column, fixed-width, sidebar widget ready theme.</p>\n<p><a href=\"http://themes.wordpress.net/columns/2-columns/1396/gladiola-10/\">Gladiola</a> is a pristine, pastel-colored 2-column theme for Wordpress and has a great combination of style and elegance. Other themes by <a href=\"http://www.briangardner.com/themes/\">Brian Gardner</a>.</p>\n<p><a href=\"http://www.blazenewmedia.com/projects/durable\">Durable</a> is a completely customizable theme wrt colors and settings. Users can customize the colors that they wish to see on your sites. Admins have the same functionality and can even save these choices.</p>\n<p><a href=\"http://ericulous.com/2007/01/13/wp-theme-red-business/\">Red Business</a> is the WordPress theme ported from <a href=\"http://www.free-css-templates.com/demo/red-business/\">Free CSS Templates</a>.\n</p>\";s:7:\"pubdate\";s:31:\"Sat, 13 Jan 2007 04:49:10 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1701:\"<p><a href=\"http://themes.wordpress.net/columns/2-columns/1398/sweetbuzz-white-blue-lite-10/\">SweetBuzz White-blue Lite</a> designed and coded by <a href=\"http://www.briangreens.com/\">Brian Green</a> and <a href=\"http://www.darjanpanic.com/\">Darjan Panic</a> is a two column, fixed width WordPress theme. </p>\n<p><a href=\"http://www.peterandrej.com/wordpress/\">SimpleTwo</a> is a really simple widget ready WordPress theme by Peterandrej. His other themes are also listed on the theme page.</p>\n<p><a href=\"http://themes.wordpress.net/columns/2-columns/1399/science-fiction-10/\">Science Fiction</a> and <a href=\"http://themes.wordpress.net/columns/2-columns/1394/red-rose-1/\">Red Rose</a> are two WordPress themes by <a href=\"http://www.vickychild.info/wordpress-themes/\">Vicky Child</a></p>\n<p><a href=\"http://wpthemespot.com/2007/01/12/godofgates-theme/\">God of Gates</a> is a 2 column, fixed-width, sidebar widget ready theme.</p>\n<p><a href=\"http://themes.wordpress.net/columns/2-columns/1396/gladiola-10/\">Gladiola</a> is a pristine, pastel-colored 2-column theme for Wordpress and has a great combination of style and elegance. Other themes by <a href=\"http://www.briangardner.com/themes/\">Brian Gardner</a>.</p>\n<p><a href=\"http://www.blazenewmedia.com/projects/durable\">Durable</a> is a completely customizable theme wrt colors and settings. Users can customize the colors that they wish to see on your sites. Admins have the same functionality and can even save these choices.</p>\n<p><a href=\"http://ericulous.com/2007/01/13/wp-theme-red-business/\">Red Business</a> is the WordPress theme ported from <a href=\"http://www.free-css-templates.com/demo/red-business/\">Free CSS Templates</a>.\n</p>\";}i:9;a:7:{s:5:\"title\";s:52:\"Weblog Tools Collection: WP Plugin Releases for 1/13\";s:4:\"guid\";s:80:\"http://weblogtoolscollection.com/archives/2007/01/13/wp-plugin-releases-for-113/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/74753565/\";s:11:\"description\";s:1158:\"<p><a href=\"http://kamajole.dk/blog/2007/01/12/mbla/\">MBLA</a> is an acronym for &#8220;MyBlogLog Avatars&#8221; and is a plugin for Wordpress that can add avatars from MyBlogLog to posts and comments.</p>\n<p><a href=\"http://www.webwork-studios.de/index.php/2007/01/12/ws-acronymes/\">WS Acronymes</a> Adds to every acronym the description via the <code>title</code> attribute, which can be saved in the database.</p>\n<p><a href=\"http://dragonflyeye.net/blog/2007/01/12/javascript-animated-collapsing/\">JavaScript Animated Collapsing Categories</a> uses WordPress Categories which have Parent to Child relationships to create a collapsible list of Categories for your weblog. </p>\n<p><a href=\"http://www.blogg.digga.se/digga-plugin-for-wordpress/13/\">Digga</a> lets your visitors add your blog entries to <a href=\"http://www.digga.se/\">Digga</a> - a fast growing Swedish community where members can add and vote for links and videos, kind of like digg.</p>\n<p><a href=\"http://www.2diabolos.com/blog/plugin-import_wordpress-importer-articles-et-fichier/\">import_wordpress</a> allows you to import posts and linked files from one WordPress site to another.\n</p>\";s:7:\"pubdate\";s:31:\"Sat, 13 Jan 2007 04:30:24 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1158:\"<p><a href=\"http://kamajole.dk/blog/2007/01/12/mbla/\">MBLA</a> is an acronym for &#8220;MyBlogLog Avatars&#8221; and is a plugin for Wordpress that can add avatars from MyBlogLog to posts and comments.</p>\n<p><a href=\"http://www.webwork-studios.de/index.php/2007/01/12/ws-acronymes/\">WS Acronymes</a> Adds to every acronym the description via the <code>title</code> attribute, which can be saved in the database.</p>\n<p><a href=\"http://dragonflyeye.net/blog/2007/01/12/javascript-animated-collapsing/\">JavaScript Animated Collapsing Categories</a> uses WordPress Categories which have Parent to Child relationships to create a collapsible list of Categories for your weblog. </p>\n<p><a href=\"http://www.blogg.digga.se/digga-plugin-for-wordpress/13/\">Digga</a> lets your visitors add your blog entries to <a href=\"http://www.digga.se/\">Digga</a> - a fast growing Swedish community where members can add and vote for links and videos, kind of like digg.</p>\n<p><a href=\"http://www.2diabolos.com/blog/plugin-import_wordpress-importer-articles-et-fichier/\">import_wordpress</a> allows you to import posts and linked files from one WordPress site to another.\n</p>\";}i:10;a:7:{s:5:\"title\";s:42:\"Weblog Tools Collection: Humor in Blogging\";s:4:\"guid\";s:71:\"http://weblogtoolscollection.com/archives/2007/01/12/humor-in-blogging/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/74428782/\";s:11:\"description\";s:6123:\"<p><small>This is the Twenty First entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://www.pointless-drivel.com/\">Brad Finn</a><br />\n</small></p>\n<p>I am not a serious guy.   Well, that’s not entirely true.</p>\n<p>Damn it, I’ve begun by lying  to you.  I am off to a bad start.  Please let me try again.</p>\n<p>I <em>can</em> be a serious guy  when it comes to my job or paying my mortgage or when I am in court  defending myself against a totally trumped up charge of statutory rape  (hey, she showed me her driver’s license, how was I supposed to know  it was a fake?)</p>\n<p>But for the most part, the  writing I do for my blog is not serious.  My focus is humor.   Now, by humor I don’t mean knock-knock jokes or where to find the  best deals on joy buzzers, although joy buzzers are certainly fun.   Can we all agree on that?</p>\n<p>My blogging is an extension  of my sarcastic, angst-ridden, and absurd take on life and that is exactly  my intention.  I want it to be light, because that is where the  bulk of my writing ability lies.  I am not going to be the guy  writing an in-depth post about global warming, supply-side economics,  the vanishing rain forest, or who is most likely to be President in  two years.  Trust me; I don’t understand any of that.  I  am not going to be running down to the patent office any time soon saying  “Hey, look what I invented; give me a number on this thing!”</p>\n<p>I can’t do that.  I’m  just not wired that way.  And for the most part I am not really  interested in reading about those things either, unless perhaps there  is a little humor thrown in to help make it go down a little bit easier.</p>\n<p>My main point is this: humor  is the great common denominator.  Everyone likes to laugh and be  entertained, or at least they like to chuckle.  Even Dick Cheney  chuckles for God’s sake.  Sure, he does it in a way that makes  you nearly wet your pants in terror, but still…</p>\n<p>You don’t have to be a jolly  goofball like me, but a light humorous touch really does mean so much.   It can take the edge off, keep someone’s interest piqued, and in general  lighten up what might otherwise be a pretty heavy post.</p>\n<p>Now the thing about a sense  of humor is that everyone thinks they have one, but they don’t.   It’s kind of like being good in bed, everyone thinks that they are,  but not everyone is.  Believe me; I know what I’m talking about,  and I still have the rug burns to prove it.</p>\n<p>However, I am of the opinion  that most people who write can be funny, and humor is one of the most  powerful tools you can possess in your creative arsenal.  Well,  that and blasting caps. You’re going to need those as well, but I  can’t tell you why.</p>\n<p>If you are angry about something,  sarcasm can be a humorous way to get your point across.  If you  feel compelled to complain or vent about something going wrong in your  life, a little self-deprecation can go a long way toward making the  post a little more palatable to readers.  Also, a well placed witty  bon mot can make you seem a lot more intelligent than you really are.   Trust me on <em>that</em> one as well.  I have spent my entire life  devising ways to make myself appear smarter than I really am.   It seemed less work than actually improving my intellect.</p>\n<p>Believe me, if you throw around  a couple of big words correctly and toss off a witty quip now and then,  no one is going to focus on your inability to diagram a sentence or  do long division.  When people like what they see, they don’t  dig too deep.</p>\n<p>Readers, by and large, want  to be entertained.  Yes, there is a place for serious discussion  on religion, politics, world events, etc. but the majority of us just  want to live our lives, share little pieces of ourselves along the way,  engage in friendly conversation with like-minded individuals, and make  our own little world a happier place to live.</p>\n<p>Wow…if that isn’t a sentence  that calls for a group hug than I don’t know what is.</p>\n<p>And not only will a humorous  touch keep your readers coming back, but a similar approach to comments  left on other blogs will attract a whole new group of readers to your  site.  A clever comment is to a blogger as a monkey is to an organ  grinder…or something.</p>\n<p>Soon word of your razor sharp  mind and your gift for witty repartee will spread through the blogosphere  not unlike the way dysentery spread through my family the day we let  Uncle Malcolm man the grill at the reunion barbecue.  That was  a special time.</p>\n<p>Humor is the salt in your spice  cabinet, the ketchup on the condiment shelf, the tidy whities in your  underwear drawer, the ribbed rubber cylindrical device in the nightstand  where you keep…well, you get the idea.</p>\n<p>Find and embrace the funny.   Make a friend of the funny.  Cultivate the funny.  Trust me  when I say that a little investment in humor will pay huge dividends  down the line.  Your readership will grow steadily and it won’t  be long before you will hardly be able to remember those lean times  when you would go days between getting a comment.</p>\n<p>A humorous touch will make  you seem more real and more likable.  You don’t have to be a  joke machine or a shock jock. You just have to be you.  And you’re  funny, right?  I could tell right off that you were a person of  wit and good humor.</p>\n<p>So go forth and lighten up!   Be the kind of writer that<em> you</em> would want to read. When writing,  always keep an ear out for how your words might sound to others.   In no time at all other bloggers will be sending their friends over  to check your site out.</p>\n<p>And so it will begin.\n</p>\";s:7:\"pubdate\";s:31:\"Sat, 13 Jan 2007 00:30:32 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:6123:\"<p><small>This is the Twenty First entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://www.pointless-drivel.com/\">Brad Finn</a><br />\n</small></p>\n<p>I am not a serious guy.   Well, that’s not entirely true.</p>\n<p>Damn it, I’ve begun by lying  to you.  I am off to a bad start.  Please let me try again.</p>\n<p>I <em>can</em> be a serious guy  when it comes to my job or paying my mortgage or when I am in court  defending myself against a totally trumped up charge of statutory rape  (hey, she showed me her driver’s license, how was I supposed to know  it was a fake?)</p>\n<p>But for the most part, the  writing I do for my blog is not serious.  My focus is humor.   Now, by humor I don’t mean knock-knock jokes or where to find the  best deals on joy buzzers, although joy buzzers are certainly fun.   Can we all agree on that?</p>\n<p>My blogging is an extension  of my sarcastic, angst-ridden, and absurd take on life and that is exactly  my intention.  I want it to be light, because that is where the  bulk of my writing ability lies.  I am not going to be the guy  writing an in-depth post about global warming, supply-side economics,  the vanishing rain forest, or who is most likely to be President in  two years.  Trust me; I don’t understand any of that.  I  am not going to be running down to the patent office any time soon saying  “Hey, look what I invented; give me a number on this thing!”</p>\n<p>I can’t do that.  I’m  just not wired that way.  And for the most part I am not really  interested in reading about those things either, unless perhaps there  is a little humor thrown in to help make it go down a little bit easier.</p>\n<p>My main point is this: humor  is the great common denominator.  Everyone likes to laugh and be  entertained, or at least they like to chuckle.  Even Dick Cheney  chuckles for God’s sake.  Sure, he does it in a way that makes  you nearly wet your pants in terror, but still…</p>\n<p>You don’t have to be a jolly  goofball like me, but a light humorous touch really does mean so much.   It can take the edge off, keep someone’s interest piqued, and in general  lighten up what might otherwise be a pretty heavy post.</p>\n<p>Now the thing about a sense  of humor is that everyone thinks they have one, but they don’t.   It’s kind of like being good in bed, everyone thinks that they are,  but not everyone is.  Believe me; I know what I’m talking about,  and I still have the rug burns to prove it.</p>\n<p>However, I am of the opinion  that most people who write can be funny, and humor is one of the most  powerful tools you can possess in your creative arsenal.  Well,  that and blasting caps. You’re going to need those as well, but I  can’t tell you why.</p>\n<p>If you are angry about something,  sarcasm can be a humorous way to get your point across.  If you  feel compelled to complain or vent about something going wrong in your  life, a little self-deprecation can go a long way toward making the  post a little more palatable to readers.  Also, a well placed witty  bon mot can make you seem a lot more intelligent than you really are.   Trust me on <em>that</em> one as well.  I have spent my entire life  devising ways to make myself appear smarter than I really am.   It seemed less work than actually improving my intellect.</p>\n<p>Believe me, if you throw around  a couple of big words correctly and toss off a witty quip now and then,  no one is going to focus on your inability to diagram a sentence or  do long division.  When people like what they see, they don’t  dig too deep.</p>\n<p>Readers, by and large, want  to be entertained.  Yes, there is a place for serious discussion  on religion, politics, world events, etc. but the majority of us just  want to live our lives, share little pieces of ourselves along the way,  engage in friendly conversation with like-minded individuals, and make  our own little world a happier place to live.</p>\n<p>Wow…if that isn’t a sentence  that calls for a group hug than I don’t know what is.</p>\n<p>And not only will a humorous  touch keep your readers coming back, but a similar approach to comments  left on other blogs will attract a whole new group of readers to your  site.  A clever comment is to a blogger as a monkey is to an organ  grinder…or something.</p>\n<p>Soon word of your razor sharp  mind and your gift for witty repartee will spread through the blogosphere  not unlike the way dysentery spread through my family the day we let  Uncle Malcolm man the grill at the reunion barbecue.  That was  a special time.</p>\n<p>Humor is the salt in your spice  cabinet, the ketchup on the condiment shelf, the tidy whities in your  underwear drawer, the ribbed rubber cylindrical device in the nightstand  where you keep…well, you get the idea.</p>\n<p>Find and embrace the funny.   Make a friend of the funny.  Cultivate the funny.  Trust me  when I say that a little investment in humor will pay huge dividends  down the line.  Your readership will grow steadily and it won’t  be long before you will hardly be able to remember those lean times  when you would go days between getting a comment.</p>\n<p>A humorous touch will make  you seem more real and more likable.  You don’t have to be a  joke machine or a shock jock. You just have to be you.  And you’re  funny, right?  I could tell right off that you were a person of  wit and good humor.</p>\n<p>So go forth and lighten up!   Be the kind of writer that<em> you</em> would want to read. When writing,  always keep an ear out for how your words might sound to others.   In no time at all other bloggers will be sending their friends over  to check your site out.</p>\n<p>And so it will begin.\n</p>\";}i:11;a:7:{s:5:\"title\";s:60:\"Weblog Tools Collection: Giving and Receiving Through a Blog\";s:4:\"guid\";s:89:\"http://weblogtoolscollection.com/archives/2007/01/12/giving-and-receiving-through-a-blog/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/74418579/\";s:11:\"description\";s:7567:\"<p><small>This is the Twentieth entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://deep.mastersfamily.org\">John Masters</a></small></p>\n<p>For many years, I worked in the Records Management  industry. This discipline has moved from merely being concerned with what&#8217;s in  the file room to managing the myriad types of content, both paper and  electronic, maintained by every enterprise. It is a fun and challenging  industry.</p>\n<p>While I&#8217;ve always been technical and computer  literate, some years ago I realized I needed to become more literate with  programming and the internet as my industry moved  towards being more technical. As  more a &#8220;doer&#8221; than a &#8220;reader,&#8221;  I started out creating some websites. These turned out OK, and I did learn a  lot. I was asked to create a few other sites, some for a small stipend, some as  gratis work.</p>\n<p>After moving and settling here in Tampa some years  ago, I joined a local Methodist Church. Although it&#8217;s a reasonably large church,  I was fortunate enough to become friends with the two ministers. Subsequently, I  assumed the role of redesigning and maintaining the church&#8217;s website. It really  was lacking, and while I&#8217;m not the greatest web designer in the world, I knew I  could make it look better.</p>\n<p>A few years ago I began to explore blogging as a  way to learn other aspects of the web as it moves from static HTML to more  interactive types of programming.</p>\n<p>After building and spending some time tinkering  with my Wordpress-run blog, I was feeling confident about my skills. I had an  idea for a way to drive traffic to the church website, and make it interactive  for the members. I approached the ministers about an idea for something that  came to be called &#8220;The Barnabas Project.&#8221;</p>\n<p>The project is named for the friend and colleague  in ministry of the Apostle Paul in the New Testament. Barnabas was a source of  support, encouragement, and inspiration to Paul. In fact, the name was  interpreted as meaning &#8220;son of exhortation&#8221; or &#8220;consolation&#8221;.  Barnabas was  the person who was Paul’s advocate to the disciples after his conversion.   Without Barnabas, what would have happened to Paul?  With Barnabas, the  world was changed.</p>\n<p>The idea for the project was to allow anyone to  visit the Barnabas Project Blog and leave a story about the people in their life  that had made a difference…the people that had inspired and encouraged them  along life&#8217;s way. For those people not comfortable writing their story on-line,  we had arranged to have the youth available to enter hand-written stories. I  created an instruction page in both paper format, and on-line and of course  installed the blog software and configured the site.</p>\n<p>To kick-off the project, the Senior Minister  preached a sermon on an early January Sunday in 2004 using the story of Barnabas  as the sermon text. I happen to think  it was one of the best sermons he had preached in my three years at the church.  At the end of the service, he called attention to a bulletin insert with  instructions, and announced the blog.</p>\n<p>Since this was my idea, I&#8217;d written an entry to  start things off. I wrote about the person that had been the band director in my  hometown in North Carolina. He was something of a legend, and a tough guy, but  he was able to start you out in Junior High, and present a high school band that  played the highest grade concert music and consistently received &#8220;excellent&#8221;  ratings in the state band competition. I wrote about how it was this  man who taught me that I could do  most anything I set out to do, and he showed us all the discipline required to do it well. Those  lessons have stuck with me throughout  my life.</p>\n<p>Well, our little project was out there, and after  nearly a year I had not given it a lot more thought other than the occasional  software upgrade. It never got the attention I&#8217;d hoped, but a number people  posted some wonderfully touching stories and  remembrances.</p>\n<p>Just a little over a year after that kickoff, I was  sitting in my office on an otherwise rather &#8220;blah&#8221; day. It was February, and  even here in Florida there can be cool gray days. There was nothing special  going on, and I was actually rather busy and under some stress. I remember it  was a Wednesday.</p>\n<p>My phone rang, and a rather deep scratchy voice on  the other end of the line quietly asked, &#8220;Is this <span id=\"st\" class=\"st\">John</span> <span id=\"st\" class=\"st\">Masters</span> from Kings  Mountain?&#8221; I said yes, and from the other end of the line I heard, &#8220;well this is  Mr. Deal.&#8221; Needless to say, I was a little taken aback, as I had no idea why,  after over 20 years since last speaking with my old Band Director, he&#8217;d be calling me. The blog entry never  occurred to me. I&#8217;d written that over a year prior.</p>\n<p>As the story came out, Mr. Deal&#8217;s brother in  Arizona had been doing some genealogical research on the web. One of the results  he&#8217;d come across was the blog entry I&#8217;d written. He sent the link to Mr. Deal  back in my old home town. Since my mother is also retired as the nurse for the  school system there (and it&#8217;s a small town besides), it wasn&#8217;t hard for him to  get in touch with my mother to get my  phone number.</p>\n<p>He was calling to tell me about reading the story,  and about how much it had meant to him. Believe me, it was probably a bit  of a shocker, as I was one of the  guys that was always pushing the envelope a little. We&#8217;d conducted some late  night raids of putting realty signs in his yard. (Yeah, I know pretty tame by  today&#8217;s standards, but we always thought we were rather daring.) We would never  miss a chance to get into some mischief during marching band  season.</p>\n<p>We had a great time reminiscing about the band trip  to play at Disney World, and a group of us throwing him, along with some of the  other chaperones, into the hotel pool. We talked and laughed about some of the  other goings-on and other people that had been in the band at the same  time.</p>\n<p>Once our conversation was over, I could only sit  here at the desk quietly for a few minutes, and I got a bit choked up over how  good this experience made me feel.</p>\n<p>I couldn&#8217;t wait to share it with someone, so I  called a good friend to tell him what had just happened. He reminded me of an  important life lesson when he said, &#8220;Sometimes you don&#8217;t know if you are giving  or getting.&#8221; How true that is. I thought I was creating something to let other  people share their stories as a  tribute to others, and then, out of nowhere my little blog idea had  reached out across all that time and distance to bring back to my life this  important person in such a warm way.</p>\n<p>I am definitely one of the people that can get  wrapped up in the bits and bites of technology, but an important lesson to  remember is that these fabulous technologies can also bring great joy and  fulfillment.\n</p>\";s:7:\"pubdate\";s:31:\"Sat, 13 Jan 2007 00:30:32 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:7567:\"<p><small>This is the Twentieth entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://deep.mastersfamily.org\">John Masters</a></small></p>\n<p>For many years, I worked in the Records Management  industry. This discipline has moved from merely being concerned with what&#8217;s in  the file room to managing the myriad types of content, both paper and  electronic, maintained by every enterprise. It is a fun and challenging  industry.</p>\n<p>While I&#8217;ve always been technical and computer  literate, some years ago I realized I needed to become more literate with  programming and the internet as my industry moved  towards being more technical. As  more a &#8220;doer&#8221; than a &#8220;reader,&#8221;  I started out creating some websites. These turned out OK, and I did learn a  lot. I was asked to create a few other sites, some for a small stipend, some as  gratis work.</p>\n<p>After moving and settling here in Tampa some years  ago, I joined a local Methodist Church. Although it&#8217;s a reasonably large church,  I was fortunate enough to become friends with the two ministers. Subsequently, I  assumed the role of redesigning and maintaining the church&#8217;s website. It really  was lacking, and while I&#8217;m not the greatest web designer in the world, I knew I  could make it look better.</p>\n<p>A few years ago I began to explore blogging as a  way to learn other aspects of the web as it moves from static HTML to more  interactive types of programming.</p>\n<p>After building and spending some time tinkering  with my Wordpress-run blog, I was feeling confident about my skills. I had an  idea for a way to drive traffic to the church website, and make it interactive  for the members. I approached the ministers about an idea for something that  came to be called &#8220;The Barnabas Project.&#8221;</p>\n<p>The project is named for the friend and colleague  in ministry of the Apostle Paul in the New Testament. Barnabas was a source of  support, encouragement, and inspiration to Paul. In fact, the name was  interpreted as meaning &#8220;son of exhortation&#8221; or &#8220;consolation&#8221;.  Barnabas was  the person who was Paul’s advocate to the disciples after his conversion.   Without Barnabas, what would have happened to Paul?  With Barnabas, the  world was changed.</p>\n<p>The idea for the project was to allow anyone to  visit the Barnabas Project Blog and leave a story about the people in their life  that had made a difference…the people that had inspired and encouraged them  along life&#8217;s way. For those people not comfortable writing their story on-line,  we had arranged to have the youth available to enter hand-written stories. I  created an instruction page in both paper format, and on-line and of course  installed the blog software and configured the site.</p>\n<p>To kick-off the project, the Senior Minister  preached a sermon on an early January Sunday in 2004 using the story of Barnabas  as the sermon text. I happen to think  it was one of the best sermons he had preached in my three years at the church.  At the end of the service, he called attention to a bulletin insert with  instructions, and announced the blog.</p>\n<p>Since this was my idea, I&#8217;d written an entry to  start things off. I wrote about the person that had been the band director in my  hometown in North Carolina. He was something of a legend, and a tough guy, but  he was able to start you out in Junior High, and present a high school band that  played the highest grade concert music and consistently received &#8220;excellent&#8221;  ratings in the state band competition. I wrote about how it was this  man who taught me that I could do  most anything I set out to do, and he showed us all the discipline required to do it well. Those  lessons have stuck with me throughout  my life.</p>\n<p>Well, our little project was out there, and after  nearly a year I had not given it a lot more thought other than the occasional  software upgrade. It never got the attention I&#8217;d hoped, but a number people  posted some wonderfully touching stories and  remembrances.</p>\n<p>Just a little over a year after that kickoff, I was  sitting in my office on an otherwise rather &#8220;blah&#8221; day. It was February, and  even here in Florida there can be cool gray days. There was nothing special  going on, and I was actually rather busy and under some stress. I remember it  was a Wednesday.</p>\n<p>My phone rang, and a rather deep scratchy voice on  the other end of the line quietly asked, &#8220;Is this <span id=\"st\" class=\"st\">John</span> <span id=\"st\" class=\"st\">Masters</span> from Kings  Mountain?&#8221; I said yes, and from the other end of the line I heard, &#8220;well this is  Mr. Deal.&#8221; Needless to say, I was a little taken aback, as I had no idea why,  after over 20 years since last speaking with my old Band Director, he&#8217;d be calling me. The blog entry never  occurred to me. I&#8217;d written that over a year prior.</p>\n<p>As the story came out, Mr. Deal&#8217;s brother in  Arizona had been doing some genealogical research on the web. One of the results  he&#8217;d come across was the blog entry I&#8217;d written. He sent the link to Mr. Deal  back in my old home town. Since my mother is also retired as the nurse for the  school system there (and it&#8217;s a small town besides), it wasn&#8217;t hard for him to  get in touch with my mother to get my  phone number.</p>\n<p>He was calling to tell me about reading the story,  and about how much it had meant to him. Believe me, it was probably a bit  of a shocker, as I was one of the  guys that was always pushing the envelope a little. We&#8217;d conducted some late  night raids of putting realty signs in his yard. (Yeah, I know pretty tame by  today&#8217;s standards, but we always thought we were rather daring.) We would never  miss a chance to get into some mischief during marching band  season.</p>\n<p>We had a great time reminiscing about the band trip  to play at Disney World, and a group of us throwing him, along with some of the  other chaperones, into the hotel pool. We talked and laughed about some of the  other goings-on and other people that had been in the band at the same  time.</p>\n<p>Once our conversation was over, I could only sit  here at the desk quietly for a few minutes, and I got a bit choked up over how  good this experience made me feel.</p>\n<p>I couldn&#8217;t wait to share it with someone, so I  called a good friend to tell him what had just happened. He reminded me of an  important life lesson when he said, &#8220;Sometimes you don&#8217;t know if you are giving  or getting.&#8221; How true that is. I thought I was creating something to let other  people share their stories as a  tribute to others, and then, out of nowhere my little blog idea had  reached out across all that time and distance to bring back to my life this  important person in such a warm way.</p>\n<p>I am definitely one of the people that can get  wrapped up in the bits and bites of technology, but an important lesson to  remember is that these fabulous technologies can also bring great joy and  fulfillment.\n</p>\";}i:12;a:7:{s:5:\"title\";s:52:\"Weblog Tools Collection: WP Plugin Releases for 1/12\";s:4:\"guid\";s:80:\"http://weblogtoolscollection.com/archives/2007/01/12/wp-plugin-releases-for-112/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/74386441/\";s:11:\"description\";s:1569:\"<p><a href=\"http://nothing.golddave.com/?page_id=78\">Google Toolbar Button Plugin</a>: <em>The Google Toolbar Button plugin gives you a link in your sidebar (or wherever you want it in your theme) that installs a button to the google toolbar. The button give the ability to monitor the RSS feed of your blog from the Google Toolbar. It also adds your blog to the list of possible places to search when running a search from the Google Toolbar.</em></p>\n<p><a href=\"http://www.connectedinternet.co.uk/2006/12/31/1258/\">Latest Comments With Avatar</a> incorporates <a href=\"http://mybloglog.com/\">MyBlogLog</a> Avatars while displaying a list of latest comments on your site.</p>\n<p><a href=\"http://crazylittleworld.com/plugins/winlivestatus\">WinLiveStatus</a> is a plugin that lets you show your Windows Live Messenger status in you blog sidebar. WinLiveStatus is XHTML valid and includes 7 status images and 1 error image incase the bot decides to go moo.</p>\n<p><a href=\"http://www.thunderguy.com/semicolon/wordpress/top-cat-wordpress-plugin/\">Top Cat</a> lets you assign the main category for a post when you select more than one category for it.</p>\n<p><a href=\"http://www.vlowe.co.uk/code.php\">vlowe YouTube Gallery</a> displays a users videos and favourites as a gallery with player. Including video information and comments.</p>\n<p><a href=\"http://www.bueltge.de/wp-bubble-tooltips-plugin/142/\">Nice tooltip for links</a> with href- or title-attribut on the complete website or one ID. You can change between two nice tooltips - Bubble Tooltip or Sweet Title.</p>\";s:7:\"pubdate\";s:31:\"Sat, 13 Jan 2007 00:30:32 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:1569:\"<p><a href=\"http://nothing.golddave.com/?page_id=78\">Google Toolbar Button Plugin</a>: <em>The Google Toolbar Button plugin gives you a link in your sidebar (or wherever you want it in your theme) that installs a button to the google toolbar. The button give the ability to monitor the RSS feed of your blog from the Google Toolbar. It also adds your blog to the list of possible places to search when running a search from the Google Toolbar.</em></p>\n<p><a href=\"http://www.connectedinternet.co.uk/2006/12/31/1258/\">Latest Comments With Avatar</a> incorporates <a href=\"http://mybloglog.com/\">MyBlogLog</a> Avatars while displaying a list of latest comments on your site.</p>\n<p><a href=\"http://crazylittleworld.com/plugins/winlivestatus\">WinLiveStatus</a> is a plugin that lets you show your Windows Live Messenger status in you blog sidebar. WinLiveStatus is XHTML valid and includes 7 status images and 1 error image incase the bot decides to go moo.</p>\n<p><a href=\"http://www.thunderguy.com/semicolon/wordpress/top-cat-wordpress-plugin/\">Top Cat</a> lets you assign the main category for a post when you select more than one category for it.</p>\n<p><a href=\"http://www.vlowe.co.uk/code.php\">vlowe YouTube Gallery</a> displays a users videos and favourites as a gallery with player. Including video information and comments.</p>\n<p><a href=\"http://www.bueltge.de/wp-bubble-tooltips-plugin/142/\">Nice tooltip for links</a> with href- or title-attribut on the complete website or one ID. You can change between two nice tooltips - Bubble Tooltip or Sweet Title.</p>\";}i:13;a:7:{s:5:\"title\";s:70:\"WordPress Podcast: Episode 17: 120-day turnaround between 2.1 and 2.2?\";s:4:\"guid\";s:83:\"http://wp-community.org/2007/01/12/episode-17-120-day-turnaround-between-21-and-22/\";s:4:\"link\";s:83:\"http://wp-community.org/2007/01/12/episode-17-120-day-turnaround-between-21-and-22/\";s:11:\"description\";s:3121:\"<p>In this waaaay overdue episode, we cover topics such as:</p>\n<table width=\"100%\" border=\"0\" cellspacing=\"4\" cellpadding=\"4\">\n<tr>\n<td valign=\"top\">2:25</td>\n<td valign=\"top\">Charles takes another stab at explaining why <a href=\"http://en.wikipedia.org/wiki/LDAP\">LDAP</a> support is so important to <a href=\"http://www.knownow.com/article/?id=353\">KnowNow WordPress Enterprise Edition</a>.</td>\n</tr>\n<tr>\n<td valign=\"top\">5:32</td>\n<td valign=\"top\">There&#8217;s discussion that there&#8217;ll be a 120 day turnaround between 2.1 and 2.2.</td>\n</tr>\n<tr>\n<td valign=\"top\">8:16</td>\n<td valign=\"top\">There&#8217;s also a rumor that when the employees of <a href=\"http://automattic.com/\">Automattic</a> gather in San Francisco this month, they&#8217;ll decide on a date for <a href=\"http://2006.wordcamp.org/\">WordCamp</a> 2007.</td>\n</tr>\n<tr>\n<td valign=\"top\">11:59</td>\n<td valign=\"top\">Plug-In: <a href=\"http://wpseo.com/wordpress-plugin-to-prevent-duplicate-content-penalty_47.htm\">DupPrevent</a> helps you avoid being penalized by Google for duplicate content by inserting NOINDEX meta tag in pages that might trigger Google’s duplicate content filters. Also contains a robot.txt file to disallow spider access to files that need not be included in engine’s index.</td>\n</tr>\n<tr>\n<td valign=\"top\">15:22</td>\n<td valign=\"top\">Plug-In <a href=\"http://harper.wirelessink.com/?p=104\">WordPress Wii Edition</a> shows an interface designed for the Nintendo Wii when visitors come to your site on a Wii with the Opera browser. Wii&#8217;s are automatically detected, there is no configuration needed. (We also found a link to use <a href=\"http://mapwii.com/\">Google Maps to locate Wii users</a> near you.)</td>\n</tr>\n<tr>\n<td valign=\"top\">18:10</td>\n<td valign=\"top\">Widget: <a href=\"http://www.velvet.id.au/twitter-wordpress-sidebar-widget/\">Twitter</a> creates individual links to each of your status updates to its post on <a href=\"http://twitter.com/\">Twitter.com</a>. You control how your Twitterings appear using CSS (to more closely match your blog, no doubt.)</td>\n</tr>\n<tr>\n<td valign=\"top\">20:53</td>\n<td valign=\"top\">Widget: <a href=\"http://www.crustybugger.com/blog/?p=10\">Nike Plus</a> displays statistics gathered from your <a href=\"http://www.nike.com/nikeplus/\">Nike+ shoes</a> such as  total number of workouts, total distance run, time spent running and an estimate of total calories burned.\n</td>\n</tr>\n<tr>\n<td valign=\"top\">23:11</td>\n<td valign=\"top\">Plug-In: <a href=\"http://paulgoscicki.com/archives/2006/11/wp-movie-ratings-v14-released/\">WP Movie Ratings v1.4</a> (Updated) allows you to share your movie reviews with your readers along with links to the <a href=\"http://www.imdb.com/\">Internet Movie Database</a> with some nice features, as wel..</td>\n</tr>\n</table>\n<p>I apologize for taking so long to publish this and episode 18, which should be following very soon, but between my day job and moving, things have been crazy around here.</p>\n<br /><a href=\"http://wp-community.org/wp/podpress_trac/web/40/0/wordpress-podcast-017.mp3\">Download Standard Podcast</a><br /><br />\";s:7:\"pubdate\";s:31:\"Fri, 12 Jan 2007 22:11:02 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"Charles\";}s:7:\"summary\";s:3121:\"<p>In this waaaay overdue episode, we cover topics such as:</p>\n<table width=\"100%\" border=\"0\" cellspacing=\"4\" cellpadding=\"4\">\n<tr>\n<td valign=\"top\">2:25</td>\n<td valign=\"top\">Charles takes another stab at explaining why <a href=\"http://en.wikipedia.org/wiki/LDAP\">LDAP</a> support is so important to <a href=\"http://www.knownow.com/article/?id=353\">KnowNow WordPress Enterprise Edition</a>.</td>\n</tr>\n<tr>\n<td valign=\"top\">5:32</td>\n<td valign=\"top\">There&#8217;s discussion that there&#8217;ll be a 120 day turnaround between 2.1 and 2.2.</td>\n</tr>\n<tr>\n<td valign=\"top\">8:16</td>\n<td valign=\"top\">There&#8217;s also a rumor that when the employees of <a href=\"http://automattic.com/\">Automattic</a> gather in San Francisco this month, they&#8217;ll decide on a date for <a href=\"http://2006.wordcamp.org/\">WordCamp</a> 2007.</td>\n</tr>\n<tr>\n<td valign=\"top\">11:59</td>\n<td valign=\"top\">Plug-In: <a href=\"http://wpseo.com/wordpress-plugin-to-prevent-duplicate-content-penalty_47.htm\">DupPrevent</a> helps you avoid being penalized by Google for duplicate content by inserting NOINDEX meta tag in pages that might trigger Google’s duplicate content filters. Also contains a robot.txt file to disallow spider access to files that need not be included in engine’s index.</td>\n</tr>\n<tr>\n<td valign=\"top\">15:22</td>\n<td valign=\"top\">Plug-In <a href=\"http://harper.wirelessink.com/?p=104\">WordPress Wii Edition</a> shows an interface designed for the Nintendo Wii when visitors come to your site on a Wii with the Opera browser. Wii&#8217;s are automatically detected, there is no configuration needed. (We also found a link to use <a href=\"http://mapwii.com/\">Google Maps to locate Wii users</a> near you.)</td>\n</tr>\n<tr>\n<td valign=\"top\">18:10</td>\n<td valign=\"top\">Widget: <a href=\"http://www.velvet.id.au/twitter-wordpress-sidebar-widget/\">Twitter</a> creates individual links to each of your status updates to its post on <a href=\"http://twitter.com/\">Twitter.com</a>. You control how your Twitterings appear using CSS (to more closely match your blog, no doubt.)</td>\n</tr>\n<tr>\n<td valign=\"top\">20:53</td>\n<td valign=\"top\">Widget: <a href=\"http://www.crustybugger.com/blog/?p=10\">Nike Plus</a> displays statistics gathered from your <a href=\"http://www.nike.com/nikeplus/\">Nike+ shoes</a> such as  total number of workouts, total distance run, time spent running and an estimate of total calories burned.\n</td>\n</tr>\n<tr>\n<td valign=\"top\">23:11</td>\n<td valign=\"top\">Plug-In: <a href=\"http://paulgoscicki.com/archives/2006/11/wp-movie-ratings-v14-released/\">WP Movie Ratings v1.4</a> (Updated) allows you to share your movie reviews with your readers along with links to the <a href=\"http://www.imdb.com/\">Internet Movie Database</a> with some nice features, as wel..</td>\n</tr>\n</table>\n<p>I apologize for taking so long to publish this and episode 18, which should be following very soon, but between my day job and moving, things have been crazy around here.</p>\n<br /><a href=\"http://wp-community.org/wp/podpress_trac/web/40/0/wordpress-podcast-017.mp3\">Download Standard Podcast</a><br /><br />\";}i:14;a:7:{s:5:\"title\";s:46:\"Lorelle on WP: Got a WordPress Event or Group?\";s:4:\"guid\";s:71:\"http://lorelle.wordpress.com/2007/01/12/got-a-wordpress-event-or-group/\";s:4:\"link\";s:71:\"http://lorelle.wordpress.com/2007/01/12/got-a-wordpress-event-or-group/\";s:11:\"description\";s:331:\"Helping to promote WordPress events and groups is important to me, so I&#8217;ve created a new WordPress Events page.\nIf you have a WordPress group, or are planning a WordPress or blogging related conference, meeting, or event, please leave a very brief summary of the event on that page, with who, what, where, and when, and [...]\";s:7:\"pubdate\";s:31:\"Fri, 12 Jan 2007 18:39:27 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:331:\"Helping to promote WordPress events and groups is important to me, so I&#8217;ve created a new WordPress Events page.\nIf you have a WordPress group, or are planning a WordPress or blogging related conference, meeting, or event, please leave a very brief summary of the event on that page, with who, what, where, and when, and [...]\";}i:15;a:7:{s:5:\"title\";s:55:\"Weblog Tools Collection: WordPress Themes Releases 1/12\";s:4:\"guid\";s:79:\"http://weblogtoolscollection.com/archives/2007/01/12/wordpress-themes-releases/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/74272903/\";s:11:\"description\";s:862:\"<p><a href=\"http://pilkster.com/seo-adsense-wordpress-theme/\">SEO Adsense</a> is a simple two column WordPress theme built for Google Adsense (3 units per page, and one linkunit ~ the maximum Google allows).</p>\n<p><a href=\"http://www.wpthemegallery.com/iowa-autumn-wordpress-theme/\">Iowa Autumn</a> is a two column, fixed width, widget ready theme by <a href=\"http://www.benched42.net/\">Bill Hilton</a> with a brown color scheme.</p>\n<p><a href=\"http://karenblundell.com/wordpress-themes/\">Translucent Fluidity</a> is a two column pink, widget ready WordPress theme.</p>\n<p><a href=\"http://guillaumeb.com/2007/01/11/theme-download-diavola-10/\">Diavola</a> is a dark gray and red three column theme.</p>\n<p><a href=\"http://www.tigertom.com/blog/new-free-software-released-wordpress-templates/\">Set of four themes by TigerTom</a> optimized for search engines.</p>\";s:7:\"pubdate\";s:31:\"Fri, 12 Jan 2007 04:30:20 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:862:\"<p><a href=\"http://pilkster.com/seo-adsense-wordpress-theme/\">SEO Adsense</a> is a simple two column WordPress theme built for Google Adsense (3 units per page, and one linkunit ~ the maximum Google allows).</p>\n<p><a href=\"http://www.wpthemegallery.com/iowa-autumn-wordpress-theme/\">Iowa Autumn</a> is a two column, fixed width, widget ready theme by <a href=\"http://www.benched42.net/\">Bill Hilton</a> with a brown color scheme.</p>\n<p><a href=\"http://karenblundell.com/wordpress-themes/\">Translucent Fluidity</a> is a two column pink, widget ready WordPress theme.</p>\n<p><a href=\"http://guillaumeb.com/2007/01/11/theme-download-diavola-10/\">Diavola</a> is a dark gray and red three column theme.</p>\n<p><a href=\"http://www.tigertom.com/blog/new-free-software-released-wordpress-templates/\">Set of four themes by TigerTom</a> optimized for search engines.</p>\";}i:16;a:7:{s:5:\"title\";s:55:\"Weblog Tools Collection: And They Called it Bloggy Love\";s:4:\"guid\";s:84:\"http://weblogtoolscollection.com/archives/2007/01/11/and-they-called-it-bloggy-love/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/74205824/\";s:11:\"description\";s:2239:\"<p><small>This is the Nineteenth entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://www.cranky-mama.com\">Jessica Beck</a><br />\n</small></p>\n<p><font color=\"#000000\">I admit it: I have a love affair with my blog.</font></p>\n<p><font color=\"#000000\">It started so fast, as these things do. I had a LiveJournal, which was okay as far as that goes, but after three years of friends-only journaling, the spark was gone. It just didn&#8217;t excite me anymore. I&#8217;d been eyeing the platform blogs for a while - the sexy, inscrutable Movable Type, the alluringly available WordPress. I told myself I was happy with what I had, but it was hard to deny that my eye was wandering.</font></p>\n<p><font color=\"#000000\">Then, one day, I just did it. I bought a domain name, got a WordPress install, and jumped head-first into the world of blogging. </font></p>\n<p><font color=\"#000000\">As a writer, I didn&#8217;t feel too much trepidation about getting my words out there. No, what I felt was a peculiar mix of self-consciousness and freedom.</font><font color=\"#000000\">  </font><font color=\"#000000\">A new blog is a lot like moving to a new town and starting fresh: no one knows you, and you can be whoever you want. The question is: who did I want to be? A no-holds-barred confessional? A standard, run-of-the-mill mommyblog that doesn’t stray from topics of babyrearing and poop production? A highbrow book-review and product-critique site?</font></p>\n<p><font color=\"#000000\">I finally settled on something in the middle. Since it was a personal blog, it could reflect more than one aspect of my personality. It might be a little schizophrenic, but what good story isn’t? Specialization is great for the niche blog, but in my favorite personal blogs, the thing that stood out was the writer’s rich and multilayered life experience.\";s:7:\"pubdate\";s:31:\"Fri, 12 Jan 2007 02:15:27 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:2239:\"<p><small>This is the Nineteenth entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://www.cranky-mama.com\">Jessica Beck</a><br />\n</small></p>\n<p><font color=\"#000000\">I admit it: I have a love affair with my blog.</font></p>\n<p><font color=\"#000000\">It started so fast, as these things do. I had a LiveJournal, which was okay as far as that goes, but after three years of friends-only journaling, the spark was gone. It just didn&#8217;t excite me anymore. I&#8217;d been eyeing the platform blogs for a while - the sexy, inscrutable Movable Type, the alluringly available WordPress. I told myself I was happy with what I had, but it was hard to deny that my eye was wandering.</font></p>\n<p><font color=\"#000000\">Then, one day, I just did it. I bought a domain name, got a WordPress install, and jumped head-first into the world of blogging. </font></p>\n<p><font color=\"#000000\">As a writer, I didn&#8217;t feel too much trepidation about getting my words out there. No, what I felt was a peculiar mix of self-consciousness and freedom.</font><font color=\"#000000\">  </font><font color=\"#000000\">A new blog is a lot like moving to a new town and starting fresh: no one knows you, and you can be whoever you want. The question is: who did I want to be? A no-holds-barred confessional? A standard, run-of-the-mill mommyblog that doesn’t stray from topics of babyrearing and poop production? A highbrow book-review and product-critique site?</font></p>\n<p><font color=\"#000000\">I finally settled on something in the middle. Since it was a personal blog, it could reflect more than one aspect of my personality. It might be a little schizophrenic, but what good story isn’t? Specialization is great for the niche blog, but in my favorite personal blogs, the thing that stood out was the writer’s rich and multilayered life experience.\";}i:17;a:7:{s:5:\"title\";s:79:\"Weblog Tools Collection: The Need For Substantive and Well-Written Blog Content\";s:4:\"guid\";s:108:\"http://weblogtoolscollection.com/archives/2007/01/11/the-need-for-substantive-and-well-written-blog-content/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/74204174/\";s:11:\"description\";s:7080:\"<p><small>This is the Eighteenth entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://www.siolon.com/\">Chris Poteet</a></small></p>\n<p>It amazes me how many bloggers spent an inordinate amount of time trying to improve their hits, comments, etc. that they forget the most important element in having a good blog.  If the content is found lacking then often it doesn’t matter how pretty your site is, or how often your site gets hit.  The content of your blog is what separates the good from the bad, and the visited to the not visited.What will follow are tips that will help to ensure that your sphere of influence in the blogging realm will continue to grow.  Remember that this year’s Time magazine’s <a href=\"http://www.time.com/time/magazine/article/0,9171,1569514,00.html\">person of the year</a> is: “You,” and that pronoun refers to the people who are generating influential, thought-provoking content through the Internet medium.</p>\n<p>The suggestions will cover a range of issues from syndication to structure and back again.  I hope it encourages the reader to be mindful and to create meaningful blog content.</p>\n<p><strong>Remember Your Syndication</strong></p>\n<p>Why does RSS exist?  It exists to all my content to be portable across applications.  I no longer have to worry about visiting my favorite sites to get updates, because now I am notified.  In my RSS reader, I don’t care what your website looks like, because all I see is your content.  If the content lacks in quality then it will eventually be removed from my list.</p>\n<p>Further, sites such as <a href=\"http://www.9rules.com/\">9 Rules</a> do a good job of ensuring that the best writers get the recognition over those with the flashiest sites.  It’s true that many of them look fantastic and have fantastic content, but they make their judgments on who has the best content.</p>\n<p><strong>Writing with Well-Structured Content</strong></p>\n<p>Being readable is also a fundamental principle in ensuring that your now well-written content gets read.  It seems all-to-often that good web writing structure gets lost in the mix of making sure that our blog reflects the latest design trends.  Remember the 7th grade when you learned about topic sentences, grammar, and other methods to make your writing look intelligent?  Go ahead, use them, don’t be afraid.</p>\n<p>Structuring your content into a readable format is also helpful.  Give bold headlines to each section of your article, and always use a overview and concluding statement (that should reflect one another).  Be poignant in your article, and stick to your thesis.  It will go a long way to ensuring that your message is clearly conveyed.  Remember that your readers (and you as well) <em>scan</em> and not <em>read</em> most content on the Internet.  Give them a reason to stay around and hear all your thoughts.  Be sure to <a href=\"http://www.siolon.com/2006/brevity-and-the-blogger/\">exercise brevity</a> whenever possible, and avoid using needless words<strike> to convey your ideas</strike>.</p>\n<p>Jakob Nielson <a href=\"http://www.sun.com/980713/webwriting/\">gives us some good tips</a> pertaining to writing for the web.</p>\n<ul>\n<li>79% of users scan the page instead of reading word-for-word</li>\n<li>Reading from computer screens is 25% slower than from paper</li>\n<li>Web content should have 50% of the word count of its paper equivalent</li>\n</ul>\n<p><strong>The Need For Consistently New Content</strong></p>\n<p>There is nothing worse than a deceased blog.  Imagine the hundreds of Blogger and Xanga accounts that haven’t been updated in two years.  Most people tend to give up, because they don’t see a drastic surge in comments, hits, and publicity.  They need to remember that those things don’t come instantly.  It’s kind of like losing weight.  How many people do you know that get excited to work out and eat healthy only to get discouraged when they don’t see immediate results?  Sadly, they often end up reverting to their old manner of living.</p>\n<p>The popular bloggers out there didn’t start writing one day and have 1,000 subscribers to their feed.  They spend time and energy writing fresh content continually for a sustained amount of time.  If your users come back again and again only to find old content, they won’t be doing that much longer.</p>\n<p><strong>Write with Passion Not Passivity</strong></p>\n<p>I can’t tell you how many blogs I go to that write in a lackadaisical manner.  Who would want to continue to read content that doesn’t display and promote passion concerning the issue at hand?  I always want to ensure that I don’t just write to write, although it’s an easy thing to do.  You’ve got readers that want new content (see point above), and it’s easy to write content that is sub-par at best simply for the sake of writing.  But I’ve found that I have to make sure that the content I write concerns something that I’m concerned about.  Your passion for the topic at hand will be conveyed, and it will encourage the reader to action (especially if it’s a persuasive writing).</p>\n<p>Just remember that consistently updating your blog doesn’t mean throwing anything out there.  Be mindful that your readers come and keep coming back, because they feel your writing has something that can benefit them.  Don’t write half-heartedly, but instead write with a sense of purpose.</p>\n<p><strong>Engage Your Readers</strong></p>\n<p>The last thing worth mentioning is that you write a blog, and there are certain expectations associated with that.  I can’t understand why anyone (who isn’t insanely popular and prone to bad comments) would have a blog without the ability to interact with the writer.  I tend to get discouraged if I can’t ask a question or throw in my $.02 on the article.</p>\n<p>It’s also not enough to just allow comments, you have to be willing to engage your readers and satisfy their inquiries and/or comments.  Make interacting with you a joyful, interactive process and not a laborious one.  It will keep them coming back, and it will get people to actually visit your site instead of just reading it in their RSS reader.  Be sure also that if someone comes to your blog then for heaven’s sake, it won’t hurt you to visit their site and participate.</p>\n<p><strong>In Summary</strong></p>\n<p>Think about what you would expect and how you behave on someone else’s blog site.  If you expect a certain degree of readability, interactivity, etc. then be sure to extend that to your readers.  It will go along way to ensuring that your online experience, and your readers, will be satisfying and worthwhile.\n</p>\";s:7:\"pubdate\";s:31:\"Fri, 12 Jan 2007 02:00:28 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:7080:\"<p><small>This is the Eighteenth entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://www.siolon.com/\">Chris Poteet</a></small></p>\n<p>It amazes me how many bloggers spent an inordinate amount of time trying to improve their hits, comments, etc. that they forget the most important element in having a good blog.  If the content is found lacking then often it doesn’t matter how pretty your site is, or how often your site gets hit.  The content of your blog is what separates the good from the bad, and the visited to the not visited.What will follow are tips that will help to ensure that your sphere of influence in the blogging realm will continue to grow.  Remember that this year’s Time magazine’s <a href=\"http://www.time.com/time/magazine/article/0,9171,1569514,00.html\">person of the year</a> is: “You,” and that pronoun refers to the people who are generating influential, thought-provoking content through the Internet medium.</p>\n<p>The suggestions will cover a range of issues from syndication to structure and back again.  I hope it encourages the reader to be mindful and to create meaningful blog content.</p>\n<p><strong>Remember Your Syndication</strong></p>\n<p>Why does RSS exist?  It exists to all my content to be portable across applications.  I no longer have to worry about visiting my favorite sites to get updates, because now I am notified.  In my RSS reader, I don’t care what your website looks like, because all I see is your content.  If the content lacks in quality then it will eventually be removed from my list.</p>\n<p>Further, sites such as <a href=\"http://www.9rules.com/\">9 Rules</a> do a good job of ensuring that the best writers get the recognition over those with the flashiest sites.  It’s true that many of them look fantastic and have fantastic content, but they make their judgments on who has the best content.</p>\n<p><strong>Writing with Well-Structured Content</strong></p>\n<p>Being readable is also a fundamental principle in ensuring that your now well-written content gets read.  It seems all-to-often that good web writing structure gets lost in the mix of making sure that our blog reflects the latest design trends.  Remember the 7th grade when you learned about topic sentences, grammar, and other methods to make your writing look intelligent?  Go ahead, use them, don’t be afraid.</p>\n<p>Structuring your content into a readable format is also helpful.  Give bold headlines to each section of your article, and always use a overview and concluding statement (that should reflect one another).  Be poignant in your article, and stick to your thesis.  It will go a long way to ensuring that your message is clearly conveyed.  Remember that your readers (and you as well) <em>scan</em> and not <em>read</em> most content on the Internet.  Give them a reason to stay around and hear all your thoughts.  Be sure to <a href=\"http://www.siolon.com/2006/brevity-and-the-blogger/\">exercise brevity</a> whenever possible, and avoid using needless words<strike> to convey your ideas</strike>.</p>\n<p>Jakob Nielson <a href=\"http://www.sun.com/980713/webwriting/\">gives us some good tips</a> pertaining to writing for the web.</p>\n<ul>\n<li>79% of users scan the page instead of reading word-for-word</li>\n<li>Reading from computer screens is 25% slower than from paper</li>\n<li>Web content should have 50% of the word count of its paper equivalent</li>\n</ul>\n<p><strong>The Need For Consistently New Content</strong></p>\n<p>There is nothing worse than a deceased blog.  Imagine the hundreds of Blogger and Xanga accounts that haven’t been updated in two years.  Most people tend to give up, because they don’t see a drastic surge in comments, hits, and publicity.  They need to remember that those things don’t come instantly.  It’s kind of like losing weight.  How many people do you know that get excited to work out and eat healthy only to get discouraged when they don’t see immediate results?  Sadly, they often end up reverting to their old manner of living.</p>\n<p>The popular bloggers out there didn’t start writing one day and have 1,000 subscribers to their feed.  They spend time and energy writing fresh content continually for a sustained amount of time.  If your users come back again and again only to find old content, they won’t be doing that much longer.</p>\n<p><strong>Write with Passion Not Passivity</strong></p>\n<p>I can’t tell you how many blogs I go to that write in a lackadaisical manner.  Who would want to continue to read content that doesn’t display and promote passion concerning the issue at hand?  I always want to ensure that I don’t just write to write, although it’s an easy thing to do.  You’ve got readers that want new content (see point above), and it’s easy to write content that is sub-par at best simply for the sake of writing.  But I’ve found that I have to make sure that the content I write concerns something that I’m concerned about.  Your passion for the topic at hand will be conveyed, and it will encourage the reader to action (especially if it’s a persuasive writing).</p>\n<p>Just remember that consistently updating your blog doesn’t mean throwing anything out there.  Be mindful that your readers come and keep coming back, because they feel your writing has something that can benefit them.  Don’t write half-heartedly, but instead write with a sense of purpose.</p>\n<p><strong>Engage Your Readers</strong></p>\n<p>The last thing worth mentioning is that you write a blog, and there are certain expectations associated with that.  I can’t understand why anyone (who isn’t insanely popular and prone to bad comments) would have a blog without the ability to interact with the writer.  I tend to get discouraged if I can’t ask a question or throw in my $.02 on the article.</p>\n<p>It’s also not enough to just allow comments, you have to be willing to engage your readers and satisfy their inquiries and/or comments.  Make interacting with you a joyful, interactive process and not a laborious one.  It will keep them coming back, and it will get people to actually visit your site instead of just reading it in their RSS reader.  Be sure also that if someone comes to your blog then for heaven’s sake, it won’t hurt you to visit their site and participate.</p>\n<p><strong>In Summary</strong></p>\n<p>Think about what you would expect and how you behave on someone else’s blog site.  If you expect a certain degree of readability, interactivity, etc. then be sure to extend that to your readers.  It will go along way to ensuring that your online experience, and your readers, will be satisfying and worthwhile.\n</p>\";}i:18;a:7:{s:5:\"title\";s:18:\"Matt: Twenty-three\";s:4:\"guid\";s:45:\"http://photomatt.net/2007/01/11/twenty-three/\";s:4:\"link\";s:45:\"http://photomatt.net/2007/01/11/twenty-three/\";s:11:\"description\";s:619:\"<p>Another day, another year! One step at a time, I seem to have found myself another year older. 2006 was a great, I&#8217;m just amazed at how quickly it went by. Time flies when you&#8217;re having fun. <img src=\"http://photomatt.net/blog/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> Previously: <a href=\"http://photomatt.net/2006/01/11/matt-22/\">22</a>, <a href=\"http://photomatt.net/2005/01/11/hot-barely-legal-matt/\">21</a>, <a href=\"http://photomatt.net/2004/01/11/so-im-20/\">20</a>, <a href=\"http://photomatt.net/2003/01/11/bday/\">19</a>. (Have I really been blogging that long?)</p>\";s:7:\"pubdate\";s:31:\"Thu, 11 Jan 2007 22:26:50 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:619:\"<p>Another day, another year! One step at a time, I seem to have found myself another year older. 2006 was a great, I&#8217;m just amazed at how quickly it went by. Time flies when you&#8217;re having fun. <img src=\"http://photomatt.net/blog/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> Previously: <a href=\"http://photomatt.net/2006/01/11/matt-22/\">22</a>, <a href=\"http://photomatt.net/2005/01/11/hot-barely-legal-matt/\">21</a>, <a href=\"http://photomatt.net/2004/01/11/so-im-20/\">20</a>, <a href=\"http://photomatt.net/2003/01/11/bday/\">19</a>. (Have I really been blogging that long?)</p>\";}i:19;a:7:{s:5:\"title\";s:30:\"Matt: In defense of simplicity\";s:4:\"guid\";s:57:\"http://photomatt.net/2007/01/11/in-defense-of-simplicity/\";s:4:\"link\";s:57:\"http://photomatt.net/2007/01/11/in-defense-of-simplicity/\";s:11:\"description\";s:85:\"<p><a href=\"http://www.scottberkun.com/blog/?p=502\">In defense of simplicity</a>.</p>\";s:7:\"pubdate\";s:31:\"Thu, 11 Jan 2007 18:33:00 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:85:\"<p><a href=\"http://www.scottberkun.com/blog/?p=502\">In defense of simplicity</a>.</p>\";}i:20;a:7:{s:5:\"title\";s:26:\"Matt: Hands-On With iPhone\";s:4:\"guid\";s:53:\"http://photomatt.net/2007/01/11/hands-on-with-iphone/\";s:4:\"link\";s:53:\"http://photomatt.net/2007/01/11/hands-on-with-iphone/\";s:11:\"description\";s:133:\"<p><a href=\"http://bits.blogs.nytimes.com/2007/01/09/some-hands-on-time-with-the-iphone/\">Some Hands-On Time With the iPhone</a>.</p>\";s:7:\"pubdate\";s:31:\"Thu, 11 Jan 2007 18:09:26 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:133:\"<p><a href=\"http://bits.blogs.nytimes.com/2007/01/09/some-hands-on-time-with-the-iphone/\">Some Hands-On Time With the iPhone</a>.</p>\";}i:21;a:7:{s:5:\"title\";s:61:\"Weblog Tools Collection: The wonderful journey of a blog post\";s:4:\"guid\";s:90:\"http://weblogtoolscollection.com/archives/2007/01/11/the-wonderful-journey-of-a-blog-post/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73937831/\";s:11:\"description\";s:14117:\"<p><small>This is the Seventeenth entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://rudd-o.com/\">Manuel Amador</a></small></p>\n<p>Today, I’ll tell you an amazing story: how a blog post travels the Internet, in full detail.</p>\n<p>Few people know the power of blogs, in particular popular ones.  To illustrate just how much leverage can a single blog post have, I’ll explain how a post travels around the world, from the moment it’s conceived into the distant future.  As you read this story, hopefull you’ll learn a few awe-inspiring facts.</p>\n<h2>The braindump: from idea to article</h2>\n<p>The very first thing: a post must be conceived.  Some people write several drafts, and erase old ones.  Others spell the central idea out first.  Some of us start with the first heading.  Some others like to start from the end, by writing the conclusion first.  In this story, I started with the first paragraph.</p>\n<p>Words arrange themselves into sentences.  Some sentences die an early death.  Some words get replaced by more compelling synonyms.  A few sentences get cut out in the process.</p>\n<p>Paragraphs appear.  Some go up, others down.  The article takes shape, quickly and organically.</p>\n<p>A good writer knows that you (the reader) deserves respect.  How?  He helps you read.  Headings and subheadings mark beginnings of ideas and sections.  Other mechanisms appear to help you find what you want quickly.</p>\n<p>I hit the keyboard with two swift movements of my left hand.  It meets the Control and the A keys, then the Control and the C keys.  The article is now on the clipboard and waiting eagerly to be posted.</p>\n<h2>From the clipboard to the blog</h2>\n<p>I click on the Firefox icon.  I browse to my own blog.  I’m greeted by my trusty old <a href=\"http://www.apache.org/\">Apache</a>, a computer program in charge of negotiating and delivering Web pages.  Apache, like every expert negotiator, talks to my browser and then to <a href=\"http://www.wordpress.org/\">WordPress</a>, the engine of my blog.</p>\n<p>Through Apache, WordPress commands me to identify myself.  I write the password, and WordPress verifies it.  Since it’s correct, I’m now authorized to publish articles and manage every dark corner of my blog.  All this push-and-pull is mediated, in a matter of milliseconds, by Apache, which obscures  communications.  This obscurity helps me: no hacker can get to my password or blog.</p>\n<p>A new screen appears.  This screen greets me and shows me the latest events on my blog.  I have a hard time ignoring them, but I’m on a mission.  It’s time to publish the article.</p>\n<p>I click on the <em>Post</em> link.  The publishing screen appears.  I write the title of my new article, then click on the box where the article text goes.  I hit Control and V on my keyboard.  Click, click, click on the appropriate categories, because it’s good to be organized.  This drill takes ten seconds.  Compared to actually writing the article, it’s damn fast.</p>\n<p>Now I click on <em>Publish</em>.   Now it’s only a matter of five seconds.  After the clock ticks five times, it’s done.  A message appears on the screen: <q>Article posted successfully</q>.</p>\n<p>Does it end here?  No.  This is only the beginning of the Big Bang.  Read on to learn about the almost unbelievable chain of events that’s been started.</p>\n<p>But first, let’s review those five seconds.</p>\n<h2>Houston, we’re ready for liftoff</h2>\n<p>The very first thing WordPress does with the post: save it to the database.  40 milliseconds after that, the article already appears on <a href=\"http://rudd-o.com/\">the home page of my site</a>.  It’s also earned its own, permanent Web address — its URL — so everyone can refer to it quickly or bookmark it.</p>\n<p>The text is alive, and the journey has oficially started.</p>\n<h2>Rudd-O.com negotiates with Google.com</h2>\n<p>After posting the article, WordPress rebuilds the sitemap, noting this post as the most recent one.  The sitemap contains a listing of all my posts, along with their Web addresses.  This process takes about 100 milliseconds.</p>\n<p>Once the map is ready, WordPress gets in touch with one of the hundred thousand computers at Google: the world’s most popular search engine.  WordPress lets Google know that my site has been updated.</p>\n<p>Hundreds of computers at Google relay this message almost simultaneously.  Google fetches the sitemap, and orders its Web spiders to attack my site.  These spiders are intelligent computer programs — and they’ve just received orders to gather new and fresh content from Rudd-O.com.</p>\n<p>Spiders attack my site and start asking around which articles have been updated.  Naturally, this article is one of those.  They take the text of this article and save it into the enormous corpus of data at Google.</p>\n<p>In a matter of minutes (or, at the latest, hours), this article can be searched for at Google.  In a matter of months, this article will be ranked according to the famous PageRank formula, which determines how important a page is, based (chiefly) on how many pages from the Web point to it.</p>\n<h2>Rudd-O.com: broadcasting to the blogosphere</h2>\n<p>After this quick negotiation, WordPress announces itself to the rest of the world.  How?  With a ping to Pingomatic.</p>\n<p>In the wonderful world of the blog, a ping is a very short message that blogs send when they want to say they’ve been updated.  Imagine yourself texting your best friend and letting him know you’re ready to be picked up.  In this analogy, you’d be my blog, and your friend would be Pingomatic.</p>\n<p>Pingomatic, like your good friend, understands.  Unlike your friend, its only mission is to relay this message to thousands of Web sites interested in your blog, around the world.</p>\n<p>Thousands of Web sites.  It’s a stampede.</p>\n<p>To understand this, we’ll take Technorati as an example of one of these sites.</p>\n<h2>…Technorati: tuning in on the broadcast and joining the stampede</h2>\n<p>Technorati is a Web site.  Its mission is to tune in to the conversations of the blogosphere.  Since it does such a good job, it’s visited by millions of people daily.</p>\n<p>Technorati’s secret?  They maintain a global registry of blogs and their owners.  Using this information, and the content of each blog, they rank each blog by counting how many inbound links the blog has.  That produces a number associated to each blog.  Sorting each blog by number gives you the authority ranking: the blog with the most inbound links has rank 1, and all others follow.</p>\n<p>Speaking of authority: I’m about to enter the high authority group.  That’s good news, but I’ll talk about it some other time, because this blog post is still traveling around the world.</p>\n<p>So, once Technorati receives the ping from Pingomatic, it heads straight to my site and retrieves the latest articles.</p>\n<h3>The feed: how the latest articles are transmitted</h3>\n<p>In all fairness, Technorati doesn’t just swallow my entire site like Google does.  All it does is request an RSS feed: a listing of updated posts.  Each article on the list has a heading, a publish date, an URL and, of course, the content of the post.  This post, obviously, is first on the list.</p>\n<p>Technorati saves this information and uses it to recalculate its blog rankings.</p>\n<p>Of course, you can search Technorati.  You can go there and find out who linked to this article.  In that way, everyone can track the “conversations” floating around the Web.  And, in a truly effective sense, it enables Technorati to discover which conversations and topics are hot, in every moment.</p>\n<p>Finally, Technorati echoes this article.  That’s right, you can get a summary of this post on Technorati.</p>\n<p>Imagine thousands of Web sites doing things like this, with the content of this post.  In near real-time.  Echoing these very words.  It’s like a 100.000 watt amplifier on steroids.</p>\n<p>This very event exemplifies the first stampede unleashed by me, hitting the <em>Publish</em> button.  But it doesn’t end there: tens of thousands of machines are doing their job, and their job is to serve people: what I’m about to study now.</p>\n<h2>People wake up.  They want information.  It’s inevitable.</h2>\n<p>The first stampede was completely electronic, and awe-inspiring because of its sheer size.  But the second one is human.</p>\n<p>Minutes after publishing this post, hundreds of people become acquainted with them.  How?  Let’s find out.</p>\n<h3>The search engine users</h3>\n<p>A big part of the group are search engine users.  People looking for all sorts of things end up being referred to this site.</p>\n<p>A large slice of newcomers by search engines take some time to read other posts they might find interesting.  Some of them hit the heading of this post and become curious.  In seconds, they are reading it.</p>\n<p>From now on, this article will reach dozens or hundreds of people daily, in exactly this way.</p>\n<h3>The regular readers</h3>\n<p>Another group of people really like this site.  That’s right, they type its address, <code>rudd-o.com</code> on their Web browsers every day or so, and read just about everything that’s new.  Or perhaps they use a bookmark to access the site.</p>\n<p>That’s how thousands of readers will read these very words.</p>\n<h3>The subscribers</h3>\n<p>A small group of people are subscribers.  They don’t necessarily visit this site using their Web browsers — they use their <em>feed readers</em> (also referred to as newsreaders) instead.</p>\n<p>Imagine a newspaper of the future.  This newspaper only shows stories of topics you dig. It  continually updates itself without any intervention, and it archives all stories for future reference.  Imagine reading page 7 of this newspaper, and a notice pops up gently, saying <q>there’s news on page 4 of the sports section</q>.</p>\n<p>That’s a newsreader.  The freshest articles show up in your own “online newspaper” and organize themselves automatically according to the site.  You only need to flick your monitor on and there they are, ready to be read.</p>\n<p>All of this, of course, is powered by the RSS feed that WordPress generates.  Newsreaders request it intelligently, and merge the newest articles in your screen.</p>\n<p>That’s why traditional newspapers are running, scared, in circles.  Didn’t I mention it?  They’re afraid of losing their jobs to computers.</p>\n<p>Approximately fifteen minutes after I clicked <em>Publish</em>, almost all subscriptors receive a copy of this post in their newsreaders.  One day after publishing this post, 90% of my subscribers will have read it.</p>\n<p>I don’t know how many subscribers I have, but I’m willing to bet it’s over a thousand.</p>\n<h3>So, how many get to read this?</h3>\n<p>With time and patience, eventually more than a million people will have a shot at reading this post.</p>\n<h2>The conversation starts</h2>\n<p>Inevitably, hundreds of thousands of people will read this article.  All of them will form an opinion about it, and about its author (me).  A minority (hundreds, or maybe thousands) will feel so attracted or drawn away from this article, that they’ll do any or all of these things:</p>\n<ul>\n<li>They’ll criticize or comment it with their friends, co-workers or passers-by.  A single motivated reader generates a few more readers.</li>\n<li>They’ll submit its link (URL) through e-mail or IM networks such as MSN Messenger or AIM.</li>\n<li>They’ll comment directly on the post, using <a href=\"http://feeds.feedburner.com/weblogtoolscollection/UXMP#respond\">the commenting facilities below</a>.  More words and more content that round the conversation up and make the post more useful.</li>\n<li>They’ll write rebuttals, words of sympathy or admiration on their own Web sites and blogs.  Each post that links to this will unleash its own private stampede of events.  Thanks to the inbound links, more people will have a shot at reading it.  Obviously this will boost my Technorati authority and Google PageRank.</li>\n</ul>\n<h2>The Digg effect</h2>\n<p>Do you know what the largest prize for a blogger?  Digg.</p>\n<p>Every day, millions of people visit Digg.  Tens of thousands post links to stories and articles from all over the world.  Hundreds of thousands of people get to vote (Digg) or bury the stories as they get posted.</p>\n<p>This posting and voting forms a giant computing raffle.  ¿The winners?  Those that get Dugg the most in the shortest time get to the front page of Digg.</p>\n<p>If lots of people like this article, sooner or later someone will post ito to Digg.  If that should happen, and it gets Dugg all the way to the front page, in all odds this site will cease to function for a few hours.  The amount of simultaneous visitors will simply make WordPress collapse under its own weight.</p>\n<p>All of this, just because of a few votes.  Isn’t that amazing?</p>\n<h2>This journey never ends</h2>\n<p>As you can see, the stampede generated by this post’s journey is self-perpetuating.  It’s a virtuous circle.  This circle helps a blog stay alive and makes the community around it happy.</p>\n<p>The technology that powers this sequence of events is nothing to dismiss, either.  It has enabled the entire world to have meaningful two-way conversations with the minimum of efforts.  I’m a firm believer that it’s only a matter of years before society is reshaped by this fantastic new technology.</p>\n<p>So, the next time you hit your own <em>Publish</em> button, think of the awe-inspiring, monumental chatter of people and machines you’ll unleash.\n</p>\";s:7:\"pubdate\";s:31:\"Thu, 11 Jan 2007 15:15:20 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:14117:\"<p><small>This is the Seventeenth entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://rudd-o.com/\">Manuel Amador</a></small></p>\n<p>Today, I’ll tell you an amazing story: how a blog post travels the Internet, in full detail.</p>\n<p>Few people know the power of blogs, in particular popular ones.  To illustrate just how much leverage can a single blog post have, I’ll explain how a post travels around the world, from the moment it’s conceived into the distant future.  As you read this story, hopefull you’ll learn a few awe-inspiring facts.</p>\n<h2>The braindump: from idea to article</h2>\n<p>The very first thing: a post must be conceived.  Some people write several drafts, and erase old ones.  Others spell the central idea out first.  Some of us start with the first heading.  Some others like to start from the end, by writing the conclusion first.  In this story, I started with the first paragraph.</p>\n<p>Words arrange themselves into sentences.  Some sentences die an early death.  Some words get replaced by more compelling synonyms.  A few sentences get cut out in the process.</p>\n<p>Paragraphs appear.  Some go up, others down.  The article takes shape, quickly and organically.</p>\n<p>A good writer knows that you (the reader) deserves respect.  How?  He helps you read.  Headings and subheadings mark beginnings of ideas and sections.  Other mechanisms appear to help you find what you want quickly.</p>\n<p>I hit the keyboard with two swift movements of my left hand.  It meets the Control and the A keys, then the Control and the C keys.  The article is now on the clipboard and waiting eagerly to be posted.</p>\n<h2>From the clipboard to the blog</h2>\n<p>I click on the Firefox icon.  I browse to my own blog.  I’m greeted by my trusty old <a href=\"http://www.apache.org/\">Apache</a>, a computer program in charge of negotiating and delivering Web pages.  Apache, like every expert negotiator, talks to my browser and then to <a href=\"http://www.wordpress.org/\">WordPress</a>, the engine of my blog.</p>\n<p>Through Apache, WordPress commands me to identify myself.  I write the password, and WordPress verifies it.  Since it’s correct, I’m now authorized to publish articles and manage every dark corner of my blog.  All this push-and-pull is mediated, in a matter of milliseconds, by Apache, which obscures  communications.  This obscurity helps me: no hacker can get to my password or blog.</p>\n<p>A new screen appears.  This screen greets me and shows me the latest events on my blog.  I have a hard time ignoring them, but I’m on a mission.  It’s time to publish the article.</p>\n<p>I click on the <em>Post</em> link.  The publishing screen appears.  I write the title of my new article, then click on the box where the article text goes.  I hit Control and V on my keyboard.  Click, click, click on the appropriate categories, because it’s good to be organized.  This drill takes ten seconds.  Compared to actually writing the article, it’s damn fast.</p>\n<p>Now I click on <em>Publish</em>.   Now it’s only a matter of five seconds.  After the clock ticks five times, it’s done.  A message appears on the screen: <q>Article posted successfully</q>.</p>\n<p>Does it end here?  No.  This is only the beginning of the Big Bang.  Read on to learn about the almost unbelievable chain of events that’s been started.</p>\n<p>But first, let’s review those five seconds.</p>\n<h2>Houston, we’re ready for liftoff</h2>\n<p>The very first thing WordPress does with the post: save it to the database.  40 milliseconds after that, the article already appears on <a href=\"http://rudd-o.com/\">the home page of my site</a>.  It’s also earned its own, permanent Web address — its URL — so everyone can refer to it quickly or bookmark it.</p>\n<p>The text is alive, and the journey has oficially started.</p>\n<h2>Rudd-O.com negotiates with Google.com</h2>\n<p>After posting the article, WordPress rebuilds the sitemap, noting this post as the most recent one.  The sitemap contains a listing of all my posts, along with their Web addresses.  This process takes about 100 milliseconds.</p>\n<p>Once the map is ready, WordPress gets in touch with one of the hundred thousand computers at Google: the world’s most popular search engine.  WordPress lets Google know that my site has been updated.</p>\n<p>Hundreds of computers at Google relay this message almost simultaneously.  Google fetches the sitemap, and orders its Web spiders to attack my site.  These spiders are intelligent computer programs — and they’ve just received orders to gather new and fresh content from Rudd-O.com.</p>\n<p>Spiders attack my site and start asking around which articles have been updated.  Naturally, this article is one of those.  They take the text of this article and save it into the enormous corpus of data at Google.</p>\n<p>In a matter of minutes (or, at the latest, hours), this article can be searched for at Google.  In a matter of months, this article will be ranked according to the famous PageRank formula, which determines how important a page is, based (chiefly) on how many pages from the Web point to it.</p>\n<h2>Rudd-O.com: broadcasting to the blogosphere</h2>\n<p>After this quick negotiation, WordPress announces itself to the rest of the world.  How?  With a ping to Pingomatic.</p>\n<p>In the wonderful world of the blog, a ping is a very short message that blogs send when they want to say they’ve been updated.  Imagine yourself texting your best friend and letting him know you’re ready to be picked up.  In this analogy, you’d be my blog, and your friend would be Pingomatic.</p>\n<p>Pingomatic, like your good friend, understands.  Unlike your friend, its only mission is to relay this message to thousands of Web sites interested in your blog, around the world.</p>\n<p>Thousands of Web sites.  It’s a stampede.</p>\n<p>To understand this, we’ll take Technorati as an example of one of these sites.</p>\n<h2>…Technorati: tuning in on the broadcast and joining the stampede</h2>\n<p>Technorati is a Web site.  Its mission is to tune in to the conversations of the blogosphere.  Since it does such a good job, it’s visited by millions of people daily.</p>\n<p>Technorati’s secret?  They maintain a global registry of blogs and their owners.  Using this information, and the content of each blog, they rank each blog by counting how many inbound links the blog has.  That produces a number associated to each blog.  Sorting each blog by number gives you the authority ranking: the blog with the most inbound links has rank 1, and all others follow.</p>\n<p>Speaking of authority: I’m about to enter the high authority group.  That’s good news, but I’ll talk about it some other time, because this blog post is still traveling around the world.</p>\n<p>So, once Technorati receives the ping from Pingomatic, it heads straight to my site and retrieves the latest articles.</p>\n<h3>The feed: how the latest articles are transmitted</h3>\n<p>In all fairness, Technorati doesn’t just swallow my entire site like Google does.  All it does is request an RSS feed: a listing of updated posts.  Each article on the list has a heading, a publish date, an URL and, of course, the content of the post.  This post, obviously, is first on the list.</p>\n<p>Technorati saves this information and uses it to recalculate its blog rankings.</p>\n<p>Of course, you can search Technorati.  You can go there and find out who linked to this article.  In that way, everyone can track the “conversations” floating around the Web.  And, in a truly effective sense, it enables Technorati to discover which conversations and topics are hot, in every moment.</p>\n<p>Finally, Technorati echoes this article.  That’s right, you can get a summary of this post on Technorati.</p>\n<p>Imagine thousands of Web sites doing things like this, with the content of this post.  In near real-time.  Echoing these very words.  It’s like a 100.000 watt amplifier on steroids.</p>\n<p>This very event exemplifies the first stampede unleashed by me, hitting the <em>Publish</em> button.  But it doesn’t end there: tens of thousands of machines are doing their job, and their job is to serve people: what I’m about to study now.</p>\n<h2>People wake up.  They want information.  It’s inevitable.</h2>\n<p>The first stampede was completely electronic, and awe-inspiring because of its sheer size.  But the second one is human.</p>\n<p>Minutes after publishing this post, hundreds of people become acquainted with them.  How?  Let’s find out.</p>\n<h3>The search engine users</h3>\n<p>A big part of the group are search engine users.  People looking for all sorts of things end up being referred to this site.</p>\n<p>A large slice of newcomers by search engines take some time to read other posts they might find interesting.  Some of them hit the heading of this post and become curious.  In seconds, they are reading it.</p>\n<p>From now on, this article will reach dozens or hundreds of people daily, in exactly this way.</p>\n<h3>The regular readers</h3>\n<p>Another group of people really like this site.  That’s right, they type its address, <code>rudd-o.com</code> on their Web browsers every day or so, and read just about everything that’s new.  Or perhaps they use a bookmark to access the site.</p>\n<p>That’s how thousands of readers will read these very words.</p>\n<h3>The subscribers</h3>\n<p>A small group of people are subscribers.  They don’t necessarily visit this site using their Web browsers — they use their <em>feed readers</em> (also referred to as newsreaders) instead.</p>\n<p>Imagine a newspaper of the future.  This newspaper only shows stories of topics you dig. It  continually updates itself without any intervention, and it archives all stories for future reference.  Imagine reading page 7 of this newspaper, and a notice pops up gently, saying <q>there’s news on page 4 of the sports section</q>.</p>\n<p>That’s a newsreader.  The freshest articles show up in your own “online newspaper” and organize themselves automatically according to the site.  You only need to flick your monitor on and there they are, ready to be read.</p>\n<p>All of this, of course, is powered by the RSS feed that WordPress generates.  Newsreaders request it intelligently, and merge the newest articles in your screen.</p>\n<p>That’s why traditional newspapers are running, scared, in circles.  Didn’t I mention it?  They’re afraid of losing their jobs to computers.</p>\n<p>Approximately fifteen minutes after I clicked <em>Publish</em>, almost all subscriptors receive a copy of this post in their newsreaders.  One day after publishing this post, 90% of my subscribers will have read it.</p>\n<p>I don’t know how many subscribers I have, but I’m willing to bet it’s over a thousand.</p>\n<h3>So, how many get to read this?</h3>\n<p>With time and patience, eventually more than a million people will have a shot at reading this post.</p>\n<h2>The conversation starts</h2>\n<p>Inevitably, hundreds of thousands of people will read this article.  All of them will form an opinion about it, and about its author (me).  A minority (hundreds, or maybe thousands) will feel so attracted or drawn away from this article, that they’ll do any or all of these things:</p>\n<ul>\n<li>They’ll criticize or comment it with their friends, co-workers or passers-by.  A single motivated reader generates a few more readers.</li>\n<li>They’ll submit its link (URL) through e-mail or IM networks such as MSN Messenger or AIM.</li>\n<li>They’ll comment directly on the post, using <a href=\"http://feeds.feedburner.com/weblogtoolscollection/UXMP#respond\">the commenting facilities below</a>.  More words and more content that round the conversation up and make the post more useful.</li>\n<li>They’ll write rebuttals, words of sympathy or admiration on their own Web sites and blogs.  Each post that links to this will unleash its own private stampede of events.  Thanks to the inbound links, more people will have a shot at reading it.  Obviously this will boost my Technorati authority and Google PageRank.</li>\n</ul>\n<h2>The Digg effect</h2>\n<p>Do you know what the largest prize for a blogger?  Digg.</p>\n<p>Every day, millions of people visit Digg.  Tens of thousands post links to stories and articles from all over the world.  Hundreds of thousands of people get to vote (Digg) or bury the stories as they get posted.</p>\n<p>This posting and voting forms a giant computing raffle.  ¿The winners?  Those that get Dugg the most in the shortest time get to the front page of Digg.</p>\n<p>If lots of people like this article, sooner or later someone will post ito to Digg.  If that should happen, and it gets Dugg all the way to the front page, in all odds this site will cease to function for a few hours.  The amount of simultaneous visitors will simply make WordPress collapse under its own weight.</p>\n<p>All of this, just because of a few votes.  Isn’t that amazing?</p>\n<h2>This journey never ends</h2>\n<p>As you can see, the stampede generated by this post’s journey is self-perpetuating.  It’s a virtuous circle.  This circle helps a blog stay alive and makes the community around it happy.</p>\n<p>The technology that powers this sequence of events is nothing to dismiss, either.  It has enabled the entire world to have meaningful two-way conversations with the minimum of efforts.  I’m a firm believer that it’s only a matter of years before society is reshaped by this fantastic new technology.</p>\n<p>So, the next time you hit your own <em>Publish</em> button, think of the awe-inspiring, monumental chatter of people and machines you’ll unleash.\n</p>\";}i:22;a:7:{s:5:\"title\";s:44:\"Weblog Tools Collection: Ethics and Blogging\";s:4:\"guid\";s:73:\"http://weblogtoolscollection.com/archives/2007/01/11/ethics-and-blogging/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73930542/\";s:11:\"description\";s:9215:\"<p><small>This is the Sixteenth entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://www.thecanadiangeek.ca/\">Haasim Mahanaim</a></small></p>\n<p>The so-called &#8220;Microsoft Scandal&#8221; began when Microsoft and public relations firm, Edelman PR, gave 90 influential bloggers high-end laptops. The machines were powered by Microsoft&#8217;s yet-to-be released operating system, Windows Vista. The computers were accompanied with a letter (or a phone call) that described the laptops as a &#8220;present&#8221; with &#8220;no strings attached&#8221;. Bloggers were free to keep the machines or give them away. They were told that they had no obligation to review Microsoft&#8217;s new operating system - let alone provide a favorable one. When news of the giveaway became public, it sparked a divisive debate about the ethical obligations of bloggers.</p>\n<p>Internet entrepreneur, Jason Calcanis, was one of the first bloggers to call the giveaway a &#8220;bribe&#8221;. [1] On his blog, Calcanis wrote, &#8220;The bloggers who go down the road of free products will learn, over time, that their credibility takes a hit. In some cases folks might get away with it, but in the long term most folks will get caught and their reputations will suffer.&#8221;</p>\n<p>However, prominent bloggers like Robert Scoble, called the PR stunt &#8220;an awesome idea&#8221;. Scoble shrugged off concerns over conflicts of interest by invoking the words, &#8220;full disclosure&#8221;. But full disclosure doesn&#8217;t eliminate the unperceived and subconscious affects of receiving a gift.</p>\n<p>Many of the bloggers who received a free laptop quickly disclosed the details of their gift while unabashedly using words like &#8220;giddy&#8221; [2] and &#8220;joyful [3]. Are we to believe that these giddy and joyful people will be able to write impartial and unbiased reviews of Windows Vista? (Not to mention those bloggers who will go on to review Windows Vista without disclosing how they gained access to the software.)</p>\n<p>There have been numerous half-hearted attempts at establishing a code of conduct for bloggers. But bloggers are unable to (or uninterested in) adhering to any rules of conduct.</p>\n<p>When CyberJournalist.net (published by Jonathan Dube) proposed A Blogger&#8217;s Code of Ethics, the reader response was mixed. Readers like, Steve (no last name provided) wrote, &#8220;Codes of Ethics are usually created when snobby people are pissed off about something and are too weak to compete on a level playing field.&#8221;</p>\n<p>Another comment, signed by &#8220;Rooty&#8221;, read, &#8220;What did you use as your foundation for this so-called ethics code for bloggers? Reading this, it looks like nothing more than your own personal opinion. What right do you have to foist any of this on anyone?&#8221;</p>\n<p>The opening passage of A Blogger&#8217;s Code of Ethics left &#8220;it is up to individual bloggers to choose their own best practices.&#8221; The list was based upon principles from the Society of Professional Journalists Code of Ethics. Various journalistic associations have similar guidelines. And most journalistic institutions have their own customized ethical guidelines.</p>\n<p>National Public Radio&#8217;s guidelines state that their &#8220;journalists cannot keep any equipment or items of value provided by a company for test-use for story purposes.&#8221;</p>\n<p>Online technology magazine Red Herring has a similar policy. Meanwhile, The New York Times&#8217; ethical policy spans over ten thousand words. Several thousand of those words are dedicated to guidelines for receiving products and accepting gifts based on a reporter&#8217;s beat (sports, arts and entertainment, etc).</p>\n<p>Yet, online writers have made bold claims about the realities of professional journalism.</p>\n<p>&#8220;To listen to the outcry, one might think that this kind of thing doesn’t happen everyday,&#8221; wrote, Ken Fisher, writer for the popular technology web site, Ars Technica. &#8220;Well, it most certainly does.&#8221; [5]</p>\n<p>Fisher went on to write, &#8220;Do you really think Walt Mossberg of the Wall Street Journal goes to some secret underground Apple Store to buy his hot new iPod to review a month before it’s even announced?&#8221;</p>\n<p>Fisher&#8217;s comment was one of many lazy arguments, from various writers, that relied on baseless assumptions and fuzzy logic.</p>\n<p>The Wall Street Journal&#8217;s code of conduct clearly states that employees cannot accept any gifts beyond a &#8220;nominal value&#8221;. [6] A three hundred dollar iPod is hardly a token giftÑlet alone a two thousand dollar computer.</p>\n<p>If Apple sends out a free iPod for review, it becomes the property of the magazine or newspaper publishing the review (instead of the journalist who is reviewing it). This simple distinction seems to be lost on many bloggers because they usually act as both the editor and writer for a publication.</p>\n<p>Admittedly, simply having a set of rules and guidelines does not preclude the possibility of making mistakes. But, while the mainstream media struggles over ethical dilemmas, bloggers are seemingly content with their self-proclaimed superiority and infallibility.</p>\n<p>A public relations agency would have never given a respectable journalist a free computer to keep as their very own. (Nor would such a journalist be allowed to keep such a gift according to the ethical guidelines of his employer.) Edelman PR banked on the flexible morals of underpaid bloggers, and it paid off.</p>\n<p>When Long Zheng received his present, he had no qualms stating his plans to keep the laptop.</p>\n<p>&#8220;[Bloggers] put a lot of hard work into their blogs and most of the time receive little or no reimbursement for their highly valuable work. I wouldn&#8217;t think it would be inappropriate at all, in fact only fair that these bloggers deserve to keep these machines as Ôrewards&#8217;.&#8221; [4]</p>\n<p>Bloggers are entitled to profit from their work. But how absurd would it have been if these bloggers received a letter that read: &#8220;Hey, we just thought you might want to know that Windows Vista is coming out soon. Oh by the way, here is a copy of Windows Vista and a cheque for $2000. No strings attached. Cheers!&#8221;</p>\n<p>There is nothing ambiguous about the actions of Edelman PR and Microsoft; their &#8220;present&#8221; was clearly a bribe. It is their job to persuade influential people into recommending their products. But it is the duty of a good journalist to contemplate the nature of the gifts he receives. A free movie ticket or a paperback novel or a music CD is hardly analogous to receiving a $2000 computer. The distinction only becomes ambiguous when trying to rationalize greed.</p>\n<p>Of course, one could argue that bloggers do not claim to be journalists. But, whether they like it or not, bloggers assume many of the roles of a journalistÑdisseminating information, monitoring powerful people and institutions, and spreading the truth (as they see it). And much like journalists, bloggers are being sued for libel and asked to reveal the names of their anonymous sources. And when under fire by the courts and corporations, bloggers invoke the protective shield that the title &#8220;journalist&#8221; provides. Yet when asked to fulfill the difficult and serious responsibilities of a journalist bloggers cast their shield aside, claiming they never wanted it in the first place.</p>\n<p>[1] Microsoft Vista Ferrari Payoffs–horrible move.<br />\n<a href=\"http://notgartner.wordpress.com/2006/12/27/acer-ferrari-1000-the-unboxing\">http://www.calacanis.com/2006/12/29/microsoft-vista-ferrari-payoffs-horrible-move-bonus-payperpo/</a></p>\n<p>[2] Acer Ferrari 1000: The Unboxing<br />\n<a href=\"http://notgartner.wordpress.com/2006/12/27/acer-ferrari-1000-the-unboxing\">http://notgartner.wordpress.com/2006/12/27/acer-ferrari-1000-the-unboxing</a></p>\n<p>[3] Microsoft Sent A Free Laptop With Windows Vista<br />\n<a href=\"http://laughingsquid.com/microsoft-sent-a-free-laptop-with-windows-vista\">http://laughingsquid.com/microsoft-sent-a-free-laptop-with-windows-vista</a></p>\n<p>[4] Sex, lies, and the Microsoft blogger laptop scandal<br />\n<a href=\"http://arstechnica.com/news.ars/post/20061228-8514.html\">http://arstechnica.com/news.ars/post/20061228-8514.html</a></p>\n<p>[5] Dow Jones &#038; Company, Inc. Code of Conduct<br />\n<a href=\"http://www.shareholder.com/dowjones/downloads/CG_Conduct.pdf\">http://www.shareholder.com/dowjones/downloads/CG_Conduct.pdf</a></p>\n<p>[6] Microsoft hands out Ferrari&#8217;s to bloggers <a href=\"http://www.istartedsomething.com.nyud.net:8080/20061227/microsoft-free-ferrari\">http://www.istartedsomething.com.nyud.net:8080/20061227/microsoft-free-ferrari</a>\n</p>\";s:7:\"pubdate\";s:31:\"Thu, 11 Jan 2007 15:00:29 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:9215:\"<p><small>This is the Sixteenth entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://www.thecanadiangeek.ca/\">Haasim Mahanaim</a></small></p>\n<p>The so-called &#8220;Microsoft Scandal&#8221; began when Microsoft and public relations firm, Edelman PR, gave 90 influential bloggers high-end laptops. The machines were powered by Microsoft&#8217;s yet-to-be released operating system, Windows Vista. The computers were accompanied with a letter (or a phone call) that described the laptops as a &#8220;present&#8221; with &#8220;no strings attached&#8221;. Bloggers were free to keep the machines or give them away. They were told that they had no obligation to review Microsoft&#8217;s new operating system - let alone provide a favorable one. When news of the giveaway became public, it sparked a divisive debate about the ethical obligations of bloggers.</p>\n<p>Internet entrepreneur, Jason Calcanis, was one of the first bloggers to call the giveaway a &#8220;bribe&#8221;. [1] On his blog, Calcanis wrote, &#8220;The bloggers who go down the road of free products will learn, over time, that their credibility takes a hit. In some cases folks might get away with it, but in the long term most folks will get caught and their reputations will suffer.&#8221;</p>\n<p>However, prominent bloggers like Robert Scoble, called the PR stunt &#8220;an awesome idea&#8221;. Scoble shrugged off concerns over conflicts of interest by invoking the words, &#8220;full disclosure&#8221;. But full disclosure doesn&#8217;t eliminate the unperceived and subconscious affects of receiving a gift.</p>\n<p>Many of the bloggers who received a free laptop quickly disclosed the details of their gift while unabashedly using words like &#8220;giddy&#8221; [2] and &#8220;joyful [3]. Are we to believe that these giddy and joyful people will be able to write impartial and unbiased reviews of Windows Vista? (Not to mention those bloggers who will go on to review Windows Vista without disclosing how they gained access to the software.)</p>\n<p>There have been numerous half-hearted attempts at establishing a code of conduct for bloggers. But bloggers are unable to (or uninterested in) adhering to any rules of conduct.</p>\n<p>When CyberJournalist.net (published by Jonathan Dube) proposed A Blogger&#8217;s Code of Ethics, the reader response was mixed. Readers like, Steve (no last name provided) wrote, &#8220;Codes of Ethics are usually created when snobby people are pissed off about something and are too weak to compete on a level playing field.&#8221;</p>\n<p>Another comment, signed by &#8220;Rooty&#8221;, read, &#8220;What did you use as your foundation for this so-called ethics code for bloggers? Reading this, it looks like nothing more than your own personal opinion. What right do you have to foist any of this on anyone?&#8221;</p>\n<p>The opening passage of A Blogger&#8217;s Code of Ethics left &#8220;it is up to individual bloggers to choose their own best practices.&#8221; The list was based upon principles from the Society of Professional Journalists Code of Ethics. Various journalistic associations have similar guidelines. And most journalistic institutions have their own customized ethical guidelines.</p>\n<p>National Public Radio&#8217;s guidelines state that their &#8220;journalists cannot keep any equipment or items of value provided by a company for test-use for story purposes.&#8221;</p>\n<p>Online technology magazine Red Herring has a similar policy. Meanwhile, The New York Times&#8217; ethical policy spans over ten thousand words. Several thousand of those words are dedicated to guidelines for receiving products and accepting gifts based on a reporter&#8217;s beat (sports, arts and entertainment, etc).</p>\n<p>Yet, online writers have made bold claims about the realities of professional journalism.</p>\n<p>&#8220;To listen to the outcry, one might think that this kind of thing doesn’t happen everyday,&#8221; wrote, Ken Fisher, writer for the popular technology web site, Ars Technica. &#8220;Well, it most certainly does.&#8221; [5]</p>\n<p>Fisher went on to write, &#8220;Do you really think Walt Mossberg of the Wall Street Journal goes to some secret underground Apple Store to buy his hot new iPod to review a month before it’s even announced?&#8221;</p>\n<p>Fisher&#8217;s comment was one of many lazy arguments, from various writers, that relied on baseless assumptions and fuzzy logic.</p>\n<p>The Wall Street Journal&#8217;s code of conduct clearly states that employees cannot accept any gifts beyond a &#8220;nominal value&#8221;. [6] A three hundred dollar iPod is hardly a token giftÑlet alone a two thousand dollar computer.</p>\n<p>If Apple sends out a free iPod for review, it becomes the property of the magazine or newspaper publishing the review (instead of the journalist who is reviewing it). This simple distinction seems to be lost on many bloggers because they usually act as both the editor and writer for a publication.</p>\n<p>Admittedly, simply having a set of rules and guidelines does not preclude the possibility of making mistakes. But, while the mainstream media struggles over ethical dilemmas, bloggers are seemingly content with their self-proclaimed superiority and infallibility.</p>\n<p>A public relations agency would have never given a respectable journalist a free computer to keep as their very own. (Nor would such a journalist be allowed to keep such a gift according to the ethical guidelines of his employer.) Edelman PR banked on the flexible morals of underpaid bloggers, and it paid off.</p>\n<p>When Long Zheng received his present, he had no qualms stating his plans to keep the laptop.</p>\n<p>&#8220;[Bloggers] put a lot of hard work into their blogs and most of the time receive little or no reimbursement for their highly valuable work. I wouldn&#8217;t think it would be inappropriate at all, in fact only fair that these bloggers deserve to keep these machines as Ôrewards&#8217;.&#8221; [4]</p>\n<p>Bloggers are entitled to profit from their work. But how absurd would it have been if these bloggers received a letter that read: &#8220;Hey, we just thought you might want to know that Windows Vista is coming out soon. Oh by the way, here is a copy of Windows Vista and a cheque for $2000. No strings attached. Cheers!&#8221;</p>\n<p>There is nothing ambiguous about the actions of Edelman PR and Microsoft; their &#8220;present&#8221; was clearly a bribe. It is their job to persuade influential people into recommending their products. But it is the duty of a good journalist to contemplate the nature of the gifts he receives. A free movie ticket or a paperback novel or a music CD is hardly analogous to receiving a $2000 computer. The distinction only becomes ambiguous when trying to rationalize greed.</p>\n<p>Of course, one could argue that bloggers do not claim to be journalists. But, whether they like it or not, bloggers assume many of the roles of a journalistÑdisseminating information, monitoring powerful people and institutions, and spreading the truth (as they see it). And much like journalists, bloggers are being sued for libel and asked to reveal the names of their anonymous sources. And when under fire by the courts and corporations, bloggers invoke the protective shield that the title &#8220;journalist&#8221; provides. Yet when asked to fulfill the difficult and serious responsibilities of a journalist bloggers cast their shield aside, claiming they never wanted it in the first place.</p>\n<p>[1] Microsoft Vista Ferrari Payoffs–horrible move.<br />\n<a href=\"http://notgartner.wordpress.com/2006/12/27/acer-ferrari-1000-the-unboxing\">http://www.calacanis.com/2006/12/29/microsoft-vista-ferrari-payoffs-horrible-move-bonus-payperpo/</a></p>\n<p>[2] Acer Ferrari 1000: The Unboxing<br />\n<a href=\"http://notgartner.wordpress.com/2006/12/27/acer-ferrari-1000-the-unboxing\">http://notgartner.wordpress.com/2006/12/27/acer-ferrari-1000-the-unboxing</a></p>\n<p>[3] Microsoft Sent A Free Laptop With Windows Vista<br />\n<a href=\"http://laughingsquid.com/microsoft-sent-a-free-laptop-with-windows-vista\">http://laughingsquid.com/microsoft-sent-a-free-laptop-with-windows-vista</a></p>\n<p>[4] Sex, lies, and the Microsoft blogger laptop scandal<br />\n<a href=\"http://arstechnica.com/news.ars/post/20061228-8514.html\">http://arstechnica.com/news.ars/post/20061228-8514.html</a></p>\n<p>[5] Dow Jones &#038; Company, Inc. Code of Conduct<br />\n<a href=\"http://www.shareholder.com/dowjones/downloads/CG_Conduct.pdf\">http://www.shareholder.com/dowjones/downloads/CG_Conduct.pdf</a></p>\n<p>[6] Microsoft hands out Ferrari&#8217;s to bloggers <a href=\"http://www.istartedsomething.com.nyud.net:8080/20061227/microsoft-free-ferrari\">http://www.istartedsomething.com.nyud.net:8080/20061227/microsoft-free-ferrari</a>\n</p>\";}i:23;a:7:{s:5:\"title\";s:26:\"Donncha: Ask the developer\";s:4:\"guid\";s:47:\"http://ocaoimh.ie/2007/01/11/ask-the-developer/\";s:4:\"link\";s:47:\"http://ocaoimh.ie/2007/01/11/ask-the-developer/\";s:11:\"description\";s:2051:\"<p>On January 20th I&#8217;ll be speaking at <a href=\"http://barcamp.org/Barcamp%20Ireland%20-%20SouthEast\">BarCamp South East</a> on the subject of WordPress.com and WordPress MU. The talk is titled, &#8220;WordPress.com - running the biggest wpmu site in the world&#8221; which is vague enough that I could talk about anything but I&#8217;d like to know what you want to hear.</p>\n<p>Public speaking isn&#8217;t my strong point, I prefer to be behind the keyboard, or looking through a <a href=\"http://inphotos.org/\">camera lens</a> but sometimes you have to push yourself to do unfamiliar things. Here&#8217;s my go at public speaking.</p>\n<p>Talks will be in 45 minute slots and I would like to make mine more of a discussion forum like the WPMU talk we had at <a href=\"http://ocaoimh.ie/tag/wordcamp/\">WordCamp</a> way back in August last year. It went really well and everyone got something out of it.</p>\n<p>Subjects I&#8217;m considering include:</p>\n<ul>\n<li> Merging code from WP core which is horribly exciting, have you ever seen vimdiff in action?</li>\n<li> Site stats - did you know we publish them?</li>\n<li> Hardware - server porn. How do we handle the load generated by Slashdots, Diggs, and almost 600,000 blogs?</li>\n<li> Hooks and plugins - new hooks in the signup process and wpmu admin backend.</li>\n<li> Anyone interested in working from home and virtual company issues? Automattic has employees in at least four countries.</li>\n</ul>\n<p>So, if you&#8217;ll be there I want to hear from you. If you won&#8217;t, I still want to hear from you because I&#8217;m sure <a href=\"http://irish.typepad.com/\">Bernie</a> or someone will record the talk and put it up online.</p>\n<a href=\"http://ocaoimh.ie/tag/barcampwaterford/\" rel=\"tag\">barcampwaterford</a>, <a href=\"http://ocaoimh.ie/tag/when-in-ireland/\" rel=\"tag\">When in Ireland</a>, <a href=\"http://ocaoimh.ie/tag/wordpress/\" rel=\"tag\">WordPress</a>, <a href=\"http://ocaoimh.ie/tag/wordpressmu/\" rel=\"tag\">wordpressmu</a>, <a href=\"http://ocaoimh.ie/tag/wpmu/\" rel=\"tag\">wpmu</a>\";s:7:\"pubdate\";s:31:\"Thu, 11 Jan 2007 12:32:52 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"Donncha\";}s:7:\"summary\";s:2051:\"<p>On January 20th I&#8217;ll be speaking at <a href=\"http://barcamp.org/Barcamp%20Ireland%20-%20SouthEast\">BarCamp South East</a> on the subject of WordPress.com and WordPress MU. The talk is titled, &#8220;WordPress.com - running the biggest wpmu site in the world&#8221; which is vague enough that I could talk about anything but I&#8217;d like to know what you want to hear.</p>\n<p>Public speaking isn&#8217;t my strong point, I prefer to be behind the keyboard, or looking through a <a href=\"http://inphotos.org/\">camera lens</a> but sometimes you have to push yourself to do unfamiliar things. Here&#8217;s my go at public speaking.</p>\n<p>Talks will be in 45 minute slots and I would like to make mine more of a discussion forum like the WPMU talk we had at <a href=\"http://ocaoimh.ie/tag/wordcamp/\">WordCamp</a> way back in August last year. It went really well and everyone got something out of it.</p>\n<p>Subjects I&#8217;m considering include:</p>\n<ul>\n<li> Merging code from WP core which is horribly exciting, have you ever seen vimdiff in action?</li>\n<li> Site stats - did you know we publish them?</li>\n<li> Hardware - server porn. How do we handle the load generated by Slashdots, Diggs, and almost 600,000 blogs?</li>\n<li> Hooks and plugins - new hooks in the signup process and wpmu admin backend.</li>\n<li> Anyone interested in working from home and virtual company issues? Automattic has employees in at least four countries.</li>\n</ul>\n<p>So, if you&#8217;ll be there I want to hear from you. If you won&#8217;t, I still want to hear from you because I&#8217;m sure <a href=\"http://irish.typepad.com/\">Bernie</a> or someone will record the talk and put it up online.</p>\n<a href=\"http://ocaoimh.ie/tag/barcampwaterford/\" rel=\"tag\">barcampwaterford</a>, <a href=\"http://ocaoimh.ie/tag/when-in-ireland/\" rel=\"tag\">When in Ireland</a>, <a href=\"http://ocaoimh.ie/tag/wordpress/\" rel=\"tag\">WordPress</a>, <a href=\"http://ocaoimh.ie/tag/wordpressmu/\" rel=\"tag\">wordpressmu</a>, <a href=\"http://ocaoimh.ie/tag/wpmu/\" rel=\"tag\">wpmu</a>\";}i:24;a:7:{s:5:\"title\";s:42:\"Weblog Tools Collection: WP Theme: Seaside\";s:4:\"guid\";s:70:\"http://weblogtoolscollection.com/archives/2007/01/10/wp-theme-seaside/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73685269/\";s:11:\"description\";s:266:\"<p><a href=\"http://themes.wordpress.net/columns/2-columns/1387/seaside-10/\">WP Theme: Seaside</a> is a theme by <a href=\"http://www.webahead.net/\">Terry Bytheway</a>. The theme is neat and clean two column theme with an Interesting menu placement in the header.\n</p>\";s:7:\"pubdate\";s:31:\"Thu, 11 Jan 2007 02:45:16 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:266:\"<p><a href=\"http://themes.wordpress.net/columns/2-columns/1387/seaside-10/\">WP Theme: Seaside</a> is a theme by <a href=\"http://www.webahead.net/\">Terry Bytheway</a>. The theme is neat and clean two column theme with an Interesting menu placement in the header.\n</p>\";}i:25;a:7:{s:5:\"title\";s:47:\"Weblog Tools Collection: WP Plugin: Review Site\";s:4:\"guid\";s:75:\"http://weblogtoolscollection.com/archives/2007/01/10/wp-plugin-review-site/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73670273/\";s:11:\"description\";s:384:\"<p><a href=\"http://www.dangrossman.info/wp-dg-review-site\">WP Plugin: Review Site</a> allows you to turn your blog into a powerful review engine. It%u2019s flexible in design and presentation so you could use it as an additional interaction feature for your blog to collect reviews of your posts, or to drive a product/service review site where your users contribute the reviews.\n</p>\";s:7:\"pubdate\";s:31:\"Thu, 11 Jan 2007 02:15:19 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:384:\"<p><a href=\"http://www.dangrossman.info/wp-dg-review-site\">WP Plugin: Review Site</a> allows you to turn your blog into a powerful review engine. It%u2019s flexible in design and presentation so you could use it as an additional interaction feature for your blog to collect reviews of your posts, or to drive a product/service review site where your users contribute the reviews.\n</p>\";}i:26;a:7:{s:5:\"title\";s:41:\"Weblog Tools Collection: WP Theme: Phenom\";s:4:\"guid\";s:69:\"http://weblogtoolscollection.com/archives/2007/01/10/wp-theme-phenom/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73610418/\";s:11:\"description\";s:245:\"<p><a href=\"http://zene.lifevine.org/archives/429.html\">WP Theme: Phenom</a> Two column, clean, minimalistic, light theme for Wordpress with widget support. Original design from <a href=\"http://www.oswd.org/design/preview/id/1675\">OSWD</a>.\n</p>\";s:7:\"pubdate\";s:31:\"Wed, 10 Jan 2007 23:58:35 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:245:\"<p><a href=\"http://zene.lifevine.org/archives/429.html\">WP Theme: Phenom</a> Two column, clean, minimalistic, light theme for Wordpress with widget support. Original design from <a href=\"http://www.oswd.org/design/preview/id/1675\">OSWD</a>.\n</p>\";}i:27;a:7:{s:5:\"title\";s:60:\"Weblog Tools Collection: Plugins for an SEO Friendly WP Blog\";s:4:\"guid\";s:89:\"http://weblogtoolscollection.com/archives/2007/01/10/plugins-for-an-seo-friendly-wp-blog/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73417259/\";s:11:\"description\";s:458:\"<p><a href=\"http://www.devlounge.net/articles/plugins-for-a-search-engine-friendly-wordpress-blog\">Plugins for an SEO Friendly WP Blog</a> List of plugins, tips and tricks to make your blog SEO friendly. Much of the information was previously available, but now it is in one place. I found the <a href=\"http://photomatt.net/2006/06/13/wordpress-no-www/\">no-www plugin</a> that was I was about to write, thanks to <a href=\"http://photomatt.net\">Matt</a>.\n</p>\";s:7:\"pubdate\";s:31:\"Wed, 10 Jan 2007 14:30:19 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:458:\"<p><a href=\"http://www.devlounge.net/articles/plugins-for-a-search-engine-friendly-wordpress-blog\">Plugins for an SEO Friendly WP Blog</a> List of plugins, tips and tricks to make your blog SEO friendly. Much of the information was previously available, but now it is in one place. I found the <a href=\"http://photomatt.net/2006/06/13/wordpress-no-www/\">no-www plugin</a> that was I was about to write, thanks to <a href=\"http://photomatt.net\">Matt</a>.\n</p>\";}i:28;a:7:{s:5:\"title\";s:80:\"Lorelle on WP: Adsense Beautifier WordPress Plugin and Imaged Adsense Ads Banned\";s:4:\"guid\";s:36:\"http://lorelle.wordpress.com/?p=1497\";s:4:\"link\";s:106:\"http://lorelle.wordpress.com/2007/01/10/adsense-beautifier-wordpress-plugin-and-imaged-adsense-ads-banned/\";s:11:\"description\";s:339:\"In case you missed the news during the busy holidays, a favorite WordPress Plugin, Adsense Beautifier by supriyadisw.net is now history according to a recent clarification of ad and image placement from Google Adsense:\nWe ask that publishers not line up images and ads in a way that suggests a relationship between the images and the [...]\";s:7:\"pubdate\";s:31:\"Wed, 10 Jan 2007 08:35:36 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:339:\"In case you missed the news during the busy holidays, a favorite WordPress Plugin, Adsense Beautifier by supriyadisw.net is now history according to a recent clarification of ad and image placement from Google Adsense:\nWe ask that publishers not line up images and ads in a way that suggests a relationship between the images and the [...]\";}i:29;a:7:{s:5:\"title\";s:43:\"Weblog Tools Collection: WP Theme: Fjords02\";s:4:\"guid\";s:71:\"http://weblogtoolscollection.com/archives/2007/01/10/wp-theme-fjords02/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73311594/\";s:11:\"description\";s:270:\"<p><a href=\"http://themes.wordpress.net/columns/2-columns/1382/fjords02-10/\">WP Theme: Fjords02</a> is a WordPress theme by <a href=\"http://www.peterandrej.com/wordpress/\">Peterandrej</a> with a 2-column layout and a picture of a Norwegian fjord in header position.\n</p>\";s:7:\"pubdate\";s:31:\"Wed, 10 Jan 2007 07:26:17 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:270:\"<p><a href=\"http://themes.wordpress.net/columns/2-columns/1382/fjords02-10/\">WP Theme: Fjords02</a> is a WordPress theme by <a href=\"http://www.peterandrej.com/wordpress/\">Peterandrej</a> with a 2-column layout and a picture of a Norwegian fjord in header position.\n</p>\";}i:30;a:7:{s:5:\"title\";s:41:\"Weblog Tools Collection: WP Theme: Dreamy\";s:4:\"guid\";s:69:\"http://weblogtoolscollection.com/archives/2007/01/10/wp-theme-dreamy/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73303828/\";s:11:\"description\";s:132:\"<p><a href=\"http://wpthemespot.com/themes/dreamy/\">WP Theme: Dreamy</a> is a 2 column, fixed-width, sidebar widget ready theme.\n</p>\";s:7:\"pubdate\";s:31:\"Wed, 10 Jan 2007 07:15:22 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:132:\"<p><a href=\"http://wpthemespot.com/themes/dreamy/\">WP Theme: Dreamy</a> is a 2 column, fixed-width, sidebar widget ready theme.\n</p>\";}i:31;a:7:{s:5:\"title\";s:39:\"Weblog Tools Collection: WP Theme: Mojo\";s:4:\"guid\";s:67:\"http://weblogtoolscollection.com/archives/2007/01/10/wp-theme-mojo/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73303829/\";s:11:\"description\";s:196:\"<p><a href=\"http://milo.peety-passion.com/2007/01/09/wordpress-theme-mojo/\">WP Theme: Mojo</a> is a lightweight, simple and pleasant design with a slider menu. Sweet titles and Ibox built in.\n</p>\";s:7:\"pubdate\";s:31:\"Wed, 10 Jan 2007 07:15:22 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:196:\"<p><a href=\"http://milo.peety-passion.com/2007/01/09/wordpress-theme-mojo/\">WP Theme: Mojo</a> is a lightweight, simple and pleasant design with a slider menu. Sweet titles and Ibox built in.\n</p>\";}i:32;a:7:{s:5:\"title\";s:40:\"Weblog Tools Collection: WP Theme: Store\";s:4:\"guid\";s:68:\"http://weblogtoolscollection.com/archives/2007/01/10/wp-theme-store/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73303830/\";s:11:\"description\";s:164:\"<p><a href=\"http://peety-passion.com/milo/2007/01/10/wordpress-theme-store/\">WP Theme: Store</a> is a two column, dark WordPress theme with some nice graphics.\n</p>\";s:7:\"pubdate\";s:31:\"Wed, 10 Jan 2007 07:15:22 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:164:\"<p><a href=\"http://peety-passion.com/milo/2007/01/10/wordpress-theme-store/\">WP Theme: Store</a> is a two column, dark WordPress theme with some nice graphics.\n</p>\";}i:33;a:7:{s:5:\"title\";s:53:\"Weblog Tools Collection: WP Theme: Devi - The Goddess\";s:4:\"guid\";s:79:\"http://weblogtoolscollection.com/archives/2007/01/10/wp-theme-devi-the-goddess/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73302907/\";s:11:\"description\";s:203:\"<p><a href=\"http://themes.wordpress.net/columns/1-column/1386/devi-the-godess-12/\">WP Theme: Devi - The Goddess</a> is a graphical dark theme by <a href=\"http://ddsos.org/\">Ekta</a> based on Kubrick\n</p>\";s:7:\"pubdate\";s:31:\"Wed, 10 Jan 2007 07:00:35 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:203:\"<p><a href=\"http://themes.wordpress.net/columns/1-column/1386/devi-the-godess-12/\">WP Theme: Devi - The Goddess</a> is a graphical dark theme by <a href=\"http://ddsos.org/\">Ekta</a> based on Kubrick\n</p>\";}i:34;a:7:{s:5:\"title\";s:45:\"Weblog Tools Collection: WP Plugin: FLV Embed\";s:4:\"guid\";s:73:\"http://weblogtoolscollection.com/archives/2007/01/10/wp-plugin-flv-embed/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73302908/\";s:11:\"description\";s:277:\"<p><a href=\"http://www.channel-ai.com/blog/plugins/flv-embed/\">WP Plugin: FLV Embed</a> is a WordPress plugin made to simplify the process of adding FLV videos into your blog using Jeroen’s <a href=\"http://www.jeroenwijering.com/?item=Flash_Video_Player\">FLV Player</a>.\n</p>\";s:7:\"pubdate\";s:31:\"Wed, 10 Jan 2007 06:59:43 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:277:\"<p><a href=\"http://www.channel-ai.com/blog/plugins/flv-embed/\">WP Plugin: FLV Embed</a> is a WordPress plugin made to simplify the process of adding FLV videos into your blog using Jeroen’s <a href=\"http://www.jeroenwijering.com/?item=Flash_Video_Player\">FLV Player</a>.\n</p>\";}i:35;a:7:{s:5:\"title\";s:47:\"Weblog Tools Collection: WP Plugin: WS ToolTips\";s:4:\"guid\";s:75:\"http://weblogtoolscollection.com/archives/2007/01/10/wp-plugin-ws-tooltips/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73295891/\";s:11:\"description\";s:323:\"<p><a href=\"http://www.webwork-studios.de/index.php/2007/01/09/ws-tooltips/\">WP Plugin: WS ToolTips</a> uses <a href=\"http://www.dustindiaz.com/sweet-titles/\">Sweet Titles</a> to display cool tooltips for tags with the <code>title=\"\"</code> attribute. Demo and English explanation are to the bottom of the plugin page.\n</p>\";s:7:\"pubdate\";s:31:\"Wed, 10 Jan 2007 06:45:25 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:323:\"<p><a href=\"http://www.webwork-studios.de/index.php/2007/01/09/ws-tooltips/\">WP Plugin: WS ToolTips</a> uses <a href=\"http://www.dustindiaz.com/sweet-titles/\">Sweet Titles</a> to display cool tooltips for tags with the <code>title=\"\"</code> attribute. Demo and English explanation are to the bottom of the plugin page.\n</p>\";}i:36;a:7:{s:5:\"title\";s:47:\"Weblog Tools Collection: Using UTW with Chitika\";s:4:\"guid\";s:76:\"http://weblogtoolscollection.com/archives/2007/01/10/using-utw-with-chitika/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73295893/\";s:11:\"description\";s:218:\"<p><a href=\"http://techtites.com/2007/01/10/wordpress-wednesday-targeting-chitika-ads-with-utw/\">Using UTW with Chitika</a> takes you through using Ultimate Tag Warrior to generate keywords for Chitika eMiniMalls.\n</p>\";s:7:\"pubdate\";s:31:\"Wed, 10 Jan 2007 06:45:25 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:218:\"<p><a href=\"http://techtites.com/2007/01/10/wordpress-wednesday-targeting-chitika-ads-with-utw/\">Using UTW with Chitika</a> takes you through using Ultimate Tag Warrior to generate keywords for Chitika eMiniMalls.\n</p>\";}i:37;a:7:{s:5:\"title\";s:48:\"Weblog Tools Collection: WP Plugin: HighSlide JS\";s:4:\"guid\";s:76:\"http://weblogtoolscollection.com/archives/2007/01/10/wp-plugin-highslide-js/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73294736/\";s:11:\"description\";s:362:\"<p><a href=\"http://projects.jesseheap.com/all-projects/wordpress-highslide-js-plugin/\">WP Plugin: HighSlide JS</a> allows you to easily use <a href=\"http://vikjavev.no/highslide/\">HighSlide</a> by automatically inserting the necessary javascript into your posts or pages. The plugin makes uses of a wordpress quicktag to make the insertion process painless.\n</p>\";s:7:\"pubdate\";s:31:\"Wed, 10 Jan 2007 06:45:25 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:362:\"<p><a href=\"http://projects.jesseheap.com/all-projects/wordpress-highslide-js-plugin/\">WP Plugin: HighSlide JS</a> allows you to easily use <a href=\"http://vikjavev.no/highslide/\">HighSlide</a> by automatically inserting the necessary javascript into your posts or pages. The plugin makes uses of a wordpress quicktag to make the insertion process painless.\n</p>\";}i:38;a:7:{s:5:\"title\";s:75:\"Lorelle on WP: Akismet Auntie Spam Firefox-Greasemonkey Page Viewing Script\";s:4:\"guid\";s:101:\"http://lorelle.wordpress.com/2007/01/09/akismet-auntie-spam-firefox-greasemonkey-page-viewing-script/\";s:4:\"link\";s:101:\"http://lorelle.wordpress.com/2007/01/09/akismet-auntie-spam-firefox-greasemonkey-page-viewing-script/\";s:11:\"description\";s:369:\"My buddy, Engtech has come up with a neat Firefox Greasemonkey script which &#8220;shrinks&#8221; your screen view of Akismet&#8217;s comment spam page viewing.\nThe Akismet Auntie Spam Greasemonkey Script for Firefox changes the way the comment spam caught by Akismet is viewed. Instead of viewing the whole comment spam, and scrolling down screen after screen to [...]\";s:7:\"pubdate\";s:31:\"Wed, 10 Jan 2007 02:21:50 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:369:\"My buddy, Engtech has come up with a neat Firefox Greasemonkey script which &#8220;shrinks&#8221; your screen view of Akismet&#8217;s comment spam page viewing.\nThe Akismet Auntie Spam Greasemonkey Script for Firefox changes the way the comment spam caught by Akismet is viewed. Instead of viewing the whole comment spam, and scrolling down screen after screen to [...]\";}i:39;a:7:{s:5:\"title\";s:37:\"Lorelle on WP: Talk Back to WordPress\";s:4:\"guid\";s:63:\"http://lorelle.wordpress.com/2007/01/09/talk-back-to-wordpress/\";s:4:\"link\";s:63:\"http://lorelle.wordpress.com/2007/01/09/talk-back-to-wordpress/\";s:11:\"description\";s:308:\"Got an idea for WordPress? What about a whine, moan, or kvetch?\nWordPress has always taken your feedback seriously and is now offering a few new ways to let them know how you feel and think about WordPress.\nThe WordPress Ideas page is a place to make your suggestions and ideas for what you want to see [...]\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 23:22:14 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:308:\"Got an idea for WordPress? What about a whine, moan, or kvetch?\nWordPress has always taken your feedback seriously and is now offering a few new ways to let them know how you feel and think about WordPress.\nThe WordPress Ideas page is a place to make your suggestions and ideas for what you want to see [...]\";}i:40;a:7:{s:5:\"title\";s:32:\"Matt: WP Ultimate Gamer’s Pack\";s:4:\"guid\";s:56:\"http://photomatt.net/2007/01/09/wp-ultimate-gamers-pack/\";s:4:\"link\";s:56:\"http://photomatt.net/2007/01/09/wp-ultimate-gamers-pack/\";s:11:\"description\";s:124:\"<p><a href=\"http://harper.wirelessink.com/?p=105\">WordPress Ultimate Gamer’s Pack</a>, supports Wii, PSP, and DS Lite.</p>\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 23:01:34 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:124:\"<p><a href=\"http://harper.wirelessink.com/?p=105\">WordPress Ultimate Gamer’s Pack</a>, supports Wii, PSP, and DS Lite.</p>\";}i:41;a:7:{s:5:\"title\";s:51:\"Weblog Tools Collection: WP Ultimate Gamer’s Pack\";s:4:\"guid\";s:77:\"http://weblogtoolscollection.com/archives/2007/01/09/wp-ultimate-gamers-pack/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73109993/\";s:11:\"description\";s:547:\"<p><a href=\"http://harper.wirelessink.com/?p=105\">WP Ultimate Gamer&#8217;s Pack</a> Hot in the heels of the <a href=\"http://harper.wirelessink.com/?p=104\">Wordpress Wii Plugin</a> comes the Wordpress Gamer&#8217;s Pack with support for the Wii, PSP and DS Lite. There are also plans for the recently introduced Apple Inc. <a href=\"http://www.apple.com/iphone/\">iPhone</a> optimized version of a plugin for Wordpress. All of this is part of the R&#038;D (and I suspect, promotion) of <a href=\"http://winksite.com/site/index.cfm\">Winksite</a>.\n</p>\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 22:45:22 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:547:\"<p><a href=\"http://harper.wirelessink.com/?p=105\">WP Ultimate Gamer&#8217;s Pack</a> Hot in the heels of the <a href=\"http://harper.wirelessink.com/?p=104\">Wordpress Wii Plugin</a> comes the Wordpress Gamer&#8217;s Pack with support for the Wii, PSP and DS Lite. There are also plans for the recently introduced Apple Inc. <a href=\"http://www.apple.com/iphone/\">iPhone</a> optimized version of a plugin for Wordpress. All of this is part of the R&#038;D (and I suspect, promotion) of <a href=\"http://winksite.com/site/index.cfm\">Winksite</a>.\n</p>\";}i:42;a:7:{s:5:\"title\";s:23:\"Matt: Vertical Mac OS X\";s:4:\"guid\";s:50:\"http://photomatt.net/2007/01/09/vertical-mac-os-x/\";s:4:\"link\";s:50:\"http://photomatt.net/2007/01/09/vertical-mac-os-x/\";s:11:\"description\";s:667:\"<p>Since everyone is talking about Macs today &#8212; did you <em>see</em> the iPhone &#8212; I thought it would be a good time to pose to my highly intelligent readers a question that has vexed me for months. I have a Dell 24&#8243; monitor attached to a Mac Mini, my preferred configuration for this is vertical (you can turn the Dell on its side) but I can&#8217;t find the setting in OS X that lets you put the screen into portrait mode. Any tips? <strong>Update:</strong> It was right under my nose. System Prefs -&gt; Displays -&gt; Rotate. Thanks to <a href=\"http://www.red-sweater.com/blog/\">Daniel</a> and <a href=\"http://barry.wordpress.com/\">Barry</a>.</p>\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 22:34:13 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:667:\"<p>Since everyone is talking about Macs today &#8212; did you <em>see</em> the iPhone &#8212; I thought it would be a good time to pose to my highly intelligent readers a question that has vexed me for months. I have a Dell 24&#8243; monitor attached to a Mac Mini, my preferred configuration for this is vertical (you can turn the Dell on its side) but I can&#8217;t find the setting in OS X that lets you put the screen into portrait mode. Any tips? <strong>Update:</strong> It was right under my nose. System Prefs -&gt; Displays -&gt; Rotate. Thanks to <a href=\"http://www.red-sweater.com/blog/\">Daniel</a> and <a href=\"http://barry.wordpress.com/\">Barry</a>.</p>\";}i:43;a:7:{s:5:\"title\";s:16:\"Matt: Disconnect\";s:4:\"guid\";s:43:\"http://photomatt.net/2007/01/09/disconnect/\";s:4:\"link\";s:43:\"http://photomatt.net/2007/01/09/disconnect/\";s:11:\"description\";s:290:\"<p>One thing I&#8217;ve found in the past year is there is sometimes a huge disconnect between people who make noise on blogs, or might have impressive blogs themselves, and productivity in the real world. It&#8217;s unfortunate, because it makes it that much harder to find good folks.</p>\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 22:28:21 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:290:\"<p>One thing I&#8217;ve found in the past year is there is sometimes a huge disconnect between people who make noise on blogs, or might have impressive blogs themselves, and productivity in the real world. It&#8217;s unfortunate, because it makes it that much harder to find good folks.</p>\";}i:44;a:7:{s:5:\"title\";s:27:\"Dev Blog: Ideas and Kvetch!\";s:4:\"guid\";s:58:\"http://wordpress.org/development/2007/01/ideas-and-kvetch/\";s:4:\"link\";s:58:\"http://wordpress.org/development/2007/01/ideas-and-kvetch/\";s:11:\"description\";s:2234:\"<p>It&#8217;s a new year, and we have a new major release of WordPress coming soon. (We&#8217;re currently aiming for the 22nd.) It&#8217;s as good a time as any to examine where we&#8217;ve been, and where we are, and where we&#8217;re going as a community. 2006 was a pretty exciting year, we saw 1.54 million downloads of WP, and that&#8217;s not even counting the people who install it through their host&#8217;s one-click install or the half a million who have experienced it through the hosted WordPress.com. WordPress is touching more lives than ever.</p>\n<p>However, just because what we&#8217;ve done has worked in the past doesn&#8217;t mean it&#8217;s the best for the future. We have to take a self-critical look at assumptions we have about our development process and WP itself. The upcoming release, which has been long coming, is a perfect time to focus on WP&#8217;s secret ingredient&#8230; you.</p>\n<p>If you could add anything in the world to WordPress, what would it be? If you could name the thing that frustrates you the most about WP, what would that be?</p>\n<p>Now you can tell us. We&#8217;re announcing new projects&#8212;two sides of the same coin.</p>\n<p><a href=\"http://wordpress.org/extend/ideas/\">The first is simply called Ideas</a>, and it&#8217;s a place where you can share your wildest WordPress wishes with the world, and also vote on other people&#8217;s ideas. This allows people outside our normal circle of developers to have a direct say in what goes into the next version of WordPress. For 2.2, which comes out in late April, we will include the top voted on features, so propose something, tell your friends about it, and link it from your blog.</p>\n<p>The second we&#8217;ve named after the <a href=\"http://www.answers.com/kvetch\">Yiddish word</a>, <a href=\"http://wordpress.org/extend/kvetch/\">Kvetch</a>. This is a place where you can quickly and anonymously express whatever might disagree with you in the WordPress world. Let it all loose, but try to keep it PG rated, and we&#8217;ll show a random kvetch on the page once we get enough in the system.</p>\n<p>Both are just part of putting you guys&#8212;our users&#8212;first. It&#8217;s easy because there&#8217;s so many of you.</p>\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 18:18:15 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:2234:\"<p>It&#8217;s a new year, and we have a new major release of WordPress coming soon. (We&#8217;re currently aiming for the 22nd.) It&#8217;s as good a time as any to examine where we&#8217;ve been, and where we are, and where we&#8217;re going as a community. 2006 was a pretty exciting year, we saw 1.54 million downloads of WP, and that&#8217;s not even counting the people who install it through their host&#8217;s one-click install or the half a million who have experienced it through the hosted WordPress.com. WordPress is touching more lives than ever.</p>\n<p>However, just because what we&#8217;ve done has worked in the past doesn&#8217;t mean it&#8217;s the best for the future. We have to take a self-critical look at assumptions we have about our development process and WP itself. The upcoming release, which has been long coming, is a perfect time to focus on WP&#8217;s secret ingredient&#8230; you.</p>\n<p>If you could add anything in the world to WordPress, what would it be? If you could name the thing that frustrates you the most about WP, what would that be?</p>\n<p>Now you can tell us. We&#8217;re announcing new projects&#8212;two sides of the same coin.</p>\n<p><a href=\"http://wordpress.org/extend/ideas/\">The first is simply called Ideas</a>, and it&#8217;s a place where you can share your wildest WordPress wishes with the world, and also vote on other people&#8217;s ideas. This allows people outside our normal circle of developers to have a direct say in what goes into the next version of WordPress. For 2.2, which comes out in late April, we will include the top voted on features, so propose something, tell your friends about it, and link it from your blog.</p>\n<p>The second we&#8217;ve named after the <a href=\"http://www.answers.com/kvetch\">Yiddish word</a>, <a href=\"http://wordpress.org/extend/kvetch/\">Kvetch</a>. This is a place where you can quickly and anonymously express whatever might disagree with you in the WordPress world. Let it all loose, but try to keep it PG rated, and we&#8217;ll show a random kvetch on the page once we get enough in the system.</p>\n<p>Both are just part of putting you guys&#8212;our users&#8212;first. It&#8217;s easy because there&#8217;s so many of you.</p>\";}i:45;a:7:{s:5:\"title\";s:31:\"bbPress: bbPress Plugin Browser\";s:4:\"guid\";s:55:\"http://bbpress.org/blog/2007/01/bbpress-plugin-browser/\";s:4:\"link\";s:55:\"http://bbpress.org/blog/2007/01/bbpress-plugin-browser/\";s:11:\"description\";s:937:\"<p>After lots of hints and hushed voices, the <a href=\"http://bbpress.org/plugins/\">bbPress plugin browser</a> is here.</p>\n<p>We&#8217;re offereing this up as a centralized source of bbPress plugins.  Hopefully, for all us users, that will mean one-stop shopping when looking for plugins.</p>\n<p>And for you developers, anyone can host their plugin there.  We keep track of comments, ratings, and download stats for you.  You even get your own little corner of the <a href=\"http://plugins-dev.bbpress.org/\">bbPress plugin development center</a> (a <a href=\"http://trac.edgewall.org/\">trac</a> install) for you to keep track of bugs, tickets, changes and versions of your plugin.</p>\n<p>Many thanks go out to <a href=\"http://www.adityanaik.com/\">Aditya</a> for helping me test and debug the site, and to <a href=\"http://www.40annibuttati.it/\">Stefano</a> and <a href=\"http://blog.trentadams.ca/\">Trent</a> as well for early adoption.</p>\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 18:12:27 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"mdawaffe\";}s:7:\"summary\";s:937:\"<p>After lots of hints and hushed voices, the <a href=\"http://bbpress.org/plugins/\">bbPress plugin browser</a> is here.</p>\n<p>We&#8217;re offereing this up as a centralized source of bbPress plugins.  Hopefully, for all us users, that will mean one-stop shopping when looking for plugins.</p>\n<p>And for you developers, anyone can host their plugin there.  We keep track of comments, ratings, and download stats for you.  You even get your own little corner of the <a href=\"http://plugins-dev.bbpress.org/\">bbPress plugin development center</a> (a <a href=\"http://trac.edgewall.org/\">trac</a> install) for you to keep track of bugs, tickets, changes and versions of your plugin.</p>\n<p>Many thanks go out to <a href=\"http://www.adityanaik.com/\">Aditya</a> for helping me test and debug the site, and to <a href=\"http://www.40annibuttati.it/\">Stefano</a> and <a href=\"http://blog.trentadams.ca/\">Trent</a> as well for early adoption.</p>\";}i:46;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: Blogging Essay Competition Updates\";s:4:\"guid\";s:88:\"http://weblogtoolscollection.com/archives/2007/01/09/blogging-essay-competition-updates/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/72920408/\";s:11:\"description\";s:694:\"<p>The <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">Blogging Essay Competition</a> is coming to a close very quickly. We are going to stop accepting entries on the 14th of January. So if you are planning to participate, you need to get your entry in as soon as possible. There have been <a href=\"http://weblogtoolscollection.com/archives/category/blogging-essays/\">fifteen entries so far</a>. Lots of people have read the essays and many have helped rate the entries. I will post detailed statistics once the competition closes.</p>\n<p>Remember to email the entries to mark at wltc dot net with an HTML attachment of your formatted essay.\n</p>\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 13:26:51 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:694:\"<p>The <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">Blogging Essay Competition</a> is coming to a close very quickly. We are going to stop accepting entries on the 14th of January. So if you are planning to participate, you need to get your entry in as soon as possible. There have been <a href=\"http://weblogtoolscollection.com/archives/category/blogging-essays/\">fifteen entries so far</a>. Lots of people have read the essays and many have helped rate the entries. I will post detailed statistics once the competition closes.</p>\n<p>Remember to email the entries to mark at wltc dot net with an HTML attachment of your formatted essay.\n</p>\";}i:47;a:7:{s:5:\"title\";s:53:\"Weblog Tools Collection: WP Plugin: View All Comments\";s:4:\"guid\";s:81:\"http://weblogtoolscollection.com/archives/2007/01/09/wp-plugin-view-all-comments/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/72911997/\";s:11:\"description\";s:492:\"<p><a href=\"http://www.i-jeriko.de/wordpress-plugin-vac-view-all-comments/\">WP Plugin: View All Comments</a> Install this plugin to view all comments from a specific commenter left on your blog in the past. Even though it sounds mundane, this could be a useful tool for your blog, especially if you want to understand the general demeanor of a particular reader. The grouping is done by email address and installation is very simple. I have seen similar functionality on forums and such.\n</p>\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 13:15:21 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:492:\"<p><a href=\"http://www.i-jeriko.de/wordpress-plugin-vac-view-all-comments/\">WP Plugin: View All Comments</a> Install this plugin to view all comments from a specific commenter left on your blog in the past. Even though it sounds mundane, this could be a useful tool for your blog, especially if you want to understand the general demeanor of a particular reader. The grouping is done by email address and installation is very simple. I have seen similar functionality on forums and such.\n</p>\";}i:48;a:7:{s:5:\"title\";s:29:\"Akismet: Akismet for Drupal 5\";s:4:\"guid\";s:53:\"http://akismet.com/blog/2007/01/akismet-for-drupal-5/\";s:4:\"link\";s:53:\"http://akismet.com/blog/2007/01/akismet-for-drupal-5/\";s:11:\"description\";s:145:\"<p>The <a href=\"http://drupal.org/project/akismet\">Akismet module for Drupal</a> has been updated to work with the upcoming Drupal 5 release.</p>\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 09:53:26 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:14:\"Matt Mullenweg\";}s:7:\"summary\";s:145:\"<p>The <a href=\"http://drupal.org/project/akismet\">Akismet module for Drupal</a> has been updated to work with the upcoming Drupal 5 release.</p>\";}i:49;a:7:{s:5:\"title\";s:21:\"Matt: Net Income Show\";s:4:\"guid\";s:48:\"http://photomatt.net/2007/01/09/net-income-show/\";s:4:\"link\";s:48:\"http://photomatt.net/2007/01/09/net-income-show/\";s:11:\"description\";s:262:\"<p>Tomorrow I&#8217;m going to be on the <a href=\"http://www.shoemoney.com/2007/01/07/matt-mullenweg-wordpress-creator-on-this-weeks-net-income/\">web radio show Net Income</a>. That entry mentions my Wikipedia page, which oh-my-goodness has an awful picture.</p>\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 09:44:34 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:262:\"<p>Tomorrow I&#8217;m going to be on the <a href=\"http://www.shoemoney.com/2007/01/07/matt-mullenweg-wordpress-creator-on-this-weeks-net-income/\">web radio show Net Income</a>. That entry mentions my Wikipedia page, which oh-my-goodness has an awful picture.</p>\";}}s:7:\"channel\";a:5:{s:5:\"title\";s:16:\"WordPress Planet\";s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:8:\"language\";s:2:\"en\";s:11:\"description\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"tagline\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:0:{}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}s:4:\"etag\";s:25:\"\"1da9d-45aaa0fd-568c2a\"\r\n\";s:13:\"last_modified\";s:31:\"Sun, 14 Jan 2007 21:30:37 GMT\r\n\";}',20,8,'',1,'no'),(70,0,'rss_867bd5c64f85878d03a060509cd2f92c_ts','Y',1,'1168810681',20,8,'',1,'no'),(76,0,'secret','Y',1,'19fa8e01babfa8b34b336805a095894b',20,8,'',1,'yes'),(73,0,'rss_e52ef59c7f2291cae701ebf54393522d','Y',1,'O:9:\"MagpieRSS\":17:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:1:{i:0;a:3:{s:5:\"title\";s:16:\"No results found\";s:11:\"description\";s:74:\"No results were found for http://blogs.lifechurchministries.org/comesunday\";s:7:\"summary\";s:74:\"No results were found for http://blogs.lifechurchministries.org/comesunday\";}}s:7:\"channel\";a:10:{s:9:\"generator\";s:15:\"Technorati v1.0\";s:9:\"webmaster\";s:43:\"support@technorati.com (Technorati Support)\";s:4:\"docs\";s:37:\"http://blogs.law.harvard.edu/tech/rss\";s:3:\"ttl\";s:2:\"60\";s:4:\"tapi\";a:3:{s:6:\"result\";s:5:\"\n    \";s:10:\"result_url\";s:48:\"http://blogs.lifechurchministries.org/comesunday\";s:19:\"result_rankingstart\";s:1:\"0\";}s:6:\"result\";s:16:\"\n    \n    \n    \n\";s:5:\"title\";s:23:\"Technorati Search for: \";s:4:\"link\";s:48:\"http://blogs.lifechurchministries.org/comesunday\";s:7:\"pubdate\";s:29:\"Thu, 01 Jan 1970 00:00:00 GMT\";s:7:\"tagline\";N;}s:9:\"textinput\";a:4:{s:5:\"title\";s:17:\"Search Technorati\";s:11:\"description\";s:43:\"Search millions of blogs for the latest on:\";s:4:\"name\";s:1:\"s\";s:4:\"link\";s:36:\"http://www.technorati.com/search.php\";}s:5:\"image\";a:3:{s:3:\"url\";s:50:\"http://static.technorati.com/pix/logos/logo_sm.gif\";s:5:\"title\";s:15:\"Technorati logo\";s:4:\"link\";s:25:\"http://www.technorati.com\";}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}}',20,8,'',1,'no'),(74,0,'rss_e52ef59c7f2291cae701ebf54393522d_ts','Y',1,'1168810680',20,8,'',1,'no'),(71,0,'rss_ddec4f5fb8aeb0d1195a5fc9c8c7f469','Y',1,'O:9:\"MagpieRSS\":17:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:1:{i:0;a:3:{s:5:\"title\";s:16:\"No results found\";s:11:\"description\";s:78:\"No results were found for http://www.blogs.lifechurchministries.org/comesunday\";s:7:\"summary\";s:78:\"No results were found for http://www.blogs.lifechurchministries.org/comesunday\";}}s:7:\"channel\";a:10:{s:9:\"generator\";s:15:\"Technorati v1.0\";s:9:\"webmaster\";s:43:\"support@technorati.com (Technorati Support)\";s:4:\"docs\";s:37:\"http://blogs.law.harvard.edu/tech/rss\";s:3:\"ttl\";s:2:\"60\";s:4:\"tapi\";a:3:{s:6:\"result\";s:5:\"\n    \";s:10:\"result_url\";s:52:\"http://www.blogs.lifechurchministries.org/comesunday\";s:19:\"result_rankingstart\";s:1:\"0\";}s:6:\"result\";s:16:\"\n    \n    \n    \n\";s:5:\"title\";s:23:\"Technorati Search for: \";s:4:\"link\";s:48:\"http://blogs.lifechurchministries.org/comesunday\";s:7:\"pubdate\";s:29:\"Thu, 01 Jan 1970 00:00:00 GMT\";s:7:\"tagline\";N;}s:9:\"textinput\";a:4:{s:5:\"title\";s:17:\"Search Technorati\";s:11:\"description\";s:43:\"Search millions of blogs for the latest on:\";s:4:\"name\";s:1:\"s\";s:4:\"link\";s:36:\"http://www.technorati.com/search.php\";}s:5:\"image\";a:3:{s:3:\"url\";s:50:\"http://static.technorati.com/pix/logos/logo_sm.gif\";s:5:\"title\";s:15:\"Technorati logo\";s:4:\"link\";s:25:\"http://www.technorati.com\";}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}}',20,8,'',1,'no'),(72,0,'rss_ddec4f5fb8aeb0d1195a5fc9c8c7f469_ts','Y',1,'1148953397',20,8,'',1,'no');
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_messages_options` ENABLE KEYS */;

--
-- Table structure for table `wp_messages_post2cat`
--

DROP TABLE IF EXISTS `wp_messages_post2cat`;
CREATE TABLE `wp_messages_post2cat` (
  `rel_id` bigint(20) NOT NULL auto_increment,
  `post_id` bigint(20) NOT NULL default '0',
  `category_id` bigint(20) NOT NULL default '0',
  PRIMARY KEY  (`rel_id`),
  KEY `post_id` (`post_id`,`category_id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_messages_post2cat`
--


/*!40000 ALTER TABLE `wp_messages_post2cat` DISABLE KEYS */;
LOCK TABLES `wp_messages_post2cat` WRITE;
INSERT INTO `wp_messages_post2cat` VALUES (2,2,1);
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_messages_post2cat` ENABLE KEYS */;

--
-- Table structure for table `wp_messages_postmeta`
--

DROP TABLE IF EXISTS `wp_messages_postmeta`;
CREATE TABLE `wp_messages_postmeta` (
  `meta_id` bigint(20) NOT NULL auto_increment,
  `post_id` bigint(20) NOT NULL default '0',
  `meta_key` varchar(255) default NULL,
  `meta_value` longtext,
  PRIMARY KEY  (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_messages_postmeta`
--


/*!40000 ALTER TABLE `wp_messages_postmeta` DISABLE KEYS */;
LOCK TABLES `wp_messages_postmeta` WRITE;
INSERT INTO `wp_messages_postmeta` VALUES (5,2,'_wp_page_template','default');
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_messages_postmeta` ENABLE KEYS */;

--
-- Table structure for table `wp_messages_posts`
--

DROP TABLE IF EXISTS `wp_messages_posts`;
CREATE TABLE `wp_messages_posts` (
  `ID` bigint(20) unsigned NOT NULL auto_increment,
  `post_author` bigint(20) NOT NULL default '0',
  `post_date` datetime NOT NULL default '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_category` int(4) NOT NULL default '0',
  `post_excerpt` text NOT NULL,
  `post_status` enum('publish','draft','private','static','object','attachment') NOT NULL default 'publish',
  `comment_status` enum('open','closed','registered_only') NOT NULL default 'open',
  `ping_status` enum('open','closed') NOT NULL default 'open',
  `post_password` varchar(20) NOT NULL default '',
  `post_name` varchar(200) NOT NULL default '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL default '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL default '0000-00-00 00:00:00',
  `post_content_filtered` text NOT NULL,
  `post_parent` bigint(20) NOT NULL default '0',
  `guid` varchar(255) NOT NULL default '',
  `menu_order` int(11) NOT NULL default '0',
  `post_type` varchar(100) NOT NULL default '',
  `post_mime_type` varchar(100) NOT NULL default '',
  `comment_count` bigint(20) NOT NULL default '0',
  PRIMARY KEY  (`ID`),
  KEY `post_name` (`post_name`),
  KEY `post_status` (`post_status`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_messages_posts`
--


/*!40000 ALTER TABLE `wp_messages_posts` DISABLE KEYS */;
LOCK TABLES `wp_messages_posts` WRITE;
INSERT INTO `wp_messages_posts` VALUES (2,1,'2006-05-16 22:02:49','2006-05-17 05:02:49','<p align=\"center\">Life From God’s Word</p>\r\n\r\n<p align=\"center\">Summaries and thoughts on\r\nSunday messages and other teachings of <a title=\"Life Church\" target=\"_blank\" href=\"http://www.lifechurchministries.org/\">Life Church</a>.','About',0,'','static','open','open','','about','','','2006-05-31 05:07:31','2006-05-31 12:07:31','',0,'',0,'','',0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_messages_posts` ENABLE KEYS */;

--
-- Table structure for table `wp_messages_usermeta`
--

DROP TABLE IF EXISTS `wp_messages_usermeta`;
CREATE TABLE `wp_messages_usermeta` (
  `umeta_id` bigint(20) NOT NULL auto_increment,
  `user_id` bigint(20) NOT NULL default '0',
  `meta_key` varchar(255) default NULL,
  `meta_value` longtext,
  PRIMARY KEY  (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM AUTO_INCREMENT=77 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_messages_usermeta`
--


/*!40000 ALTER TABLE `wp_messages_usermeta` DISABLE KEYS */;
LOCK TABLES `wp_messages_usermeta` WRITE;
INSERT INTO `wp_messages_usermeta` VALUES (1,1,'wp_messages_user_level','10'),(2,1,'wp_messages_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(71,1,'first_name',''),(72,1,'last_name',''),(5,1,'nickname','admin'),(73,1,'description',''),(74,1,'jabber',''),(75,1,'aim',''),(76,1,'yim',''),(10,1,'rich_editing','true'),(11,2,'first_name','Vanessa'),(12,2,'last_name','Martin'),(13,2,'nickname','webmaster'),(14,2,'description',''),(15,2,'jabber',''),(16,2,'aim',''),(17,2,'yim',''),(18,2,'wp_messages_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(19,2,'wp_messages_user_level','10'),(20,3,'first_name','Rocklyn'),(21,3,'last_name','Clarke'),(22,3,'nickname','pastor.rocklyn'),(23,3,'description',''),(24,3,'jabber',''),(25,3,'aim',''),(26,3,'yim',''),(27,3,'wp_messages_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(28,3,'wp_messages_user_level','10'),(29,4,'first_name','Eva'),(30,4,'last_name','Clarke'),(31,4,'nickname','pastor.eva'),(32,4,'description',''),(33,4,'jabber',''),(34,4,'aim',''),(35,4,'yim',''),(36,4,'wp_messages_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(37,4,'wp_messages_user_level','10'),(38,5,'first_name','Rocklyn'),(39,5,'last_name','Clarke'),(40,5,'nickname','reclarke'),(41,5,'description',''),(42,5,'jabber',''),(43,5,'aim',''),(44,5,'yim',''),(45,5,'wp_messages_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46,5,'wp_messages_user_level','0'),(47,6,'first_name','Eva'),(48,6,'last_name','Clarke'),(49,6,'nickname','elclarke'),(50,6,'description',''),(51,6,'jabber',''),(52,6,'aim',''),(53,6,'yim',''),(54,6,'wp_messages_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55,6,'wp_messages_user_level','0'),(56,7,'first_name','Vanessa'),(57,7,'last_name','Martin'),(58,7,'nickname','vrmartin'),(59,7,'description',''),(60,7,'jabber',''),(61,7,'aim',''),(62,7,'yim',''),(63,7,'wp_messages_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64,7,'wp_messages_user_level','0');
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_messages_usermeta` ENABLE KEYS */;

--
-- Table structure for table `wp_messages_users`
--

DROP TABLE IF EXISTS `wp_messages_users`;
CREATE TABLE `wp_messages_users` (
  `ID` bigint(20) unsigned NOT NULL auto_increment,
  `user_login` varchar(60) NOT NULL default '',
  `user_pass` varchar(64) NOT NULL default '',
  `user_nicename` varchar(50) NOT NULL default '',
  `user_email` varchar(100) NOT NULL default '',
  `user_url` varchar(100) NOT NULL default '',
  `user_registered` datetime NOT NULL default '0000-00-00 00:00:00',
  `user_activation_key` varchar(60) NOT NULL default '',
  `user_status` int(11) NOT NULL default '0',
  `display_name` varchar(250) NOT NULL default '',
  PRIMARY KEY  (`ID`),
  KEY `user_login_key` (`user_login`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_messages_users`
--


/*!40000 ALTER TABLE `wp_messages_users` DISABLE KEYS */;
LOCK TABLES `wp_messages_users` WRITE;
INSERT INTO `wp_messages_users` VALUES (1,'admin','32a25d0e2573f65dae6c45d3a642df19','admin','pastor.rocklyn@lifechurchministries.org','http://www.lifechurchministries.org/','2006-05-16 22:02:49','',0,'admin'),(2,'webmaster','6bdafe92a06d17b6f9e8ef2a1d4a763b','webmaster','vrmartin@lifechurchministries.org','http://','2006-05-17 05:04:39','',0,'webmaster'),(3,'pastor.rocklyn','d20f8136682dfff56557d0240b9e6777','pastorrocklyn','pastor.rocklyn@lifechurchministries.org','http://www.lifechurchministries.org/','2006-05-17 05:05:17','',0,'pastor.rocklyn'),(4,'pastor.eva','218021da2c8a03f133e8de828d4a8b9d','pastoreva','pastor.eva@lifechurchministries.org','http://www.lifechurchministries.org/','2006-05-17 05:06:08','',0,'pastor.eva'),(5,'reclarke','d20f8136682dfff56557d0240b9e6777','reclarke','reclarke@lifechurchministries.org','http://www.lifechurchministries.org/','2006-05-17 05:06:42','',0,'reclarke'),(6,'elclarke','218021da2c8a03f133e8de828d4a8b9d','elclarke','pastor.eva@lifechurchministries.org','http://www.lifechurchministries.org/','2006-05-17 05:07:10','',0,'elclarke'),(7,'vrmartin','6bdafe92a06d17b6f9e8ef2a1d4a763b','vrmartin','vrmartin@lifechurchministries.org','http://','2006-05-17 05:07:33','',0,'vrmartin');
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_messages_users` ENABLE KEYS */;

--
-- Table structure for table `wp_test_categories`
--

DROP TABLE IF EXISTS `wp_test_categories`;
CREATE TABLE `wp_test_categories` (
  `cat_ID` bigint(20) NOT NULL auto_increment,
  `cat_name` varchar(55) NOT NULL default '',
  `category_nicename` varchar(200) NOT NULL default '',
  `category_description` longtext NOT NULL,
  `category_parent` bigint(20) NOT NULL default '0',
  `category_count` bigint(20) NOT NULL default '0',
  PRIMARY KEY  (`cat_ID`),
  KEY `category_nicename` (`category_nicename`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_test_categories`
--


/*!40000 ALTER TABLE `wp_test_categories` DISABLE KEYS */;
LOCK TABLES `wp_test_categories` WRITE;
INSERT INTO `wp_test_categories` VALUES (1,'Uncategorized','uncategorized','',0,5),(2,'Posted - Think','posted-think','',0,3),(3,'Sample','sample','',0,1);
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_test_categories` ENABLE KEYS */;

--
-- Table structure for table `wp_test_comments`
--

DROP TABLE IF EXISTS `wp_test_comments`;
CREATE TABLE `wp_test_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL auto_increment,
  `comment_post_ID` int(11) NOT NULL default '0',
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL default '',
  `comment_author_url` varchar(200) NOT NULL default '',
  `comment_author_IP` varchar(100) NOT NULL default '',
  `comment_date` datetime NOT NULL default '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL default '0',
  `comment_approved` enum('0','1','spam') NOT NULL default '1',
  `comment_agent` varchar(255) NOT NULL default '',
  `comment_type` varchar(20) NOT NULL default '',
  `comment_parent` bigint(20) NOT NULL default '0',
  `user_id` bigint(20) NOT NULL default '0',
  PRIMARY KEY  (`comment_ID`),
  KEY `comment_approved` (`comment_approved`),
  KEY `comment_post_ID` (`comment_post_ID`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_test_comments`
--


/*!40000 ALTER TABLE `wp_test_comments` DISABLE KEYS */;
LOCK TABLES `wp_test_comments` WRITE;
INSERT INTO `wp_test_comments` VALUES (1,1,'Mr WordPress','','http://wordpress.org/','','2006-05-16 13:06:40','2006-05-16 20:06:40','Hi, this is a comment.<br />To delete a comment, just log in, and view the posts\' comments, there you will have the option to edit or delete them.',0,'1','','',0,0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_test_comments` ENABLE KEYS */;

--
-- Table structure for table `wp_test_linkcategories`
--

DROP TABLE IF EXISTS `wp_test_linkcategories`;
CREATE TABLE `wp_test_linkcategories` (
  `cat_id` bigint(20) NOT NULL auto_increment,
  `cat_name` tinytext NOT NULL,
  `auto_toggle` enum('Y','N') NOT NULL default 'N',
  `show_images` enum('Y','N') NOT NULL default 'Y',
  `show_description` enum('Y','N') NOT NULL default 'N',
  `show_rating` enum('Y','N') NOT NULL default 'Y',
  `show_updated` enum('Y','N') NOT NULL default 'Y',
  `sort_order` varchar(64) NOT NULL default 'rand',
  `sort_desc` enum('Y','N') NOT NULL default 'N',
  `text_before_link` varchar(128) NOT NULL default '<li>',
  `text_after_link` varchar(128) NOT NULL default '<br />',
  `text_after_all` varchar(128) NOT NULL default '</li>',
  `list_limit` int(11) NOT NULL default '-1',
  PRIMARY KEY  (`cat_id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_test_linkcategories`
--


/*!40000 ALTER TABLE `wp_test_linkcategories` DISABLE KEYS */;
LOCK TABLES `wp_test_linkcategories` WRITE;
INSERT INTO `wp_test_linkcategories` VALUES (1,'Blogroll','N','Y','N','Y','Y','rand','N','<li>','<br />','</li>',-1),(2,'Website','N','Y','N','Y','N','name','N','<li>','<br />','</li>',-1);
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_test_linkcategories` ENABLE KEYS */;

--
-- Table structure for table `wp_test_links`
--

DROP TABLE IF EXISTS `wp_test_links`;
CREATE TABLE `wp_test_links` (
  `link_id` bigint(20) NOT NULL auto_increment,
  `link_url` varchar(255) NOT NULL default '',
  `link_name` varchar(255) NOT NULL default '',
  `link_image` varchar(255) NOT NULL default '',
  `link_target` varchar(25) NOT NULL default '',
  `link_category` bigint(20) NOT NULL default '0',
  `link_description` varchar(255) NOT NULL default '',
  `link_visible` enum('Y','N') NOT NULL default 'Y',
  `link_owner` int(11) NOT NULL default '1',
  `link_rating` int(11) NOT NULL default '0',
  `link_updated` datetime NOT NULL default '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL default '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`link_id`),
  KEY `link_category` (`link_category`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_test_links`
--


/*!40000 ALTER TABLE `wp_test_links` DISABLE KEYS */;
LOCK TABLES `wp_test_links` WRITE;
INSERT INTO `wp_test_links` VALUES (1,'http://blog.dreamhost.com/','DreamHost Blog','','',1,'','Y',1,9,'0000-00-00 00:00:00','','','http://blog.dreamhost.com/feed/'),(2,'http://blogs.linux.ie/xeer/','Donncha','','',1,'','Y',1,9,'0000-00-00 00:00:00','','','http://blogs.linux.ie/xeer/feed/'),(3,'http://zengun.org/weblog/','Michel','','',1,'','Y',1,9,'0000-00-00 00:00:00','','','http://zengun.org/weblog/feed/'),(4,'http://boren.nu/','Ryan','','',1,'','Y',1,9,'0000-00-00 00:00:00','','','http://boren.nu/feed/'),(5,'http://photomatt.net/','Matt','','',1,'','Y',1,9,'0000-00-00 00:00:00','','','http://xml.photomatt.net/feed/'),(6,'http://zed1.com/journalized/','Mike','','',1,'','Y',1,9,'0000-00-00 00:00:00','','','http://zed1.com/journalized/feed/'),(7,'http://www.alexking.org/','Alex','','',1,'','Y',1,9,'0000-00-00 00:00:00','','','http://www.alexking.org/blog/wp-rss2.php'),(8,'http://dougal.gunters.org/','Dougal','','',1,'','Y',1,9,'0000-00-00 00:00:00','','','http://dougal.gunters.org/feed/'),(9,'http://www.blogs.lifechurchministries.org/think/','Think','','',1,'Discussions about the Christian life outside (mostly) of church','Y',2,1,'0000-00-00 00:00:00','','',''),(10,'http://www.blogs.lifechurchministries.org/comesunday/','Come Sunday','','',1,'Messages (sermons) and other teaching from Life Church Ministries, Inc.','Y',2,1,'0000-00-00 00:00:00','','',''),(11,'http://www.blogs.lifechurchministries.org/insight/','Insight','','',1,'Comments from Life Church\'s guest contributors','Y',2,1,'0000-00-00 00:00:00','','',''),(12,'http://www.lifechurchministries.org/','Life Church Ministries, Inc.','','',2,'Life Church Website','Y',2,1,'0000-00-00 00:00:00','','','');
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_test_links` ENABLE KEYS */;

--
-- Table structure for table `wp_test_options`
--

DROP TABLE IF EXISTS `wp_test_options`;
CREATE TABLE `wp_test_options` (
  `option_id` bigint(20) NOT NULL auto_increment,
  `blog_id` int(11) NOT NULL default '0',
  `option_name` varchar(64) NOT NULL default '',
  `option_can_override` enum('Y','N') NOT NULL default 'Y',
  `option_type` int(11) NOT NULL default '1',
  `option_value` longtext NOT NULL,
  `option_width` int(11) NOT NULL default '20',
  `option_height` int(11) NOT NULL default '8',
  `option_description` tinytext NOT NULL,
  `option_admin_level` int(11) NOT NULL default '1',
  `autoload` enum('yes','no') NOT NULL default 'yes',
  PRIMARY KEY  (`option_id`,`blog_id`,`option_name`),
  KEY `option_name` (`option_name`)
) ENGINE=MyISAM AUTO_INCREMENT=74 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_test_options`
--


/*!40000 ALTER TABLE `wp_test_options` DISABLE KEYS */;
LOCK TABLES `wp_test_options` WRITE;
INSERT INTO `wp_test_options` VALUES (1,0,'siteurl','Y',1,'http://www.blogs.lifechurchministries.org/test',20,8,'WordPress web address',1,'yes'),(2,0,'blogname','Y',1,'Life Church Test Weblog',20,8,'Blog title',1,'yes'),(3,0,'blogdescription','Y',1,'This is our blog test area',20,8,'Short tagline',1,'yes'),(64,0,'wp_test_user_roles','Y',1,'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:30:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:19:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:8:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:4:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}',20,8,'',1,'yes'),(5,0,'users_can_register','Y',1,'',20,8,'',1,'yes'),(6,0,'admin_email','Y',1,'pastor.rocklyn@lifechurchministries.org',20,8,'',1,'yes'),(7,0,'start_of_week','Y',1,'0',20,8,'',1,'yes'),(8,0,'use_balanceTags','Y',1,'0',20,8,'',1,'yes'),(9,0,'use_smilies','Y',1,'1',20,8,'',1,'yes'),(10,0,'require_name_email','Y',1,'1',20,8,'',1,'yes'),(11,0,'comments_notify','Y',1,'1',20,8,'',1,'yes'),(12,0,'posts_per_rss','Y',1,'10',20,8,'',1,'yes'),(13,0,'rss_excerpt_length','Y',1,'50',20,8,'',1,'yes'),(14,0,'rss_use_excerpt','Y',1,'0',20,8,'',1,'yes'),(15,0,'mailserver_url','Y',1,'mail.example.com',20,8,'',1,'yes'),(16,0,'mailserver_login','Y',1,'login@example.com',20,8,'',1,'yes'),(17,0,'mailserver_pass','Y',1,'password',20,8,'',1,'yes'),(18,0,'mailserver_port','Y',1,'110',20,8,'',1,'yes'),(19,0,'default_category','Y',1,'1',20,8,'',1,'yes'),(20,0,'default_comment_status','Y',1,'open',20,8,'',1,'yes'),(21,0,'default_ping_status','Y',1,'open',20,8,'',1,'yes'),(22,0,'default_pingback_flag','Y',1,'1',20,8,'',1,'yes'),(23,0,'default_post_edit_rows','Y',1,'10',20,8,'',1,'yes'),(24,0,'posts_per_page','Y',1,'10',20,8,'',1,'yes'),(25,0,'what_to_show','Y',1,'posts',20,8,'',1,'yes'),(26,0,'date_format','Y',1,'F j, Y',20,8,'',1,'yes'),(27,0,'time_format','Y',1,'g:i a',20,8,'',1,'yes'),(28,0,'links_updated_date_format','Y',1,'F j, Y g:i a',20,8,'',1,'yes'),(29,0,'links_recently_updated_prepend','Y',1,'<em>',20,8,'',1,'yes'),(30,0,'links_recently_updated_append','Y',1,'</em>',20,8,'',1,'yes'),(31,0,'links_recently_updated_time','Y',1,'120',20,8,'',1,'yes'),(32,0,'comment_moderation','Y',1,'0',20,8,'',1,'yes'),(33,0,'moderation_notify','Y',1,'1',20,8,'',1,'yes'),(34,0,'permalink_structure','Y',1,'',20,8,'',1,'yes'),(35,0,'gzipcompression','Y',1,'0',20,8,'',1,'yes'),(36,0,'hack_file','Y',1,'0',20,8,'',1,'yes'),(37,0,'blog_charset','Y',1,'UTF-8',20,8,'',1,'yes'),(38,0,'moderation_keys','Y',1,'',20,8,'',1,'no'),(39,0,'active_plugins','Y',1,'',20,8,'',1,'yes'),(40,0,'home','Y',1,'http://www.blogs.lifechurchministries.org/test',20,8,'',1,'yes'),(41,0,'category_base','Y',1,'',20,8,'',1,'yes'),(42,0,'ping_sites','Y',1,'http://rpc.pingomatic.com/',20,8,'',1,'yes'),(43,0,'advanced_edit','Y',1,'0',20,8,'',1,'yes'),(44,0,'comment_max_links','Y',1,'2',20,8,'',1,'yes'),(45,0,'gmt_offset','Y',1,'-7',20,8,'',1,'yes'),(46,0,'default_email_category','Y',1,'1',20,8,'Posts by email go to this category',1,'yes'),(47,0,'recently_edited','Y',1,'',20,8,'',1,'no'),(48,0,'use_linksupdate','Y',1,'0',20,8,'',1,'yes'),(49,0,'template','Y',1,'default',20,8,'',1,'yes'),(50,0,'stylesheet','Y',1,'default',20,8,'',1,'yes'),(51,0,'comment_whitelist','Y',1,'1',20,8,'',1,'yes'),(52,0,'page_uris','Y',1,'a:1:{s:5:\"about\";s:5:\"about\";}',20,8,'',1,'yes'),(53,0,'blacklist_keys','Y',1,'',20,8,'',1,'no'),(54,0,'comment_registration','Y',1,'',20,8,'',1,'yes'),(55,0,'open_proxy_check','Y',1,'1',20,8,'',1,'yes'),(56,0,'rss_language','Y',1,'en',20,8,'',1,'yes'),(57,0,'html_type','Y',1,'text/html',20,8,'',1,'yes'),(58,0,'use_trackback','Y',1,'0',20,8,'',1,'yes'),(59,0,'default_role','Y',1,'subscriber',20,8,'',1,'yes'),(60,0,'rich_editing','Y',1,'true',20,8,'',1,'yes'),(61,0,'db_version','Y',1,'3441',20,8,'',1,'yes'),(62,0,'uploads_use_yearmonth_folders','Y',1,'1',20,8,'',1,'yes'),(63,0,'upload_path','Y',1,'wp-content/uploads',20,8,'',1,'yes'),(65,0,'rss_7d83179f61e9203564fa42a3d4288b16','Y',1,'O:9:\"MagpieRSS\":17:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:1:{i:0;a:3:{s:5:\"title\";s:16:\"No results found\";s:11:\"description\";s:72:\"No results were found for http://www.blogs.lifechurchministries.org/test\";s:7:\"summary\";s:72:\"No results were found for http://www.blogs.lifechurchministries.org/test\";}}s:7:\"channel\";a:10:{s:9:\"generator\";s:15:\"Technorati v1.0\";s:9:\"webmaster\";s:43:\"support@technorati.com (Technorati Support)\";s:4:\"docs\";s:37:\"http://blogs.law.harvard.edu/tech/rss\";s:3:\"ttl\";s:2:\"60\";s:4:\"tapi\";a:3:{s:6:\"result\";s:5:\"\n    \";s:10:\"result_url\";s:46:\"http://www.blogs.lifechurchministries.org/test\";s:19:\"result_rankingstart\";s:1:\"0\";}s:6:\"result\";s:16:\"\n    \n    \n    \n\";s:5:\"title\";s:23:\"Technorati Search for: \";s:4:\"link\";s:42:\"http://blogs.lifechurchministries.org/test\";s:7:\"pubdate\";s:29:\"Thu, 01 Jan 1970 00:00:00 GMT\";s:7:\"tagline\";N;}s:9:\"textinput\";a:4:{s:5:\"title\";s:17:\"Search Technorati\";s:11:\"description\";s:43:\"Search millions of blogs for the latest on:\";s:4:\"name\";s:1:\"s\";s:4:\"link\";s:36:\"http://www.technorati.com/search.php\";}s:5:\"image\";a:3:{s:3:\"url\";s:50:\"http://static.technorati.com/pix/logos/logo_sm.gif\";s:5:\"title\";s:15:\"Technorati logo\";s:4:\"link\";s:25:\"http://www.technorati.com\";}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}}',20,8,'',1,'no'),(66,0,'rss_7d83179f61e9203564fa42a3d4288b16_ts','Y',1,'1168810587',20,8,'',1,'no'),(67,0,'rss_0ff4b43bd116a9d8720d689c80e7dfd4','Y',1,'O:9:\"MagpieRSS\":19:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:10:{i:0;a:12:{s:5:\"title\";s:17:\"Ideas and Kvetch!\";s:4:\"link\";s:58:\"http://wordpress.org/development/2007/01/ideas-and-kvetch/\";s:8:\"comments\";s:67:\"http://wordpress.org/development/2007/01/ideas-and-kvetch/#comments\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 18:18:15 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:15:\"DevelopmentMeta\";s:4:\"guid\";s:58:\"http://wordpress.org/development/2007/01/ideas-and-kvetch/\";s:11:\"description\";s:324:\"It&#8217;s a new year, and we have a new major release of WordPress coming soon. (We&#8217;re currently aiming for the 22nd.) It&#8217;s as good a time as any to examine where we&#8217;ve been, and where we are, and where we&#8217;re going as a community. 2006 was a pretty exciting year, we saw 1.54 million downloads [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:2235:\"<p>It&#8217;s a new year, and we have a new major release of WordPress coming soon. (We&#8217;re currently aiming for the 22nd.) It&#8217;s as good a time as any to examine where we&#8217;ve been, and where we are, and where we&#8217;re going as a community. 2006 was a pretty exciting year, we saw 1.54 million downloads of WP, and that&#8217;s not even counting the people who install it through their host&#8217;s one-click install or the half a million who have experienced it through the hosted WordPress.com. WordPress is touching more lives than ever.</p>\n<p>However, just because what we&#8217;ve done has worked in the past doesn&#8217;t mean it&#8217;s the best for the future. We have to take a self-critical look at assumptions we have about our development process and WP itself. The upcoming release, which has been long coming, is a perfect time to focus on WP&#8217;s secret ingredient&#8230; you.</p>\n<p>If you could add anything in the world to WordPress, what would it be? If you could name the thing that frustrates you the most about WP, what would that be?</p>\n<p>Now you can tell us. We&#8217;re announcing new projects&#8212;two sides of the same coin.</p>\n<p><a href=\"http://wordpress.org/extend/ideas/\">The first is simply called Ideas</a>, and it&#8217;s a place where you can share your wildest WordPress wishes with the world, and also vote on other people&#8217;s ideas. This allows people outside our normal circle of developers to have a direct say in what goes into the next version of WordPress. For 2.2, which comes out in late April, we will include the top voted on features, so propose something, tell your friends about it, and link it from your blog.</p>\n<p>The second we&#8217;ve named after the <a href=\"http://www.answers.com/kvetch\">Yiddish word</a>, <a href=\"http://wordpress.org/extend/kvetch/\">Kvetch</a>. This is a place where you can quickly and anonymously express whatever might disagree with you in the WordPress world. Let it all loose, but try to keep it PG rated, and we&#8217;ll show a random kvetch on the page once we get enough in the system.</p>\n<p>Both are just part of putting you guys&#8212;our users&#8212;first. It&#8217;s easy because there&#8217;s so many of you.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:63:\"http://wordpress.org/development/2007/01/ideas-and-kvetch/feed/\";}s:7:\"summary\";s:324:\"It&#8217;s a new year, and we have a new major release of WordPress coming soon. (We&#8217;re currently aiming for the 22nd.) It&#8217;s as good a time as any to examine where we&#8217;ve been, and where we are, and where we&#8217;re going as a community. 2006 was a pretty exciting year, we saw 1.54 million downloads [...]\";s:12:\"atom_content\";s:2235:\"<p>It&#8217;s a new year, and we have a new major release of WordPress coming soon. (We&#8217;re currently aiming for the 22nd.) It&#8217;s as good a time as any to examine where we&#8217;ve been, and where we are, and where we&#8217;re going as a community. 2006 was a pretty exciting year, we saw 1.54 million downloads of WP, and that&#8217;s not even counting the people who install it through their host&#8217;s one-click install or the half a million who have experienced it through the hosted WordPress.com. WordPress is touching more lives than ever.</p>\n<p>However, just because what we&#8217;ve done has worked in the past doesn&#8217;t mean it&#8217;s the best for the future. We have to take a self-critical look at assumptions we have about our development process and WP itself. The upcoming release, which has been long coming, is a perfect time to focus on WP&#8217;s secret ingredient&#8230; you.</p>\n<p>If you could add anything in the world to WordPress, what would it be? If you could name the thing that frustrates you the most about WP, what would that be?</p>\n<p>Now you can tell us. We&#8217;re announcing new projects&#8212;two sides of the same coin.</p>\n<p><a href=\"http://wordpress.org/extend/ideas/\">The first is simply called Ideas</a>, and it&#8217;s a place where you can share your wildest WordPress wishes with the world, and also vote on other people&#8217;s ideas. This allows people outside our normal circle of developers to have a direct say in what goes into the next version of WordPress. For 2.2, which comes out in late April, we will include the top voted on features, so propose something, tell your friends about it, and link it from your blog.</p>\n<p>The second we&#8217;ve named after the <a href=\"http://www.answers.com/kvetch\">Yiddish word</a>, <a href=\"http://wordpress.org/extend/kvetch/\">Kvetch</a>. This is a place where you can quickly and anonymously express whatever might disagree with you in the WordPress world. Let it all loose, but try to keep it PG rated, and we&#8217;ll show a random kvetch on the page once we get enough in the system.</p>\n<p>Both are just part of putting you guys&#8212;our users&#8212;first. It&#8217;s easy because there&#8217;s so many of you.</p>\n\";}i:1;a:12:{s:5:\"title\";s:15:\"WordPress 2.0.6\";s:4:\"link\";s:55:\"http://wordpress.org/development/2007/01/wordpress-206/\";s:8:\"comments\";s:64:\"http://wordpress.org/development/2007/01/wordpress-206/#comments\";s:7:\"pubdate\";s:31:\"Fri, 05 Jan 2007 13:24:14 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:16:\"ReleasesSecurity\";s:4:\"guid\";s:55:\"http://wordpress.org/development/2007/01/wordpress-206/\";s:11:\"description\";s:414:\"We have a pretty important release available for everyone, it includes an important security fix and it&#8217;s recommended that everyone upgrade. This is the latest release in our stable 2.0 line, which we&#8217;ve committed to maintaining for several more years.\nHere&#8217;s what&#8217;s new:\n\nThe aforementioned security fixes.\nHTML quicktags now work in Safari browsers.\nComments are filtered to prevent [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1444:\"<p>We have a pretty important release available for everyone, it includes an important security fix and it&#8217;s recommended that everyone upgrade. This is the latest release in our stable 2.0 line, which we&#8217;ve committed to maintaining for several more years.</p>\n<p>Here&#8217;s what&#8217;s new:</p>\n<ul>\n<li>The aforementioned security fixes.</li>\n<li>HTML quicktags now work in Safari browsers.</li>\n<li>Comments are filtered to prevent them from messing up your blog layout.</li>\n<li>Compatibility with PHP/FastCGI setups.</li>\n</ul>\n<p>For developers, there&#8217;s a new anti-XSS function called attribute_escape(), and a new filter called &#8220;query&#8221; which allows you filter any SQL at runtime. (Which is pretty powerful.) Thanks to Mark Jaquith  for handling this release and Stefan Esser for responsibly reporting the security issue.</p>\n<p>As always, <a href=\"http://wordpress.org/download/\">you can download the latest version of WordPress here</a>.</p>\n<p>As a side note, this is probably our last release before 2.1 is out, which will be our first major feature release in quite a while. 2.1 just entered beta stage, so if you&#8217;re interested in helping out with that process consider <a href=\"http://wordpress.org/download/beta/\">joining our beta group</a>. As a reminder, if you&#8217;re a plugin or theme author you should check your code to make sure it&#8217;s compatible with 2.1 before the release.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:60:\"http://wordpress.org/development/2007/01/wordpress-206/feed/\";}s:7:\"summary\";s:414:\"We have a pretty important release available for everyone, it includes an important security fix and it&#8217;s recommended that everyone upgrade. This is the latest release in our stable 2.0 line, which we&#8217;ve committed to maintaining for several more years.\nHere&#8217;s what&#8217;s new:\n\nThe aforementioned security fixes.\nHTML quicktags now work in Safari browsers.\nComments are filtered to prevent [...]\";s:12:\"atom_content\";s:1444:\"<p>We have a pretty important release available for everyone, it includes an important security fix and it&#8217;s recommended that everyone upgrade. This is the latest release in our stable 2.0 line, which we&#8217;ve committed to maintaining for several more years.</p>\n<p>Here&#8217;s what&#8217;s new:</p>\n<ul>\n<li>The aforementioned security fixes.</li>\n<li>HTML quicktags now work in Safari browsers.</li>\n<li>Comments are filtered to prevent them from messing up your blog layout.</li>\n<li>Compatibility with PHP/FastCGI setups.</li>\n</ul>\n<p>For developers, there&#8217;s a new anti-XSS function called attribute_escape(), and a new filter called &#8220;query&#8221; which allows you filter any SQL at runtime. (Which is pretty powerful.) Thanks to Mark Jaquith  for handling this release and Stefan Esser for responsibly reporting the security issue.</p>\n<p>As always, <a href=\"http://wordpress.org/download/\">you can download the latest version of WordPress here</a>.</p>\n<p>As a side note, this is probably our last release before 2.1 is out, which will be our first major feature release in quite a while. 2.1 just entered beta stage, so if you&#8217;re interested in helping out with that process consider <a href=\"http://wordpress.org/download/beta/\">joining our beta group</a>. As a reminder, if you&#8217;re a plugin or theme author you should check your code to make sure it&#8217;s compatible with 2.1 before the release.</p>\n\";}i:2;a:12:{s:5:\"title\";s:16:\"Limited T-shirts\";s:4:\"link\";s:58:\"http://wordpress.org/development/2006/12/limited-t-shirts/\";s:8:\"comments\";s:67:\"http://wordpress.org/development/2006/12/limited-t-shirts/#comments\";s:7:\"pubdate\";s:31:\"Thu, 14 Dec 2006 23:49:02 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:13:\"WordCampStore\";s:4:\"guid\";s:58:\"http://wordpress.org/development/2006/12/limited-t-shirts/\";s:11:\"description\";s:306:\"At various events throughout 2006, like SxSW and WordCamp we had t-shirts and each time we got a ton of requests for people who weren&#8217;t there to be able to buy them. Well, now you can. We have a limited supply of some of our shirts from this year available to order online.\nYou can&#8217;t tell [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1430:\"<p>At various events throughout 2006, like SxSW and WordCamp we had t-shirts and each time we got a ton of requests for people who weren&#8217;t there to be able to buy them. Well, now you can. We have a limited supply of some of our shirts from this year <a href=\"http://www.goodstorm.com/stores/wordpress\">available to order online</a>.</p>\n<p>You can&#8217;t tell from the pictures, but the black shirts have a larger W logo and make you feel a bit <a href=\"http://flickr.com/photos/photomatt/110143508/\">like Superman</a>. The grey WordCamp shirts have the logo a bit smaller, and are a bit reminiscent of <a href=\"http://daringfireball.net/\">Daring Fireball</a>. Both look good with jeans.</p>\n<p>Part of the idea is once we print a style, we never do it again, so each shirt will be representative of a certain time in WordPress history. Since these are the very first, they make a great gift for yourself or that special blogging geek in you life. <a href=\"http://www.goodstorm.com/stores/wordpress\">Check out the store</a>.</p>\n<p>If you have any pictures of yourself in a WordPress shirt on Flickr, be sure to <a href=\"http://flickr.com/photos/tags/wordpressshirt/\">tag them wordpressshirt</a> to join the fun.</p>\n<p><strong>Update:</strong> We&#8217;re very sorry, but Goodstorm only ships to the US. If you&#8217;d like that to change, <a href=\"http://www.goodstorm.com/feedback\">send Goodstorm some feedback</a>.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:63:\"http://wordpress.org/development/2006/12/limited-t-shirts/feed/\";}s:7:\"summary\";s:306:\"At various events throughout 2006, like SxSW and WordCamp we had t-shirts and each time we got a ton of requests for people who weren&#8217;t there to be able to buy them. Well, now you can. We have a limited supply of some of our shirts from this year available to order online.\nYou can&#8217;t tell [...]\";s:12:\"atom_content\";s:1430:\"<p>At various events throughout 2006, like SxSW and WordCamp we had t-shirts and each time we got a ton of requests for people who weren&#8217;t there to be able to buy them. Well, now you can. We have a limited supply of some of our shirts from this year <a href=\"http://www.goodstorm.com/stores/wordpress\">available to order online</a>.</p>\n<p>You can&#8217;t tell from the pictures, but the black shirts have a larger W logo and make you feel a bit <a href=\"http://flickr.com/photos/photomatt/110143508/\">like Superman</a>. The grey WordCamp shirts have the logo a bit smaller, and are a bit reminiscent of <a href=\"http://daringfireball.net/\">Daring Fireball</a>. Both look good with jeans.</p>\n<p>Part of the idea is once we print a style, we never do it again, so each shirt will be representative of a certain time in WordPress history. Since these are the very first, they make a great gift for yourself or that special blogging geek in you life. <a href=\"http://www.goodstorm.com/stores/wordpress\">Check out the store</a>.</p>\n<p>If you have any pictures of yourself in a WordPress shirt on Flickr, be sure to <a href=\"http://flickr.com/photos/tags/wordpressshirt/\">tag them wordpressshirt</a> to join the fun.</p>\n<p><strong>Update:</strong> We&#8217;re very sorry, but Goodstorm only ships to the US. If you&#8217;d like that to change, <a href=\"http://www.goodstorm.com/feedback\">send Goodstorm some feedback</a>.</p>\n\";}i:3;a:12:{s:5:\"title\";s:31:\"Is your plugin Naughty or Nice?\";s:4:\"link\";s:57:\"http://wordpress.org/development/2006/12/naughty-or-nice/\";s:8:\"comments\";s:66:\"http://wordpress.org/development/2006/12/naughty-or-nice/#comments\";s:7:\"pubdate\";s:31:\"Mon, 11 Dec 2006 18:11:05 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:11:\"Development\";s:4:\"guid\";s:57:\"http://wordpress.org/development/2006/12/naughty-or-nice/\";s:11:\"description\";s:315:\"Guest article by Aaron Brazell\nWordPress 2.1 is almost here and you know what that means for developers. It’s time to pull out those old plugins you’ve had stashed, blow off the dust and start applying some spit and polish and make sure it will last longer than Grandma’s Ham and Bean soup that has been [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:2284:\"<p><cite>Guest article by <a href=\'http://www.technosailor.com/\'>Aaron Brazell</a></cite></p>\n<p>WordPress 2.1 is almost here and you know what that means for developers. It’s time to pull out those old plugins you’ve had stashed, blow off the dust and start applying some spit and polish and make sure it will last longer than Grandma’s Ham and Bean soup that has been sitting in the refrigerator for weeks.</p>\n<p>Many of the big changes in WordPress 2.1 are MySQL related so grab a pen and paper (or open Notepad) and start taking notes.</p>\n<ul>\n<li>The <code>$table*</code> variables have all been eliminated. They have not been deprecated as doing so would mean that the variables are still present but developers are no longer encouraged to use them. In this case, they have been removed from the core. When you&#8217;re developing plugins that contain SQL statements, ensure you globalize <code>$wpdb</code>, and call tables using <code>$wpdb->posts</code>, <code>$wpdb->post2cat</code>, etc. Likewise, the former <code>$table_prefix</code> variable that developers could globalize before to find the MySQL table prefix defined in <code>wp-config.php</code> has also been deprecated in favor of <code>$wpdb->prefix</code>.</li>\n<li>Developers using the former linkcategories table should be aware that link categories are now part of categories. They are simply given another category ID and are not maintained separate from post categories.</li>\n<li>The posts table now has a column of <code>post_type</code> that should help developers distinguish between posts and pages.</li>\n<li>Future posts now gain the <code>post_status</code> of &#8216;future&#8217; which eliminates the use of <code>NOW()</code> in all queries in the core. Plugin developers should follow suit.</li>\n</ul>\n<p>WordPress 2.1 is nearing the time when the codebase will be released for testing, but it&#8217;s not too early to get those plugins and themes tweaked for the release. There is a <a href=\"http://codex.wordpress.org/User:Spencerp/2.1alpha3_Plugin_Compatibility\">Codex page</a> where plugin compatibility is being tracked as well.</p>\n<p><strong>Editor&#8217;s note:</strong> If you stick to the WP APIs as much as possible you won&#8217;t run into plugin upgrade issues like this.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:62:\"http://wordpress.org/development/2006/12/naughty-or-nice/feed/\";}s:7:\"summary\";s:315:\"Guest article by Aaron Brazell\nWordPress 2.1 is almost here and you know what that means for developers. It’s time to pull out those old plugins you’ve had stashed, blow off the dust and start applying some spit and polish and make sure it will last longer than Grandma’s Ham and Bean soup that has been [...]\";s:12:\"atom_content\";s:2284:\"<p><cite>Guest article by <a href=\'http://www.technosailor.com/\'>Aaron Brazell</a></cite></p>\n<p>WordPress 2.1 is almost here and you know what that means for developers. It’s time to pull out those old plugins you’ve had stashed, blow off the dust and start applying some spit and polish and make sure it will last longer than Grandma’s Ham and Bean soup that has been sitting in the refrigerator for weeks.</p>\n<p>Many of the big changes in WordPress 2.1 are MySQL related so grab a pen and paper (or open Notepad) and start taking notes.</p>\n<ul>\n<li>The <code>$table*</code> variables have all been eliminated. They have not been deprecated as doing so would mean that the variables are still present but developers are no longer encouraged to use them. In this case, they have been removed from the core. When you&#8217;re developing plugins that contain SQL statements, ensure you globalize <code>$wpdb</code>, and call tables using <code>$wpdb->posts</code>, <code>$wpdb->post2cat</code>, etc. Likewise, the former <code>$table_prefix</code> variable that developers could globalize before to find the MySQL table prefix defined in <code>wp-config.php</code> has also been deprecated in favor of <code>$wpdb->prefix</code>.</li>\n<li>Developers using the former linkcategories table should be aware that link categories are now part of categories. They are simply given another category ID and are not maintained separate from post categories.</li>\n<li>The posts table now has a column of <code>post_type</code> that should help developers distinguish between posts and pages.</li>\n<li>Future posts now gain the <code>post_status</code> of &#8216;future&#8217; which eliminates the use of <code>NOW()</code> in all queries in the core. Plugin developers should follow suit.</li>\n</ul>\n<p>WordPress 2.1 is nearing the time when the codebase will be released for testing, but it&#8217;s not too early to get those plugins and themes tweaked for the release. There is a <a href=\"http://codex.wordpress.org/User:Spencerp/2.1alpha3_Plugin_Compatibility\">Codex page</a> where plugin compatibility is being tracked as well.</p>\n<p><strong>Editor&#8217;s note:</strong> If you stick to the WP APIs as much as possible you won&#8217;t run into plugin upgrade issues like this.</p>\n\";}i:4;a:12:{s:5:\"title\";s:23:\"WordPress 2.0.5 - Ronan\";s:4:\"link\";s:51:\"http://wordpress.org/development/2006/10/205-ronan/\";s:8:\"comments\";s:60:\"http://wordpress.org/development/2006/10/205-ronan/#comments\";s:7:\"pubdate\";s:31:\"Fri, 27 Oct 2006 23:17:01 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:8:\"Releases\";s:4:\"guid\";s:51:\"http://wordpress.org/development/2006/10/205-ronan/\";s:11:\"description\";s:360:\"It&#8217;s new release time. The latest in our venerable 2.0 series, which now counts over 1.2 million downloads, is available for download immediately, and we suggest everyone upgrade as this includes security fixes. We&#8217;re breaking the tradition of naming releases after jazz musicians to congratulate Ryan Boren on his new son (and first WP baby) [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1327:\"<p>It&#8217;s new release time. The latest in our venerable 2.0 series, which now counts over 1.2 million downloads, <a href=\"http://wordpress.org/download/\">is available for download immediately</a>, and we suggest everyone upgrade as this includes security fixes. We&#8217;re breaking the tradition of naming releases after jazz musicians to congratulate Ryan Boren on his new son (and first WP baby) Ronan.</p>\n<p>What&#8217;s new? We have about 50 or so bugfixes, which you <a href=\"http://trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=2.0.5\">can review on our dev tracker here</a>, mostly minor bug fixes around feeds, custom fields, and internationalization. If you&#8217;d like a nitty-gritty view, check out <a href=\"http://markjaquith.wordpress.com/2006/10/17/changes-in-wordpress-205/\">Mark&#8217;s blog post on the changes</a>.</p>\n<p>Like every release this was the result of a lot of people in the WordPress community, and I&#8217;d like to thank all our contributors and testers including Mustlive, Peter Westwood, and Robert Deaton. This is also the first release handled by our new 2.0 maintainer, Mark Jaquith. He joins myself and Ryan with commit access and is &#8220;committed&#8221; to keeping the 2.0 base stable as we head into the exciting new 2.1 world. Congrats to Mark</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:56:\"http://wordpress.org/development/2006/10/205-ronan/feed/\";}s:7:\"summary\";s:360:\"It&#8217;s new release time. The latest in our venerable 2.0 series, which now counts over 1.2 million downloads, is available for download immediately, and we suggest everyone upgrade as this includes security fixes. We&#8217;re breaking the tradition of naming releases after jazz musicians to congratulate Ryan Boren on his new son (and first WP baby) [...]\";s:12:\"atom_content\";s:1327:\"<p>It&#8217;s new release time. The latest in our venerable 2.0 series, which now counts over 1.2 million downloads, <a href=\"http://wordpress.org/download/\">is available for download immediately</a>, and we suggest everyone upgrade as this includes security fixes. We&#8217;re breaking the tradition of naming releases after jazz musicians to congratulate Ryan Boren on his new son (and first WP baby) Ronan.</p>\n<p>What&#8217;s new? We have about 50 or so bugfixes, which you <a href=\"http://trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=2.0.5\">can review on our dev tracker here</a>, mostly minor bug fixes around feeds, custom fields, and internationalization. If you&#8217;d like a nitty-gritty view, check out <a href=\"http://markjaquith.wordpress.com/2006/10/17/changes-in-wordpress-205/\">Mark&#8217;s blog post on the changes</a>.</p>\n<p>Like every release this was the result of a lot of people in the WordPress community, and I&#8217;d like to thank all our contributors and testers including Mustlive, Peter Westwood, and Robert Deaton. This is also the first release handled by our new 2.0 maintainer, Mark Jaquith. He joins myself and Ryan with commit access and is &#8220;committed&#8221; to keeping the 2.0 base stable as we head into the exciting new 2.1 world. Congrats to Mark</p>\n\";}i:5;a:12:{s:5:\"title\";s:18:\"MU 1.0 and bbPress\";s:4:\"link\";s:56:\"http://wordpress.org/development/2006/10/mu-and-bbpress/\";s:8:\"comments\";s:65:\"http://wordpress.org/development/2006/10/mu-and-bbpress/#comments\";s:7:\"pubdate\";s:31:\"Mon, 23 Oct 2006 09:54:24 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:26:\"DevelopmentReleasesGeneral\";s:4:\"guid\";s:56:\"http://wordpress.org/development/2006/10/mu-and-bbpress/\";s:11:\"description\";s:349:\"The WordPress family has been really starting to grow lately. I wanted to let you guys know about two big releases: WordPress Multi-user 1.0 and bbPress 0.72.\nWordPress MU is an official branch of WordPress that is designed for managing and hosting thousands of blogs instead of just one. It&#8217;s the software that powers WordPress.com, for [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1846:\"<p>The WordPress family has been really starting to grow lately. I wanted to let you guys know about two big releases: WordPress Multi-user 1.0 and bbPress 0.72.</p>\n<p><a href=\"http://mu.wordpress.org/\">WordPress MU</a> is an official branch of WordPress that is designed for managing and hosting thousands of blogs instead of just one. It&#8217;s the software that powers <a href=\"http://wordpress.com/\">WordPress.com</a>, for example. MU has been in heavy development for about a year now, and we&#8217;ve finally polished it up to a place where we feel like it&#8217;s ready for public consumption. Since setup is a bit more complex than the 5-minute install of regular WordPress, MU is best suited for a more server-savvy audience. You can <a href=\"http://mu.wordpress.org/download/\">download it on the WordPress MU site</a>. </p>\n<p>Second I wanted to introduce an old friend you are all probably familiar with from our support forums, <a href=\"http://bbpress.org/\">bbPress</a>. bbPress is forum software with the WordPress touch, and developed by the same folks. It has some pretty cool features, such as tagging, RSS feeds, Akismet spam protection, AJAX interaction, but the team focused the most on creating something fast and light. bbPress can power a forum with hundreds of thousands of posts with just a fraction of the load as WordPress. (If we could re-write WP from scratch, it would be a lot like bbPress.) What is probably most compelling for WordPress users, though, is that bbPress supports complete user and login integration with WP.</p>\n<p>bbPress is not quite 1.0 yet, some of you may recognize the 0.72 version number from the early days of WordPress, but if you&#8217;re searching for a little something fresh in forum software, try <a href=\"http://bbpress.org/download/\">downloading bbPress</a> and giving it a go.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:61:\"http://wordpress.org/development/2006/10/mu-and-bbpress/feed/\";}s:7:\"summary\";s:349:\"The WordPress family has been really starting to grow lately. I wanted to let you guys know about two big releases: WordPress Multi-user 1.0 and bbPress 0.72.\nWordPress MU is an official branch of WordPress that is designed for managing and hosting thousands of blogs instead of just one. It&#8217;s the software that powers WordPress.com, for [...]\";s:12:\"atom_content\";s:1846:\"<p>The WordPress family has been really starting to grow lately. I wanted to let you guys know about two big releases: WordPress Multi-user 1.0 and bbPress 0.72.</p>\n<p><a href=\"http://mu.wordpress.org/\">WordPress MU</a> is an official branch of WordPress that is designed for managing and hosting thousands of blogs instead of just one. It&#8217;s the software that powers <a href=\"http://wordpress.com/\">WordPress.com</a>, for example. MU has been in heavy development for about a year now, and we&#8217;ve finally polished it up to a place where we feel like it&#8217;s ready for public consumption. Since setup is a bit more complex than the 5-minute install of regular WordPress, MU is best suited for a more server-savvy audience. You can <a href=\"http://mu.wordpress.org/download/\">download it on the WordPress MU site</a>. </p>\n<p>Second I wanted to introduce an old friend you are all probably familiar with from our support forums, <a href=\"http://bbpress.org/\">bbPress</a>. bbPress is forum software with the WordPress touch, and developed by the same folks. It has some pretty cool features, such as tagging, RSS feeds, Akismet spam protection, AJAX interaction, but the team focused the most on creating something fast and light. bbPress can power a forum with hundreds of thousands of posts with just a fraction of the load as WordPress. (If we could re-write WP from scratch, it would be a lot like bbPress.) What is probably most compelling for WordPress users, though, is that bbPress supports complete user and login integration with WP.</p>\n<p>bbPress is not quite 1.0 yet, some of you may recognize the 0.72 version number from the early days of WordPress, but if you&#8217;re searching for a little something fresh in forum software, try <a href=\"http://bbpress.org/download/\">downloading bbPress</a> and giving it a go.</p>\n\";}i:6;a:12:{s:5:\"title\";s:15:\"WordPress 2.0.4\";s:4:\"link\";s:55:\"http://wordpress.org/development/2006/07/wordpress-204/\";s:8:\"comments\";s:64:\"http://wordpress.org/development/2006/07/wordpress-204/#comments\";s:7:\"pubdate\";s:31:\"Sat, 29 Jul 2006 01:31:30 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:27:\"DevelopmentReleasesSecurity\";s:4:\"guid\";s:55:\"http://wordpress.org/development/2006/07/wordpress-204/\";s:11:\"description\";s:373:\"WordPress 2.0.4, the latest stable release in our Duke series, is available for immediate download. This release contains several important security fixes, so it&#8217;s highly recommended for all users. We&#8217;ve also rolled in a number of bug fixes (over 50!), so it&#8217;s a pretty solid release across the board.\nUpgrading is fairly simple, just overwrite your [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:932:\"<p>WordPress 2.0.4, the latest stable release in our Duke series, is <a href=\"http://wordpress.org/download/\">available for immediate download</a>. This release contains several important security fixes, so it&#8217;s highly recommended for all users. We&#8217;ve also rolled in a number of bug fixes (over 50!), so it&#8217;s a pretty solid release across the board.</p>\n<p>Upgrading is fairly simple, just overwrite your old files with the latest from the download. If you&#8217;d like more thorough instructions, <a href=\"http://codex.wordpress.org/Upgrading_WordPress\">the Codex</a> is always the best spot.</p>\n<p>Since this is a security release, if you have any friends with blogs make sure to remind them to upgrade and lend a hand if they&#8217;re not too savvy. We&#8217;re all in this together.</p>\n<p>Thanks to <a href=\"http://veryeasy.ca/\">Geoff</a> and <a href=\"http://txfx.net/\">Mark Jaquith</a> for identifying.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:60:\"http://wordpress.org/development/2006/07/wordpress-204/feed/\";}s:7:\"summary\";s:373:\"WordPress 2.0.4, the latest stable release in our Duke series, is available for immediate download. This release contains several important security fixes, so it&#8217;s highly recommended for all users. We&#8217;ve also rolled in a number of bug fixes (over 50!), so it&#8217;s a pretty solid release across the board.\nUpgrading is fairly simple, just overwrite your [...]\";s:12:\"atom_content\";s:932:\"<p>WordPress 2.0.4, the latest stable release in our Duke series, is <a href=\"http://wordpress.org/download/\">available for immediate download</a>. This release contains several important security fixes, so it&#8217;s highly recommended for all users. We&#8217;ve also rolled in a number of bug fixes (over 50!), so it&#8217;s a pretty solid release across the board.</p>\n<p>Upgrading is fairly simple, just overwrite your old files with the latest from the download. If you&#8217;d like more thorough instructions, <a href=\"http://codex.wordpress.org/Upgrading_WordPress\">the Codex</a> is always the best spot.</p>\n<p>Since this is a security release, if you have any friends with blogs make sure to remind them to upgrade and lend a hand if they&#8217;re not too savvy. We&#8217;re all in this together.</p>\n<p>Thanks to <a href=\"http://veryeasy.ca/\">Geoff</a> and <a href=\"http://txfx.net/\">Mark Jaquith</a> for identifying.</p>\n\";}i:7;a:12:{s:5:\"title\";s:25:\"WordCamp in San Francisco\";s:4:\"link\";s:55:\"http://wordpress.org/development/2006/07/wordcamp-2006/\";s:8:\"comments\";s:64:\"http://wordpress.org/development/2006/07/wordcamp-2006/#comments\";s:7:\"pubdate\";s:31:\"Tue, 11 Jul 2006 07:00:55 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:14:\"EventsWordCamp\";s:4:\"guid\";s:55:\"http://wordpress.org/development/2006/07/wordcamp-2006/\";s:11:\"description\";s:333:\"On August 5th, 2006, we&#8217;re planning a WordPress user conference called WordCamp. The idea is to bring WordPress users and developers so we can meet each other face to face, share stories, and try to figure out the future of our little corner of the online publishing revolution.\nThe conference will be a 1-day event, with [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1023:\"<p>On August 5th, 2006, we&#8217;re planning a WordPress user conference called <a href=\"http://wordcamp.org/\">WordCamp</a>. The idea is to bring WordPress users and developers so we can meet each other face to face, share stories, and try to figure out the future of our little corner of the online publishing revolution.</p>\n<p>The conference will be a 1-day event, with a party that night, and be free to anyone and everyone. We&#8217;re aiming to do it in the style of BarCamp, so the agenda will be largely determined by you guys. I&#8217;ve posted a <a href=\"http://photomatt.net/2006/07/09/wordcamp/\">little bit more about the ideas behind WordCamp on my blog</a>.</p>\n<p>I know it&#8217;s relatively short notice, especially for folks in other countries, but if you think you can make it or if you just want more information <a href=\"http://wordcamp.org/\">check out WordCamp.org</a>, where we&#8217;ll coordinating the event. I&#8217;m really looking forward to meeting people I interact with online every day.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:60:\"http://wordpress.org/development/2006/07/wordcamp-2006/feed/\";}s:7:\"summary\";s:333:\"On August 5th, 2006, we&#8217;re planning a WordPress user conference called WordCamp. The idea is to bring WordPress users and developers so we can meet each other face to face, share stories, and try to figure out the future of our little corner of the online publishing revolution.\nThe conference will be a 1-day event, with [...]\";s:12:\"atom_content\";s:1023:\"<p>On August 5th, 2006, we&#8217;re planning a WordPress user conference called <a href=\"http://wordcamp.org/\">WordCamp</a>. The idea is to bring WordPress users and developers so we can meet each other face to face, share stories, and try to figure out the future of our little corner of the online publishing revolution.</p>\n<p>The conference will be a 1-day event, with a party that night, and be free to anyone and everyone. We&#8217;re aiming to do it in the style of BarCamp, so the agenda will be largely determined by you guys. I&#8217;ve posted a <a href=\"http://photomatt.net/2006/07/09/wordcamp/\">little bit more about the ideas behind WordCamp on my blog</a>.</p>\n<p>I know it&#8217;s relatively short notice, especially for folks in other countries, but if you think you can make it or if you just want more information <a href=\"http://wordcamp.org/\">check out WordCamp.org</a>, where we&#8217;ll coordinating the event. I&#8217;m really looking forward to meeting people I interact with online every day.</p>\n\";}i:8;a:12:{s:5:\"title\";s:22:\"2.0.4 and 2.1 Bug Hunt\";s:4:\"link\";s:61:\"http://wordpress.org/development/2006/06/204-and-21-bug-hunt/\";s:8:\"comments\";s:70:\"http://wordpress.org/development/2006/06/204-and-21-bug-hunt/#comments\";s:7:\"pubdate\";s:31:\"Thu, 29 Jun 2006 16:43:04 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ryan\";}s:8:\"category\";s:11:\"Development\";s:4:\"guid\";s:61:\"http://wordpress.org/development/2006/06/204-and-21-bug-hunt/\";s:11:\"description\";s:295:\"Bug Independence Day is July 4th! To help shake the bugs out of the upcoming 2.0.4 and 2.1 releases, we&#39;re holding a Bug Hunt next week.  We&#39;ll be finding and fixing bugs and cleaning up the bug tracker. All are welcome to join us in the #wordpress-bugs IRC channel as we go on the [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1104:\"<p>Bug Independence Day is July 4th! To help shake the bugs out of the upcoming 2.0.4 and 2.1 releases, we&#39;re holding a <a href=\"http://codex.wordpress.org/WordPress_Bug_Hunts\" title=\"July 5th Bug Hunt\">Bug Hunt</a> next week.  We&#39;ll be finding and fixing bugs and cleaning up the <a href=\"http://trac.wordpress.org/\">bug tracker</a>. All are welcome to join us in the <a href=\"irc://irc.freenode.net/wordpress-bugs\">#wordpress-bugs</a> IRC channel as we go on the hunt.  We&#39;ll get things started <a href=\"http://www.timeanddate.com/worldclock/fixedtime.html?month=7&amp;day=05&amp;year=2006&amp;hour=0&amp;min=0&amp;sec=0&amp;p1=224\">at Midnight between Tuesday, July 4, 2006 and Wednesday, July 5, 2006 San Francisco time</a> and keep going for 24 hours or until everyone gets tired. We&#39;ll have folks keepng vigil at all hours so drop by at whatever time is convenient to you.</p>\n<p>All you need to help out is the ability to install and run WordPress, folks of all skill levels are invited to join. We need people testing as much as we need people coding. (If not a little more.)</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:66:\"http://wordpress.org/development/2006/06/204-and-21-bug-hunt/feed/\";}s:7:\"summary\";s:295:\"Bug Independence Day is July 4th! To help shake the bugs out of the upcoming 2.0.4 and 2.1 releases, we&#39;re holding a Bug Hunt next week.  We&#39;ll be finding and fixing bugs and cleaning up the bug tracker. All are welcome to join us in the #wordpress-bugs IRC channel as we go on the [...]\";s:12:\"atom_content\";s:1104:\"<p>Bug Independence Day is July 4th! To help shake the bugs out of the upcoming 2.0.4 and 2.1 releases, we&#39;re holding a <a href=\"http://codex.wordpress.org/WordPress_Bug_Hunts\" title=\"July 5th Bug Hunt\">Bug Hunt</a> next week.  We&#39;ll be finding and fixing bugs and cleaning up the <a href=\"http://trac.wordpress.org/\">bug tracker</a>. All are welcome to join us in the <a href=\"irc://irc.freenode.net/wordpress-bugs\">#wordpress-bugs</a> IRC channel as we go on the hunt.  We&#39;ll get things started <a href=\"http://www.timeanddate.com/worldclock/fixedtime.html?month=7&amp;day=05&amp;year=2006&amp;hour=0&amp;min=0&amp;sec=0&amp;p1=224\">at Midnight between Tuesday, July 4, 2006 and Wednesday, July 5, 2006 San Francisco time</a> and keep going for 24 hours or until everyone gets tired. We&#39;ll have folks keepng vigil at all hours so drop by at whatever time is convenient to you.</p>\n<p>All you need to help out is the ability to install and run WordPress, folks of all skill levels are invited to join. We need people testing as much as we need people coding. (If not a little more.)</p>\n\";}i:9;a:12:{s:5:\"title\";s:15:\"WordPress 2.0.3\";s:4:\"link\";s:55:\"http://wordpress.org/development/2006/06/wordpress-203/\";s:8:\"comments\";s:64:\"http://wordpress.org/development/2006/06/wordpress-203/#comments\";s:7:\"pubdate\";s:31:\"Thu, 01 Jun 2006 07:49:38 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:11:\"Development\";s:4:\"guid\";s:55:\"http://wordpress.org/development/2006/06/wordpress-203/\";s:11:\"description\";s:321:\"The latest in the stable 2.0 series, 2.0.3, is now available for download. This is a bug fix and security release, and is recommended for all WordPress users. In addition to an issue that was raised on Bugtraq a few days ago, we&#8217;ve also backported a number of security enhancements from 2.1 to further enhance [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:885:\"<p>The latest in the stable 2.0 series, 2.0.3, <a href=\"http://wordpress.org/download/\">is now available for download</a>. This is a bug fix and security release, and is recommended for all WordPress users. In addition to an issue that was raised on Bugtraq a few days ago, we&#8217;ve also backported a number of security enhancements from 2.1 to further enhance and protect your blog.</p>\n<p>For the curious, this <a href=\"http://trac.wordpress.org/query?status=closed&#038;milestone=2.0.3\">release includes</a>:</p>\n<ul>\n<li>Small performance enhancements</li>\n<li>Movable Type / Typepad importer fix</li>\n<li>Enclosure (podcasting) fix</li>\n<li>The aforementioned security enhancements (nonces)</li>\n</ul>\n<p>Upgrading is fairly simple, just overwrite your old files with the latest from the download. When you go to your admin it will give you a link to update your database.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:60:\"http://wordpress.org/development/2006/06/wordpress-203/feed/\";}s:7:\"summary\";s:321:\"The latest in the stable 2.0 series, 2.0.3, is now available for download. This is a bug fix and security release, and is recommended for all WordPress users. In addition to an issue that was raised on Bugtraq a few days ago, we&#8217;ve also backported a number of security enhancements from 2.1 to further enhance [...]\";s:12:\"atom_content\";s:885:\"<p>The latest in the stable 2.0 series, 2.0.3, <a href=\"http://wordpress.org/download/\">is now available for download</a>. This is a bug fix and security release, and is recommended for all WordPress users. In addition to an issue that was raised on Bugtraq a few days ago, we&#8217;ve also backported a number of security enhancements from 2.1 to further enhance and protect your blog.</p>\n<p>For the curious, this <a href=\"http://trac.wordpress.org/query?status=closed&#038;milestone=2.0.3\">release includes</a>:</p>\n<ul>\n<li>Small performance enhancements</li>\n<li>Movable Type / Typepad importer fix</li>\n<li>Enclosure (podcasting) fix</li>\n<li>The aforementioned security enhancements (nonces)</li>\n</ul>\n<p>Upgrading is fairly simple, just overwrite your old files with the latest from the download. When you go to your admin it will give you a link to update your database.</p>\n\";}}s:7:\"channel\";a:7:{s:5:\"title\";s:26:\"WordPress Development Blog\";s:4:\"link\";s:32:\"http://wordpress.org/development\";s:11:\"description\";s:33:\"WordPress development and updates\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 18:18:15 +0000\";s:9:\"generator\";s:33:\"http://wordpress.org/?v=2.1-beta2\";s:8:\"language\";s:2:\"en\";s:7:\"tagline\";s:33:\"WordPress development and updates\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:0:{}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}s:13:\"last_modified\";s:31:\"Tue, 09 Jan 2007 18:18:15 GMT\r\n\";s:4:\"etag\";s:36:\"\"3d63311644899ce28249db65aba7b7b9\"\r\n\";}',20,8,'',1,'no'),(68,0,'rss_0ff4b43bd116a9d8720d689c80e7dfd4_ts','Y',1,'1168810587',20,8,'',1,'no'),(69,0,'rss_867bd5c64f85878d03a060509cd2f92c','Y',1,'O:9:\"MagpieRSS\":19:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:50:{i:0;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 1/14\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/01/14/wordpress-theme-releases-for-114/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/75221425/\";s:11:\"description\";s:180:\"<p><a href=\"http://in-essence.org/2007/01/13/fly-the-theme/\">Fly</a> is an illustrated two-column theme, blue, white and black, widget ready theme featuring a silhouetted bird.</p>\";s:7:\"pubdate\";s:31:\"Sun, 14 Jan 2007 16:44:40 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:180:\"<p><a href=\"http://in-essence.org/2007/01/13/fly-the-theme/\">Fly</a> is an illustrated two-column theme, blue, white and black, widget ready theme featuring a silhouetted bird.</p>\";}i:1;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 1/14\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/01/14/wordpress-plugin-releases-for-114/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/75210406/\";s:11:\"description\";s:482:\"<p><a href=\"http://thesandbox.wordpress.com/wpads/\">WPAds</a> is a Wordpress plugin for showing and rotating ads in your blog. You only have to define the ad positions and the ads you want to rotate in each position, and WPAds will serve your ads randomly.</p>\n<p><a href=\"http://www.rightleftcentre.com/2007/01/14/google-alexia-page-rankings/\">Google + Alexia Page Rankings</a> display Google and Alexia Page Rankings in your dashboard and optionally on your Wordpress website.</p>\";s:7:\"pubdate\";s:31:\"Sun, 14 Jan 2007 16:30:19 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:482:\"<p><a href=\"http://thesandbox.wordpress.com/wpads/\">WPAds</a> is a Wordpress plugin for showing and rotating ads in your blog. You only have to define the ad positions and the ads you want to rotate in each position, and WPAds will serve your ads randomly.</p>\n<p><a href=\"http://www.rightleftcentre.com/2007/01/14/google-alexia-page-rankings/\">Google + Alexia Page Rankings</a> display Google and Alexia Page Rankings in your dashboard and optionally on your Wordpress website.</p>\";}i:2;a:7:{s:5:\"title\";s:42:\"Weblog Tools Collection: Blogging is Karma\";s:4:\"guid\";s:71:\"http://weblogtoolscollection.com/archives/2007/01/14/blogging-is-karma/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/75207384/\";s:11:\"description\";s:4906:\"<p><small>This is the Twenty Fourth entry in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://www.webmaster-dome.com/\">Sreejith Ramakrishnan</a></small></p>\n<p>When I refer to this statement I&#8217;m talking about the westernised version of karma other than the traditional Indian word. Here, karma refers to the &#8220;do good things and get good things&#8221; approach. Before starting off on this topic, read through the lines which follow, and feel the difference between an idealised world and the real world. So, here goes a little recap about blogging.Many of you may feel that this is just article about the evolution of blogging. But, the point is that, reading this would help you conceive the theory.</p>\n<p>Blogging evolved as a medium or platform for expressing opinions and circulating news. Within a short period of time, blogging has achieved &#8220;world domination&#8221; through it&#8217;s simplicity and power. Anyone, from teenagers to professionals, can be a journalist. They can publish and popularise their views, in their small corner of the blogosphere. This led to immense changes in the whole &#8220;feel&#8221; of the internet. Blogs became more and more common and it increased exponentially.</p>\n<p>Search engines whetted their appetite on the rich content from blogs and blogs became &#8220;a search engine&#8217;s best friend&#8221;. But trust me, this is a much idealised description of what is going on. People, who knew the power of blogs and the advantage it had, over traditional websites, began to switch to blogs and started practising a lot of &#8220;tricks&#8221; to get attention. These tricks, eventually, became &#8220;parts&#8221; of blogging success.</p>\n<p>Us bloggers started to manipulate the blogosphere. We started to steal content through RSS syndicated feeds and popularised it using bad SEO. We blended Ads with the page layout to rip off ignorant visitors. We, literally, sold our own views, through article directories.</p>\n<p>But why ? Why should we be cheating, when we are already given equal possibilities ? Don&#8217;t you think we are competing on unfair grounds ? Well, we are. Some may think: &#8220;Dude, that&#8217;s the way it is. How am I supposed to make a difference?&#8221;. But, the fact is that, we can make a difference !! How ? By &#8220;blogging for karma&#8221;.  You may ask: &#8220;Hey, you new age hippie freak, how are you supposed to do that ?</p>\n<p>It&#8217;s easy. Do good things and get good things. That&#8217;s all. So, how to do good things ? Well, writing good articles which would help a lot of people from some kind of problem is a good thing. Just think of it like this : You&#8217;re helping out a lot of people who are in need of help. All for free !! So, you&#8217;re doing a big favour. And what do you get in return ? That&#8217;s the best part !!</p>\n<p>When you blog for those of people, you&#8217;re actually helping them a lot of hours of struggling. So, when you write good content, obviously, people like it and you get &#8220;good karma&#8221;. Now, this &#8220;good karma&#8221; is going to be really helpful in the long run. When people like your content, they come for more and more of it. Thus, increasing your traffic.</p>\n<p>Gradually, they become loyal to you. They will start trusting and respecting your opinions. They will recommend your blog to other people so that more people come to your site and feast on your content, thus leaving more good karma. And, as long as you keep doing this, you get more karma and this my friend, goes on and on  !! And many a times, people may think your content is worth some bucks and may leave you some donation, that you actually deserve.</p>\n<p>Gradually, search engines will also start trusting you, because of the traffic patterns to your site, and you will get ranked higher in SERP (Search Engine Rank Pages). After a long time, you evolve to become an &#8220;authority&#8221; in your topic, all because people trust you. And, the other &#8220;big guys&#8221; out there will say : &#8220;Hmm…who&#8217;s this new kid in town ?&#8221;. And HURRAY, you&#8217;re in their club !! You&#8217;re a blogging celebrity !!</p>\n<p>But remember, all this comes from just one little concept: &#8220;Blogging is karma&#8221;. Though it may take a lot of time and effort to practise it, it is still worth it. Of course, karma isn&#8217;t the only road to success. But, this concept leaves long time results which can stretch to a lifetime of blogging success.\n</p>\";s:7:\"pubdate\";s:31:\"Sun, 14 Jan 2007 16:00:25 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:4906:\"<p><small>This is the Twenty Fourth entry in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://www.webmaster-dome.com/\">Sreejith Ramakrishnan</a></small></p>\n<p>When I refer to this statement I&#8217;m talking about the westernised version of karma other than the traditional Indian word. Here, karma refers to the &#8220;do good things and get good things&#8221; approach. Before starting off on this topic, read through the lines which follow, and feel the difference between an idealised world and the real world. So, here goes a little recap about blogging.Many of you may feel that this is just article about the evolution of blogging. But, the point is that, reading this would help you conceive the theory.</p>\n<p>Blogging evolved as a medium or platform for expressing opinions and circulating news. Within a short period of time, blogging has achieved &#8220;world domination&#8221; through it&#8217;s simplicity and power. Anyone, from teenagers to professionals, can be a journalist. They can publish and popularise their views, in their small corner of the blogosphere. This led to immense changes in the whole &#8220;feel&#8221; of the internet. Blogs became more and more common and it increased exponentially.</p>\n<p>Search engines whetted their appetite on the rich content from blogs and blogs became &#8220;a search engine&#8217;s best friend&#8221;. But trust me, this is a much idealised description of what is going on. People, who knew the power of blogs and the advantage it had, over traditional websites, began to switch to blogs and started practising a lot of &#8220;tricks&#8221; to get attention. These tricks, eventually, became &#8220;parts&#8221; of blogging success.</p>\n<p>Us bloggers started to manipulate the blogosphere. We started to steal content through RSS syndicated feeds and popularised it using bad SEO. We blended Ads with the page layout to rip off ignorant visitors. We, literally, sold our own views, through article directories.</p>\n<p>But why ? Why should we be cheating, when we are already given equal possibilities ? Don&#8217;t you think we are competing on unfair grounds ? Well, we are. Some may think: &#8220;Dude, that&#8217;s the way it is. How am I supposed to make a difference?&#8221;. But, the fact is that, we can make a difference !! How ? By &#8220;blogging for karma&#8221;.  You may ask: &#8220;Hey, you new age hippie freak, how are you supposed to do that ?</p>\n<p>It&#8217;s easy. Do good things and get good things. That&#8217;s all. So, how to do good things ? Well, writing good articles which would help a lot of people from some kind of problem is a good thing. Just think of it like this : You&#8217;re helping out a lot of people who are in need of help. All for free !! So, you&#8217;re doing a big favour. And what do you get in return ? That&#8217;s the best part !!</p>\n<p>When you blog for those of people, you&#8217;re actually helping them a lot of hours of struggling. So, when you write good content, obviously, people like it and you get &#8220;good karma&#8221;. Now, this &#8220;good karma&#8221; is going to be really helpful in the long run. When people like your content, they come for more and more of it. Thus, increasing your traffic.</p>\n<p>Gradually, they become loyal to you. They will start trusting and respecting your opinions. They will recommend your blog to other people so that more people come to your site and feast on your content, thus leaving more good karma. And, as long as you keep doing this, you get more karma and this my friend, goes on and on  !! And many a times, people may think your content is worth some bucks and may leave you some donation, that you actually deserve.</p>\n<p>Gradually, search engines will also start trusting you, because of the traffic patterns to your site, and you will get ranked higher in SERP (Search Engine Rank Pages). After a long time, you evolve to become an &#8220;authority&#8221; in your topic, all because people trust you. And, the other &#8220;big guys&#8221; out there will say : &#8220;Hmm…who&#8217;s this new kid in town ?&#8221;. And HURRAY, you&#8217;re in their club !! You&#8217;re a blogging celebrity !!</p>\n<p>But remember, all this comes from just one little concept: &#8220;Blogging is karma&#8221;. Though it may take a lot of time and effort to practise it, it is still worth it. Of course, karma isn&#8217;t the only road to success. But, this concept leaves long time results which can stretch to a lifetime of blogging success.\n</p>\";}i:3;a:7:{s:5:\"title\";s:56:\"Weblog Tools Collection: How to say controversial things\";s:4:\"guid\";s:85:\"http://weblogtoolscollection.com/archives/2007/01/14/how-to-say-controversial-things/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/75190888/\";s:11:\"description\";s:7181:\"<p><small>This is the Twenty Third in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://rudd-o.com/\">Manuel Amador</a></small></p>\n<h2>Offending your audience for fun and profit: how to say controversial things</h2>\n<p>Do you blog?  Then offending your audience should be the least of your concerns.  And here&#8217;s why.</p>\n<p>I&#8217;m going to begin this article with a single thought: <em>I&#8217;d rather you insult me than have you be dishonest with me</em>.</p>\n<p>And here&#8217;s why.</p>\n<h2>Lies and deceit in pretty words</h2>\n<p>Let me lift a couple of words from one of Paul Graham&#8217;s writings:</p>\n<blockquote><p>Another approach is to follow that word, heresy. In every period of history, there seem to have been labels that got applied to statements to shoot them down before anyone had a chance to ask if they were true or not. &#8220;Blasphemy&#8221;, &#8220;sacrilege&#8221;, and &#8220;heresy&#8221; were such labels for a good part of western history, as in more recent times &#8220;indecent&#8221;, &#8220;improper&#8221;, and &#8220;unamerican&#8221; have been. By now these labels have lost their sting. They always do. By now they&#8217;re mostly used ironically. But in their time, they had real force.</p>\n<p>We have such labels today, of course, quite a lot of them, from the all-purpose &#8220;inappropriate&#8221; to the dreaded &#8220;divisive.&#8221; In any period, it should be easy to figure out what such labels are, simply by looking at what people call ideas they disagree with besides untrue. When a politician says his opponent is mistaken, that&#8217;s a straightforward criticism, but when he attacks a statement as &#8220;divisive&#8221; or &#8220;racially insensitive&#8221; instead of arguing that it&#8217;s false, we should start paying attention.</p></blockquote>\n<p>The message in this?  Say what you mean.  Impopular speech is still valid speech.</p>\n<h3>Political correctness: censorship in disguise</h3>\n<p>What&#8217;s the difference between political correctness and honesty?  One lets people offend with fancy words in disguise.  The other means &#8220;honesty first, respect and consideration second&#8221;.</p>\n<p>Which one would you rather apply?  If you said &#8220;political correctness&#8221; to yourself, let me ask you one thing: do you think honest discourse is less valuable than popular discourse?  I beg to differ.  If you are a moron, and I call you a moron, it&#8217;s the truth, no matter how unpopular.  If you&#8217;re a moron, and I say &#8220;but, well, you&#8217;ve got your own opinion, and we&#8217;re both right&#8221;, then I&#8217;m a bigger moron for being politically correct and not telling the truth.  Political correctness is just a way to make discourse &#8220;less offensive&#8221; and less truthful.</p>\n<p>Say what you mean; use transparent, contundent, honest words.  For example: have you heard the word &#8220;handicapable&#8221; being used?  That&#8217;s a great example of political correctness, because:</p>\n<ol>\n<li>Can someone honestly think people with hindrances are &#8220;more handy and capable&#8221; than people without them?  The word &#8220;handicapable&#8221; certainly suggests a falsehood.</li>\n<li>The fact that handicapped people are, well, handicapped, doesn&#8217;t mean they are worth less than a non-handicapped person.  Fortunately, we live in a society where everyone has the same rights and the same intrinsic value is bestowed upon all of us.</li>\n</ol>\n<p>So, in this particular example, just because it&#8217;s &#8220;hip&#8221; to call handicapped people &#8220;handicapable&#8221;, doesn&#8217;t mean it&#8217;s an honest word.  If you ask me, equating self-worth with capabilities is offensive to handicapped people.  Using &#8220;handicapable&#8221; reeks of political correctness, a &#8220;feel-good&#8221; word that conveys a falsehood in disguise.</p>\n<h3>Don&#8217;t just stay there, make a fuss about it!</h3>\n<p>In short: if you want to raise concerns about something in your blog, then don&#8217;t hold back.  Don&#8217;t try to cater for people with thin skin. Odds are, they&#8217;ll be the ones marketing your writings.</p>\n<p>Do yourself a favor: and attempt your best to deliver your ideas them with the most punch and the greatest veracity.  Use your courage to say things.  And, for the love of all things dear: don&#8217;t shut up!</p>\n<p>Leave the &#8220;politically correct&#8221; and &#8220;slanderously afraid&#8221; angle to newspaper journalists; after all, almost no one reads them anymore.</p>\n<p>And for the love of all things dear to you, please don&#8217;t shut up.</p>\n<h2>&#8220;But think of the children!&#8221;</h2>\n<p>You may think that, by practicing self-censorship, you&#8217;re serving your audience; nothing could be further from the truth: politeness and political correctness usually do your readers a disservice.</p>\n<p>Always prefer plain facts and truth, even if they&#8217;re inconvenient. Cherish and uphold your own values in the face of defiance.  In other words: don&#8217;t lie, and don&#8217;t &#8220;dress up&#8221; stuff.  Incongruence in discourse has a way of showing.</p>\n<p>If I have learnt anything in years of blogging, is that offended audiences are the most rabid readers and spreaders of your word.  They may whine and complain all you like, but they sure count as page views.</p>\n<h2>Advertisers and sponsors count as readers</h2>\n<p>The same philosophy must apply to your sponsors and advertisers: it&#8217;s your duty to treat them straight to the truth, no matter how inconvenient it may sound.  Doing the opposite is called dishonesty, and people pick up on that.</p>\n<p>Be dishonest about your stakeholders and, sooner or later, your readers will shove your writings into the big archive (also known as the recycle bin of oblivion).</p>\n<h2>Treat people like they deserve - no more, no less</h2>\n<p>In short: don&#8217;t be afraid to alienate your readers - you may end up censoring yourself, and that&#8217;s not good for neither your readers nor you.  Wanna hurl a couple of &#8220;bad&#8221; words at me?  Do so, but don&#8217;t lie to me.  Heck, you should apply this philosophy to your entire life!  A couple fistfights never killed anyone.</p>\n<p>In the end, a couple roughed feathers won&#8217;t harm anyone, and they could benefit you.  Remember: <em>if you tip-toe around your readers, they&#8217;ll head somewhere else</em>.</p>\n<p>Now I&#8217;ll leave you with a reading assignment - two must-reads that&#8217;ll let you learn more about yourself in the world:</p>\n<ol>\n<li><a href=\"http://www.paulgraham.com/say.html\">What you can&#8217;t say</a>, by Paul Graham</li>\n<li><a href=\"http://www.paulgraham.com/resay.html\">Re: What you can&#8217;t say</a>, by himself again</li>\n</ol>\";s:7:\"pubdate\";s:31:\"Sun, 14 Jan 2007 15:00:23 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:7181:\"<p><small>This is the Twenty Third in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://rudd-o.com/\">Manuel Amador</a></small></p>\n<h2>Offending your audience for fun and profit: how to say controversial things</h2>\n<p>Do you blog?  Then offending your audience should be the least of your concerns.  And here&#8217;s why.</p>\n<p>I&#8217;m going to begin this article with a single thought: <em>I&#8217;d rather you insult me than have you be dishonest with me</em>.</p>\n<p>And here&#8217;s why.</p>\n<h2>Lies and deceit in pretty words</h2>\n<p>Let me lift a couple of words from one of Paul Graham&#8217;s writings:</p>\n<blockquote><p>Another approach is to follow that word, heresy. In every period of history, there seem to have been labels that got applied to statements to shoot them down before anyone had a chance to ask if they were true or not. &#8220;Blasphemy&#8221;, &#8220;sacrilege&#8221;, and &#8220;heresy&#8221; were such labels for a good part of western history, as in more recent times &#8220;indecent&#8221;, &#8220;improper&#8221;, and &#8220;unamerican&#8221; have been. By now these labels have lost their sting. They always do. By now they&#8217;re mostly used ironically. But in their time, they had real force.</p>\n<p>We have such labels today, of course, quite a lot of them, from the all-purpose &#8220;inappropriate&#8221; to the dreaded &#8220;divisive.&#8221; In any period, it should be easy to figure out what such labels are, simply by looking at what people call ideas they disagree with besides untrue. When a politician says his opponent is mistaken, that&#8217;s a straightforward criticism, but when he attacks a statement as &#8220;divisive&#8221; or &#8220;racially insensitive&#8221; instead of arguing that it&#8217;s false, we should start paying attention.</p></blockquote>\n<p>The message in this?  Say what you mean.  Impopular speech is still valid speech.</p>\n<h3>Political correctness: censorship in disguise</h3>\n<p>What&#8217;s the difference between political correctness and honesty?  One lets people offend with fancy words in disguise.  The other means &#8220;honesty first, respect and consideration second&#8221;.</p>\n<p>Which one would you rather apply?  If you said &#8220;political correctness&#8221; to yourself, let me ask you one thing: do you think honest discourse is less valuable than popular discourse?  I beg to differ.  If you are a moron, and I call you a moron, it&#8217;s the truth, no matter how unpopular.  If you&#8217;re a moron, and I say &#8220;but, well, you&#8217;ve got your own opinion, and we&#8217;re both right&#8221;, then I&#8217;m a bigger moron for being politically correct and not telling the truth.  Political correctness is just a way to make discourse &#8220;less offensive&#8221; and less truthful.</p>\n<p>Say what you mean; use transparent, contundent, honest words.  For example: have you heard the word &#8220;handicapable&#8221; being used?  That&#8217;s a great example of political correctness, because:</p>\n<ol>\n<li>Can someone honestly think people with hindrances are &#8220;more handy and capable&#8221; than people without them?  The word &#8220;handicapable&#8221; certainly suggests a falsehood.</li>\n<li>The fact that handicapped people are, well, handicapped, doesn&#8217;t mean they are worth less than a non-handicapped person.  Fortunately, we live in a society where everyone has the same rights and the same intrinsic value is bestowed upon all of us.</li>\n</ol>\n<p>So, in this particular example, just because it&#8217;s &#8220;hip&#8221; to call handicapped people &#8220;handicapable&#8221;, doesn&#8217;t mean it&#8217;s an honest word.  If you ask me, equating self-worth with capabilities is offensive to handicapped people.  Using &#8220;handicapable&#8221; reeks of political correctness, a &#8220;feel-good&#8221; word that conveys a falsehood in disguise.</p>\n<h3>Don&#8217;t just stay there, make a fuss about it!</h3>\n<p>In short: if you want to raise concerns about something in your blog, then don&#8217;t hold back.  Don&#8217;t try to cater for people with thin skin. Odds are, they&#8217;ll be the ones marketing your writings.</p>\n<p>Do yourself a favor: and attempt your best to deliver your ideas them with the most punch and the greatest veracity.  Use your courage to say things.  And, for the love of all things dear: don&#8217;t shut up!</p>\n<p>Leave the &#8220;politically correct&#8221; and &#8220;slanderously afraid&#8221; angle to newspaper journalists; after all, almost no one reads them anymore.</p>\n<p>And for the love of all things dear to you, please don&#8217;t shut up.</p>\n<h2>&#8220;But think of the children!&#8221;</h2>\n<p>You may think that, by practicing self-censorship, you&#8217;re serving your audience; nothing could be further from the truth: politeness and political correctness usually do your readers a disservice.</p>\n<p>Always prefer plain facts and truth, even if they&#8217;re inconvenient. Cherish and uphold your own values in the face of defiance.  In other words: don&#8217;t lie, and don&#8217;t &#8220;dress up&#8221; stuff.  Incongruence in discourse has a way of showing.</p>\n<p>If I have learnt anything in years of blogging, is that offended audiences are the most rabid readers and spreaders of your word.  They may whine and complain all you like, but they sure count as page views.</p>\n<h2>Advertisers and sponsors count as readers</h2>\n<p>The same philosophy must apply to your sponsors and advertisers: it&#8217;s your duty to treat them straight to the truth, no matter how inconvenient it may sound.  Doing the opposite is called dishonesty, and people pick up on that.</p>\n<p>Be dishonest about your stakeholders and, sooner or later, your readers will shove your writings into the big archive (also known as the recycle bin of oblivion).</p>\n<h2>Treat people like they deserve - no more, no less</h2>\n<p>In short: don&#8217;t be afraid to alienate your readers - you may end up censoring yourself, and that&#8217;s not good for neither your readers nor you.  Wanna hurl a couple of &#8220;bad&#8221; words at me?  Do so, but don&#8217;t lie to me.  Heck, you should apply this philosophy to your entire life!  A couple fistfights never killed anyone.</p>\n<p>In the end, a couple roughed feathers won&#8217;t harm anyone, and they could benefit you.  Remember: <em>if you tip-toe around your readers, they&#8217;ll head somewhere else</em>.</p>\n<p>Now I&#8217;ll leave you with a reading assignment - two must-reads that&#8217;ll let you learn more about yourself in the world:</p>\n<ol>\n<li><a href=\"http://www.paulgraham.com/say.html\">What you can&#8217;t say</a>, by Paul Graham</li>\n<li><a href=\"http://www.paulgraham.com/resay.html\">Re: What you can&#8217;t say</a>, by himself again</li>\n</ol>\";}i:4;a:7:{s:5:\"title\";s:35:\"Donncha: Getting to know the Trotts\";s:4:\"guid\";s:56:\"http://ocaoimh.ie/2007/01/14/getting-to-know-the-trotts/\";s:4:\"link\";s:56:\"http://ocaoimh.ie/2007/01/14/getting-to-know-the-trotts/\";s:11:\"description\";s:914:\"<p>Just goes to show what a hectic week it was last week. Despite it being on the front cover of the Business Section, I completely missed this Sunday Times <a href=\"http://www.timesonline.co.uk/article/0,,2095-2534397,00.html\">interview</a> with Mena and Ben Trott, the founders of Six Apart, makers of blog software Moveable Type, Vox, Typepad and owners of Livejournal.</p>\n<p>It&#8217;s a personable interview that doesn&#8217;t go into any great technical detail but it&#8217;s interesting for me to <a href=\"http://inphotos.org/six-apart-mark/\">find out</a> a little about the competition from my outpost across the Atlantic.</p>\n<a href=\"http://ocaoimh.ie/tag/irishblogs/\" rel=\"tag\">irishblogs</a>, <a href=\"http://ocaoimh.ie/tag/six-apart/\" rel=\"tag\">Six Apart</a>, <a href=\"http://ocaoimh.ie/tag/sunday-times/\" rel=\"tag\">Sunday Times</a>, <a href=\"http://ocaoimh.ie/tag/wordpress/\" rel=\"tag\">WordPress</a>\";s:7:\"pubdate\";s:31:\"Sun, 14 Jan 2007 14:58:34 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"Donncha\";}s:7:\"summary\";s:914:\"<p>Just goes to show what a hectic week it was last week. Despite it being on the front cover of the Business Section, I completely missed this Sunday Times <a href=\"http://www.timesonline.co.uk/article/0,,2095-2534397,00.html\">interview</a> with Mena and Ben Trott, the founders of Six Apart, makers of blog software Moveable Type, Vox, Typepad and owners of Livejournal.</p>\n<p>It&#8217;s a personable interview that doesn&#8217;t go into any great technical detail but it&#8217;s interesting for me to <a href=\"http://inphotos.org/six-apart-mark/\">find out</a> a little about the competition from my outpost across the Atlantic.</p>\n<a href=\"http://ocaoimh.ie/tag/irishblogs/\" rel=\"tag\">irishblogs</a>, <a href=\"http://ocaoimh.ie/tag/six-apart/\" rel=\"tag\">Six Apart</a>, <a href=\"http://ocaoimh.ie/tag/sunday-times/\" rel=\"tag\">Sunday Times</a>, <a href=\"http://ocaoimh.ie/tag/wordpress/\" rel=\"tag\">WordPress</a>\";}i:5;a:7:{s:5:\"title\";s:38:\"Weblog Tools Collection: Blog Juggling\";s:4:\"guid\";s:67:\"http://weblogtoolscollection.com/archives/2007/01/13/blog-juggling/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/74973918/\";s:11:\"description\";s:9559:\"<p><small>This is the Twenty Second entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by </small><small><a href=\"http://www.cranky-mama.com/\">Jessica Beck</a></small></p>\n<h2 class=\"entry-title\">Blog Juggling: Keeping All Your Online Identities In The Air at Once</h2>\n<p>These days it isn’t unusual for people to have several online aliases. There’s the personal <em>persona</em>, hanging out on MySpace and YouTube; there’s the work <em>persona</em>, reading news feeds and doing online research; and there’s often a third, leisure <em>persona</em>, frequenting specialized bulletin boards and sites for hobbies like crafting, D&#038;D or politics. And, of course, it wouldn’t be Web 2.0 if each of those aliases didn’t have its own blog.</p>\n<p>As someone who manages several distinctly different blogs, I feel for people taking on the challenge of multiple online identities. The need for them, however, is undeniable. Here are some ways to make it all work (and crank up your productivity in the bargain).</p>\n<h3>Compartmentalize</h3>\n<p>The first step in managing multiple identities is breaking them down into bite-sized chunks. If you’re dealing with the line between business and personal, that may be an easy task. But what if your personal and leisure identities overlap? How do you categorize, for example, your love of a site like <a href=\"http://www.dogster.com\">Dogster</a> - is that personal, or is it leisure? Do you even <em>need</em> a leisure <em>persona</em>? The easiest way to figure that out is to look at your Dogster identity as though you were a stranger. Would you want the random Dogster aficionado to Google the alias in your profile and see, for example, your personal MySpace page or your Flickr photostream? If the answer is yes - if you’re on Dogster to invite other dog-lovers into your life, or if your life is already all dogs, all the time - then you probably don’t need a leisure <em>persona</em>. But if you’d rather your personal life and your hobbies remained at least superficially separate, you’d do well to use a distinct identity for each one.</p>\n<h3>Social Bookmarking: Mark ‘Em All, Let the Internet Sort ‘Em Out</h3>\n<p>If you’re going to use any sort of blogroll on your sites (and who doesn’t, these days?), you’ll want an easy way to sort the different links to correspond with your different identities. One of the easiest ways to do that is by using a social bookmarking service like Ma.gnolia or Del.icio.us. Just make sure you tag religiously and tag well, and you’re good to go. Truly compartmentalized people like me may even use different accounts for personal vs. business links, but within each account I use tags to separate, for example, my parenting links from my catch-all check-out-this-page links.</p>\n<h3>Browse in Multiples</h3>\n<p>One you’ve figured out how to define your categories and started the process of separating the personal from the professional, it’s time to put your browsers to work for you.</p>\n<p>Only using one browser? That’s <em>so</em> last year. The easiest way to segregate one identity from another is to use different browsers for each. That way you can visit the same sites and collect different cookies. That’s especially useful for internet searches and news portals, but is also good for managing sites like Flickr, which requires a separate login for each alias. Think about it like this: if you want to comment on a friend’s photo, do you want to use your business login? I’m too impatient to log in and log out each time I visit a site; with separate browsers, I can stay logged in all the time, even if I use overlapping services.  It’s also good for web forms and blog comments, for the same reason. You can have each browser remember a different address or e-mail - home and work, say - so you don’t have to re-type it every time.</p>\n<p>Also, with separate browsers, you get separate bookmarks. For me, this is key; I don’t like having to search through lots of different folders to find the bookmark I’m looking for. Knowing that all my business links are in Firefox (for example) saves me a lot of time. I can set up each browser to open a specific set of bookmarks for me each time I log in, and I can easily manage the follow-up on sites I want to write about.</p>\n<p>Yes, I said <em>write</em>. This is an article about blogging, remember? All of these things lead to this next thing: managing your blogs.</p>\n<h3>One Blog Per Person(a)</h3>\n<p>I’ve got a lot of blogs. A <a href=\"http://www.whatcouldbe.com\">business blog</a>, a <a href=\"http://www.cranky-mama.com\">mommy blog</a>, and a <a href=\"http://www.buzzverb.com\">fledgling copywriting blog</a>, to name a few. At any given time, I have between ten and twenty tabs open in each of my browsers - stories I want to read or write about, services I want to check out, links I want to bookmark, reference material and entertainment. How do I keep track of it all?</p>\n<p>Since I’ve assigned my personas different browsers, the first big chunk of work is done for me. I know at a glance that all the tabs I have open in Firefox are related either to writing (for Buzzverb) or design (for What Could Be) while the tabs in Flock are related to parenting, kids, or my new obsession with crafting. This makes it easy to focus my attention on one thing or the other, which in turn means I won’t be derailed in the middle of writing an article about web design by an amusing parenting anecdote. More importantly, it means I won’t lose an important link by overloading my brain with too many disparate subjects.</p>\n<p>Since I use Flock, posting to my Cranky Mama blog is easy as pie; I just fire up Flock’s integrated blogging client and go to town. Since my mommy blog is pretty informal and doesn’t require a lot of editing (or, to be honest, a lot of research), I don’t miss the more advanced features of a robust desktop client.</p>\n<p>For my business blogs, though, I want something with a few more options. I use MarsEdit, although there are dozens of options that are equally useful. Since all my links are open in Firefox, it’s easy to reference articles and sites, and if I want to find something I looked at a few days ago, my history is relevant to my business persona.</p>\n<h3>Don’t Forget That There Is Only One of You</h3>\n<p>Despite all this talk of multiple identities, you’re still only one person. Don’t expect that you’ll be able to maintain daily blogs for each of your <em>personas</em> unless you’ve got a truly ridiculous amount of time to set aside for blogging.</p>\n<p>Decide ahead of time which blog you want to devote the most attention to, and make that your priority. Here are some ideas for managing all that writing:</p>\n<ul>\n<li>Set deadlines for yourself so that you don’t leave any of your blogs hanging. If you’re particularly anal-retentive like me, you may want to use a calendaring service to remind you which days you plan to publish to which blog. Backpack, for example, will send an e-mail each week to remind me to post an article to What Could Be.  I’m not suggesting that a mild case of OCD is a <em>good</em> thing; I’m just saying you might as well put it to work for you. Am I right?</li>\n<li>Compose entries ahead of time whenever possible; this makes it easy to publish something when your creative energies have run out.</li>\n<li>Don’t underestimate the power of linking. On days when you just <em>can’t</em> come up with anything to say, put those open tabs to work for you. Tell the world what you’re reading about. The world will thank you, if by <em>thank you</em> you mean <em>take a look and collectively shrug</em>. (A caveat: make at least a token effort to describe your recommendations using your own words. If you just post a list of links, the other kids on the internet will point at you and laugh.)</li>\n</ul>\n<h3>Bring it All Together</h3>\n<p>Now that you’ve got everything all neatly separated, how do you bring together all your myriad online identities? My suggestion is an identity management service like <a href=\"http://www.claimid.com\">ClaimID</a> or an aggregator like <a href=\"http://www.jaiku.com\">Jaiku</a>. ClaimID lets you list every single little bit of information associated with your name and compile the links in one page; you can set privacy levels for each item and arrange by importance (or however else you want). Jaiku lets you enter the RSS feeds for all your many blogs, photo streams, or whatever, and uses all that to create a page which has a constantly-updating, personalized information feed, showing you at a glance where you’ve been putting your energy. (And no, if you’re wondering. I get nothing for making these recommendations. Just the inner satisfaction of making good links, and really, isn’t that what linking is about?)</p>\n<h3>Go. Blog.</h3>\n<p>Now put all these suggestions to work for you. You’ve got the tools. You’ve got the interests. Give it a whirl and see if you can juggle more than one identity. In fact, nothing is stopping you from starting a new blog right now. Go ahead! I’ll wait.\n</p>\";s:7:\"pubdate\";s:31:\"Sat, 13 Jan 2007 23:39:22 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:9559:\"<p><small>This is the Twenty Second entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by </small><small><a href=\"http://www.cranky-mama.com/\">Jessica Beck</a></small></p>\n<h2 class=\"entry-title\">Blog Juggling: Keeping All Your Online Identities In The Air at Once</h2>\n<p>These days it isn’t unusual for people to have several online aliases. There’s the personal <em>persona</em>, hanging out on MySpace and YouTube; there’s the work <em>persona</em>, reading news feeds and doing online research; and there’s often a third, leisure <em>persona</em>, frequenting specialized bulletin boards and sites for hobbies like crafting, D&#038;D or politics. And, of course, it wouldn’t be Web 2.0 if each of those aliases didn’t have its own blog.</p>\n<p>As someone who manages several distinctly different blogs, I feel for people taking on the challenge of multiple online identities. The need for them, however, is undeniable. Here are some ways to make it all work (and crank up your productivity in the bargain).</p>\n<h3>Compartmentalize</h3>\n<p>The first step in managing multiple identities is breaking them down into bite-sized chunks. If you’re dealing with the line between business and personal, that may be an easy task. But what if your personal and leisure identities overlap? How do you categorize, for example, your love of a site like <a href=\"http://www.dogster.com\">Dogster</a> - is that personal, or is it leisure? Do you even <em>need</em> a leisure <em>persona</em>? The easiest way to figure that out is to look at your Dogster identity as though you were a stranger. Would you want the random Dogster aficionado to Google the alias in your profile and see, for example, your personal MySpace page or your Flickr photostream? If the answer is yes - if you’re on Dogster to invite other dog-lovers into your life, or if your life is already all dogs, all the time - then you probably don’t need a leisure <em>persona</em>. But if you’d rather your personal life and your hobbies remained at least superficially separate, you’d do well to use a distinct identity for each one.</p>\n<h3>Social Bookmarking: Mark ‘Em All, Let the Internet Sort ‘Em Out</h3>\n<p>If you’re going to use any sort of blogroll on your sites (and who doesn’t, these days?), you’ll want an easy way to sort the different links to correspond with your different identities. One of the easiest ways to do that is by using a social bookmarking service like Ma.gnolia or Del.icio.us. Just make sure you tag religiously and tag well, and you’re good to go. Truly compartmentalized people like me may even use different accounts for personal vs. business links, but within each account I use tags to separate, for example, my parenting links from my catch-all check-out-this-page links.</p>\n<h3>Browse in Multiples</h3>\n<p>One you’ve figured out how to define your categories and started the process of separating the personal from the professional, it’s time to put your browsers to work for you.</p>\n<p>Only using one browser? That’s <em>so</em> last year. The easiest way to segregate one identity from another is to use different browsers for each. That way you can visit the same sites and collect different cookies. That’s especially useful for internet searches and news portals, but is also good for managing sites like Flickr, which requires a separate login for each alias. Think about it like this: if you want to comment on a friend’s photo, do you want to use your business login? I’m too impatient to log in and log out each time I visit a site; with separate browsers, I can stay logged in all the time, even if I use overlapping services.  It’s also good for web forms and blog comments, for the same reason. You can have each browser remember a different address or e-mail - home and work, say - so you don’t have to re-type it every time.</p>\n<p>Also, with separate browsers, you get separate bookmarks. For me, this is key; I don’t like having to search through lots of different folders to find the bookmark I’m looking for. Knowing that all my business links are in Firefox (for example) saves me a lot of time. I can set up each browser to open a specific set of bookmarks for me each time I log in, and I can easily manage the follow-up on sites I want to write about.</p>\n<p>Yes, I said <em>write</em>. This is an article about blogging, remember? All of these things lead to this next thing: managing your blogs.</p>\n<h3>One Blog Per Person(a)</h3>\n<p>I’ve got a lot of blogs. A <a href=\"http://www.whatcouldbe.com\">business blog</a>, a <a href=\"http://www.cranky-mama.com\">mommy blog</a>, and a <a href=\"http://www.buzzverb.com\">fledgling copywriting blog</a>, to name a few. At any given time, I have between ten and twenty tabs open in each of my browsers - stories I want to read or write about, services I want to check out, links I want to bookmark, reference material and entertainment. How do I keep track of it all?</p>\n<p>Since I’ve assigned my personas different browsers, the first big chunk of work is done for me. I know at a glance that all the tabs I have open in Firefox are related either to writing (for Buzzverb) or design (for What Could Be) while the tabs in Flock are related to parenting, kids, or my new obsession with crafting. This makes it easy to focus my attention on one thing or the other, which in turn means I won’t be derailed in the middle of writing an article about web design by an amusing parenting anecdote. More importantly, it means I won’t lose an important link by overloading my brain with too many disparate subjects.</p>\n<p>Since I use Flock, posting to my Cranky Mama blog is easy as pie; I just fire up Flock’s integrated blogging client and go to town. Since my mommy blog is pretty informal and doesn’t require a lot of editing (or, to be honest, a lot of research), I don’t miss the more advanced features of a robust desktop client.</p>\n<p>For my business blogs, though, I want something with a few more options. I use MarsEdit, although there are dozens of options that are equally useful. Since all my links are open in Firefox, it’s easy to reference articles and sites, and if I want to find something I looked at a few days ago, my history is relevant to my business persona.</p>\n<h3>Don’t Forget That There Is Only One of You</h3>\n<p>Despite all this talk of multiple identities, you’re still only one person. Don’t expect that you’ll be able to maintain daily blogs for each of your <em>personas</em> unless you’ve got a truly ridiculous amount of time to set aside for blogging.</p>\n<p>Decide ahead of time which blog you want to devote the most attention to, and make that your priority. Here are some ideas for managing all that writing:</p>\n<ul>\n<li>Set deadlines for yourself so that you don’t leave any of your blogs hanging. If you’re particularly anal-retentive like me, you may want to use a calendaring service to remind you which days you plan to publish to which blog. Backpack, for example, will send an e-mail each week to remind me to post an article to What Could Be.  I’m not suggesting that a mild case of OCD is a <em>good</em> thing; I’m just saying you might as well put it to work for you. Am I right?</li>\n<li>Compose entries ahead of time whenever possible; this makes it easy to publish something when your creative energies have run out.</li>\n<li>Don’t underestimate the power of linking. On days when you just <em>can’t</em> come up with anything to say, put those open tabs to work for you. Tell the world what you’re reading about. The world will thank you, if by <em>thank you</em> you mean <em>take a look and collectively shrug</em>. (A caveat: make at least a token effort to describe your recommendations using your own words. If you just post a list of links, the other kids on the internet will point at you and laugh.)</li>\n</ul>\n<h3>Bring it All Together</h3>\n<p>Now that you’ve got everything all neatly separated, how do you bring together all your myriad online identities? My suggestion is an identity management service like <a href=\"http://www.claimid.com\">ClaimID</a> or an aggregator like <a href=\"http://www.jaiku.com\">Jaiku</a>. ClaimID lets you list every single little bit of information associated with your name and compile the links in one page; you can set privacy levels for each item and arrange by importance (or however else you want). Jaiku lets you enter the RSS feeds for all your many blogs, photo streams, or whatever, and uses all that to create a page which has a constantly-updating, personalized information feed, showing you at a glance where you’ve been putting your energy. (And no, if you’re wondering. I get nothing for making these recommendations. Just the inner satisfaction of making good links, and really, isn’t that what linking is about?)</p>\n<h3>Go. Blog.</h3>\n<p>Now put all these suggestions to work for you. You’ve got the tools. You’ve got the interests. Give it a whirl and see if you can juggle more than one identity. In fact, nothing is stopping you from starting a new blog right now. Go ahead! I’ll wait.\n</p>\";}i:6;a:7:{s:5:\"title\";s:40:\"Lorelle on WP: Glimpses of WordPress 2.1\";s:4:\"guid\";s:65:\"http://lorelle.wordpress.com/2007/01/13/glimpses-of-wordpress-21/\";s:4:\"link\";s:65:\"http://lorelle.wordpress.com/2007/01/13/glimpses-of-wordpress-21/\";s:11:\"description\";s:360:\"Ryan Boren, one of the lead WordPress developers, has been releasing preview information on WordPress 2.1, along with some other well-know WordPress developers, testers, and users. Here are some teasers about WordPress 2.1, due out soon:\n\nRyan Boren reports there will be a Custom Image Header API which will allow easier handling of adding custom header [...]\";s:7:\"pubdate\";s:31:\"Sat, 13 Jan 2007 10:36:51 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:360:\"Ryan Boren, one of the lead WordPress developers, has been releasing preview information on WordPress 2.1, along with some other well-know WordPress developers, testers, and users. Here are some teasers about WordPress 2.1, due out soon:\n\nRyan Boren reports there will be a Custom Image Header API which will allow easier handling of adding custom header [...]\";}i:7;a:7:{s:5:\"title\";s:72:\"Lorelle on WP: Podcast Release WordPress Plugin Helps You Get Permission\";s:4:\"guid\";s:98:\"http://lorelle.wordpress.com/2007/01/13/podcast-release-wordpress-plugin-helps-you-get-permission/\";s:4:\"link\";s:98:\"http://lorelle.wordpress.com/2007/01/13/podcast-release-wordpress-plugin-helps-you-get-permission/\";s:11:\"description\";s:347:\"Podcast Release Wordpress Plugin is a novel use of a WordPress Plugin that helps you blog better and professionally. \nAccording to MWGblog&#8217;s Michael W. Geoghegan, the Podcast Release WordPress Plugin creates a Podcast Release form. This is a permission form to use your voice and words in a published podcast, on your site. It provides [...]\";s:7:\"pubdate\";s:31:\"Sat, 13 Jan 2007 07:38:25 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:347:\"Podcast Release Wordpress Plugin is a novel use of a WordPress Plugin that helps you blog better and professionally. \nAccording to MWGblog&#8217;s Michael W. Geoghegan, the Podcast Release WordPress Plugin creates a Podcast Release form. This is a permission form to use your voice and words in a published podcast, on your site. It provides [...]\";}i:8;a:7:{s:5:\"title\";s:55:\"Weblog Tools Collection: WordPress Themes Releases 1/13\";s:4:\"guid\";s:83:\"http://weblogtoolscollection.com/archives/2007/01/13/wordpress-themes-releases-113/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/74756455/\";s:11:\"description\";s:1701:\"<p><a href=\"http://themes.wordpress.net/columns/2-columns/1398/sweetbuzz-white-blue-lite-10/\">SweetBuzz White-blue Lite</a> designed and coded by <a href=\"http://www.briangreens.com/\">Brian Green</a> and <a href=\"http://www.darjanpanic.com/\">Darjan Panic</a> is a two column, fixed width WordPress theme. </p>\n<p><a href=\"http://www.peterandrej.com/wordpress/\">SimpleTwo</a> is a really simple widget ready WordPress theme by Peterandrej. His other themes are also listed on the theme page.</p>\n<p><a href=\"http://themes.wordpress.net/columns/2-columns/1399/science-fiction-10/\">Science Fiction</a> and <a href=\"http://themes.wordpress.net/columns/2-columns/1394/red-rose-1/\">Red Rose</a> are two WordPress themes by <a href=\"http://www.vickychild.info/wordpress-themes/\">Vicky Child</a></p>\n<p><a href=\"http://wpthemespot.com/2007/01/12/godofgates-theme/\">God of Gates</a> is a 2 column, fixed-width, sidebar widget ready theme.</p>\n<p><a href=\"http://themes.wordpress.net/columns/2-columns/1396/gladiola-10/\">Gladiola</a> is a pristine, pastel-colored 2-column theme for Wordpress and has a great combination of style and elegance. Other themes by <a href=\"http://www.briangardner.com/themes/\">Brian Gardner</a>.</p>\n<p><a href=\"http://www.blazenewmedia.com/projects/durable\">Durable</a> is a completely customizable theme wrt colors and settings. Users can customize the colors that they wish to see on your sites. Admins have the same functionality and can even save these choices.</p>\n<p><a href=\"http://ericulous.com/2007/01/13/wp-theme-red-business/\">Red Business</a> is the WordPress theme ported from <a href=\"http://www.free-css-templates.com/demo/red-business/\">Free CSS Templates</a>.\n</p>\";s:7:\"pubdate\";s:31:\"Sat, 13 Jan 2007 04:49:10 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1701:\"<p><a href=\"http://themes.wordpress.net/columns/2-columns/1398/sweetbuzz-white-blue-lite-10/\">SweetBuzz White-blue Lite</a> designed and coded by <a href=\"http://www.briangreens.com/\">Brian Green</a> and <a href=\"http://www.darjanpanic.com/\">Darjan Panic</a> is a two column, fixed width WordPress theme. </p>\n<p><a href=\"http://www.peterandrej.com/wordpress/\">SimpleTwo</a> is a really simple widget ready WordPress theme by Peterandrej. His other themes are also listed on the theme page.</p>\n<p><a href=\"http://themes.wordpress.net/columns/2-columns/1399/science-fiction-10/\">Science Fiction</a> and <a href=\"http://themes.wordpress.net/columns/2-columns/1394/red-rose-1/\">Red Rose</a> are two WordPress themes by <a href=\"http://www.vickychild.info/wordpress-themes/\">Vicky Child</a></p>\n<p><a href=\"http://wpthemespot.com/2007/01/12/godofgates-theme/\">God of Gates</a> is a 2 column, fixed-width, sidebar widget ready theme.</p>\n<p><a href=\"http://themes.wordpress.net/columns/2-columns/1396/gladiola-10/\">Gladiola</a> is a pristine, pastel-colored 2-column theme for Wordpress and has a great combination of style and elegance. Other themes by <a href=\"http://www.briangardner.com/themes/\">Brian Gardner</a>.</p>\n<p><a href=\"http://www.blazenewmedia.com/projects/durable\">Durable</a> is a completely customizable theme wrt colors and settings. Users can customize the colors that they wish to see on your sites. Admins have the same functionality and can even save these choices.</p>\n<p><a href=\"http://ericulous.com/2007/01/13/wp-theme-red-business/\">Red Business</a> is the WordPress theme ported from <a href=\"http://www.free-css-templates.com/demo/red-business/\">Free CSS Templates</a>.\n</p>\";}i:9;a:7:{s:5:\"title\";s:52:\"Weblog Tools Collection: WP Plugin Releases for 1/13\";s:4:\"guid\";s:80:\"http://weblogtoolscollection.com/archives/2007/01/13/wp-plugin-releases-for-113/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/74753565/\";s:11:\"description\";s:1158:\"<p><a href=\"http://kamajole.dk/blog/2007/01/12/mbla/\">MBLA</a> is an acronym for &#8220;MyBlogLog Avatars&#8221; and is a plugin for Wordpress that can add avatars from MyBlogLog to posts and comments.</p>\n<p><a href=\"http://www.webwork-studios.de/index.php/2007/01/12/ws-acronymes/\">WS Acronymes</a> Adds to every acronym the description via the <code>title</code> attribute, which can be saved in the database.</p>\n<p><a href=\"http://dragonflyeye.net/blog/2007/01/12/javascript-animated-collapsing/\">JavaScript Animated Collapsing Categories</a> uses WordPress Categories which have Parent to Child relationships to create a collapsible list of Categories for your weblog. </p>\n<p><a href=\"http://www.blogg.digga.se/digga-plugin-for-wordpress/13/\">Digga</a> lets your visitors add your blog entries to <a href=\"http://www.digga.se/\">Digga</a> - a fast growing Swedish community where members can add and vote for links and videos, kind of like digg.</p>\n<p><a href=\"http://www.2diabolos.com/blog/plugin-import_wordpress-importer-articles-et-fichier/\">import_wordpress</a> allows you to import posts and linked files from one WordPress site to another.\n</p>\";s:7:\"pubdate\";s:31:\"Sat, 13 Jan 2007 04:30:24 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1158:\"<p><a href=\"http://kamajole.dk/blog/2007/01/12/mbla/\">MBLA</a> is an acronym for &#8220;MyBlogLog Avatars&#8221; and is a plugin for Wordpress that can add avatars from MyBlogLog to posts and comments.</p>\n<p><a href=\"http://www.webwork-studios.de/index.php/2007/01/12/ws-acronymes/\">WS Acronymes</a> Adds to every acronym the description via the <code>title</code> attribute, which can be saved in the database.</p>\n<p><a href=\"http://dragonflyeye.net/blog/2007/01/12/javascript-animated-collapsing/\">JavaScript Animated Collapsing Categories</a> uses WordPress Categories which have Parent to Child relationships to create a collapsible list of Categories for your weblog. </p>\n<p><a href=\"http://www.blogg.digga.se/digga-plugin-for-wordpress/13/\">Digga</a> lets your visitors add your blog entries to <a href=\"http://www.digga.se/\">Digga</a> - a fast growing Swedish community where members can add and vote for links and videos, kind of like digg.</p>\n<p><a href=\"http://www.2diabolos.com/blog/plugin-import_wordpress-importer-articles-et-fichier/\">import_wordpress</a> allows you to import posts and linked files from one WordPress site to another.\n</p>\";}i:10;a:7:{s:5:\"title\";s:42:\"Weblog Tools Collection: Humor in Blogging\";s:4:\"guid\";s:71:\"http://weblogtoolscollection.com/archives/2007/01/12/humor-in-blogging/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/74428782/\";s:11:\"description\";s:6123:\"<p><small>This is the Twenty First entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://www.pointless-drivel.com/\">Brad Finn</a><br />\n</small></p>\n<p>I am not a serious guy.   Well, that’s not entirely true.</p>\n<p>Damn it, I’ve begun by lying  to you.  I am off to a bad start.  Please let me try again.</p>\n<p>I <em>can</em> be a serious guy  when it comes to my job or paying my mortgage or when I am in court  defending myself against a totally trumped up charge of statutory rape  (hey, she showed me her driver’s license, how was I supposed to know  it was a fake?)</p>\n<p>But for the most part, the  writing I do for my blog is not serious.  My focus is humor.   Now, by humor I don’t mean knock-knock jokes or where to find the  best deals on joy buzzers, although joy buzzers are certainly fun.   Can we all agree on that?</p>\n<p>My blogging is an extension  of my sarcastic, angst-ridden, and absurd take on life and that is exactly  my intention.  I want it to be light, because that is where the  bulk of my writing ability lies.  I am not going to be the guy  writing an in-depth post about global warming, supply-side economics,  the vanishing rain forest, or who is most likely to be President in  two years.  Trust me; I don’t understand any of that.  I  am not going to be running down to the patent office any time soon saying  “Hey, look what I invented; give me a number on this thing!”</p>\n<p>I can’t do that.  I’m  just not wired that way.  And for the most part I am not really  interested in reading about those things either, unless perhaps there  is a little humor thrown in to help make it go down a little bit easier.</p>\n<p>My main point is this: humor  is the great common denominator.  Everyone likes to laugh and be  entertained, or at least they like to chuckle.  Even Dick Cheney  chuckles for God’s sake.  Sure, he does it in a way that makes  you nearly wet your pants in terror, but still…</p>\n<p>You don’t have to be a jolly  goofball like me, but a light humorous touch really does mean so much.   It can take the edge off, keep someone’s interest piqued, and in general  lighten up what might otherwise be a pretty heavy post.</p>\n<p>Now the thing about a sense  of humor is that everyone thinks they have one, but they don’t.   It’s kind of like being good in bed, everyone thinks that they are,  but not everyone is.  Believe me; I know what I’m talking about,  and I still have the rug burns to prove it.</p>\n<p>However, I am of the opinion  that most people who write can be funny, and humor is one of the most  powerful tools you can possess in your creative arsenal.  Well,  that and blasting caps. You’re going to need those as well, but I  can’t tell you why.</p>\n<p>If you are angry about something,  sarcasm can be a humorous way to get your point across.  If you  feel compelled to complain or vent about something going wrong in your  life, a little self-deprecation can go a long way toward making the  post a little more palatable to readers.  Also, a well placed witty  bon mot can make you seem a lot more intelligent than you really are.   Trust me on <em>that</em> one as well.  I have spent my entire life  devising ways to make myself appear smarter than I really am.   It seemed less work than actually improving my intellect.</p>\n<p>Believe me, if you throw around  a couple of big words correctly and toss off a witty quip now and then,  no one is going to focus on your inability to diagram a sentence or  do long division.  When people like what they see, they don’t  dig too deep.</p>\n<p>Readers, by and large, want  to be entertained.  Yes, there is a place for serious discussion  on religion, politics, world events, etc. but the majority of us just  want to live our lives, share little pieces of ourselves along the way,  engage in friendly conversation with like-minded individuals, and make  our own little world a happier place to live.</p>\n<p>Wow…if that isn’t a sentence  that calls for a group hug than I don’t know what is.</p>\n<p>And not only will a humorous  touch keep your readers coming back, but a similar approach to comments  left on other blogs will attract a whole new group of readers to your  site.  A clever comment is to a blogger as a monkey is to an organ  grinder…or something.</p>\n<p>Soon word of your razor sharp  mind and your gift for witty repartee will spread through the blogosphere  not unlike the way dysentery spread through my family the day we let  Uncle Malcolm man the grill at the reunion barbecue.  That was  a special time.</p>\n<p>Humor is the salt in your spice  cabinet, the ketchup on the condiment shelf, the tidy whities in your  underwear drawer, the ribbed rubber cylindrical device in the nightstand  where you keep…well, you get the idea.</p>\n<p>Find and embrace the funny.   Make a friend of the funny.  Cultivate the funny.  Trust me  when I say that a little investment in humor will pay huge dividends  down the line.  Your readership will grow steadily and it won’t  be long before you will hardly be able to remember those lean times  when you would go days between getting a comment.</p>\n<p>A humorous touch will make  you seem more real and more likable.  You don’t have to be a  joke machine or a shock jock. You just have to be you.  And you’re  funny, right?  I could tell right off that you were a person of  wit and good humor.</p>\n<p>So go forth and lighten up!   Be the kind of writer that<em> you</em> would want to read. When writing,  always keep an ear out for how your words might sound to others.   In no time at all other bloggers will be sending their friends over  to check your site out.</p>\n<p>And so it will begin.\n</p>\";s:7:\"pubdate\";s:31:\"Sat, 13 Jan 2007 00:30:32 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:6123:\"<p><small>This is the Twenty First entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://www.pointless-drivel.com/\">Brad Finn</a><br />\n</small></p>\n<p>I am not a serious guy.   Well, that’s not entirely true.</p>\n<p>Damn it, I’ve begun by lying  to you.  I am off to a bad start.  Please let me try again.</p>\n<p>I <em>can</em> be a serious guy  when it comes to my job or paying my mortgage or when I am in court  defending myself against a totally trumped up charge of statutory rape  (hey, she showed me her driver’s license, how was I supposed to know  it was a fake?)</p>\n<p>But for the most part, the  writing I do for my blog is not serious.  My focus is humor.   Now, by humor I don’t mean knock-knock jokes or where to find the  best deals on joy buzzers, although joy buzzers are certainly fun.   Can we all agree on that?</p>\n<p>My blogging is an extension  of my sarcastic, angst-ridden, and absurd take on life and that is exactly  my intention.  I want it to be light, because that is where the  bulk of my writing ability lies.  I am not going to be the guy  writing an in-depth post about global warming, supply-side economics,  the vanishing rain forest, or who is most likely to be President in  two years.  Trust me; I don’t understand any of that.  I  am not going to be running down to the patent office any time soon saying  “Hey, look what I invented; give me a number on this thing!”</p>\n<p>I can’t do that.  I’m  just not wired that way.  And for the most part I am not really  interested in reading about those things either, unless perhaps there  is a little humor thrown in to help make it go down a little bit easier.</p>\n<p>My main point is this: humor  is the great common denominator.  Everyone likes to laugh and be  entertained, or at least they like to chuckle.  Even Dick Cheney  chuckles for God’s sake.  Sure, he does it in a way that makes  you nearly wet your pants in terror, but still…</p>\n<p>You don’t have to be a jolly  goofball like me, but a light humorous touch really does mean so much.   It can take the edge off, keep someone’s interest piqued, and in general  lighten up what might otherwise be a pretty heavy post.</p>\n<p>Now the thing about a sense  of humor is that everyone thinks they have one, but they don’t.   It’s kind of like being good in bed, everyone thinks that they are,  but not everyone is.  Believe me; I know what I’m talking about,  and I still have the rug burns to prove it.</p>\n<p>However, I am of the opinion  that most people who write can be funny, and humor is one of the most  powerful tools you can possess in your creative arsenal.  Well,  that and blasting caps. You’re going to need those as well, but I  can’t tell you why.</p>\n<p>If you are angry about something,  sarcasm can be a humorous way to get your point across.  If you  feel compelled to complain or vent about something going wrong in your  life, a little self-deprecation can go a long way toward making the  post a little more palatable to readers.  Also, a well placed witty  bon mot can make you seem a lot more intelligent than you really are.   Trust me on <em>that</em> one as well.  I have spent my entire life  devising ways to make myself appear smarter than I really am.   It seemed less work than actually improving my intellect.</p>\n<p>Believe me, if you throw around  a couple of big words correctly and toss off a witty quip now and then,  no one is going to focus on your inability to diagram a sentence or  do long division.  When people like what they see, they don’t  dig too deep.</p>\n<p>Readers, by and large, want  to be entertained.  Yes, there is a place for serious discussion  on religion, politics, world events, etc. but the majority of us just  want to live our lives, share little pieces of ourselves along the way,  engage in friendly conversation with like-minded individuals, and make  our own little world a happier place to live.</p>\n<p>Wow…if that isn’t a sentence  that calls for a group hug than I don’t know what is.</p>\n<p>And not only will a humorous  touch keep your readers coming back, but a similar approach to comments  left on other blogs will attract a whole new group of readers to your  site.  A clever comment is to a blogger as a monkey is to an organ  grinder…or something.</p>\n<p>Soon word of your razor sharp  mind and your gift for witty repartee will spread through the blogosphere  not unlike the way dysentery spread through my family the day we let  Uncle Malcolm man the grill at the reunion barbecue.  That was  a special time.</p>\n<p>Humor is the salt in your spice  cabinet, the ketchup on the condiment shelf, the tidy whities in your  underwear drawer, the ribbed rubber cylindrical device in the nightstand  where you keep…well, you get the idea.</p>\n<p>Find and embrace the funny.   Make a friend of the funny.  Cultivate the funny.  Trust me  when I say that a little investment in humor will pay huge dividends  down the line.  Your readership will grow steadily and it won’t  be long before you will hardly be able to remember those lean times  when you would go days between getting a comment.</p>\n<p>A humorous touch will make  you seem more real and more likable.  You don’t have to be a  joke machine or a shock jock. You just have to be you.  And you’re  funny, right?  I could tell right off that you were a person of  wit and good humor.</p>\n<p>So go forth and lighten up!   Be the kind of writer that<em> you</em> would want to read. When writing,  always keep an ear out for how your words might sound to others.   In no time at all other bloggers will be sending their friends over  to check your site out.</p>\n<p>And so it will begin.\n</p>\";}i:11;a:7:{s:5:\"title\";s:60:\"Weblog Tools Collection: Giving and Receiving Through a Blog\";s:4:\"guid\";s:89:\"http://weblogtoolscollection.com/archives/2007/01/12/giving-and-receiving-through-a-blog/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/74418579/\";s:11:\"description\";s:7567:\"<p><small>This is the Twentieth entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://deep.mastersfamily.org\">John Masters</a></small></p>\n<p>For many years, I worked in the Records Management  industry. This discipline has moved from merely being concerned with what&#8217;s in  the file room to managing the myriad types of content, both paper and  electronic, maintained by every enterprise. It is a fun and challenging  industry.</p>\n<p>While I&#8217;ve always been technical and computer  literate, some years ago I realized I needed to become more literate with  programming and the internet as my industry moved  towards being more technical. As  more a &#8220;doer&#8221; than a &#8220;reader,&#8221;  I started out creating some websites. These turned out OK, and I did learn a  lot. I was asked to create a few other sites, some for a small stipend, some as  gratis work.</p>\n<p>After moving and settling here in Tampa some years  ago, I joined a local Methodist Church. Although it&#8217;s a reasonably large church,  I was fortunate enough to become friends with the two ministers. Subsequently, I  assumed the role of redesigning and maintaining the church&#8217;s website. It really  was lacking, and while I&#8217;m not the greatest web designer in the world, I knew I  could make it look better.</p>\n<p>A few years ago I began to explore blogging as a  way to learn other aspects of the web as it moves from static HTML to more  interactive types of programming.</p>\n<p>After building and spending some time tinkering  with my Wordpress-run blog, I was feeling confident about my skills. I had an  idea for a way to drive traffic to the church website, and make it interactive  for the members. I approached the ministers about an idea for something that  came to be called &#8220;The Barnabas Project.&#8221;</p>\n<p>The project is named for the friend and colleague  in ministry of the Apostle Paul in the New Testament. Barnabas was a source of  support, encouragement, and inspiration to Paul. In fact, the name was  interpreted as meaning &#8220;son of exhortation&#8221; or &#8220;consolation&#8221;.  Barnabas was  the person who was Paul’s advocate to the disciples after his conversion.   Without Barnabas, what would have happened to Paul?  With Barnabas, the  world was changed.</p>\n<p>The idea for the project was to allow anyone to  visit the Barnabas Project Blog and leave a story about the people in their life  that had made a difference…the people that had inspired and encouraged them  along life&#8217;s way. For those people not comfortable writing their story on-line,  we had arranged to have the youth available to enter hand-written stories. I  created an instruction page in both paper format, and on-line and of course  installed the blog software and configured the site.</p>\n<p>To kick-off the project, the Senior Minister  preached a sermon on an early January Sunday in 2004 using the story of Barnabas  as the sermon text. I happen to think  it was one of the best sermons he had preached in my three years at the church.  At the end of the service, he called attention to a bulletin insert with  instructions, and announced the blog.</p>\n<p>Since this was my idea, I&#8217;d written an entry to  start things off. I wrote about the person that had been the band director in my  hometown in North Carolina. He was something of a legend, and a tough guy, but  he was able to start you out in Junior High, and present a high school band that  played the highest grade concert music and consistently received &#8220;excellent&#8221;  ratings in the state band competition. I wrote about how it was this  man who taught me that I could do  most anything I set out to do, and he showed us all the discipline required to do it well. Those  lessons have stuck with me throughout  my life.</p>\n<p>Well, our little project was out there, and after  nearly a year I had not given it a lot more thought other than the occasional  software upgrade. It never got the attention I&#8217;d hoped, but a number people  posted some wonderfully touching stories and  remembrances.</p>\n<p>Just a little over a year after that kickoff, I was  sitting in my office on an otherwise rather &#8220;blah&#8221; day. It was February, and  even here in Florida there can be cool gray days. There was nothing special  going on, and I was actually rather busy and under some stress. I remember it  was a Wednesday.</p>\n<p>My phone rang, and a rather deep scratchy voice on  the other end of the line quietly asked, &#8220;Is this <span id=\"st\" class=\"st\">John</span> <span id=\"st\" class=\"st\">Masters</span> from Kings  Mountain?&#8221; I said yes, and from the other end of the line I heard, &#8220;well this is  Mr. Deal.&#8221; Needless to say, I was a little taken aback, as I had no idea why,  after over 20 years since last speaking with my old Band Director, he&#8217;d be calling me. The blog entry never  occurred to me. I&#8217;d written that over a year prior.</p>\n<p>As the story came out, Mr. Deal&#8217;s brother in  Arizona had been doing some genealogical research on the web. One of the results  he&#8217;d come across was the blog entry I&#8217;d written. He sent the link to Mr. Deal  back in my old home town. Since my mother is also retired as the nurse for the  school system there (and it&#8217;s a small town besides), it wasn&#8217;t hard for him to  get in touch with my mother to get my  phone number.</p>\n<p>He was calling to tell me about reading the story,  and about how much it had meant to him. Believe me, it was probably a bit  of a shocker, as I was one of the  guys that was always pushing the envelope a little. We&#8217;d conducted some late  night raids of putting realty signs in his yard. (Yeah, I know pretty tame by  today&#8217;s standards, but we always thought we were rather daring.) We would never  miss a chance to get into some mischief during marching band  season.</p>\n<p>We had a great time reminiscing about the band trip  to play at Disney World, and a group of us throwing him, along with some of the  other chaperones, into the hotel pool. We talked and laughed about some of the  other goings-on and other people that had been in the band at the same  time.</p>\n<p>Once our conversation was over, I could only sit  here at the desk quietly for a few minutes, and I got a bit choked up over how  good this experience made me feel.</p>\n<p>I couldn&#8217;t wait to share it with someone, so I  called a good friend to tell him what had just happened. He reminded me of an  important life lesson when he said, &#8220;Sometimes you don&#8217;t know if you are giving  or getting.&#8221; How true that is. I thought I was creating something to let other  people share their stories as a  tribute to others, and then, out of nowhere my little blog idea had  reached out across all that time and distance to bring back to my life this  important person in such a warm way.</p>\n<p>I am definitely one of the people that can get  wrapped up in the bits and bites of technology, but an important lesson to  remember is that these fabulous technologies can also bring great joy and  fulfillment.\n</p>\";s:7:\"pubdate\";s:31:\"Sat, 13 Jan 2007 00:30:32 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:7567:\"<p><small>This is the Twentieth entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://deep.mastersfamily.org\">John Masters</a></small></p>\n<p>For many years, I worked in the Records Management  industry. This discipline has moved from merely being concerned with what&#8217;s in  the file room to managing the myriad types of content, both paper and  electronic, maintained by every enterprise. It is a fun and challenging  industry.</p>\n<p>While I&#8217;ve always been technical and computer  literate, some years ago I realized I needed to become more literate with  programming and the internet as my industry moved  towards being more technical. As  more a &#8220;doer&#8221; than a &#8220;reader,&#8221;  I started out creating some websites. These turned out OK, and I did learn a  lot. I was asked to create a few other sites, some for a small stipend, some as  gratis work.</p>\n<p>After moving and settling here in Tampa some years  ago, I joined a local Methodist Church. Although it&#8217;s a reasonably large church,  I was fortunate enough to become friends with the two ministers. Subsequently, I  assumed the role of redesigning and maintaining the church&#8217;s website. It really  was lacking, and while I&#8217;m not the greatest web designer in the world, I knew I  could make it look better.</p>\n<p>A few years ago I began to explore blogging as a  way to learn other aspects of the web as it moves from static HTML to more  interactive types of programming.</p>\n<p>After building and spending some time tinkering  with my Wordpress-run blog, I was feeling confident about my skills. I had an  idea for a way to drive traffic to the church website, and make it interactive  for the members. I approached the ministers about an idea for something that  came to be called &#8220;The Barnabas Project.&#8221;</p>\n<p>The project is named for the friend and colleague  in ministry of the Apostle Paul in the New Testament. Barnabas was a source of  support, encouragement, and inspiration to Paul. In fact, the name was  interpreted as meaning &#8220;son of exhortation&#8221; or &#8220;consolation&#8221;.  Barnabas was  the person who was Paul’s advocate to the disciples after his conversion.   Without Barnabas, what would have happened to Paul?  With Barnabas, the  world was changed.</p>\n<p>The idea for the project was to allow anyone to  visit the Barnabas Project Blog and leave a story about the people in their life  that had made a difference…the people that had inspired and encouraged them  along life&#8217;s way. For those people not comfortable writing their story on-line,  we had arranged to have the youth available to enter hand-written stories. I  created an instruction page in both paper format, and on-line and of course  installed the blog software and configured the site.</p>\n<p>To kick-off the project, the Senior Minister  preached a sermon on an early January Sunday in 2004 using the story of Barnabas  as the sermon text. I happen to think  it was one of the best sermons he had preached in my three years at the church.  At the end of the service, he called attention to a bulletin insert with  instructions, and announced the blog.</p>\n<p>Since this was my idea, I&#8217;d written an entry to  start things off. I wrote about the person that had been the band director in my  hometown in North Carolina. He was something of a legend, and a tough guy, but  he was able to start you out in Junior High, and present a high school band that  played the highest grade concert music and consistently received &#8220;excellent&#8221;  ratings in the state band competition. I wrote about how it was this  man who taught me that I could do  most anything I set out to do, and he showed us all the discipline required to do it well. Those  lessons have stuck with me throughout  my life.</p>\n<p>Well, our little project was out there, and after  nearly a year I had not given it a lot more thought other than the occasional  software upgrade. It never got the attention I&#8217;d hoped, but a number people  posted some wonderfully touching stories and  remembrances.</p>\n<p>Just a little over a year after that kickoff, I was  sitting in my office on an otherwise rather &#8220;blah&#8221; day. It was February, and  even here in Florida there can be cool gray days. There was nothing special  going on, and I was actually rather busy and under some stress. I remember it  was a Wednesday.</p>\n<p>My phone rang, and a rather deep scratchy voice on  the other end of the line quietly asked, &#8220;Is this <span id=\"st\" class=\"st\">John</span> <span id=\"st\" class=\"st\">Masters</span> from Kings  Mountain?&#8221; I said yes, and from the other end of the line I heard, &#8220;well this is  Mr. Deal.&#8221; Needless to say, I was a little taken aback, as I had no idea why,  after over 20 years since last speaking with my old Band Director, he&#8217;d be calling me. The blog entry never  occurred to me. I&#8217;d written that over a year prior.</p>\n<p>As the story came out, Mr. Deal&#8217;s brother in  Arizona had been doing some genealogical research on the web. One of the results  he&#8217;d come across was the blog entry I&#8217;d written. He sent the link to Mr. Deal  back in my old home town. Since my mother is also retired as the nurse for the  school system there (and it&#8217;s a small town besides), it wasn&#8217;t hard for him to  get in touch with my mother to get my  phone number.</p>\n<p>He was calling to tell me about reading the story,  and about how much it had meant to him. Believe me, it was probably a bit  of a shocker, as I was one of the  guys that was always pushing the envelope a little. We&#8217;d conducted some late  night raids of putting realty signs in his yard. (Yeah, I know pretty tame by  today&#8217;s standards, but we always thought we were rather daring.) We would never  miss a chance to get into some mischief during marching band  season.</p>\n<p>We had a great time reminiscing about the band trip  to play at Disney World, and a group of us throwing him, along with some of the  other chaperones, into the hotel pool. We talked and laughed about some of the  other goings-on and other people that had been in the band at the same  time.</p>\n<p>Once our conversation was over, I could only sit  here at the desk quietly for a few minutes, and I got a bit choked up over how  good this experience made me feel.</p>\n<p>I couldn&#8217;t wait to share it with someone, so I  called a good friend to tell him what had just happened. He reminded me of an  important life lesson when he said, &#8220;Sometimes you don&#8217;t know if you are giving  or getting.&#8221; How true that is. I thought I was creating something to let other  people share their stories as a  tribute to others, and then, out of nowhere my little blog idea had  reached out across all that time and distance to bring back to my life this  important person in such a warm way.</p>\n<p>I am definitely one of the people that can get  wrapped up in the bits and bites of technology, but an important lesson to  remember is that these fabulous technologies can also bring great joy and  fulfillment.\n</p>\";}i:12;a:7:{s:5:\"title\";s:52:\"Weblog Tools Collection: WP Plugin Releases for 1/12\";s:4:\"guid\";s:80:\"http://weblogtoolscollection.com/archives/2007/01/12/wp-plugin-releases-for-112/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/74386441/\";s:11:\"description\";s:1569:\"<p><a href=\"http://nothing.golddave.com/?page_id=78\">Google Toolbar Button Plugin</a>: <em>The Google Toolbar Button plugin gives you a link in your sidebar (or wherever you want it in your theme) that installs a button to the google toolbar. The button give the ability to monitor the RSS feed of your blog from the Google Toolbar. It also adds your blog to the list of possible places to search when running a search from the Google Toolbar.</em></p>\n<p><a href=\"http://www.connectedinternet.co.uk/2006/12/31/1258/\">Latest Comments With Avatar</a> incorporates <a href=\"http://mybloglog.com/\">MyBlogLog</a> Avatars while displaying a list of latest comments on your site.</p>\n<p><a href=\"http://crazylittleworld.com/plugins/winlivestatus\">WinLiveStatus</a> is a plugin that lets you show your Windows Live Messenger status in you blog sidebar. WinLiveStatus is XHTML valid and includes 7 status images and 1 error image incase the bot decides to go moo.</p>\n<p><a href=\"http://www.thunderguy.com/semicolon/wordpress/top-cat-wordpress-plugin/\">Top Cat</a> lets you assign the main category for a post when you select more than one category for it.</p>\n<p><a href=\"http://www.vlowe.co.uk/code.php\">vlowe YouTube Gallery</a> displays a users videos and favourites as a gallery with player. Including video information and comments.</p>\n<p><a href=\"http://www.bueltge.de/wp-bubble-tooltips-plugin/142/\">Nice tooltip for links</a> with href- or title-attribut on the complete website or one ID. You can change between two nice tooltips - Bubble Tooltip or Sweet Title.</p>\";s:7:\"pubdate\";s:31:\"Sat, 13 Jan 2007 00:30:32 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:1569:\"<p><a href=\"http://nothing.golddave.com/?page_id=78\">Google Toolbar Button Plugin</a>: <em>The Google Toolbar Button plugin gives you a link in your sidebar (or wherever you want it in your theme) that installs a button to the google toolbar. The button give the ability to monitor the RSS feed of your blog from the Google Toolbar. It also adds your blog to the list of possible places to search when running a search from the Google Toolbar.</em></p>\n<p><a href=\"http://www.connectedinternet.co.uk/2006/12/31/1258/\">Latest Comments With Avatar</a> incorporates <a href=\"http://mybloglog.com/\">MyBlogLog</a> Avatars while displaying a list of latest comments on your site.</p>\n<p><a href=\"http://crazylittleworld.com/plugins/winlivestatus\">WinLiveStatus</a> is a plugin that lets you show your Windows Live Messenger status in you blog sidebar. WinLiveStatus is XHTML valid and includes 7 status images and 1 error image incase the bot decides to go moo.</p>\n<p><a href=\"http://www.thunderguy.com/semicolon/wordpress/top-cat-wordpress-plugin/\">Top Cat</a> lets you assign the main category for a post when you select more than one category for it.</p>\n<p><a href=\"http://www.vlowe.co.uk/code.php\">vlowe YouTube Gallery</a> displays a users videos and favourites as a gallery with player. Including video information and comments.</p>\n<p><a href=\"http://www.bueltge.de/wp-bubble-tooltips-plugin/142/\">Nice tooltip for links</a> with href- or title-attribut on the complete website or one ID. You can change between two nice tooltips - Bubble Tooltip or Sweet Title.</p>\";}i:13;a:7:{s:5:\"title\";s:70:\"WordPress Podcast: Episode 17: 120-day turnaround between 2.1 and 2.2?\";s:4:\"guid\";s:83:\"http://wp-community.org/2007/01/12/episode-17-120-day-turnaround-between-21-and-22/\";s:4:\"link\";s:83:\"http://wp-community.org/2007/01/12/episode-17-120-day-turnaround-between-21-and-22/\";s:11:\"description\";s:3121:\"<p>In this waaaay overdue episode, we cover topics such as:</p>\n<table width=\"100%\" border=\"0\" cellspacing=\"4\" cellpadding=\"4\">\n<tr>\n<td valign=\"top\">2:25</td>\n<td valign=\"top\">Charles takes another stab at explaining why <a href=\"http://en.wikipedia.org/wiki/LDAP\">LDAP</a> support is so important to <a href=\"http://www.knownow.com/article/?id=353\">KnowNow WordPress Enterprise Edition</a>.</td>\n</tr>\n<tr>\n<td valign=\"top\">5:32</td>\n<td valign=\"top\">There&#8217;s discussion that there&#8217;ll be a 120 day turnaround between 2.1 and 2.2.</td>\n</tr>\n<tr>\n<td valign=\"top\">8:16</td>\n<td valign=\"top\">There&#8217;s also a rumor that when the employees of <a href=\"http://automattic.com/\">Automattic</a> gather in San Francisco this month, they&#8217;ll decide on a date for <a href=\"http://2006.wordcamp.org/\">WordCamp</a> 2007.</td>\n</tr>\n<tr>\n<td valign=\"top\">11:59</td>\n<td valign=\"top\">Plug-In: <a href=\"http://wpseo.com/wordpress-plugin-to-prevent-duplicate-content-penalty_47.htm\">DupPrevent</a> helps you avoid being penalized by Google for duplicate content by inserting NOINDEX meta tag in pages that might trigger Google’s duplicate content filters. Also contains a robot.txt file to disallow spider access to files that need not be included in engine’s index.</td>\n</tr>\n<tr>\n<td valign=\"top\">15:22</td>\n<td valign=\"top\">Plug-In <a href=\"http://harper.wirelessink.com/?p=104\">WordPress Wii Edition</a> shows an interface designed for the Nintendo Wii when visitors come to your site on a Wii with the Opera browser. Wii&#8217;s are automatically detected, there is no configuration needed. (We also found a link to use <a href=\"http://mapwii.com/\">Google Maps to locate Wii users</a> near you.)</td>\n</tr>\n<tr>\n<td valign=\"top\">18:10</td>\n<td valign=\"top\">Widget: <a href=\"http://www.velvet.id.au/twitter-wordpress-sidebar-widget/\">Twitter</a> creates individual links to each of your status updates to its post on <a href=\"http://twitter.com/\">Twitter.com</a>. You control how your Twitterings appear using CSS (to more closely match your blog, no doubt.)</td>\n</tr>\n<tr>\n<td valign=\"top\">20:53</td>\n<td valign=\"top\">Widget: <a href=\"http://www.crustybugger.com/blog/?p=10\">Nike Plus</a> displays statistics gathered from your <a href=\"http://www.nike.com/nikeplus/\">Nike+ shoes</a> such as  total number of workouts, total distance run, time spent running and an estimate of total calories burned.\n</td>\n</tr>\n<tr>\n<td valign=\"top\">23:11</td>\n<td valign=\"top\">Plug-In: <a href=\"http://paulgoscicki.com/archives/2006/11/wp-movie-ratings-v14-released/\">WP Movie Ratings v1.4</a> (Updated) allows you to share your movie reviews with your readers along with links to the <a href=\"http://www.imdb.com/\">Internet Movie Database</a> with some nice features, as wel..</td>\n</tr>\n</table>\n<p>I apologize for taking so long to publish this and episode 18, which should be following very soon, but between my day job and moving, things have been crazy around here.</p>\n<br /><a href=\"http://wp-community.org/wp/podpress_trac/web/40/0/wordpress-podcast-017.mp3\">Download Standard Podcast</a><br /><br />\";s:7:\"pubdate\";s:31:\"Fri, 12 Jan 2007 22:11:02 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"Charles\";}s:7:\"summary\";s:3121:\"<p>In this waaaay overdue episode, we cover topics such as:</p>\n<table width=\"100%\" border=\"0\" cellspacing=\"4\" cellpadding=\"4\">\n<tr>\n<td valign=\"top\">2:25</td>\n<td valign=\"top\">Charles takes another stab at explaining why <a href=\"http://en.wikipedia.org/wiki/LDAP\">LDAP</a> support is so important to <a href=\"http://www.knownow.com/article/?id=353\">KnowNow WordPress Enterprise Edition</a>.</td>\n</tr>\n<tr>\n<td valign=\"top\">5:32</td>\n<td valign=\"top\">There&#8217;s discussion that there&#8217;ll be a 120 day turnaround between 2.1 and 2.2.</td>\n</tr>\n<tr>\n<td valign=\"top\">8:16</td>\n<td valign=\"top\">There&#8217;s also a rumor that when the employees of <a href=\"http://automattic.com/\">Automattic</a> gather in San Francisco this month, they&#8217;ll decide on a date for <a href=\"http://2006.wordcamp.org/\">WordCamp</a> 2007.</td>\n</tr>\n<tr>\n<td valign=\"top\">11:59</td>\n<td valign=\"top\">Plug-In: <a href=\"http://wpseo.com/wordpress-plugin-to-prevent-duplicate-content-penalty_47.htm\">DupPrevent</a> helps you avoid being penalized by Google for duplicate content by inserting NOINDEX meta tag in pages that might trigger Google’s duplicate content filters. Also contains a robot.txt file to disallow spider access to files that need not be included in engine’s index.</td>\n</tr>\n<tr>\n<td valign=\"top\">15:22</td>\n<td valign=\"top\">Plug-In <a href=\"http://harper.wirelessink.com/?p=104\">WordPress Wii Edition</a> shows an interface designed for the Nintendo Wii when visitors come to your site on a Wii with the Opera browser. Wii&#8217;s are automatically detected, there is no configuration needed. (We also found a link to use <a href=\"http://mapwii.com/\">Google Maps to locate Wii users</a> near you.)</td>\n</tr>\n<tr>\n<td valign=\"top\">18:10</td>\n<td valign=\"top\">Widget: <a href=\"http://www.velvet.id.au/twitter-wordpress-sidebar-widget/\">Twitter</a> creates individual links to each of your status updates to its post on <a href=\"http://twitter.com/\">Twitter.com</a>. You control how your Twitterings appear using CSS (to more closely match your blog, no doubt.)</td>\n</tr>\n<tr>\n<td valign=\"top\">20:53</td>\n<td valign=\"top\">Widget: <a href=\"http://www.crustybugger.com/blog/?p=10\">Nike Plus</a> displays statistics gathered from your <a href=\"http://www.nike.com/nikeplus/\">Nike+ shoes</a> such as  total number of workouts, total distance run, time spent running and an estimate of total calories burned.\n</td>\n</tr>\n<tr>\n<td valign=\"top\">23:11</td>\n<td valign=\"top\">Plug-In: <a href=\"http://paulgoscicki.com/archives/2006/11/wp-movie-ratings-v14-released/\">WP Movie Ratings v1.4</a> (Updated) allows you to share your movie reviews with your readers along with links to the <a href=\"http://www.imdb.com/\">Internet Movie Database</a> with some nice features, as wel..</td>\n</tr>\n</table>\n<p>I apologize for taking so long to publish this and episode 18, which should be following very soon, but between my day job and moving, things have been crazy around here.</p>\n<br /><a href=\"http://wp-community.org/wp/podpress_trac/web/40/0/wordpress-podcast-017.mp3\">Download Standard Podcast</a><br /><br />\";}i:14;a:7:{s:5:\"title\";s:46:\"Lorelle on WP: Got a WordPress Event or Group?\";s:4:\"guid\";s:71:\"http://lorelle.wordpress.com/2007/01/12/got-a-wordpress-event-or-group/\";s:4:\"link\";s:71:\"http://lorelle.wordpress.com/2007/01/12/got-a-wordpress-event-or-group/\";s:11:\"description\";s:331:\"Helping to promote WordPress events and groups is important to me, so I&#8217;ve created a new WordPress Events page.\nIf you have a WordPress group, or are planning a WordPress or blogging related conference, meeting, or event, please leave a very brief summary of the event on that page, with who, what, where, and when, and [...]\";s:7:\"pubdate\";s:31:\"Fri, 12 Jan 2007 18:39:27 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:331:\"Helping to promote WordPress events and groups is important to me, so I&#8217;ve created a new WordPress Events page.\nIf you have a WordPress group, or are planning a WordPress or blogging related conference, meeting, or event, please leave a very brief summary of the event on that page, with who, what, where, and when, and [...]\";}i:15;a:7:{s:5:\"title\";s:55:\"Weblog Tools Collection: WordPress Themes Releases 1/12\";s:4:\"guid\";s:79:\"http://weblogtoolscollection.com/archives/2007/01/12/wordpress-themes-releases/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/74272903/\";s:11:\"description\";s:862:\"<p><a href=\"http://pilkster.com/seo-adsense-wordpress-theme/\">SEO Adsense</a> is a simple two column WordPress theme built for Google Adsense (3 units per page, and one linkunit ~ the maximum Google allows).</p>\n<p><a href=\"http://www.wpthemegallery.com/iowa-autumn-wordpress-theme/\">Iowa Autumn</a> is a two column, fixed width, widget ready theme by <a href=\"http://www.benched42.net/\">Bill Hilton</a> with a brown color scheme.</p>\n<p><a href=\"http://karenblundell.com/wordpress-themes/\">Translucent Fluidity</a> is a two column pink, widget ready WordPress theme.</p>\n<p><a href=\"http://guillaumeb.com/2007/01/11/theme-download-diavola-10/\">Diavola</a> is a dark gray and red three column theme.</p>\n<p><a href=\"http://www.tigertom.com/blog/new-free-software-released-wordpress-templates/\">Set of four themes by TigerTom</a> optimized for search engines.</p>\";s:7:\"pubdate\";s:31:\"Fri, 12 Jan 2007 04:30:20 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:862:\"<p><a href=\"http://pilkster.com/seo-adsense-wordpress-theme/\">SEO Adsense</a> is a simple two column WordPress theme built for Google Adsense (3 units per page, and one linkunit ~ the maximum Google allows).</p>\n<p><a href=\"http://www.wpthemegallery.com/iowa-autumn-wordpress-theme/\">Iowa Autumn</a> is a two column, fixed width, widget ready theme by <a href=\"http://www.benched42.net/\">Bill Hilton</a> with a brown color scheme.</p>\n<p><a href=\"http://karenblundell.com/wordpress-themes/\">Translucent Fluidity</a> is a two column pink, widget ready WordPress theme.</p>\n<p><a href=\"http://guillaumeb.com/2007/01/11/theme-download-diavola-10/\">Diavola</a> is a dark gray and red three column theme.</p>\n<p><a href=\"http://www.tigertom.com/blog/new-free-software-released-wordpress-templates/\">Set of four themes by TigerTom</a> optimized for search engines.</p>\";}i:16;a:7:{s:5:\"title\";s:55:\"Weblog Tools Collection: And They Called it Bloggy Love\";s:4:\"guid\";s:84:\"http://weblogtoolscollection.com/archives/2007/01/11/and-they-called-it-bloggy-love/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/74205824/\";s:11:\"description\";s:2239:\"<p><small>This is the Nineteenth entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://www.cranky-mama.com\">Jessica Beck</a><br />\n</small></p>\n<p><font color=\"#000000\">I admit it: I have a love affair with my blog.</font></p>\n<p><font color=\"#000000\">It started so fast, as these things do. I had a LiveJournal, which was okay as far as that goes, but after three years of friends-only journaling, the spark was gone. It just didn&#8217;t excite me anymore. I&#8217;d been eyeing the platform blogs for a while - the sexy, inscrutable Movable Type, the alluringly available WordPress. I told myself I was happy with what I had, but it was hard to deny that my eye was wandering.</font></p>\n<p><font color=\"#000000\">Then, one day, I just did it. I bought a domain name, got a WordPress install, and jumped head-first into the world of blogging. </font></p>\n<p><font color=\"#000000\">As a writer, I didn&#8217;t feel too much trepidation about getting my words out there. No, what I felt was a peculiar mix of self-consciousness and freedom.</font><font color=\"#000000\">  </font><font color=\"#000000\">A new blog is a lot like moving to a new town and starting fresh: no one knows you, and you can be whoever you want. The question is: who did I want to be? A no-holds-barred confessional? A standard, run-of-the-mill mommyblog that doesn’t stray from topics of babyrearing and poop production? A highbrow book-review and product-critique site?</font></p>\n<p><font color=\"#000000\">I finally settled on something in the middle. Since it was a personal blog, it could reflect more than one aspect of my personality. It might be a little schizophrenic, but what good story isn’t? Specialization is great for the niche blog, but in my favorite personal blogs, the thing that stood out was the writer’s rich and multilayered life experience.\";s:7:\"pubdate\";s:31:\"Fri, 12 Jan 2007 02:15:27 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:2239:\"<p><small>This is the Nineteenth entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://www.cranky-mama.com\">Jessica Beck</a><br />\n</small></p>\n<p><font color=\"#000000\">I admit it: I have a love affair with my blog.</font></p>\n<p><font color=\"#000000\">It started so fast, as these things do. I had a LiveJournal, which was okay as far as that goes, but after three years of friends-only journaling, the spark was gone. It just didn&#8217;t excite me anymore. I&#8217;d been eyeing the platform blogs for a while - the sexy, inscrutable Movable Type, the alluringly available WordPress. I told myself I was happy with what I had, but it was hard to deny that my eye was wandering.</font></p>\n<p><font color=\"#000000\">Then, one day, I just did it. I bought a domain name, got a WordPress install, and jumped head-first into the world of blogging. </font></p>\n<p><font color=\"#000000\">As a writer, I didn&#8217;t feel too much trepidation about getting my words out there. No, what I felt was a peculiar mix of self-consciousness and freedom.</font><font color=\"#000000\">  </font><font color=\"#000000\">A new blog is a lot like moving to a new town and starting fresh: no one knows you, and you can be whoever you want. The question is: who did I want to be? A no-holds-barred confessional? A standard, run-of-the-mill mommyblog that doesn’t stray from topics of babyrearing and poop production? A highbrow book-review and product-critique site?</font></p>\n<p><font color=\"#000000\">I finally settled on something in the middle. Since it was a personal blog, it could reflect more than one aspect of my personality. It might be a little schizophrenic, but what good story isn’t? Specialization is great for the niche blog, but in my favorite personal blogs, the thing that stood out was the writer’s rich and multilayered life experience.\";}i:17;a:7:{s:5:\"title\";s:79:\"Weblog Tools Collection: The Need For Substantive and Well-Written Blog Content\";s:4:\"guid\";s:108:\"http://weblogtoolscollection.com/archives/2007/01/11/the-need-for-substantive-and-well-written-blog-content/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/74204174/\";s:11:\"description\";s:7080:\"<p><small>This is the Eighteenth entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://www.siolon.com/\">Chris Poteet</a></small></p>\n<p>It amazes me how many bloggers spent an inordinate amount of time trying to improve their hits, comments, etc. that they forget the most important element in having a good blog.  If the content is found lacking then often it doesn’t matter how pretty your site is, or how often your site gets hit.  The content of your blog is what separates the good from the bad, and the visited to the not visited.What will follow are tips that will help to ensure that your sphere of influence in the blogging realm will continue to grow.  Remember that this year’s Time magazine’s <a href=\"http://www.time.com/time/magazine/article/0,9171,1569514,00.html\">person of the year</a> is: “You,” and that pronoun refers to the people who are generating influential, thought-provoking content through the Internet medium.</p>\n<p>The suggestions will cover a range of issues from syndication to structure and back again.  I hope it encourages the reader to be mindful and to create meaningful blog content.</p>\n<p><strong>Remember Your Syndication</strong></p>\n<p>Why does RSS exist?  It exists to all my content to be portable across applications.  I no longer have to worry about visiting my favorite sites to get updates, because now I am notified.  In my RSS reader, I don’t care what your website looks like, because all I see is your content.  If the content lacks in quality then it will eventually be removed from my list.</p>\n<p>Further, sites such as <a href=\"http://www.9rules.com/\">9 Rules</a> do a good job of ensuring that the best writers get the recognition over those with the flashiest sites.  It’s true that many of them look fantastic and have fantastic content, but they make their judgments on who has the best content.</p>\n<p><strong>Writing with Well-Structured Content</strong></p>\n<p>Being readable is also a fundamental principle in ensuring that your now well-written content gets read.  It seems all-to-often that good web writing structure gets lost in the mix of making sure that our blog reflects the latest design trends.  Remember the 7th grade when you learned about topic sentences, grammar, and other methods to make your writing look intelligent?  Go ahead, use them, don’t be afraid.</p>\n<p>Structuring your content into a readable format is also helpful.  Give bold headlines to each section of your article, and always use a overview and concluding statement (that should reflect one another).  Be poignant in your article, and stick to your thesis.  It will go a long way to ensuring that your message is clearly conveyed.  Remember that your readers (and you as well) <em>scan</em> and not <em>read</em> most content on the Internet.  Give them a reason to stay around and hear all your thoughts.  Be sure to <a href=\"http://www.siolon.com/2006/brevity-and-the-blogger/\">exercise brevity</a> whenever possible, and avoid using needless words<strike> to convey your ideas</strike>.</p>\n<p>Jakob Nielson <a href=\"http://www.sun.com/980713/webwriting/\">gives us some good tips</a> pertaining to writing for the web.</p>\n<ul>\n<li>79% of users scan the page instead of reading word-for-word</li>\n<li>Reading from computer screens is 25% slower than from paper</li>\n<li>Web content should have 50% of the word count of its paper equivalent</li>\n</ul>\n<p><strong>The Need For Consistently New Content</strong></p>\n<p>There is nothing worse than a deceased blog.  Imagine the hundreds of Blogger and Xanga accounts that haven’t been updated in two years.  Most people tend to give up, because they don’t see a drastic surge in comments, hits, and publicity.  They need to remember that those things don’t come instantly.  It’s kind of like losing weight.  How many people do you know that get excited to work out and eat healthy only to get discouraged when they don’t see immediate results?  Sadly, they often end up reverting to their old manner of living.</p>\n<p>The popular bloggers out there didn’t start writing one day and have 1,000 subscribers to their feed.  They spend time and energy writing fresh content continually for a sustained amount of time.  If your users come back again and again only to find old content, they won’t be doing that much longer.</p>\n<p><strong>Write with Passion Not Passivity</strong></p>\n<p>I can’t tell you how many blogs I go to that write in a lackadaisical manner.  Who would want to continue to read content that doesn’t display and promote passion concerning the issue at hand?  I always want to ensure that I don’t just write to write, although it’s an easy thing to do.  You’ve got readers that want new content (see point above), and it’s easy to write content that is sub-par at best simply for the sake of writing.  But I’ve found that I have to make sure that the content I write concerns something that I’m concerned about.  Your passion for the topic at hand will be conveyed, and it will encourage the reader to action (especially if it’s a persuasive writing).</p>\n<p>Just remember that consistently updating your blog doesn’t mean throwing anything out there.  Be mindful that your readers come and keep coming back, because they feel your writing has something that can benefit them.  Don’t write half-heartedly, but instead write with a sense of purpose.</p>\n<p><strong>Engage Your Readers</strong></p>\n<p>The last thing worth mentioning is that you write a blog, and there are certain expectations associated with that.  I can’t understand why anyone (who isn’t insanely popular and prone to bad comments) would have a blog without the ability to interact with the writer.  I tend to get discouraged if I can’t ask a question or throw in my $.02 on the article.</p>\n<p>It’s also not enough to just allow comments, you have to be willing to engage your readers and satisfy their inquiries and/or comments.  Make interacting with you a joyful, interactive process and not a laborious one.  It will keep them coming back, and it will get people to actually visit your site instead of just reading it in their RSS reader.  Be sure also that if someone comes to your blog then for heaven’s sake, it won’t hurt you to visit their site and participate.</p>\n<p><strong>In Summary</strong></p>\n<p>Think about what you would expect and how you behave on someone else’s blog site.  If you expect a certain degree of readability, interactivity, etc. then be sure to extend that to your readers.  It will go along way to ensuring that your online experience, and your readers, will be satisfying and worthwhile.\n</p>\";s:7:\"pubdate\";s:31:\"Fri, 12 Jan 2007 02:00:28 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:7080:\"<p><small>This is the Eighteenth entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://www.siolon.com/\">Chris Poteet</a></small></p>\n<p>It amazes me how many bloggers spent an inordinate amount of time trying to improve their hits, comments, etc. that they forget the most important element in having a good blog.  If the content is found lacking then often it doesn’t matter how pretty your site is, or how often your site gets hit.  The content of your blog is what separates the good from the bad, and the visited to the not visited.What will follow are tips that will help to ensure that your sphere of influence in the blogging realm will continue to grow.  Remember that this year’s Time magazine’s <a href=\"http://www.time.com/time/magazine/article/0,9171,1569514,00.html\">person of the year</a> is: “You,” and that pronoun refers to the people who are generating influential, thought-provoking content through the Internet medium.</p>\n<p>The suggestions will cover a range of issues from syndication to structure and back again.  I hope it encourages the reader to be mindful and to create meaningful blog content.</p>\n<p><strong>Remember Your Syndication</strong></p>\n<p>Why does RSS exist?  It exists to all my content to be portable across applications.  I no longer have to worry about visiting my favorite sites to get updates, because now I am notified.  In my RSS reader, I don’t care what your website looks like, because all I see is your content.  If the content lacks in quality then it will eventually be removed from my list.</p>\n<p>Further, sites such as <a href=\"http://www.9rules.com/\">9 Rules</a> do a good job of ensuring that the best writers get the recognition over those with the flashiest sites.  It’s true that many of them look fantastic and have fantastic content, but they make their judgments on who has the best content.</p>\n<p><strong>Writing with Well-Structured Content</strong></p>\n<p>Being readable is also a fundamental principle in ensuring that your now well-written content gets read.  It seems all-to-often that good web writing structure gets lost in the mix of making sure that our blog reflects the latest design trends.  Remember the 7th grade when you learned about topic sentences, grammar, and other methods to make your writing look intelligent?  Go ahead, use them, don’t be afraid.</p>\n<p>Structuring your content into a readable format is also helpful.  Give bold headlines to each section of your article, and always use a overview and concluding statement (that should reflect one another).  Be poignant in your article, and stick to your thesis.  It will go a long way to ensuring that your message is clearly conveyed.  Remember that your readers (and you as well) <em>scan</em> and not <em>read</em> most content on the Internet.  Give them a reason to stay around and hear all your thoughts.  Be sure to <a href=\"http://www.siolon.com/2006/brevity-and-the-blogger/\">exercise brevity</a> whenever possible, and avoid using needless words<strike> to convey your ideas</strike>.</p>\n<p>Jakob Nielson <a href=\"http://www.sun.com/980713/webwriting/\">gives us some good tips</a> pertaining to writing for the web.</p>\n<ul>\n<li>79% of users scan the page instead of reading word-for-word</li>\n<li>Reading from computer screens is 25% slower than from paper</li>\n<li>Web content should have 50% of the word count of its paper equivalent</li>\n</ul>\n<p><strong>The Need For Consistently New Content</strong></p>\n<p>There is nothing worse than a deceased blog.  Imagine the hundreds of Blogger and Xanga accounts that haven’t been updated in two years.  Most people tend to give up, because they don’t see a drastic surge in comments, hits, and publicity.  They need to remember that those things don’t come instantly.  It’s kind of like losing weight.  How many people do you know that get excited to work out and eat healthy only to get discouraged when they don’t see immediate results?  Sadly, they often end up reverting to their old manner of living.</p>\n<p>The popular bloggers out there didn’t start writing one day and have 1,000 subscribers to their feed.  They spend time and energy writing fresh content continually for a sustained amount of time.  If your users come back again and again only to find old content, they won’t be doing that much longer.</p>\n<p><strong>Write with Passion Not Passivity</strong></p>\n<p>I can’t tell you how many blogs I go to that write in a lackadaisical manner.  Who would want to continue to read content that doesn’t display and promote passion concerning the issue at hand?  I always want to ensure that I don’t just write to write, although it’s an easy thing to do.  You’ve got readers that want new content (see point above), and it’s easy to write content that is sub-par at best simply for the sake of writing.  But I’ve found that I have to make sure that the content I write concerns something that I’m concerned about.  Your passion for the topic at hand will be conveyed, and it will encourage the reader to action (especially if it’s a persuasive writing).</p>\n<p>Just remember that consistently updating your blog doesn’t mean throwing anything out there.  Be mindful that your readers come and keep coming back, because they feel your writing has something that can benefit them.  Don’t write half-heartedly, but instead write with a sense of purpose.</p>\n<p><strong>Engage Your Readers</strong></p>\n<p>The last thing worth mentioning is that you write a blog, and there are certain expectations associated with that.  I can’t understand why anyone (who isn’t insanely popular and prone to bad comments) would have a blog without the ability to interact with the writer.  I tend to get discouraged if I can’t ask a question or throw in my $.02 on the article.</p>\n<p>It’s also not enough to just allow comments, you have to be willing to engage your readers and satisfy their inquiries and/or comments.  Make interacting with you a joyful, interactive process and not a laborious one.  It will keep them coming back, and it will get people to actually visit your site instead of just reading it in their RSS reader.  Be sure also that if someone comes to your blog then for heaven’s sake, it won’t hurt you to visit their site and participate.</p>\n<p><strong>In Summary</strong></p>\n<p>Think about what you would expect and how you behave on someone else’s blog site.  If you expect a certain degree of readability, interactivity, etc. then be sure to extend that to your readers.  It will go along way to ensuring that your online experience, and your readers, will be satisfying and worthwhile.\n</p>\";}i:18;a:7:{s:5:\"title\";s:18:\"Matt: Twenty-three\";s:4:\"guid\";s:45:\"http://photomatt.net/2007/01/11/twenty-three/\";s:4:\"link\";s:45:\"http://photomatt.net/2007/01/11/twenty-three/\";s:11:\"description\";s:619:\"<p>Another day, another year! One step at a time, I seem to have found myself another year older. 2006 was a great, I&#8217;m just amazed at how quickly it went by. Time flies when you&#8217;re having fun. <img src=\"http://photomatt.net/blog/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> Previously: <a href=\"http://photomatt.net/2006/01/11/matt-22/\">22</a>, <a href=\"http://photomatt.net/2005/01/11/hot-barely-legal-matt/\">21</a>, <a href=\"http://photomatt.net/2004/01/11/so-im-20/\">20</a>, <a href=\"http://photomatt.net/2003/01/11/bday/\">19</a>. (Have I really been blogging that long?)</p>\";s:7:\"pubdate\";s:31:\"Thu, 11 Jan 2007 22:26:50 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:619:\"<p>Another day, another year! One step at a time, I seem to have found myself another year older. 2006 was a great, I&#8217;m just amazed at how quickly it went by. Time flies when you&#8217;re having fun. <img src=\"http://photomatt.net/blog/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> Previously: <a href=\"http://photomatt.net/2006/01/11/matt-22/\">22</a>, <a href=\"http://photomatt.net/2005/01/11/hot-barely-legal-matt/\">21</a>, <a href=\"http://photomatt.net/2004/01/11/so-im-20/\">20</a>, <a href=\"http://photomatt.net/2003/01/11/bday/\">19</a>. (Have I really been blogging that long?)</p>\";}i:19;a:7:{s:5:\"title\";s:30:\"Matt: In defense of simplicity\";s:4:\"guid\";s:57:\"http://photomatt.net/2007/01/11/in-defense-of-simplicity/\";s:4:\"link\";s:57:\"http://photomatt.net/2007/01/11/in-defense-of-simplicity/\";s:11:\"description\";s:85:\"<p><a href=\"http://www.scottberkun.com/blog/?p=502\">In defense of simplicity</a>.</p>\";s:7:\"pubdate\";s:31:\"Thu, 11 Jan 2007 18:33:00 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:85:\"<p><a href=\"http://www.scottberkun.com/blog/?p=502\">In defense of simplicity</a>.</p>\";}i:20;a:7:{s:5:\"title\";s:26:\"Matt: Hands-On With iPhone\";s:4:\"guid\";s:53:\"http://photomatt.net/2007/01/11/hands-on-with-iphone/\";s:4:\"link\";s:53:\"http://photomatt.net/2007/01/11/hands-on-with-iphone/\";s:11:\"description\";s:133:\"<p><a href=\"http://bits.blogs.nytimes.com/2007/01/09/some-hands-on-time-with-the-iphone/\">Some Hands-On Time With the iPhone</a>.</p>\";s:7:\"pubdate\";s:31:\"Thu, 11 Jan 2007 18:09:26 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:133:\"<p><a href=\"http://bits.blogs.nytimes.com/2007/01/09/some-hands-on-time-with-the-iphone/\">Some Hands-On Time With the iPhone</a>.</p>\";}i:21;a:7:{s:5:\"title\";s:61:\"Weblog Tools Collection: The wonderful journey of a blog post\";s:4:\"guid\";s:90:\"http://weblogtoolscollection.com/archives/2007/01/11/the-wonderful-journey-of-a-blog-post/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73937831/\";s:11:\"description\";s:14117:\"<p><small>This is the Seventeenth entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://rudd-o.com/\">Manuel Amador</a></small></p>\n<p>Today, I’ll tell you an amazing story: how a blog post travels the Internet, in full detail.</p>\n<p>Few people know the power of blogs, in particular popular ones.  To illustrate just how much leverage can a single blog post have, I’ll explain how a post travels around the world, from the moment it’s conceived into the distant future.  As you read this story, hopefull you’ll learn a few awe-inspiring facts.</p>\n<h2>The braindump: from idea to article</h2>\n<p>The very first thing: a post must be conceived.  Some people write several drafts, and erase old ones.  Others spell the central idea out first.  Some of us start with the first heading.  Some others like to start from the end, by writing the conclusion first.  In this story, I started with the first paragraph.</p>\n<p>Words arrange themselves into sentences.  Some sentences die an early death.  Some words get replaced by more compelling synonyms.  A few sentences get cut out in the process.</p>\n<p>Paragraphs appear.  Some go up, others down.  The article takes shape, quickly and organically.</p>\n<p>A good writer knows that you (the reader) deserves respect.  How?  He helps you read.  Headings and subheadings mark beginnings of ideas and sections.  Other mechanisms appear to help you find what you want quickly.</p>\n<p>I hit the keyboard with two swift movements of my left hand.  It meets the Control and the A keys, then the Control and the C keys.  The article is now on the clipboard and waiting eagerly to be posted.</p>\n<h2>From the clipboard to the blog</h2>\n<p>I click on the Firefox icon.  I browse to my own blog.  I’m greeted by my trusty old <a href=\"http://www.apache.org/\">Apache</a>, a computer program in charge of negotiating and delivering Web pages.  Apache, like every expert negotiator, talks to my browser and then to <a href=\"http://www.wordpress.org/\">WordPress</a>, the engine of my blog.</p>\n<p>Through Apache, WordPress commands me to identify myself.  I write the password, and WordPress verifies it.  Since it’s correct, I’m now authorized to publish articles and manage every dark corner of my blog.  All this push-and-pull is mediated, in a matter of milliseconds, by Apache, which obscures  communications.  This obscurity helps me: no hacker can get to my password or blog.</p>\n<p>A new screen appears.  This screen greets me and shows me the latest events on my blog.  I have a hard time ignoring them, but I’m on a mission.  It’s time to publish the article.</p>\n<p>I click on the <em>Post</em> link.  The publishing screen appears.  I write the title of my new article, then click on the box where the article text goes.  I hit Control and V on my keyboard.  Click, click, click on the appropriate categories, because it’s good to be organized.  This drill takes ten seconds.  Compared to actually writing the article, it’s damn fast.</p>\n<p>Now I click on <em>Publish</em>.   Now it’s only a matter of five seconds.  After the clock ticks five times, it’s done.  A message appears on the screen: <q>Article posted successfully</q>.</p>\n<p>Does it end here?  No.  This is only the beginning of the Big Bang.  Read on to learn about the almost unbelievable chain of events that’s been started.</p>\n<p>But first, let’s review those five seconds.</p>\n<h2>Houston, we’re ready for liftoff</h2>\n<p>The very first thing WordPress does with the post: save it to the database.  40 milliseconds after that, the article already appears on <a href=\"http://rudd-o.com/\">the home page of my site</a>.  It’s also earned its own, permanent Web address — its URL — so everyone can refer to it quickly or bookmark it.</p>\n<p>The text is alive, and the journey has oficially started.</p>\n<h2>Rudd-O.com negotiates with Google.com</h2>\n<p>After posting the article, WordPress rebuilds the sitemap, noting this post as the most recent one.  The sitemap contains a listing of all my posts, along with their Web addresses.  This process takes about 100 milliseconds.</p>\n<p>Once the map is ready, WordPress gets in touch with one of the hundred thousand computers at Google: the world’s most popular search engine.  WordPress lets Google know that my site has been updated.</p>\n<p>Hundreds of computers at Google relay this message almost simultaneously.  Google fetches the sitemap, and orders its Web spiders to attack my site.  These spiders are intelligent computer programs — and they’ve just received orders to gather new and fresh content from Rudd-O.com.</p>\n<p>Spiders attack my site and start asking around which articles have been updated.  Naturally, this article is one of those.  They take the text of this article and save it into the enormous corpus of data at Google.</p>\n<p>In a matter of minutes (or, at the latest, hours), this article can be searched for at Google.  In a matter of months, this article will be ranked according to the famous PageRank formula, which determines how important a page is, based (chiefly) on how many pages from the Web point to it.</p>\n<h2>Rudd-O.com: broadcasting to the blogosphere</h2>\n<p>After this quick negotiation, WordPress announces itself to the rest of the world.  How?  With a ping to Pingomatic.</p>\n<p>In the wonderful world of the blog, a ping is a very short message that blogs send when they want to say they’ve been updated.  Imagine yourself texting your best friend and letting him know you’re ready to be picked up.  In this analogy, you’d be my blog, and your friend would be Pingomatic.</p>\n<p>Pingomatic, like your good friend, understands.  Unlike your friend, its only mission is to relay this message to thousands of Web sites interested in your blog, around the world.</p>\n<p>Thousands of Web sites.  It’s a stampede.</p>\n<p>To understand this, we’ll take Technorati as an example of one of these sites.</p>\n<h2>…Technorati: tuning in on the broadcast and joining the stampede</h2>\n<p>Technorati is a Web site.  Its mission is to tune in to the conversations of the blogosphere.  Since it does such a good job, it’s visited by millions of people daily.</p>\n<p>Technorati’s secret?  They maintain a global registry of blogs and their owners.  Using this information, and the content of each blog, they rank each blog by counting how many inbound links the blog has.  That produces a number associated to each blog.  Sorting each blog by number gives you the authority ranking: the blog with the most inbound links has rank 1, and all others follow.</p>\n<p>Speaking of authority: I’m about to enter the high authority group.  That’s good news, but I’ll talk about it some other time, because this blog post is still traveling around the world.</p>\n<p>So, once Technorati receives the ping from Pingomatic, it heads straight to my site and retrieves the latest articles.</p>\n<h3>The feed: how the latest articles are transmitted</h3>\n<p>In all fairness, Technorati doesn’t just swallow my entire site like Google does.  All it does is request an RSS feed: a listing of updated posts.  Each article on the list has a heading, a publish date, an URL and, of course, the content of the post.  This post, obviously, is first on the list.</p>\n<p>Technorati saves this information and uses it to recalculate its blog rankings.</p>\n<p>Of course, you can search Technorati.  You can go there and find out who linked to this article.  In that way, everyone can track the “conversations” floating around the Web.  And, in a truly effective sense, it enables Technorati to discover which conversations and topics are hot, in every moment.</p>\n<p>Finally, Technorati echoes this article.  That’s right, you can get a summary of this post on Technorati.</p>\n<p>Imagine thousands of Web sites doing things like this, with the content of this post.  In near real-time.  Echoing these very words.  It’s like a 100.000 watt amplifier on steroids.</p>\n<p>This very event exemplifies the first stampede unleashed by me, hitting the <em>Publish</em> button.  But it doesn’t end there: tens of thousands of machines are doing their job, and their job is to serve people: what I’m about to study now.</p>\n<h2>People wake up.  They want information.  It’s inevitable.</h2>\n<p>The first stampede was completely electronic, and awe-inspiring because of its sheer size.  But the second one is human.</p>\n<p>Minutes after publishing this post, hundreds of people become acquainted with them.  How?  Let’s find out.</p>\n<h3>The search engine users</h3>\n<p>A big part of the group are search engine users.  People looking for all sorts of things end up being referred to this site.</p>\n<p>A large slice of newcomers by search engines take some time to read other posts they might find interesting.  Some of them hit the heading of this post and become curious.  In seconds, they are reading it.</p>\n<p>From now on, this article will reach dozens or hundreds of people daily, in exactly this way.</p>\n<h3>The regular readers</h3>\n<p>Another group of people really like this site.  That’s right, they type its address, <code>rudd-o.com</code> on their Web browsers every day or so, and read just about everything that’s new.  Or perhaps they use a bookmark to access the site.</p>\n<p>That’s how thousands of readers will read these very words.</p>\n<h3>The subscribers</h3>\n<p>A small group of people are subscribers.  They don’t necessarily visit this site using their Web browsers — they use their <em>feed readers</em> (also referred to as newsreaders) instead.</p>\n<p>Imagine a newspaper of the future.  This newspaper only shows stories of topics you dig. It  continually updates itself without any intervention, and it archives all stories for future reference.  Imagine reading page 7 of this newspaper, and a notice pops up gently, saying <q>there’s news on page 4 of the sports section</q>.</p>\n<p>That’s a newsreader.  The freshest articles show up in your own “online newspaper” and organize themselves automatically according to the site.  You only need to flick your monitor on and there they are, ready to be read.</p>\n<p>All of this, of course, is powered by the RSS feed that WordPress generates.  Newsreaders request it intelligently, and merge the newest articles in your screen.</p>\n<p>That’s why traditional newspapers are running, scared, in circles.  Didn’t I mention it?  They’re afraid of losing their jobs to computers.</p>\n<p>Approximately fifteen minutes after I clicked <em>Publish</em>, almost all subscriptors receive a copy of this post in their newsreaders.  One day after publishing this post, 90% of my subscribers will have read it.</p>\n<p>I don’t know how many subscribers I have, but I’m willing to bet it’s over a thousand.</p>\n<h3>So, how many get to read this?</h3>\n<p>With time and patience, eventually more than a million people will have a shot at reading this post.</p>\n<h2>The conversation starts</h2>\n<p>Inevitably, hundreds of thousands of people will read this article.  All of them will form an opinion about it, and about its author (me).  A minority (hundreds, or maybe thousands) will feel so attracted or drawn away from this article, that they’ll do any or all of these things:</p>\n<ul>\n<li>They’ll criticize or comment it with their friends, co-workers or passers-by.  A single motivated reader generates a few more readers.</li>\n<li>They’ll submit its link (URL) through e-mail or IM networks such as MSN Messenger or AIM.</li>\n<li>They’ll comment directly on the post, using <a href=\"http://feeds.feedburner.com/weblogtoolscollection/UXMP#respond\">the commenting facilities below</a>.  More words and more content that round the conversation up and make the post more useful.</li>\n<li>They’ll write rebuttals, words of sympathy or admiration on their own Web sites and blogs.  Each post that links to this will unleash its own private stampede of events.  Thanks to the inbound links, more people will have a shot at reading it.  Obviously this will boost my Technorati authority and Google PageRank.</li>\n</ul>\n<h2>The Digg effect</h2>\n<p>Do you know what the largest prize for a blogger?  Digg.</p>\n<p>Every day, millions of people visit Digg.  Tens of thousands post links to stories and articles from all over the world.  Hundreds of thousands of people get to vote (Digg) or bury the stories as they get posted.</p>\n<p>This posting and voting forms a giant computing raffle.  ¿The winners?  Those that get Dugg the most in the shortest time get to the front page of Digg.</p>\n<p>If lots of people like this article, sooner or later someone will post ito to Digg.  If that should happen, and it gets Dugg all the way to the front page, in all odds this site will cease to function for a few hours.  The amount of simultaneous visitors will simply make WordPress collapse under its own weight.</p>\n<p>All of this, just because of a few votes.  Isn’t that amazing?</p>\n<h2>This journey never ends</h2>\n<p>As you can see, the stampede generated by this post’s journey is self-perpetuating.  It’s a virtuous circle.  This circle helps a blog stay alive and makes the community around it happy.</p>\n<p>The technology that powers this sequence of events is nothing to dismiss, either.  It has enabled the entire world to have meaningful two-way conversations with the minimum of efforts.  I’m a firm believer that it’s only a matter of years before society is reshaped by this fantastic new technology.</p>\n<p>So, the next time you hit your own <em>Publish</em> button, think of the awe-inspiring, monumental chatter of people and machines you’ll unleash.\n</p>\";s:7:\"pubdate\";s:31:\"Thu, 11 Jan 2007 15:15:20 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:14117:\"<p><small>This is the Seventeenth entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://rudd-o.com/\">Manuel Amador</a></small></p>\n<p>Today, I’ll tell you an amazing story: how a blog post travels the Internet, in full detail.</p>\n<p>Few people know the power of blogs, in particular popular ones.  To illustrate just how much leverage can a single blog post have, I’ll explain how a post travels around the world, from the moment it’s conceived into the distant future.  As you read this story, hopefull you’ll learn a few awe-inspiring facts.</p>\n<h2>The braindump: from idea to article</h2>\n<p>The very first thing: a post must be conceived.  Some people write several drafts, and erase old ones.  Others spell the central idea out first.  Some of us start with the first heading.  Some others like to start from the end, by writing the conclusion first.  In this story, I started with the first paragraph.</p>\n<p>Words arrange themselves into sentences.  Some sentences die an early death.  Some words get replaced by more compelling synonyms.  A few sentences get cut out in the process.</p>\n<p>Paragraphs appear.  Some go up, others down.  The article takes shape, quickly and organically.</p>\n<p>A good writer knows that you (the reader) deserves respect.  How?  He helps you read.  Headings and subheadings mark beginnings of ideas and sections.  Other mechanisms appear to help you find what you want quickly.</p>\n<p>I hit the keyboard with two swift movements of my left hand.  It meets the Control and the A keys, then the Control and the C keys.  The article is now on the clipboard and waiting eagerly to be posted.</p>\n<h2>From the clipboard to the blog</h2>\n<p>I click on the Firefox icon.  I browse to my own blog.  I’m greeted by my trusty old <a href=\"http://www.apache.org/\">Apache</a>, a computer program in charge of negotiating and delivering Web pages.  Apache, like every expert negotiator, talks to my browser and then to <a href=\"http://www.wordpress.org/\">WordPress</a>, the engine of my blog.</p>\n<p>Through Apache, WordPress commands me to identify myself.  I write the password, and WordPress verifies it.  Since it’s correct, I’m now authorized to publish articles and manage every dark corner of my blog.  All this push-and-pull is mediated, in a matter of milliseconds, by Apache, which obscures  communications.  This obscurity helps me: no hacker can get to my password or blog.</p>\n<p>A new screen appears.  This screen greets me and shows me the latest events on my blog.  I have a hard time ignoring them, but I’m on a mission.  It’s time to publish the article.</p>\n<p>I click on the <em>Post</em> link.  The publishing screen appears.  I write the title of my new article, then click on the box where the article text goes.  I hit Control and V on my keyboard.  Click, click, click on the appropriate categories, because it’s good to be organized.  This drill takes ten seconds.  Compared to actually writing the article, it’s damn fast.</p>\n<p>Now I click on <em>Publish</em>.   Now it’s only a matter of five seconds.  After the clock ticks five times, it’s done.  A message appears on the screen: <q>Article posted successfully</q>.</p>\n<p>Does it end here?  No.  This is only the beginning of the Big Bang.  Read on to learn about the almost unbelievable chain of events that’s been started.</p>\n<p>But first, let’s review those five seconds.</p>\n<h2>Houston, we’re ready for liftoff</h2>\n<p>The very first thing WordPress does with the post: save it to the database.  40 milliseconds after that, the article already appears on <a href=\"http://rudd-o.com/\">the home page of my site</a>.  It’s also earned its own, permanent Web address — its URL — so everyone can refer to it quickly or bookmark it.</p>\n<p>The text is alive, and the journey has oficially started.</p>\n<h2>Rudd-O.com negotiates with Google.com</h2>\n<p>After posting the article, WordPress rebuilds the sitemap, noting this post as the most recent one.  The sitemap contains a listing of all my posts, along with their Web addresses.  This process takes about 100 milliseconds.</p>\n<p>Once the map is ready, WordPress gets in touch with one of the hundred thousand computers at Google: the world’s most popular search engine.  WordPress lets Google know that my site has been updated.</p>\n<p>Hundreds of computers at Google relay this message almost simultaneously.  Google fetches the sitemap, and orders its Web spiders to attack my site.  These spiders are intelligent computer programs — and they’ve just received orders to gather new and fresh content from Rudd-O.com.</p>\n<p>Spiders attack my site and start asking around which articles have been updated.  Naturally, this article is one of those.  They take the text of this article and save it into the enormous corpus of data at Google.</p>\n<p>In a matter of minutes (or, at the latest, hours), this article can be searched for at Google.  In a matter of months, this article will be ranked according to the famous PageRank formula, which determines how important a page is, based (chiefly) on how many pages from the Web point to it.</p>\n<h2>Rudd-O.com: broadcasting to the blogosphere</h2>\n<p>After this quick negotiation, WordPress announces itself to the rest of the world.  How?  With a ping to Pingomatic.</p>\n<p>In the wonderful world of the blog, a ping is a very short message that blogs send when they want to say they’ve been updated.  Imagine yourself texting your best friend and letting him know you’re ready to be picked up.  In this analogy, you’d be my blog, and your friend would be Pingomatic.</p>\n<p>Pingomatic, like your good friend, understands.  Unlike your friend, its only mission is to relay this message to thousands of Web sites interested in your blog, around the world.</p>\n<p>Thousands of Web sites.  It’s a stampede.</p>\n<p>To understand this, we’ll take Technorati as an example of one of these sites.</p>\n<h2>…Technorati: tuning in on the broadcast and joining the stampede</h2>\n<p>Technorati is a Web site.  Its mission is to tune in to the conversations of the blogosphere.  Since it does such a good job, it’s visited by millions of people daily.</p>\n<p>Technorati’s secret?  They maintain a global registry of blogs and their owners.  Using this information, and the content of each blog, they rank each blog by counting how many inbound links the blog has.  That produces a number associated to each blog.  Sorting each blog by number gives you the authority ranking: the blog with the most inbound links has rank 1, and all others follow.</p>\n<p>Speaking of authority: I’m about to enter the high authority group.  That’s good news, but I’ll talk about it some other time, because this blog post is still traveling around the world.</p>\n<p>So, once Technorati receives the ping from Pingomatic, it heads straight to my site and retrieves the latest articles.</p>\n<h3>The feed: how the latest articles are transmitted</h3>\n<p>In all fairness, Technorati doesn’t just swallow my entire site like Google does.  All it does is request an RSS feed: a listing of updated posts.  Each article on the list has a heading, a publish date, an URL and, of course, the content of the post.  This post, obviously, is first on the list.</p>\n<p>Technorati saves this information and uses it to recalculate its blog rankings.</p>\n<p>Of course, you can search Technorati.  You can go there and find out who linked to this article.  In that way, everyone can track the “conversations” floating around the Web.  And, in a truly effective sense, it enables Technorati to discover which conversations and topics are hot, in every moment.</p>\n<p>Finally, Technorati echoes this article.  That’s right, you can get a summary of this post on Technorati.</p>\n<p>Imagine thousands of Web sites doing things like this, with the content of this post.  In near real-time.  Echoing these very words.  It’s like a 100.000 watt amplifier on steroids.</p>\n<p>This very event exemplifies the first stampede unleashed by me, hitting the <em>Publish</em> button.  But it doesn’t end there: tens of thousands of machines are doing their job, and their job is to serve people: what I’m about to study now.</p>\n<h2>People wake up.  They want information.  It’s inevitable.</h2>\n<p>The first stampede was completely electronic, and awe-inspiring because of its sheer size.  But the second one is human.</p>\n<p>Minutes after publishing this post, hundreds of people become acquainted with them.  How?  Let’s find out.</p>\n<h3>The search engine users</h3>\n<p>A big part of the group are search engine users.  People looking for all sorts of things end up being referred to this site.</p>\n<p>A large slice of newcomers by search engines take some time to read other posts they might find interesting.  Some of them hit the heading of this post and become curious.  In seconds, they are reading it.</p>\n<p>From now on, this article will reach dozens or hundreds of people daily, in exactly this way.</p>\n<h3>The regular readers</h3>\n<p>Another group of people really like this site.  That’s right, they type its address, <code>rudd-o.com</code> on their Web browsers every day or so, and read just about everything that’s new.  Or perhaps they use a bookmark to access the site.</p>\n<p>That’s how thousands of readers will read these very words.</p>\n<h3>The subscribers</h3>\n<p>A small group of people are subscribers.  They don’t necessarily visit this site using their Web browsers — they use their <em>feed readers</em> (also referred to as newsreaders) instead.</p>\n<p>Imagine a newspaper of the future.  This newspaper only shows stories of topics you dig. It  continually updates itself without any intervention, and it archives all stories for future reference.  Imagine reading page 7 of this newspaper, and a notice pops up gently, saying <q>there’s news on page 4 of the sports section</q>.</p>\n<p>That’s a newsreader.  The freshest articles show up in your own “online newspaper” and organize themselves automatically according to the site.  You only need to flick your monitor on and there they are, ready to be read.</p>\n<p>All of this, of course, is powered by the RSS feed that WordPress generates.  Newsreaders request it intelligently, and merge the newest articles in your screen.</p>\n<p>That’s why traditional newspapers are running, scared, in circles.  Didn’t I mention it?  They’re afraid of losing their jobs to computers.</p>\n<p>Approximately fifteen minutes after I clicked <em>Publish</em>, almost all subscriptors receive a copy of this post in their newsreaders.  One day after publishing this post, 90% of my subscribers will have read it.</p>\n<p>I don’t know how many subscribers I have, but I’m willing to bet it’s over a thousand.</p>\n<h3>So, how many get to read this?</h3>\n<p>With time and patience, eventually more than a million people will have a shot at reading this post.</p>\n<h2>The conversation starts</h2>\n<p>Inevitably, hundreds of thousands of people will read this article.  All of them will form an opinion about it, and about its author (me).  A minority (hundreds, or maybe thousands) will feel so attracted or drawn away from this article, that they’ll do any or all of these things:</p>\n<ul>\n<li>They’ll criticize or comment it with their friends, co-workers or passers-by.  A single motivated reader generates a few more readers.</li>\n<li>They’ll submit its link (URL) through e-mail or IM networks such as MSN Messenger or AIM.</li>\n<li>They’ll comment directly on the post, using <a href=\"http://feeds.feedburner.com/weblogtoolscollection/UXMP#respond\">the commenting facilities below</a>.  More words and more content that round the conversation up and make the post more useful.</li>\n<li>They’ll write rebuttals, words of sympathy or admiration on their own Web sites and blogs.  Each post that links to this will unleash its own private stampede of events.  Thanks to the inbound links, more people will have a shot at reading it.  Obviously this will boost my Technorati authority and Google PageRank.</li>\n</ul>\n<h2>The Digg effect</h2>\n<p>Do you know what the largest prize for a blogger?  Digg.</p>\n<p>Every day, millions of people visit Digg.  Tens of thousands post links to stories and articles from all over the world.  Hundreds of thousands of people get to vote (Digg) or bury the stories as they get posted.</p>\n<p>This posting and voting forms a giant computing raffle.  ¿The winners?  Those that get Dugg the most in the shortest time get to the front page of Digg.</p>\n<p>If lots of people like this article, sooner or later someone will post ito to Digg.  If that should happen, and it gets Dugg all the way to the front page, in all odds this site will cease to function for a few hours.  The amount of simultaneous visitors will simply make WordPress collapse under its own weight.</p>\n<p>All of this, just because of a few votes.  Isn’t that amazing?</p>\n<h2>This journey never ends</h2>\n<p>As you can see, the stampede generated by this post’s journey is self-perpetuating.  It’s a virtuous circle.  This circle helps a blog stay alive and makes the community around it happy.</p>\n<p>The technology that powers this sequence of events is nothing to dismiss, either.  It has enabled the entire world to have meaningful two-way conversations with the minimum of efforts.  I’m a firm believer that it’s only a matter of years before society is reshaped by this fantastic new technology.</p>\n<p>So, the next time you hit your own <em>Publish</em> button, think of the awe-inspiring, monumental chatter of people and machines you’ll unleash.\n</p>\";}i:22;a:7:{s:5:\"title\";s:44:\"Weblog Tools Collection: Ethics and Blogging\";s:4:\"guid\";s:73:\"http://weblogtoolscollection.com/archives/2007/01/11/ethics-and-blogging/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73930542/\";s:11:\"description\";s:9215:\"<p><small>This is the Sixteenth entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://www.thecanadiangeek.ca/\">Haasim Mahanaim</a></small></p>\n<p>The so-called &#8220;Microsoft Scandal&#8221; began when Microsoft and public relations firm, Edelman PR, gave 90 influential bloggers high-end laptops. The machines were powered by Microsoft&#8217;s yet-to-be released operating system, Windows Vista. The computers were accompanied with a letter (or a phone call) that described the laptops as a &#8220;present&#8221; with &#8220;no strings attached&#8221;. Bloggers were free to keep the machines or give them away. They were told that they had no obligation to review Microsoft&#8217;s new operating system - let alone provide a favorable one. When news of the giveaway became public, it sparked a divisive debate about the ethical obligations of bloggers.</p>\n<p>Internet entrepreneur, Jason Calcanis, was one of the first bloggers to call the giveaway a &#8220;bribe&#8221;. [1] On his blog, Calcanis wrote, &#8220;The bloggers who go down the road of free products will learn, over time, that their credibility takes a hit. In some cases folks might get away with it, but in the long term most folks will get caught and their reputations will suffer.&#8221;</p>\n<p>However, prominent bloggers like Robert Scoble, called the PR stunt &#8220;an awesome idea&#8221;. Scoble shrugged off concerns over conflicts of interest by invoking the words, &#8220;full disclosure&#8221;. But full disclosure doesn&#8217;t eliminate the unperceived and subconscious affects of receiving a gift.</p>\n<p>Many of the bloggers who received a free laptop quickly disclosed the details of their gift while unabashedly using words like &#8220;giddy&#8221; [2] and &#8220;joyful [3]. Are we to believe that these giddy and joyful people will be able to write impartial and unbiased reviews of Windows Vista? (Not to mention those bloggers who will go on to review Windows Vista without disclosing how they gained access to the software.)</p>\n<p>There have been numerous half-hearted attempts at establishing a code of conduct for bloggers. But bloggers are unable to (or uninterested in) adhering to any rules of conduct.</p>\n<p>When CyberJournalist.net (published by Jonathan Dube) proposed A Blogger&#8217;s Code of Ethics, the reader response was mixed. Readers like, Steve (no last name provided) wrote, &#8220;Codes of Ethics are usually created when snobby people are pissed off about something and are too weak to compete on a level playing field.&#8221;</p>\n<p>Another comment, signed by &#8220;Rooty&#8221;, read, &#8220;What did you use as your foundation for this so-called ethics code for bloggers? Reading this, it looks like nothing more than your own personal opinion. What right do you have to foist any of this on anyone?&#8221;</p>\n<p>The opening passage of A Blogger&#8217;s Code of Ethics left &#8220;it is up to individual bloggers to choose their own best practices.&#8221; The list was based upon principles from the Society of Professional Journalists Code of Ethics. Various journalistic associations have similar guidelines. And most journalistic institutions have their own customized ethical guidelines.</p>\n<p>National Public Radio&#8217;s guidelines state that their &#8220;journalists cannot keep any equipment or items of value provided by a company for test-use for story purposes.&#8221;</p>\n<p>Online technology magazine Red Herring has a similar policy. Meanwhile, The New York Times&#8217; ethical policy spans over ten thousand words. Several thousand of those words are dedicated to guidelines for receiving products and accepting gifts based on a reporter&#8217;s beat (sports, arts and entertainment, etc).</p>\n<p>Yet, online writers have made bold claims about the realities of professional journalism.</p>\n<p>&#8220;To listen to the outcry, one might think that this kind of thing doesn’t happen everyday,&#8221; wrote, Ken Fisher, writer for the popular technology web site, Ars Technica. &#8220;Well, it most certainly does.&#8221; [5]</p>\n<p>Fisher went on to write, &#8220;Do you really think Walt Mossberg of the Wall Street Journal goes to some secret underground Apple Store to buy his hot new iPod to review a month before it’s even announced?&#8221;</p>\n<p>Fisher&#8217;s comment was one of many lazy arguments, from various writers, that relied on baseless assumptions and fuzzy logic.</p>\n<p>The Wall Street Journal&#8217;s code of conduct clearly states that employees cannot accept any gifts beyond a &#8220;nominal value&#8221;. [6] A three hundred dollar iPod is hardly a token giftÑlet alone a two thousand dollar computer.</p>\n<p>If Apple sends out a free iPod for review, it becomes the property of the magazine or newspaper publishing the review (instead of the journalist who is reviewing it). This simple distinction seems to be lost on many bloggers because they usually act as both the editor and writer for a publication.</p>\n<p>Admittedly, simply having a set of rules and guidelines does not preclude the possibility of making mistakes. But, while the mainstream media struggles over ethical dilemmas, bloggers are seemingly content with their self-proclaimed superiority and infallibility.</p>\n<p>A public relations agency would have never given a respectable journalist a free computer to keep as their very own. (Nor would such a journalist be allowed to keep such a gift according to the ethical guidelines of his employer.) Edelman PR banked on the flexible morals of underpaid bloggers, and it paid off.</p>\n<p>When Long Zheng received his present, he had no qualms stating his plans to keep the laptop.</p>\n<p>&#8220;[Bloggers] put a lot of hard work into their blogs and most of the time receive little or no reimbursement for their highly valuable work. I wouldn&#8217;t think it would be inappropriate at all, in fact only fair that these bloggers deserve to keep these machines as Ôrewards&#8217;.&#8221; [4]</p>\n<p>Bloggers are entitled to profit from their work. But how absurd would it have been if these bloggers received a letter that read: &#8220;Hey, we just thought you might want to know that Windows Vista is coming out soon. Oh by the way, here is a copy of Windows Vista and a cheque for $2000. No strings attached. Cheers!&#8221;</p>\n<p>There is nothing ambiguous about the actions of Edelman PR and Microsoft; their &#8220;present&#8221; was clearly a bribe. It is their job to persuade influential people into recommending their products. But it is the duty of a good journalist to contemplate the nature of the gifts he receives. A free movie ticket or a paperback novel or a music CD is hardly analogous to receiving a $2000 computer. The distinction only becomes ambiguous when trying to rationalize greed.</p>\n<p>Of course, one could argue that bloggers do not claim to be journalists. But, whether they like it or not, bloggers assume many of the roles of a journalistÑdisseminating information, monitoring powerful people and institutions, and spreading the truth (as they see it). And much like journalists, bloggers are being sued for libel and asked to reveal the names of their anonymous sources. And when under fire by the courts and corporations, bloggers invoke the protective shield that the title &#8220;journalist&#8221; provides. Yet when asked to fulfill the difficult and serious responsibilities of a journalist bloggers cast their shield aside, claiming they never wanted it in the first place.</p>\n<p>[1] Microsoft Vista Ferrari Payoffs–horrible move.<br />\n<a href=\"http://notgartner.wordpress.com/2006/12/27/acer-ferrari-1000-the-unboxing\">http://www.calacanis.com/2006/12/29/microsoft-vista-ferrari-payoffs-horrible-move-bonus-payperpo/</a></p>\n<p>[2] Acer Ferrari 1000: The Unboxing<br />\n<a href=\"http://notgartner.wordpress.com/2006/12/27/acer-ferrari-1000-the-unboxing\">http://notgartner.wordpress.com/2006/12/27/acer-ferrari-1000-the-unboxing</a></p>\n<p>[3] Microsoft Sent A Free Laptop With Windows Vista<br />\n<a href=\"http://laughingsquid.com/microsoft-sent-a-free-laptop-with-windows-vista\">http://laughingsquid.com/microsoft-sent-a-free-laptop-with-windows-vista</a></p>\n<p>[4] Sex, lies, and the Microsoft blogger laptop scandal<br />\n<a href=\"http://arstechnica.com/news.ars/post/20061228-8514.html\">http://arstechnica.com/news.ars/post/20061228-8514.html</a></p>\n<p>[5] Dow Jones &#038; Company, Inc. Code of Conduct<br />\n<a href=\"http://www.shareholder.com/dowjones/downloads/CG_Conduct.pdf\">http://www.shareholder.com/dowjones/downloads/CG_Conduct.pdf</a></p>\n<p>[6] Microsoft hands out Ferrari&#8217;s to bloggers <a href=\"http://www.istartedsomething.com.nyud.net:8080/20061227/microsoft-free-ferrari\">http://www.istartedsomething.com.nyud.net:8080/20061227/microsoft-free-ferrari</a>\n</p>\";s:7:\"pubdate\";s:31:\"Thu, 11 Jan 2007 15:00:29 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:9215:\"<p><small>This is the Sixteenth entrant in <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">The Blogging Essay Contest from WeblogToolsCollection.com</a> If you would like to participate, please email me your entry at mark at wltc dot net. Please rate this article using the star system below. The competition will be judged primarily on the input from readers like you. Thank you.</small></p>\n<p><small>This is written by <a href=\"http://www.thecanadiangeek.ca/\">Haasim Mahanaim</a></small></p>\n<p>The so-called &#8220;Microsoft Scandal&#8221; began when Microsoft and public relations firm, Edelman PR, gave 90 influential bloggers high-end laptops. The machines were powered by Microsoft&#8217;s yet-to-be released operating system, Windows Vista. The computers were accompanied with a letter (or a phone call) that described the laptops as a &#8220;present&#8221; with &#8220;no strings attached&#8221;. Bloggers were free to keep the machines or give them away. They were told that they had no obligation to review Microsoft&#8217;s new operating system - let alone provide a favorable one. When news of the giveaway became public, it sparked a divisive debate about the ethical obligations of bloggers.</p>\n<p>Internet entrepreneur, Jason Calcanis, was one of the first bloggers to call the giveaway a &#8220;bribe&#8221;. [1] On his blog, Calcanis wrote, &#8220;The bloggers who go down the road of free products will learn, over time, that their credibility takes a hit. In some cases folks might get away with it, but in the long term most folks will get caught and their reputations will suffer.&#8221;</p>\n<p>However, prominent bloggers like Robert Scoble, called the PR stunt &#8220;an awesome idea&#8221;. Scoble shrugged off concerns over conflicts of interest by invoking the words, &#8220;full disclosure&#8221;. But full disclosure doesn&#8217;t eliminate the unperceived and subconscious affects of receiving a gift.</p>\n<p>Many of the bloggers who received a free laptop quickly disclosed the details of their gift while unabashedly using words like &#8220;giddy&#8221; [2] and &#8220;joyful [3]. Are we to believe that these giddy and joyful people will be able to write impartial and unbiased reviews of Windows Vista? (Not to mention those bloggers who will go on to review Windows Vista without disclosing how they gained access to the software.)</p>\n<p>There have been numerous half-hearted attempts at establishing a code of conduct for bloggers. But bloggers are unable to (or uninterested in) adhering to any rules of conduct.</p>\n<p>When CyberJournalist.net (published by Jonathan Dube) proposed A Blogger&#8217;s Code of Ethics, the reader response was mixed. Readers like, Steve (no last name provided) wrote, &#8220;Codes of Ethics are usually created when snobby people are pissed off about something and are too weak to compete on a level playing field.&#8221;</p>\n<p>Another comment, signed by &#8220;Rooty&#8221;, read, &#8220;What did you use as your foundation for this so-called ethics code for bloggers? Reading this, it looks like nothing more than your own personal opinion. What right do you have to foist any of this on anyone?&#8221;</p>\n<p>The opening passage of A Blogger&#8217;s Code of Ethics left &#8220;it is up to individual bloggers to choose their own best practices.&#8221; The list was based upon principles from the Society of Professional Journalists Code of Ethics. Various journalistic associations have similar guidelines. And most journalistic institutions have their own customized ethical guidelines.</p>\n<p>National Public Radio&#8217;s guidelines state that their &#8220;journalists cannot keep any equipment or items of value provided by a company for test-use for story purposes.&#8221;</p>\n<p>Online technology magazine Red Herring has a similar policy. Meanwhile, The New York Times&#8217; ethical policy spans over ten thousand words. Several thousand of those words are dedicated to guidelines for receiving products and accepting gifts based on a reporter&#8217;s beat (sports, arts and entertainment, etc).</p>\n<p>Yet, online writers have made bold claims about the realities of professional journalism.</p>\n<p>&#8220;To listen to the outcry, one might think that this kind of thing doesn’t happen everyday,&#8221; wrote, Ken Fisher, writer for the popular technology web site, Ars Technica. &#8220;Well, it most certainly does.&#8221; [5]</p>\n<p>Fisher went on to write, &#8220;Do you really think Walt Mossberg of the Wall Street Journal goes to some secret underground Apple Store to buy his hot new iPod to review a month before it’s even announced?&#8221;</p>\n<p>Fisher&#8217;s comment was one of many lazy arguments, from various writers, that relied on baseless assumptions and fuzzy logic.</p>\n<p>The Wall Street Journal&#8217;s code of conduct clearly states that employees cannot accept any gifts beyond a &#8220;nominal value&#8221;. [6] A three hundred dollar iPod is hardly a token giftÑlet alone a two thousand dollar computer.</p>\n<p>If Apple sends out a free iPod for review, it becomes the property of the magazine or newspaper publishing the review (instead of the journalist who is reviewing it). This simple distinction seems to be lost on many bloggers because they usually act as both the editor and writer for a publication.</p>\n<p>Admittedly, simply having a set of rules and guidelines does not preclude the possibility of making mistakes. But, while the mainstream media struggles over ethical dilemmas, bloggers are seemingly content with their self-proclaimed superiority and infallibility.</p>\n<p>A public relations agency would have never given a respectable journalist a free computer to keep as their very own. (Nor would such a journalist be allowed to keep such a gift according to the ethical guidelines of his employer.) Edelman PR banked on the flexible morals of underpaid bloggers, and it paid off.</p>\n<p>When Long Zheng received his present, he had no qualms stating his plans to keep the laptop.</p>\n<p>&#8220;[Bloggers] put a lot of hard work into their blogs and most of the time receive little or no reimbursement for their highly valuable work. I wouldn&#8217;t think it would be inappropriate at all, in fact only fair that these bloggers deserve to keep these machines as Ôrewards&#8217;.&#8221; [4]</p>\n<p>Bloggers are entitled to profit from their work. But how absurd would it have been if these bloggers received a letter that read: &#8220;Hey, we just thought you might want to know that Windows Vista is coming out soon. Oh by the way, here is a copy of Windows Vista and a cheque for $2000. No strings attached. Cheers!&#8221;</p>\n<p>There is nothing ambiguous about the actions of Edelman PR and Microsoft; their &#8220;present&#8221; was clearly a bribe. It is their job to persuade influential people into recommending their products. But it is the duty of a good journalist to contemplate the nature of the gifts he receives. A free movie ticket or a paperback novel or a music CD is hardly analogous to receiving a $2000 computer. The distinction only becomes ambiguous when trying to rationalize greed.</p>\n<p>Of course, one could argue that bloggers do not claim to be journalists. But, whether they like it or not, bloggers assume many of the roles of a journalistÑdisseminating information, monitoring powerful people and institutions, and spreading the truth (as they see it). And much like journalists, bloggers are being sued for libel and asked to reveal the names of their anonymous sources. And when under fire by the courts and corporations, bloggers invoke the protective shield that the title &#8220;journalist&#8221; provides. Yet when asked to fulfill the difficult and serious responsibilities of a journalist bloggers cast their shield aside, claiming they never wanted it in the first place.</p>\n<p>[1] Microsoft Vista Ferrari Payoffs–horrible move.<br />\n<a href=\"http://notgartner.wordpress.com/2006/12/27/acer-ferrari-1000-the-unboxing\">http://www.calacanis.com/2006/12/29/microsoft-vista-ferrari-payoffs-horrible-move-bonus-payperpo/</a></p>\n<p>[2] Acer Ferrari 1000: The Unboxing<br />\n<a href=\"http://notgartner.wordpress.com/2006/12/27/acer-ferrari-1000-the-unboxing\">http://notgartner.wordpress.com/2006/12/27/acer-ferrari-1000-the-unboxing</a></p>\n<p>[3] Microsoft Sent A Free Laptop With Windows Vista<br />\n<a href=\"http://laughingsquid.com/microsoft-sent-a-free-laptop-with-windows-vista\">http://laughingsquid.com/microsoft-sent-a-free-laptop-with-windows-vista</a></p>\n<p>[4] Sex, lies, and the Microsoft blogger laptop scandal<br />\n<a href=\"http://arstechnica.com/news.ars/post/20061228-8514.html\">http://arstechnica.com/news.ars/post/20061228-8514.html</a></p>\n<p>[5] Dow Jones &#038; Company, Inc. Code of Conduct<br />\n<a href=\"http://www.shareholder.com/dowjones/downloads/CG_Conduct.pdf\">http://www.shareholder.com/dowjones/downloads/CG_Conduct.pdf</a></p>\n<p>[6] Microsoft hands out Ferrari&#8217;s to bloggers <a href=\"http://www.istartedsomething.com.nyud.net:8080/20061227/microsoft-free-ferrari\">http://www.istartedsomething.com.nyud.net:8080/20061227/microsoft-free-ferrari</a>\n</p>\";}i:23;a:7:{s:5:\"title\";s:26:\"Donncha: Ask the developer\";s:4:\"guid\";s:47:\"http://ocaoimh.ie/2007/01/11/ask-the-developer/\";s:4:\"link\";s:47:\"http://ocaoimh.ie/2007/01/11/ask-the-developer/\";s:11:\"description\";s:2051:\"<p>On January 20th I&#8217;ll be speaking at <a href=\"http://barcamp.org/Barcamp%20Ireland%20-%20SouthEast\">BarCamp South East</a> on the subject of WordPress.com and WordPress MU. The talk is titled, &#8220;WordPress.com - running the biggest wpmu site in the world&#8221; which is vague enough that I could talk about anything but I&#8217;d like to know what you want to hear.</p>\n<p>Public speaking isn&#8217;t my strong point, I prefer to be behind the keyboard, or looking through a <a href=\"http://inphotos.org/\">camera lens</a> but sometimes you have to push yourself to do unfamiliar things. Here&#8217;s my go at public speaking.</p>\n<p>Talks will be in 45 minute slots and I would like to make mine more of a discussion forum like the WPMU talk we had at <a href=\"http://ocaoimh.ie/tag/wordcamp/\">WordCamp</a> way back in August last year. It went really well and everyone got something out of it.</p>\n<p>Subjects I&#8217;m considering include:</p>\n<ul>\n<li> Merging code from WP core which is horribly exciting, have you ever seen vimdiff in action?</li>\n<li> Site stats - did you know we publish them?</li>\n<li> Hardware - server porn. How do we handle the load generated by Slashdots, Diggs, and almost 600,000 blogs?</li>\n<li> Hooks and plugins - new hooks in the signup process and wpmu admin backend.</li>\n<li> Anyone interested in working from home and virtual company issues? Automattic has employees in at least four countries.</li>\n</ul>\n<p>So, if you&#8217;ll be there I want to hear from you. If you won&#8217;t, I still want to hear from you because I&#8217;m sure <a href=\"http://irish.typepad.com/\">Bernie</a> or someone will record the talk and put it up online.</p>\n<a href=\"http://ocaoimh.ie/tag/barcampwaterford/\" rel=\"tag\">barcampwaterford</a>, <a href=\"http://ocaoimh.ie/tag/when-in-ireland/\" rel=\"tag\">When in Ireland</a>, <a href=\"http://ocaoimh.ie/tag/wordpress/\" rel=\"tag\">WordPress</a>, <a href=\"http://ocaoimh.ie/tag/wordpressmu/\" rel=\"tag\">wordpressmu</a>, <a href=\"http://ocaoimh.ie/tag/wpmu/\" rel=\"tag\">wpmu</a>\";s:7:\"pubdate\";s:31:\"Thu, 11 Jan 2007 12:32:52 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"Donncha\";}s:7:\"summary\";s:2051:\"<p>On January 20th I&#8217;ll be speaking at <a href=\"http://barcamp.org/Barcamp%20Ireland%20-%20SouthEast\">BarCamp South East</a> on the subject of WordPress.com and WordPress MU. The talk is titled, &#8220;WordPress.com - running the biggest wpmu site in the world&#8221; which is vague enough that I could talk about anything but I&#8217;d like to know what you want to hear.</p>\n<p>Public speaking isn&#8217;t my strong point, I prefer to be behind the keyboard, or looking through a <a href=\"http://inphotos.org/\">camera lens</a> but sometimes you have to push yourself to do unfamiliar things. Here&#8217;s my go at public speaking.</p>\n<p>Talks will be in 45 minute slots and I would like to make mine more of a discussion forum like the WPMU talk we had at <a href=\"http://ocaoimh.ie/tag/wordcamp/\">WordCamp</a> way back in August last year. It went really well and everyone got something out of it.</p>\n<p>Subjects I&#8217;m considering include:</p>\n<ul>\n<li> Merging code from WP core which is horribly exciting, have you ever seen vimdiff in action?</li>\n<li> Site stats - did you know we publish them?</li>\n<li> Hardware - server porn. How do we handle the load generated by Slashdots, Diggs, and almost 600,000 blogs?</li>\n<li> Hooks and plugins - new hooks in the signup process and wpmu admin backend.</li>\n<li> Anyone interested in working from home and virtual company issues? Automattic has employees in at least four countries.</li>\n</ul>\n<p>So, if you&#8217;ll be there I want to hear from you. If you won&#8217;t, I still want to hear from you because I&#8217;m sure <a href=\"http://irish.typepad.com/\">Bernie</a> or someone will record the talk and put it up online.</p>\n<a href=\"http://ocaoimh.ie/tag/barcampwaterford/\" rel=\"tag\">barcampwaterford</a>, <a href=\"http://ocaoimh.ie/tag/when-in-ireland/\" rel=\"tag\">When in Ireland</a>, <a href=\"http://ocaoimh.ie/tag/wordpress/\" rel=\"tag\">WordPress</a>, <a href=\"http://ocaoimh.ie/tag/wordpressmu/\" rel=\"tag\">wordpressmu</a>, <a href=\"http://ocaoimh.ie/tag/wpmu/\" rel=\"tag\">wpmu</a>\";}i:24;a:7:{s:5:\"title\";s:42:\"Weblog Tools Collection: WP Theme: Seaside\";s:4:\"guid\";s:70:\"http://weblogtoolscollection.com/archives/2007/01/10/wp-theme-seaside/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73685269/\";s:11:\"description\";s:266:\"<p><a href=\"http://themes.wordpress.net/columns/2-columns/1387/seaside-10/\">WP Theme: Seaside</a> is a theme by <a href=\"http://www.webahead.net/\">Terry Bytheway</a>. The theme is neat and clean two column theme with an Interesting menu placement in the header.\n</p>\";s:7:\"pubdate\";s:31:\"Thu, 11 Jan 2007 02:45:16 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:266:\"<p><a href=\"http://themes.wordpress.net/columns/2-columns/1387/seaside-10/\">WP Theme: Seaside</a> is a theme by <a href=\"http://www.webahead.net/\">Terry Bytheway</a>. The theme is neat and clean two column theme with an Interesting menu placement in the header.\n</p>\";}i:25;a:7:{s:5:\"title\";s:47:\"Weblog Tools Collection: WP Plugin: Review Site\";s:4:\"guid\";s:75:\"http://weblogtoolscollection.com/archives/2007/01/10/wp-plugin-review-site/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73670273/\";s:11:\"description\";s:384:\"<p><a href=\"http://www.dangrossman.info/wp-dg-review-site\">WP Plugin: Review Site</a> allows you to turn your blog into a powerful review engine. It%u2019s flexible in design and presentation so you could use it as an additional interaction feature for your blog to collect reviews of your posts, or to drive a product/service review site where your users contribute the reviews.\n</p>\";s:7:\"pubdate\";s:31:\"Thu, 11 Jan 2007 02:15:19 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:384:\"<p><a href=\"http://www.dangrossman.info/wp-dg-review-site\">WP Plugin: Review Site</a> allows you to turn your blog into a powerful review engine. It%u2019s flexible in design and presentation so you could use it as an additional interaction feature for your blog to collect reviews of your posts, or to drive a product/service review site where your users contribute the reviews.\n</p>\";}i:26;a:7:{s:5:\"title\";s:41:\"Weblog Tools Collection: WP Theme: Phenom\";s:4:\"guid\";s:69:\"http://weblogtoolscollection.com/archives/2007/01/10/wp-theme-phenom/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73610418/\";s:11:\"description\";s:245:\"<p><a href=\"http://zene.lifevine.org/archives/429.html\">WP Theme: Phenom</a> Two column, clean, minimalistic, light theme for Wordpress with widget support. Original design from <a href=\"http://www.oswd.org/design/preview/id/1675\">OSWD</a>.\n</p>\";s:7:\"pubdate\";s:31:\"Wed, 10 Jan 2007 23:58:35 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:245:\"<p><a href=\"http://zene.lifevine.org/archives/429.html\">WP Theme: Phenom</a> Two column, clean, minimalistic, light theme for Wordpress with widget support. Original design from <a href=\"http://www.oswd.org/design/preview/id/1675\">OSWD</a>.\n</p>\";}i:27;a:7:{s:5:\"title\";s:60:\"Weblog Tools Collection: Plugins for an SEO Friendly WP Blog\";s:4:\"guid\";s:89:\"http://weblogtoolscollection.com/archives/2007/01/10/plugins-for-an-seo-friendly-wp-blog/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73417259/\";s:11:\"description\";s:458:\"<p><a href=\"http://www.devlounge.net/articles/plugins-for-a-search-engine-friendly-wordpress-blog\">Plugins for an SEO Friendly WP Blog</a> List of plugins, tips and tricks to make your blog SEO friendly. Much of the information was previously available, but now it is in one place. I found the <a href=\"http://photomatt.net/2006/06/13/wordpress-no-www/\">no-www plugin</a> that was I was about to write, thanks to <a href=\"http://photomatt.net\">Matt</a>.\n</p>\";s:7:\"pubdate\";s:31:\"Wed, 10 Jan 2007 14:30:19 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:458:\"<p><a href=\"http://www.devlounge.net/articles/plugins-for-a-search-engine-friendly-wordpress-blog\">Plugins for an SEO Friendly WP Blog</a> List of plugins, tips and tricks to make your blog SEO friendly. Much of the information was previously available, but now it is in one place. I found the <a href=\"http://photomatt.net/2006/06/13/wordpress-no-www/\">no-www plugin</a> that was I was about to write, thanks to <a href=\"http://photomatt.net\">Matt</a>.\n</p>\";}i:28;a:7:{s:5:\"title\";s:80:\"Lorelle on WP: Adsense Beautifier WordPress Plugin and Imaged Adsense Ads Banned\";s:4:\"guid\";s:36:\"http://lorelle.wordpress.com/?p=1497\";s:4:\"link\";s:106:\"http://lorelle.wordpress.com/2007/01/10/adsense-beautifier-wordpress-plugin-and-imaged-adsense-ads-banned/\";s:11:\"description\";s:339:\"In case you missed the news during the busy holidays, a favorite WordPress Plugin, Adsense Beautifier by supriyadisw.net is now history according to a recent clarification of ad and image placement from Google Adsense:\nWe ask that publishers not line up images and ads in a way that suggests a relationship between the images and the [...]\";s:7:\"pubdate\";s:31:\"Wed, 10 Jan 2007 08:35:36 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:339:\"In case you missed the news during the busy holidays, a favorite WordPress Plugin, Adsense Beautifier by supriyadisw.net is now history according to a recent clarification of ad and image placement from Google Adsense:\nWe ask that publishers not line up images and ads in a way that suggests a relationship between the images and the [...]\";}i:29;a:7:{s:5:\"title\";s:43:\"Weblog Tools Collection: WP Theme: Fjords02\";s:4:\"guid\";s:71:\"http://weblogtoolscollection.com/archives/2007/01/10/wp-theme-fjords02/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73311594/\";s:11:\"description\";s:270:\"<p><a href=\"http://themes.wordpress.net/columns/2-columns/1382/fjords02-10/\">WP Theme: Fjords02</a> is a WordPress theme by <a href=\"http://www.peterandrej.com/wordpress/\">Peterandrej</a> with a 2-column layout and a picture of a Norwegian fjord in header position.\n</p>\";s:7:\"pubdate\";s:31:\"Wed, 10 Jan 2007 07:26:17 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:270:\"<p><a href=\"http://themes.wordpress.net/columns/2-columns/1382/fjords02-10/\">WP Theme: Fjords02</a> is a WordPress theme by <a href=\"http://www.peterandrej.com/wordpress/\">Peterandrej</a> with a 2-column layout and a picture of a Norwegian fjord in header position.\n</p>\";}i:30;a:7:{s:5:\"title\";s:41:\"Weblog Tools Collection: WP Theme: Dreamy\";s:4:\"guid\";s:69:\"http://weblogtoolscollection.com/archives/2007/01/10/wp-theme-dreamy/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73303828/\";s:11:\"description\";s:132:\"<p><a href=\"http://wpthemespot.com/themes/dreamy/\">WP Theme: Dreamy</a> is a 2 column, fixed-width, sidebar widget ready theme.\n</p>\";s:7:\"pubdate\";s:31:\"Wed, 10 Jan 2007 07:15:22 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:132:\"<p><a href=\"http://wpthemespot.com/themes/dreamy/\">WP Theme: Dreamy</a> is a 2 column, fixed-width, sidebar widget ready theme.\n</p>\";}i:31;a:7:{s:5:\"title\";s:39:\"Weblog Tools Collection: WP Theme: Mojo\";s:4:\"guid\";s:67:\"http://weblogtoolscollection.com/archives/2007/01/10/wp-theme-mojo/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73303829/\";s:11:\"description\";s:196:\"<p><a href=\"http://milo.peety-passion.com/2007/01/09/wordpress-theme-mojo/\">WP Theme: Mojo</a> is a lightweight, simple and pleasant design with a slider menu. Sweet titles and Ibox built in.\n</p>\";s:7:\"pubdate\";s:31:\"Wed, 10 Jan 2007 07:15:22 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:196:\"<p><a href=\"http://milo.peety-passion.com/2007/01/09/wordpress-theme-mojo/\">WP Theme: Mojo</a> is a lightweight, simple and pleasant design with a slider menu. Sweet titles and Ibox built in.\n</p>\";}i:32;a:7:{s:5:\"title\";s:40:\"Weblog Tools Collection: WP Theme: Store\";s:4:\"guid\";s:68:\"http://weblogtoolscollection.com/archives/2007/01/10/wp-theme-store/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73303830/\";s:11:\"description\";s:164:\"<p><a href=\"http://peety-passion.com/milo/2007/01/10/wordpress-theme-store/\">WP Theme: Store</a> is a two column, dark WordPress theme with some nice graphics.\n</p>\";s:7:\"pubdate\";s:31:\"Wed, 10 Jan 2007 07:15:22 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:164:\"<p><a href=\"http://peety-passion.com/milo/2007/01/10/wordpress-theme-store/\">WP Theme: Store</a> is a two column, dark WordPress theme with some nice graphics.\n</p>\";}i:33;a:7:{s:5:\"title\";s:53:\"Weblog Tools Collection: WP Theme: Devi - The Goddess\";s:4:\"guid\";s:79:\"http://weblogtoolscollection.com/archives/2007/01/10/wp-theme-devi-the-goddess/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73302907/\";s:11:\"description\";s:203:\"<p><a href=\"http://themes.wordpress.net/columns/1-column/1386/devi-the-godess-12/\">WP Theme: Devi - The Goddess</a> is a graphical dark theme by <a href=\"http://ddsos.org/\">Ekta</a> based on Kubrick\n</p>\";s:7:\"pubdate\";s:31:\"Wed, 10 Jan 2007 07:00:35 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:203:\"<p><a href=\"http://themes.wordpress.net/columns/1-column/1386/devi-the-godess-12/\">WP Theme: Devi - The Goddess</a> is a graphical dark theme by <a href=\"http://ddsos.org/\">Ekta</a> based on Kubrick\n</p>\";}i:34;a:7:{s:5:\"title\";s:45:\"Weblog Tools Collection: WP Plugin: FLV Embed\";s:4:\"guid\";s:73:\"http://weblogtoolscollection.com/archives/2007/01/10/wp-plugin-flv-embed/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73302908/\";s:11:\"description\";s:277:\"<p><a href=\"http://www.channel-ai.com/blog/plugins/flv-embed/\">WP Plugin: FLV Embed</a> is a WordPress plugin made to simplify the process of adding FLV videos into your blog using Jeroen’s <a href=\"http://www.jeroenwijering.com/?item=Flash_Video_Player\">FLV Player</a>.\n</p>\";s:7:\"pubdate\";s:31:\"Wed, 10 Jan 2007 06:59:43 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:277:\"<p><a href=\"http://www.channel-ai.com/blog/plugins/flv-embed/\">WP Plugin: FLV Embed</a> is a WordPress plugin made to simplify the process of adding FLV videos into your blog using Jeroen’s <a href=\"http://www.jeroenwijering.com/?item=Flash_Video_Player\">FLV Player</a>.\n</p>\";}i:35;a:7:{s:5:\"title\";s:47:\"Weblog Tools Collection: WP Plugin: WS ToolTips\";s:4:\"guid\";s:75:\"http://weblogtoolscollection.com/archives/2007/01/10/wp-plugin-ws-tooltips/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73295891/\";s:11:\"description\";s:323:\"<p><a href=\"http://www.webwork-studios.de/index.php/2007/01/09/ws-tooltips/\">WP Plugin: WS ToolTips</a> uses <a href=\"http://www.dustindiaz.com/sweet-titles/\">Sweet Titles</a> to display cool tooltips for tags with the <code>title=\"\"</code> attribute. Demo and English explanation are to the bottom of the plugin page.\n</p>\";s:7:\"pubdate\";s:31:\"Wed, 10 Jan 2007 06:45:25 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:323:\"<p><a href=\"http://www.webwork-studios.de/index.php/2007/01/09/ws-tooltips/\">WP Plugin: WS ToolTips</a> uses <a href=\"http://www.dustindiaz.com/sweet-titles/\">Sweet Titles</a> to display cool tooltips for tags with the <code>title=\"\"</code> attribute. Demo and English explanation are to the bottom of the plugin page.\n</p>\";}i:36;a:7:{s:5:\"title\";s:47:\"Weblog Tools Collection: Using UTW with Chitika\";s:4:\"guid\";s:76:\"http://weblogtoolscollection.com/archives/2007/01/10/using-utw-with-chitika/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73295893/\";s:11:\"description\";s:218:\"<p><a href=\"http://techtites.com/2007/01/10/wordpress-wednesday-targeting-chitika-ads-with-utw/\">Using UTW with Chitika</a> takes you through using Ultimate Tag Warrior to generate keywords for Chitika eMiniMalls.\n</p>\";s:7:\"pubdate\";s:31:\"Wed, 10 Jan 2007 06:45:25 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:218:\"<p><a href=\"http://techtites.com/2007/01/10/wordpress-wednesday-targeting-chitika-ads-with-utw/\">Using UTW with Chitika</a> takes you through using Ultimate Tag Warrior to generate keywords for Chitika eMiniMalls.\n</p>\";}i:37;a:7:{s:5:\"title\";s:48:\"Weblog Tools Collection: WP Plugin: HighSlide JS\";s:4:\"guid\";s:76:\"http://weblogtoolscollection.com/archives/2007/01/10/wp-plugin-highslide-js/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73294736/\";s:11:\"description\";s:362:\"<p><a href=\"http://projects.jesseheap.com/all-projects/wordpress-highslide-js-plugin/\">WP Plugin: HighSlide JS</a> allows you to easily use <a href=\"http://vikjavev.no/highslide/\">HighSlide</a> by automatically inserting the necessary javascript into your posts or pages. The plugin makes uses of a wordpress quicktag to make the insertion process painless.\n</p>\";s:7:\"pubdate\";s:31:\"Wed, 10 Jan 2007 06:45:25 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:362:\"<p><a href=\"http://projects.jesseheap.com/all-projects/wordpress-highslide-js-plugin/\">WP Plugin: HighSlide JS</a> allows you to easily use <a href=\"http://vikjavev.no/highslide/\">HighSlide</a> by automatically inserting the necessary javascript into your posts or pages. The plugin makes uses of a wordpress quicktag to make the insertion process painless.\n</p>\";}i:38;a:7:{s:5:\"title\";s:75:\"Lorelle on WP: Akismet Auntie Spam Firefox-Greasemonkey Page Viewing Script\";s:4:\"guid\";s:101:\"http://lorelle.wordpress.com/2007/01/09/akismet-auntie-spam-firefox-greasemonkey-page-viewing-script/\";s:4:\"link\";s:101:\"http://lorelle.wordpress.com/2007/01/09/akismet-auntie-spam-firefox-greasemonkey-page-viewing-script/\";s:11:\"description\";s:369:\"My buddy, Engtech has come up with a neat Firefox Greasemonkey script which &#8220;shrinks&#8221; your screen view of Akismet&#8217;s comment spam page viewing.\nThe Akismet Auntie Spam Greasemonkey Script for Firefox changes the way the comment spam caught by Akismet is viewed. Instead of viewing the whole comment spam, and scrolling down screen after screen to [...]\";s:7:\"pubdate\";s:31:\"Wed, 10 Jan 2007 02:21:50 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:369:\"My buddy, Engtech has come up with a neat Firefox Greasemonkey script which &#8220;shrinks&#8221; your screen view of Akismet&#8217;s comment spam page viewing.\nThe Akismet Auntie Spam Greasemonkey Script for Firefox changes the way the comment spam caught by Akismet is viewed. Instead of viewing the whole comment spam, and scrolling down screen after screen to [...]\";}i:39;a:7:{s:5:\"title\";s:37:\"Lorelle on WP: Talk Back to WordPress\";s:4:\"guid\";s:63:\"http://lorelle.wordpress.com/2007/01/09/talk-back-to-wordpress/\";s:4:\"link\";s:63:\"http://lorelle.wordpress.com/2007/01/09/talk-back-to-wordpress/\";s:11:\"description\";s:308:\"Got an idea for WordPress? What about a whine, moan, or kvetch?\nWordPress has always taken your feedback seriously and is now offering a few new ways to let them know how you feel and think about WordPress.\nThe WordPress Ideas page is a place to make your suggestions and ideas for what you want to see [...]\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 23:22:14 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:308:\"Got an idea for WordPress? What about a whine, moan, or kvetch?\nWordPress has always taken your feedback seriously and is now offering a few new ways to let them know how you feel and think about WordPress.\nThe WordPress Ideas page is a place to make your suggestions and ideas for what you want to see [...]\";}i:40;a:7:{s:5:\"title\";s:32:\"Matt: WP Ultimate Gamer’s Pack\";s:4:\"guid\";s:56:\"http://photomatt.net/2007/01/09/wp-ultimate-gamers-pack/\";s:4:\"link\";s:56:\"http://photomatt.net/2007/01/09/wp-ultimate-gamers-pack/\";s:11:\"description\";s:124:\"<p><a href=\"http://harper.wirelessink.com/?p=105\">WordPress Ultimate Gamer’s Pack</a>, supports Wii, PSP, and DS Lite.</p>\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 23:01:34 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:124:\"<p><a href=\"http://harper.wirelessink.com/?p=105\">WordPress Ultimate Gamer’s Pack</a>, supports Wii, PSP, and DS Lite.</p>\";}i:41;a:7:{s:5:\"title\";s:51:\"Weblog Tools Collection: WP Ultimate Gamer’s Pack\";s:4:\"guid\";s:77:\"http://weblogtoolscollection.com/archives/2007/01/09/wp-ultimate-gamers-pack/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/73109993/\";s:11:\"description\";s:547:\"<p><a href=\"http://harper.wirelessink.com/?p=105\">WP Ultimate Gamer&#8217;s Pack</a> Hot in the heels of the <a href=\"http://harper.wirelessink.com/?p=104\">Wordpress Wii Plugin</a> comes the Wordpress Gamer&#8217;s Pack with support for the Wii, PSP and DS Lite. There are also plans for the recently introduced Apple Inc. <a href=\"http://www.apple.com/iphone/\">iPhone</a> optimized version of a plugin for Wordpress. All of this is part of the R&#038;D (and I suspect, promotion) of <a href=\"http://winksite.com/site/index.cfm\">Winksite</a>.\n</p>\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 22:45:22 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:547:\"<p><a href=\"http://harper.wirelessink.com/?p=105\">WP Ultimate Gamer&#8217;s Pack</a> Hot in the heels of the <a href=\"http://harper.wirelessink.com/?p=104\">Wordpress Wii Plugin</a> comes the Wordpress Gamer&#8217;s Pack with support for the Wii, PSP and DS Lite. There are also plans for the recently introduced Apple Inc. <a href=\"http://www.apple.com/iphone/\">iPhone</a> optimized version of a plugin for Wordpress. All of this is part of the R&#038;D (and I suspect, promotion) of <a href=\"http://winksite.com/site/index.cfm\">Winksite</a>.\n</p>\";}i:42;a:7:{s:5:\"title\";s:23:\"Matt: Vertical Mac OS X\";s:4:\"guid\";s:50:\"http://photomatt.net/2007/01/09/vertical-mac-os-x/\";s:4:\"link\";s:50:\"http://photomatt.net/2007/01/09/vertical-mac-os-x/\";s:11:\"description\";s:667:\"<p>Since everyone is talking about Macs today &#8212; did you <em>see</em> the iPhone &#8212; I thought it would be a good time to pose to my highly intelligent readers a question that has vexed me for months. I have a Dell 24&#8243; monitor attached to a Mac Mini, my preferred configuration for this is vertical (you can turn the Dell on its side) but I can&#8217;t find the setting in OS X that lets you put the screen into portrait mode. Any tips? <strong>Update:</strong> It was right under my nose. System Prefs -&gt; Displays -&gt; Rotate. Thanks to <a href=\"http://www.red-sweater.com/blog/\">Daniel</a> and <a href=\"http://barry.wordpress.com/\">Barry</a>.</p>\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 22:34:13 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:667:\"<p>Since everyone is talking about Macs today &#8212; did you <em>see</em> the iPhone &#8212; I thought it would be a good time to pose to my highly intelligent readers a question that has vexed me for months. I have a Dell 24&#8243; monitor attached to a Mac Mini, my preferred configuration for this is vertical (you can turn the Dell on its side) but I can&#8217;t find the setting in OS X that lets you put the screen into portrait mode. Any tips? <strong>Update:</strong> It was right under my nose. System Prefs -&gt; Displays -&gt; Rotate. Thanks to <a href=\"http://www.red-sweater.com/blog/\">Daniel</a> and <a href=\"http://barry.wordpress.com/\">Barry</a>.</p>\";}i:43;a:7:{s:5:\"title\";s:16:\"Matt: Disconnect\";s:4:\"guid\";s:43:\"http://photomatt.net/2007/01/09/disconnect/\";s:4:\"link\";s:43:\"http://photomatt.net/2007/01/09/disconnect/\";s:11:\"description\";s:290:\"<p>One thing I&#8217;ve found in the past year is there is sometimes a huge disconnect between people who make noise on blogs, or might have impressive blogs themselves, and productivity in the real world. It&#8217;s unfortunate, because it makes it that much harder to find good folks.</p>\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 22:28:21 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:290:\"<p>One thing I&#8217;ve found in the past year is there is sometimes a huge disconnect between people who make noise on blogs, or might have impressive blogs themselves, and productivity in the real world. It&#8217;s unfortunate, because it makes it that much harder to find good folks.</p>\";}i:44;a:7:{s:5:\"title\";s:27:\"Dev Blog: Ideas and Kvetch!\";s:4:\"guid\";s:58:\"http://wordpress.org/development/2007/01/ideas-and-kvetch/\";s:4:\"link\";s:58:\"http://wordpress.org/development/2007/01/ideas-and-kvetch/\";s:11:\"description\";s:2234:\"<p>It&#8217;s a new year, and we have a new major release of WordPress coming soon. (We&#8217;re currently aiming for the 22nd.) It&#8217;s as good a time as any to examine where we&#8217;ve been, and where we are, and where we&#8217;re going as a community. 2006 was a pretty exciting year, we saw 1.54 million downloads of WP, and that&#8217;s not even counting the people who install it through their host&#8217;s one-click install or the half a million who have experienced it through the hosted WordPress.com. WordPress is touching more lives than ever.</p>\n<p>However, just because what we&#8217;ve done has worked in the past doesn&#8217;t mean it&#8217;s the best for the future. We have to take a self-critical look at assumptions we have about our development process and WP itself. The upcoming release, which has been long coming, is a perfect time to focus on WP&#8217;s secret ingredient&#8230; you.</p>\n<p>If you could add anything in the world to WordPress, what would it be? If you could name the thing that frustrates you the most about WP, what would that be?</p>\n<p>Now you can tell us. We&#8217;re announcing new projects&#8212;two sides of the same coin.</p>\n<p><a href=\"http://wordpress.org/extend/ideas/\">The first is simply called Ideas</a>, and it&#8217;s a place where you can share your wildest WordPress wishes with the world, and also vote on other people&#8217;s ideas. This allows people outside our normal circle of developers to have a direct say in what goes into the next version of WordPress. For 2.2, which comes out in late April, we will include the top voted on features, so propose something, tell your friends about it, and link it from your blog.</p>\n<p>The second we&#8217;ve named after the <a href=\"http://www.answers.com/kvetch\">Yiddish word</a>, <a href=\"http://wordpress.org/extend/kvetch/\">Kvetch</a>. This is a place where you can quickly and anonymously express whatever might disagree with you in the WordPress world. Let it all loose, but try to keep it PG rated, and we&#8217;ll show a random kvetch on the page once we get enough in the system.</p>\n<p>Both are just part of putting you guys&#8212;our users&#8212;first. It&#8217;s easy because there&#8217;s so many of you.</p>\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 18:18:15 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:2234:\"<p>It&#8217;s a new year, and we have a new major release of WordPress coming soon. (We&#8217;re currently aiming for the 22nd.) It&#8217;s as good a time as any to examine where we&#8217;ve been, and where we are, and where we&#8217;re going as a community. 2006 was a pretty exciting year, we saw 1.54 million downloads of WP, and that&#8217;s not even counting the people who install it through their host&#8217;s one-click install or the half a million who have experienced it through the hosted WordPress.com. WordPress is touching more lives than ever.</p>\n<p>However, just because what we&#8217;ve done has worked in the past doesn&#8217;t mean it&#8217;s the best for the future. We have to take a self-critical look at assumptions we have about our development process and WP itself. The upcoming release, which has been long coming, is a perfect time to focus on WP&#8217;s secret ingredient&#8230; you.</p>\n<p>If you could add anything in the world to WordPress, what would it be? If you could name the thing that frustrates you the most about WP, what would that be?</p>\n<p>Now you can tell us. We&#8217;re announcing new projects&#8212;two sides of the same coin.</p>\n<p><a href=\"http://wordpress.org/extend/ideas/\">The first is simply called Ideas</a>, and it&#8217;s a place where you can share your wildest WordPress wishes with the world, and also vote on other people&#8217;s ideas. This allows people outside our normal circle of developers to have a direct say in what goes into the next version of WordPress. For 2.2, which comes out in late April, we will include the top voted on features, so propose something, tell your friends about it, and link it from your blog.</p>\n<p>The second we&#8217;ve named after the <a href=\"http://www.answers.com/kvetch\">Yiddish word</a>, <a href=\"http://wordpress.org/extend/kvetch/\">Kvetch</a>. This is a place where you can quickly and anonymously express whatever might disagree with you in the WordPress world. Let it all loose, but try to keep it PG rated, and we&#8217;ll show a random kvetch on the page once we get enough in the system.</p>\n<p>Both are just part of putting you guys&#8212;our users&#8212;first. It&#8217;s easy because there&#8217;s so many of you.</p>\";}i:45;a:7:{s:5:\"title\";s:31:\"bbPress: bbPress Plugin Browser\";s:4:\"guid\";s:55:\"http://bbpress.org/blog/2007/01/bbpress-plugin-browser/\";s:4:\"link\";s:55:\"http://bbpress.org/blog/2007/01/bbpress-plugin-browser/\";s:11:\"description\";s:937:\"<p>After lots of hints and hushed voices, the <a href=\"http://bbpress.org/plugins/\">bbPress plugin browser</a> is here.</p>\n<p>We&#8217;re offereing this up as a centralized source of bbPress plugins.  Hopefully, for all us users, that will mean one-stop shopping when looking for plugins.</p>\n<p>And for you developers, anyone can host their plugin there.  We keep track of comments, ratings, and download stats for you.  You even get your own little corner of the <a href=\"http://plugins-dev.bbpress.org/\">bbPress plugin development center</a> (a <a href=\"http://trac.edgewall.org/\">trac</a> install) for you to keep track of bugs, tickets, changes and versions of your plugin.</p>\n<p>Many thanks go out to <a href=\"http://www.adityanaik.com/\">Aditya</a> for helping me test and debug the site, and to <a href=\"http://www.40annibuttati.it/\">Stefano</a> and <a href=\"http://blog.trentadams.ca/\">Trent</a> as well for early adoption.</p>\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 18:12:27 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"mdawaffe\";}s:7:\"summary\";s:937:\"<p>After lots of hints and hushed voices, the <a href=\"http://bbpress.org/plugins/\">bbPress plugin browser</a> is here.</p>\n<p>We&#8217;re offereing this up as a centralized source of bbPress plugins.  Hopefully, for all us users, that will mean one-stop shopping when looking for plugins.</p>\n<p>And for you developers, anyone can host their plugin there.  We keep track of comments, ratings, and download stats for you.  You even get your own little corner of the <a href=\"http://plugins-dev.bbpress.org/\">bbPress plugin development center</a> (a <a href=\"http://trac.edgewall.org/\">trac</a> install) for you to keep track of bugs, tickets, changes and versions of your plugin.</p>\n<p>Many thanks go out to <a href=\"http://www.adityanaik.com/\">Aditya</a> for helping me test and debug the site, and to <a href=\"http://www.40annibuttati.it/\">Stefano</a> and <a href=\"http://blog.trentadams.ca/\">Trent</a> as well for early adoption.</p>\";}i:46;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: Blogging Essay Competition Updates\";s:4:\"guid\";s:88:\"http://weblogtoolscollection.com/archives/2007/01/09/blogging-essay-competition-updates/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/72920408/\";s:11:\"description\";s:694:\"<p>The <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">Blogging Essay Competition</a> is coming to a close very quickly. We are going to stop accepting entries on the 14th of January. So if you are planning to participate, you need to get your entry in as soon as possible. There have been <a href=\"http://weblogtoolscollection.com/archives/category/blogging-essays/\">fifteen entries so far</a>. Lots of people have read the essays and many have helped rate the entries. I will post detailed statistics once the competition closes.</p>\n<p>Remember to email the entries to mark at wltc dot net with an HTML attachment of your formatted essay.\n</p>\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 13:26:51 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:694:\"<p>The <a href=\"http://weblogtoolscollection.com/archives/2006/11/13/wltc-blogging-essay-competition/\">Blogging Essay Competition</a> is coming to a close very quickly. We are going to stop accepting entries on the 14th of January. So if you are planning to participate, you need to get your entry in as soon as possible. There have been <a href=\"http://weblogtoolscollection.com/archives/category/blogging-essays/\">fifteen entries so far</a>. Lots of people have read the essays and many have helped rate the entries. I will post detailed statistics once the competition closes.</p>\n<p>Remember to email the entries to mark at wltc dot net with an HTML attachment of your formatted essay.\n</p>\";}i:47;a:7:{s:5:\"title\";s:53:\"Weblog Tools Collection: WP Plugin: View All Comments\";s:4:\"guid\";s:81:\"http://weblogtoolscollection.com/archives/2007/01/09/wp-plugin-view-all-comments/\";s:4:\"link\";s:70:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/72911997/\";s:11:\"description\";s:492:\"<p><a href=\"http://www.i-jeriko.de/wordpress-plugin-vac-view-all-comments/\">WP Plugin: View All Comments</a> Install this plugin to view all comments from a specific commenter left on your blog in the past. Even though it sounds mundane, this could be a useful tool for your blog, especially if you want to understand the general demeanor of a particular reader. The grouping is done by email address and installation is very simple. I have seen similar functionality on forums and such.\n</p>\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 13:15:21 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:492:\"<p><a href=\"http://www.i-jeriko.de/wordpress-plugin-vac-view-all-comments/\">WP Plugin: View All Comments</a> Install this plugin to view all comments from a specific commenter left on your blog in the past. Even though it sounds mundane, this could be a useful tool for your blog, especially if you want to understand the general demeanor of a particular reader. The grouping is done by email address and installation is very simple. I have seen similar functionality on forums and such.\n</p>\";}i:48;a:7:{s:5:\"title\";s:29:\"Akismet: Akismet for Drupal 5\";s:4:\"guid\";s:53:\"http://akismet.com/blog/2007/01/akismet-for-drupal-5/\";s:4:\"link\";s:53:\"http://akismet.com/blog/2007/01/akismet-for-drupal-5/\";s:11:\"description\";s:145:\"<p>The <a href=\"http://drupal.org/project/akismet\">Akismet module for Drupal</a> has been updated to work with the upcoming Drupal 5 release.</p>\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 09:53:26 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:14:\"Matt Mullenweg\";}s:7:\"summary\";s:145:\"<p>The <a href=\"http://drupal.org/project/akismet\">Akismet module for Drupal</a> has been updated to work with the upcoming Drupal 5 release.</p>\";}i:49;a:7:{s:5:\"title\";s:21:\"Matt: Net Income Show\";s:4:\"guid\";s:48:\"http://photomatt.net/2007/01/09/net-income-show/\";s:4:\"link\";s:48:\"http://photomatt.net/2007/01/09/net-income-show/\";s:11:\"description\";s:262:\"<p>Tomorrow I&#8217;m going to be on the <a href=\"http://www.shoemoney.com/2007/01/07/matt-mullenweg-wordpress-creator-on-this-weeks-net-income/\">web radio show Net Income</a>. That entry mentions my Wikipedia page, which oh-my-goodness has an awful picture.</p>\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 09:44:34 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:262:\"<p>Tomorrow I&#8217;m going to be on the <a href=\"http://www.shoemoney.com/2007/01/07/matt-mullenweg-wordpress-creator-on-this-weeks-net-income/\">web radio show Net Income</a>. That entry mentions my Wikipedia page, which oh-my-goodness has an awful picture.</p>\";}}s:7:\"channel\";a:5:{s:5:\"title\";s:16:\"WordPress Planet\";s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:8:\"language\";s:2:\"en\";s:11:\"description\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"tagline\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:0:{}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}s:4:\"etag\";s:25:\"\"1da9d-45aaa0fd-568c2a\"\r\n\";s:13:\"last_modified\";s:31:\"Sun, 14 Jan 2007 21:30:37 GMT\r\n\";}',20,8,'',1,'no'),(70,0,'rss_867bd5c64f85878d03a060509cd2f92c_ts','Y',1,'1168810587',20,8,'',1,'no'),(72,0,'secret','Y',1,'1c8570fdaafa5d3320798f3d52ba4b88',20,8,'',1,'yes');
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_test_options` ENABLE KEYS */;

--
-- Table structure for table `wp_test_post2cat`
--

DROP TABLE IF EXISTS `wp_test_post2cat`;
CREATE TABLE `wp_test_post2cat` (
  `rel_id` bigint(20) NOT NULL auto_increment,
  `post_id` bigint(20) NOT NULL default '0',
  `category_id` bigint(20) NOT NULL default '0',
  PRIMARY KEY  (`rel_id`),
  KEY `post_id` (`post_id`,`category_id`)
) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_test_post2cat`
--


/*!40000 ALTER TABLE `wp_test_post2cat` DISABLE KEYS */;
LOCK TABLES `wp_test_post2cat` WRITE;
INSERT INTO `wp_test_post2cat` VALUES (13,1,3),(12,3,2),(11,4,2),(10,5,2),(5,6,1),(6,7,1),(7,8,1),(8,9,1),(9,10,1),(14,11,1);
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_test_post2cat` ENABLE KEYS */;

--
-- Table structure for table `wp_test_postmeta`
--

DROP TABLE IF EXISTS `wp_test_postmeta`;
CREATE TABLE `wp_test_postmeta` (
  `meta_id` bigint(20) NOT NULL auto_increment,
  `post_id` bigint(20) NOT NULL default '0',
  `meta_key` varchar(255) default NULL,
  `meta_value` longtext,
  PRIMARY KEY  (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM AUTO_INCREMENT=55 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_test_postmeta`
--


/*!40000 ALTER TABLE `wp_test_postmeta` DISABLE KEYS */;
LOCK TABLES `wp_test_postmeta` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_test_postmeta` ENABLE KEYS */;

--
-- Table structure for table `wp_test_posts`
--

DROP TABLE IF EXISTS `wp_test_posts`;
CREATE TABLE `wp_test_posts` (
  `ID` bigint(20) unsigned NOT NULL auto_increment,
  `post_author` bigint(20) NOT NULL default '0',
  `post_date` datetime NOT NULL default '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_category` int(4) NOT NULL default '0',
  `post_excerpt` text NOT NULL,
  `post_status` enum('publish','draft','private','static','object','attachment') NOT NULL default 'publish',
  `comment_status` enum('open','closed','registered_only') NOT NULL default 'open',
  `ping_status` enum('open','closed') NOT NULL default 'open',
  `post_password` varchar(20) NOT NULL default '',
  `post_name` varchar(200) NOT NULL default '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL default '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL default '0000-00-00 00:00:00',
  `post_content_filtered` text NOT NULL,
  `post_parent` bigint(20) NOT NULL default '0',
  `guid` varchar(255) NOT NULL default '',
  `menu_order` int(11) NOT NULL default '0',
  `post_type` varchar(100) NOT NULL default '',
  `post_mime_type` varchar(100) NOT NULL default '',
  `comment_count` bigint(20) NOT NULL default '0',
  PRIMARY KEY  (`ID`),
  KEY `post_name` (`post_name`),
  KEY `post_status` (`post_status`)
) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_test_posts`
--


/*!40000 ALTER TABLE `wp_test_posts` DISABLE KEYS */;
LOCK TABLES `wp_test_posts` WRITE;
INSERT INTO `wp_test_posts` VALUES (1,1,'2006-05-16 13:06:40','2006-05-16 20:06:40','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!',0,'','publish','open','open','','hello-world','','','2006-06-10 07:55:40','2006-06-10 14:55:40','',0,'',0,'','',1),(2,1,'2006-05-16 13:06:40','2006-05-16 20:06:40','This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.','About',0,'','static','open','open','','about','','','2006-05-16 13:06:40','2006-05-16 20:06:40','',0,'',0,'','',0),(3,2,'2006-06-03 09:28:07','2006-06-03 16:28:07','Is your relationship with God satisfying to you? How about:\r\n<ul>\r\n	<li>your spiritual life</li>\r\n	<li>your church life</li>\r\n	<li>your home life</li>\r\n	<li>your job/school</li>\r\n	<li>your hopes and dreams</li>\r\n</ul>\r\nDo these pieces of your life fit together in a way that makes sense, or are you running around juggling too many balls and trying to keep everything from hitting the ground? Have you ever had to choose between doing \"church work\" and having a \"sane\", manageable life?\r\n<div align=\"left\">At <a title=\"Life Church\" target=\"_blank\" href=\"http://www.lifechurchministries.org/\">Life Church</a> you\'ll meet people who understand what you\'ve been through.  We want to help you live a rich and balanced life in partnership with like-minded believers. Our pastoral staff specializes in helping you find <strong>God\'s plan</strong> to integrate the diverse pieces of your life.</div>\r\nCome and check us out!','Are You Satisfied?',0,'','publish','open','open','','are-you-satisfied','','','2006-06-10 07:54:48','2006-06-10 14:54:48','',0,'http://www.blogs.lifechurchministries.org/test/?p=3',0,'','',0),(4,2,'2006-06-03 09:41:41','2006-06-03 16:41:41','In Matthew 28:18-20 the Bible says:\r\n<blockquote>Then Jesus came to them and said, “All authority in heaven and on earth has been given to me.  Therefore go and make disciples of all nations, baptizing them in the name of the Father and of the Son and of the Holy Spirit, and teaching them to obey everything I have commanded you. And surely I am with you always, to the very end of the age.”</blockquote>\r\nHave you discipled anyone lately?\r\nHave you influenced anyone to become a Christian lately?\r\nHave you told anyone about Jesus lately?\r\nWhat would your answers to these questions have been if someone had personally trained you?\r\n<div align=\"left\">At <a target=\"_blank\" title=\"Life Church\" href=\"http://www.lifechurchministries.org/\">Life Church</a> we will teach you how to expand God\'s Kingdom naturally, without using phony, impersonal gimmicks.  You\'ll learn how to:</div>\r\n<ul>\r\n	<li>develop godly habits and teach them to others</li>\r\n	<li>turn godly habits into skills</li>\r\n	<li>combine godly habits and skills into a ministry</li>\r\n</ul>\r\nIn short, you\'ll learn how to make evangelism and discipleship a part of your lifestyle.  You\'ll be amazed at how God can use the \"everyday\" pieces of your life and the things you do for fun to draw people into his Kingdom.\r\n<div align=\"left\">Come and join the party!</div>','What Are You Doing For God\'s Kingdom?',0,'','publish','open','open','','what-are-you-doing-for-gods-kingdom','','','2006-06-10 07:54:30','2006-06-10 14:54:30','',0,'http://www.blogs.lifechurchministries.org/test/?p=4',0,'','',0),(5,2,'2006-06-03 09:44:14','2006-06-03 16:44:14','Do you know God\'s will for your life?\r\n<div align=\"left\">Do you know the next steps to take to see God\'s will for your life fulfilled?</div>\r\n<p align=\"left\">Do you need help overcoming obstacles that stand in the way of your spiritual destiny?</p>\r\n\r\n<div align=\"left\" />\r\n<div align=\"left\">In Matthew 9:35-38 the Bible says:</div>\r\n<blockquote>Jesus went through all the towns and villages, teaching in their synagogues, preaching the good news of the kingdom and healing every disease and sickness.  When he saw the crowds, he had compassion on them, because they were harassed and helpless, like sheep without a shepherd.  Then he said to his disciples, “The harvest is plentiful but the workers are few.  Ask the Lord of the harvest, therefore, to send out workers into his harvest field.”</blockquote>\r\nJesus was sensitive to those who were \"harassed and helpless\".  He knew that they needed a shepherd or pastor to provide them with guidance and protection.  To meet this need, Jesus trained leaders and sent them out to serve his people. This biblical role of pastor or shepherd is the same today, but sadly, many Christians never experience it.  Many who sit in church Sunday after Sunday hear entertaining preaching but never receive the guidance they need to become what God wants them to be.\r\n<div align=\"left\">If this has been your experience and you\'re ready for a change, come to <a title=\"Life Church\" target=\"_blank\" href=\"http://www.lifechurchministries.org/\">Life Church</a>. We\'ll teach you how to really know God and how to fulfill his purpose for your life!  We\'ll also teach you how to work together with other believers to transform your community and your world!</div>\r\n<div align=\"left\" />\r\n<div align=\"left\" />\r\n<div align=\"left\">Come and experience God doing a new thing in your life!</div>','Are You Being Pastored?',0,'','publish','open','open','','are-you-being-pastored','','','2006-06-10 07:54:13','2006-06-10 14:54:13','',0,'http://www.blogs.lifechurchministries.org/test/?p=5',0,'','',0),(6,2,'2006-06-05 11:20:21','2006-06-05 18:20:21','Are you outsourcing your spiritual life?  Modern American society makes extensive use of professionals - especially paid professionals.<!--more-->\r\n<ul>\r\n	<li>We have paid professionals to handle our medical problems - we call them doctors.</li>\r\n	<li>We have paid professionals to handle our legal problems - we call them lawyers.</li>\r\n	<li>We have paid professionals to handle our educational needs - we call them teachers or even professors.</li>\r\n</ul>\r\nWe pay these people to take care of the designated areas of our lives - they do the work, and we pay the bills!\r\nWhen it comes to our spiritual lives many of us use this same approach!  It\'s very American, but is it biblical?\r\n\r\nIn Ephesians 4:7-16 the Bible says:\r\n<blockquote>But to each one of us grace has been given as Christ apportioned it.  This is why it says: “When he ascended on high, he led captives in his train and gave gifts to men.”  (What does “he ascended” mean except that he also descended to the lower, earthly regions?  He who descended is the very one who ascended higher than all the heavens, in order to fill the whole universe.)  It was he who gave some to be apostles, some to be prophets, some to be evangelists, and some to be pastors and teachers,  to prepare God’s people for works of service, so that the body of Christ may be built up until we all reach unity in the faith and in the knowledge of the Son of God and become mature, attaining to the whole measure of the fullness of Christ.\r\nThen we will no longer be infants, tossed back and forth by the waves, and blown here and there by every wind of teaching and by the cunning and craftiness of men in their deceitful scheming.  Instead, speaking the truth in love, we will in all things grow up into him who is the Head, that is, Christ.  From him the whole body, joined and held together by every supporting ligament, grows and builds itself up in love, as each part does its work.</blockquote>\r\nThis passage teaches us a number of important truths:\r\n<ol>\r\n	<li>Jesus, in ascending to the Father, has given gifts to men.</li>\r\n	<li>These gifts actually come in the form of gifted people who serve in various leadership roles: apostle, prophet, evangelist, pastor, and teacher.</li>\r\n	<li>These roles have a purpose:</li>\r\n<ul>\r\n	<li>to prepare God\'s people to build up the Church (i.e. both to add new members and to make the existing members stronger) through works of service (i.e. \"ministry\" in 17th century English)</li>\r\n</ul>\r\n	<li>By successfully operating in these roles the Church will experience the following outcomes:</li>\r\n<ul>\r\n	<li>unity and maturity</li>\r\n	<li>stability in the midst of an unstable world</li>\r\n	<li>consistent growth to be like Jesus</li>\r\n</ul>\r\n</ol>\r\nNotice that the purpose of these leadership roles includes:\r\n<ul>\r\n	<li>teaching God\'s people to know the right things,</li>\r\n	<li>teaching God\'s people to believe the right things,</li>\r\n	<li>teaching God\'s people to serve in ways that build up the church</li>\r\n</ul>\r\nAs Christians in American society, we\'re very comfortable with the idea of leaders teaching believers to know and believe certain essential truths. We\'re even comfortable with the idea of leaders teaching believers to do certain things - especially if they\'re \"churchy\" things like:\r\n<ul>\r\n	<li>singing in a choir</li>\r\n	<li>serving as ushers and greeters</li>\r\n	<li>serving as \"armour bearers\"</li>\r\n	<li>setting up before and cleaning up after church events</li>\r\n	<li>driving church vehicles</li>\r\n	<li>teaching Sunday School</li>\r\n	<li>passing out tracts door to door or on street corners</li>\r\n</ul>\r\nWhat we\'re less comfortable with, is teaching believers to do things that <strong>actually</strong> build up the church. I say \"actually\", because many of us have a collection of favorite evangelistic activities that we engage in from time to time. Unfortunately, most of these activities don\'t actually yield much fruit. I thank God for the fruit that these activities do yield, but if we\'re honest with ourselves we\'ll realize that we can do much, much better.\r\n\r\nIn order for us to actually do better however, we need to:\r\n<ul>\r\n	<li>measure our results</li>\r\n	<li>analyze our methods</li>\r\n	<li>revise our structures</li>\r\n	<li>reorganize our churches</li>\r\n	<li>eliminate what doesn\'t work</li>\r\n</ul>\r\nTraining each believer to win and make disciples effectively will yield more results than requiring the leaders to do all the \"winning\" and \"making\". Leaders who train other believers to win and make disciples effectively multiply themselves. In most churches, leaders spend most of their time meeting the needs of a fairly large pool of immature members. Leaders who train believers to win others accomplish three things:\r\n<ul>\r\n	<li>they decrease the pool of needy immature members</li>\r\n	<li>they increase the pool of leaders able to serve others</li>\r\n	<li>they increase the pool of believers available to win and make disciples</li>\r\n</ul>\r\nFrankly, this is a lot of work. So instead of \"stepping up\" to become an effective tool in the Lord\'s hand we just do the \"American\" thing and say:\r\n\r\n\"Let the professionals handle it\".','Let The Professionals Handle It!',0,'','publish','open','open','','let-the-professionals-handle-it','','','2006-10-18 08:28:53','2006-10-18 15:28:53','',0,'http://www.blogs.lifechurchministries.org/test/?p=6',0,'','',0),(7,2,'2006-06-05 11:22:18','2006-06-05 18:22:18','Many highly committed believers find themselves','I Want To Be In Ministry',0,'','publish','open','open','','i-want-to-be-in-ministry','','','2006-06-05 11:22:18','2006-06-05 18:22:18','',0,'http://www.blogs.lifechurchministries.org/test/?p=7',0,'','',0),(8,2,'2006-06-07 20:48:09','2006-06-08 03:48:09','The Church is at a crossroads.','Hard Choices On Gay Marriage',0,'','publish','open','open','','hard-choices-on-gay-marriage','','','2006-06-07 20:48:09','2006-06-08 03:48:09','',0,'http://www.blogs.lifechurchministries.org/test/?p=8',0,'','',0),(9,2,'2006-06-07 20:49:28','2006-06-08 03:49:28','These days its fashionable to be spiritual - whatever that means!','What Good Is Spirituality?',0,'','publish','open','open','','what-good-is-spirituality','','','2006-06-07 20:49:28','2006-06-08 03:49:28','',0,'http://www.blogs.lifechurchministries.org/test/?p=9',0,'','',0),(10,2,'2006-06-09 22:01:31','2006-06-10 05:01:31','Are you someone who used to be \"in church\".\r\n\r\nAre you trying to get back?','Getting Back To Being \"In Church\"',0,'','publish','open','open','','getting-back-to-being-in-church','','','2006-06-09 22:01:31','2006-06-10 05:01:31','',0,'http://www.blogs.lifechurchministries.org/test/?p=10',0,'','',0),(11,2,'0000-00-00 00:00:00','0000-00-00 00:00:00','<strong>We’re Glad You’re Here!</strong> How can we help you today?\r\n\r\nPeople come to church for many different reasons. Why are you here today?\r\n<ul>\r\n	<li>Are you looking for solutions to your problems?</li>\r\n	<li>Are you here to recommit your life to God?</li>\r\n	<li>Are you here to find out more about God?</li>\r\n	<li>Are you trying to connect with the God of your youth?</li>\r\n	<li>Are you trying to connect with the God your parents or grandparents once told you about?</li>\r\n	<li>Have you come to church for “good luck”?</li>\r\n	<li>Have you come to church for good Sunday entertainment?</li>\r\n	<li>Are you here to do something for God?</li>\r\n	<li>Are you here because someone “dragged” you here?</li>\r\n</ul>\r\nAs you think about your reasons for coming to <a target=\"_blank\" title=\"Life Church\" href=\"http://www.lifechurchministries.org/\">Life Church</a> consider the following passage of scripture:\r\n<p style=\"font-style: italic; margin-left: 40px\">As Jesus approached Jericho, a blind man was sitting by the roadside begging. When he heard the crowd going by, he asked what was happening. They told him, “Jesus of Nazareth is passing by.” He called out, “Jesus, Son of David, have mercy on me!” Those who led the way rebuked him and told him to be quiet, but he shouted all the more, “Son of David, have mercy on me!” Jesus stopped and ordered the man to be brought to him. When he came near, Jesus asked him,</p>\r\n<p style=\"font-style: italic; margin-left: 40px; font-weight: bold\">“What do you want me to do for you?”</p>\r\n<p style=\"font-style: italic; margin-left: 40px\">“Lord, I want to see,” he replied. Jesus said to him, “Receive your sight; your faith has healed you.” Immediately he received his sight and followed Jesus, praising God. When all the people saw it, they also praised God. (Luke 18:35-43 NIV)</p>\r\n<a target=\"_blank\" title=\"Jesus\" href=\"http://www.lifechurchministries.org/what_we_believe/jesus.shtml\">Jesus</a> recognized that people called out to him for various reasons. He wanted this man to be clear in his own mind about what he wanted and exercise faith in God to receive it. Jesus expects the same thing from you today!\r\n\r\nAt <a target=\"_blank\" title=\"Life Church\" href=\"http://www.lifechurchministries.org/\">Life Church</a> we’ve discovered that God wants to bless you! He wants to help you:\r\n<ul>\r\n	<li>Discover your purpose, your gifts, and your talents</li>\r\n	<li>Stop bad habits and “drama”, and overcome past failures and rejection</li>\r\n	<li>Develop genuine, lasting friendships</li>\r\n	<li>Find the right job, keep it, and discover the career that’s right for you</li>\r\n	<li>Live the “single life” successfully and, when the time is right, find the right husband/wife</li>\r\n	<li>Build a successful marriage</li>\r\n	<li>Become an excellent parent and raise successful children</li>\r\n	<li>Build wealth for your family</li>\r\n	<li>Live a life of peace in a dangerous world</li>\r\n	<li>Transform your community and your nation</li>\r\n</ul>\r\nNo matter why you came here, you can experience God’s transforming power in your life if you will let go of your agenda and accept God’s. Jesus said:\r\n<blockquote><em>The thief comes only to steal and kill and destroy; I have come that they may have life, and have it to the full. John 10:10 (NIV)</em></blockquote>\r\nJesus is offering you full life, but to experience it you’ll have to do more than just visit church on Sunday! Let us help you – we offer\r\n<ul>\r\n	<li>A Bible-centered message on Sundays presenting God’s word clearly and understandably</li>\r\n	<li>Small group meetings to support your spiritual growth and to help you apply God’s Word to your life</li>\r\n	<li>Classes to provide you with the basic training that every Christian needs</li>\r\n	<li>And much much more . . .</li>\r\n</ul>\r\nAll it takes is your commitment!\r\n\r\nAt <a title=\"Life Church\" target=\"_blank\" href=\"http://www.lifechurchministries.org/\">Life Church</a> we don’t “do church” the same way everyone else does. In fact, <strong>we want to transform the way you “do church”</strong> from now on!\r\n\r\n<strong>What do you want Jesus to do for you today?</strong>','Welcome To Life Church',0,'','draft','open','open','','','','','2006-08-01 20:13:40','2006-08-02 03:13:40','',0,'http://www.blogs.lifechurchministries.org/test/?p=11',0,'','',0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_test_posts` ENABLE KEYS */;

--
-- Table structure for table `wp_test_usermeta`
--

DROP TABLE IF EXISTS `wp_test_usermeta`;
CREATE TABLE `wp_test_usermeta` (
  `umeta_id` bigint(20) NOT NULL auto_increment,
  `user_id` bigint(20) NOT NULL default '0',
  `meta_key` varchar(255) default NULL,
  `meta_value` longtext,
  PRIMARY KEY  (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM AUTO_INCREMENT=65 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_test_usermeta`
--


/*!40000 ALTER TABLE `wp_test_usermeta` DISABLE KEYS */;
LOCK TABLES `wp_test_usermeta` WRITE;
INSERT INTO `wp_test_usermeta` VALUES (1,1,'wp_test_user_level','10'),(2,1,'wp_test_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(3,1,'first_name',''),(4,1,'last_name',''),(5,1,'nickname','admin'),(6,1,'description',''),(7,1,'jabber',''),(8,1,'aim',''),(9,1,'yim',''),(10,1,'rich_editing','true'),(11,2,'first_name','Rocklyn'),(12,2,'last_name','Clarke'),(13,2,'nickname','pastor.rocklyn'),(14,2,'description',''),(15,2,'jabber',''),(16,2,'aim',''),(17,2,'yim',''),(18,2,'wp_test_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(19,2,'wp_test_user_level','10'),(20,3,'first_name','Eva'),(21,3,'last_name','Clarke'),(22,3,'nickname','pastor.eva'),(23,3,'description',''),(24,3,'jabber',''),(25,3,'aim',''),(26,3,'yim',''),(27,3,'wp_test_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(28,3,'wp_test_user_level','10'),(29,4,'first_name','Rocklyn'),(30,4,'last_name','Clarke'),(31,4,'nickname','reclarke'),(32,4,'description',''),(33,4,'jabber',''),(34,4,'aim',''),(35,4,'yim',''),(36,4,'wp_test_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37,4,'wp_test_user_level','0'),(38,5,'first_name','Eva'),(39,5,'last_name','Clarke'),(40,5,'nickname','elclarke'),(41,5,'description',''),(42,5,'jabber',''),(43,5,'aim',''),(44,5,'yim',''),(45,5,'wp_test_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46,5,'wp_test_user_level','0'),(47,6,'first_name','Vanessa'),(48,6,'last_name','Martin'),(49,6,'nickname','webmaster'),(50,6,'description',''),(51,6,'jabber',''),(52,6,'aim',''),(53,6,'yim',''),(54,6,'wp_test_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(55,6,'wp_test_user_level','10'),(56,7,'first_name','Vanessa'),(57,7,'last_name','Martin'),(58,7,'nickname','vrmartin'),(59,7,'description',''),(60,7,'jabber',''),(61,7,'aim',''),(62,7,'yim',''),(63,7,'wp_test_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64,7,'wp_test_user_level','0');
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_test_usermeta` ENABLE KEYS */;

--
-- Table structure for table `wp_test_users`
--

DROP TABLE IF EXISTS `wp_test_users`;
CREATE TABLE `wp_test_users` (
  `ID` bigint(20) unsigned NOT NULL auto_increment,
  `user_login` varchar(60) NOT NULL default '',
  `user_pass` varchar(64) NOT NULL default '',
  `user_nicename` varchar(50) NOT NULL default '',
  `user_email` varchar(100) NOT NULL default '',
  `user_url` varchar(100) NOT NULL default '',
  `user_registered` datetime NOT NULL default '0000-00-00 00:00:00',
  `user_activation_key` varchar(60) NOT NULL default '',
  `user_status` int(11) NOT NULL default '0',
  `display_name` varchar(250) NOT NULL default '',
  PRIMARY KEY  (`ID`),
  KEY `user_login_key` (`user_login`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_test_users`
--


/*!40000 ALTER TABLE `wp_test_users` DISABLE KEYS */;
LOCK TABLES `wp_test_users` WRITE;
INSERT INTO `wp_test_users` VALUES (1,'admin','32a25d0e2573f65dae6c45d3a642df19','admin','pastor.rocklyn@lifechurchministries.org','http://','2006-05-16 13:06:40','',0,'pastor.rocklyn'),(2,'pastor.rocklyn','d20f8136682dfff56557d0240b9e6777','pastorrocklyn','pastor.rocklyn@lifechurchministries.org','http://www.lifechurchministries.org/','2006-05-16 20:12:07','',0,'pastor.rocklyn'),(3,'pastor.eva','218021da2c8a03f133e8de828d4a8b9d','pastoreva','pastor.eva@lifechurchministries.org','http://www.lifechurchministries.org/','2006-05-16 20:13:46','',0,'pastor.eva'),(4,'reclarke','d20f8136682dfff56557d0240b9e6777','reclarke','reclarke@lifechurchministries.org','http://','2006-05-16 20:15:48','',0,'reclarke'),(5,'elclarke','218021da2c8a03f133e8de828d4a8b9d','elclarke','elclarke@lifechurchministries.org','http://','2006-05-16 20:16:23','',0,'elclarke'),(6,'webmaster','6bdafe92a06d17b6f9e8ef2a1d4a763b','webmaster','vrmartin@lifechurchministries.org','http://','2006-05-16 20:19:30','',0,'webmaster'),(7,'vrmartin','6bdafe92a06d17b6f9e8ef2a1d4a763b','vrmartin','vrmartin@lifechurchministries.org','http://','2006-05-16 20:19:59','',0,'vrmartin');
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_test_users` ENABLE KEYS */;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

mysql/lcmcaldb.2007-02-16.sql0000644005216200505720000012225010565516675016506 0ustar  lifechurpg12439000000000000000-- MySQL dump 10.10
--
-- Host: lcmdbsrv.calendar.lifechurchministries.org    Database: lcmcaldb
-- ------------------------------------------------------
-- Server version	5.0.24a-standard-log

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `webcal_asst`
--

DROP TABLE IF EXISTS `webcal_asst`;
CREATE TABLE `webcal_asst` (
  `cal_boss` varchar(25) NOT NULL,
  `cal_assistant` varchar(25) NOT NULL,
  PRIMARY KEY  (`cal_boss`,`cal_assistant`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `webcal_asst`
--


/*!40000 ALTER TABLE `webcal_asst` DISABLE KEYS */;
LOCK TABLES `webcal_asst` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `webcal_asst` ENABLE KEYS */;

--
-- Table structure for table `webcal_categories`
--

DROP TABLE IF EXISTS `webcal_categories`;
CREATE TABLE `webcal_categories` (
  `cat_id` int(11) NOT NULL,
  `cat_owner` varchar(25) default NULL,
  `cat_name` varchar(80) NOT NULL,
  PRIMARY KEY  (`cat_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `webcal_categories`
--


/*!40000 ALTER TABLE `webcal_categories` DISABLE KEYS */;
LOCK TABLES `webcal_categories` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `webcal_categories` ENABLE KEYS */;

--
-- Table structure for table `webcal_config`
--

DROP TABLE IF EXISTS `webcal_config`;
CREATE TABLE `webcal_config` (
  `cal_setting` varchar(50) NOT NULL,
  `cal_value` varchar(100) default NULL,
  PRIMARY KEY  (`cal_setting`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `webcal_config`
--


/*!40000 ALTER TABLE `webcal_config` DISABLE KEYS */;
LOCK TABLES `webcal_config` WRITE;
INSERT INTO `webcal_config` VALUES ('application_name','Life Church Calendar'),('LANGUAGE','none'),('demo_mode','N'),('require_approvals','Y'),('groups_enabled','Y'),('user_sees_only_his_groups','N'),('categories_enabled','Y'),('allow_conflicts','N'),('conflict_repeat_months','6'),('disable_priority_field','N'),('disable_access_field','N'),('disable_participants_field','N'),('disable_repeating_field','N'),('allow_view_other','Y'),('remember_last_login','Y'),('allow_color_customization','Y'),('BGCOLOR','#FFFFFF'),('TEXTCOLOR','#000000'),('H2COLOR','#000000'),('CELLBG','#C0C0C0'),('WEEKENDBG','#D0D0D0'),('TABLEBG','#000000'),('THBG','#FFFFFF'),('THFG','#000000'),('POPUP_FG','#000000'),('POPUP_BG','#FFFFFF'),('TODAYCELLBG','#FFFF33'),('STARTVIEW','week.php'),('WEEK_START','0'),('TIME_FORMAT','12'),('DISPLAY_UNAPPROVED','Y'),('DISPLAY_WEEKNUMBER','Y'),('WORK_DAY_START_HOUR','8'),('WORK_DAY_END_HOUR','22'),('send_email','Y'),('EMAIL_REMINDER','Y'),('EMAIL_EVENT_ADDED','Y'),('EMAIL_EVENT_UPDATED','Y'),('EMAIL_EVENT_DELETED','Y'),('EMAIL_EVENT_REJECTED','Y'),('auto_refresh','N'),('nonuser_enabled','Y'),('allow_html_description','Y'),('reports_enabled','Y'),('DISPLAY_WEEKENDS','Y'),('DISPLAY_DESC_PRINT_DAY','N'),('DATE_FORMAT','__month__ __dd__, __yyyy__'),('TIME_SLOTS','24'),('TIMED_EVT_LEN','D'),('PUBLISH_ENABLED','Y'),('DATE_FORMAT_MY','__month__ __yyyy__'),('DATE_FORMAT_MD','__month__ __dd__'),('CUSTOM_SCRIPT','N'),('CUSTOM_HEADER','N'),('CUSTOM_TRAILER','N'),('bold_days_in_year','Y'),('site_extras_in_popup','N'),('add_link_in_views','Y'),('allow_conflict_override','Y'),('limit_appts','N'),('limit_appts_number','6'),('public_access','Y'),('public_access_default_visible','Y'),('public_access_default_selected','N'),('public_access_others','Y'),('public_access_can_add','Y'),('public_access_add_needs_approval','Y'),('public_access_view_part','N'),('nonuser_at_top','Y'),('allow_external_users','Y'),('external_notifications','Y'),('external_reminders','Y'),('enable_gradients','N'),('server_url','http://calendar.lifechurchministries.org/'),('FONTS','Arial, Helvetica, sans-serif'),('auto_refresh_time','0'),('email_fallback_from','noreply@calendar.lifechurchministries.org');
UNLOCK TABLES;
/*!40000 ALTER TABLE `webcal_config` ENABLE KEYS */;

--
-- Table structure for table `webcal_entry`
--

DROP TABLE IF EXISTS `webcal_entry`;
CREATE TABLE `webcal_entry` (
  `cal_id` int(11) NOT NULL,
  `cal_group_id` int(11) default NULL,
  `cal_ext_for_id` int(11) default NULL,
  `cal_create_by` varchar(25) NOT NULL,
  `cal_date` int(11) NOT NULL,
  `cal_time` int(11) default NULL,
  `cal_mod_date` int(11) default NULL,
  `cal_mod_time` int(11) default NULL,
  `cal_duration` int(11) NOT NULL,
  `cal_priority` int(11) default '2',
  `cal_type` char(1) default 'E',
  `cal_access` char(1) default 'P',
  `cal_name` varchar(80) NOT NULL,
  `cal_description` text,
  PRIMARY KEY  (`cal_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `webcal_entry`
--


/*!40000 ALTER TABLE `webcal_entry` DISABLE KEYS */;
LOCK TABLES `webcal_entry` WRITE;
INSERT INTO `webcal_entry` VALUES (1,NULL,NULL,'admin',20050117,-1,20060728,3356,0,2,'E','P','Martin Luther King, Jr.\'s Birthday','Martin Luther King, Jr.\'s Birthday'),(2,NULL,NULL,'admin',20050221,-1,20060728,3356,0,2,'E','P','George Washington\'s Birthday','George Washington\'s Birthday'),(3,NULL,NULL,'admin',20050530,-1,20060728,3356,0,2,'E','P','Memorial Day','Memorial Day'),(4,NULL,NULL,'admin',20050704,-1,20060728,3356,0,2,'E','P','Independence Day','Independence Day'),(5,NULL,NULL,'admin',20050905,-1,20060728,3356,0,2,'E','P','Labor Day','Labor Day'),(6,NULL,NULL,'admin',20051010,-1,20060728,3356,0,2,'E','P','Columbus Day','Columbus Day'),(7,NULL,NULL,'admin',20051111,-1,20060728,3356,0,2,'E','P','Veterans Day','Veterans Day'),(8,NULL,NULL,'admin',20051124,-1,20060728,3356,0,2,'E','P','Thanksgiving Day','Thanksgiving Day'),(9,NULL,NULL,'admin',20051226,-1,20060728,3356,0,2,'E','P','Christmas Day','Christmas Day'),(10,NULL,NULL,'admin',20060102,-1,20060728,3356,0,2,'E','P','New Year\'s Day','New Year\'s Day'),(11,NULL,NULL,'admin',20060116,-1,20060728,3356,0,2,'E','P','Martin Luther King, Jr\'s Birthday','Martin Luther King, Jr\'s Birthday'),(12,NULL,NULL,'admin',20060220,-1,20060728,3356,0,2,'E','P','George Washington\'s Birthday','George Washington\'s Birthday'),(13,NULL,NULL,'admin',20060529,-1,20060728,3356,0,2,'E','P','Memorial Day','Memorial Day'),(14,NULL,NULL,'admin',20060704,-1,20060728,3356,0,2,'E','P','Independence Day','Independence Day'),(15,NULL,NULL,'admin',20060904,-1,20060728,3356,0,2,'E','P','Labor Day','Labor Day'),(16,NULL,NULL,'admin',20061009,-1,20060728,3356,0,2,'E','P','Columbus Day','Columbus Day'),(17,NULL,NULL,'admin',20061110,-1,20060728,3356,0,2,'E','P','Veterans Day','Veterans Day'),(18,NULL,NULL,'admin',20061123,-1,20060728,3356,0,2,'E','P','Thanksgiving Day','Thanksgiving Day'),(19,NULL,NULL,'admin',20061225,-1,20060728,3356,0,2,'E','P','Christmas Day','Christmas Day'),(20,NULL,NULL,'admin',20070101,-1,20060728,3356,0,2,'E','P','New Years Day','New Years Day'),(21,NULL,NULL,'admin',20070115,-1,20060728,3356,0,2,'E','P','Martin Luther King, Jr\'s Birthday','Martin Luther King, Jr\'s Birthday'),(22,NULL,NULL,'admin',20070219,-1,20060728,3356,0,2,'E','P','George Washington\'s Birthday','George Washington\'s Birthday'),(23,NULL,NULL,'admin',20070528,-1,20060728,3356,0,2,'E','P','Memorial Day','Memorial Day'),(24,NULL,NULL,'admin',20070704,-1,20060728,3356,0,2,'E','P','Independence Day','Independence Day'),(25,NULL,NULL,'admin',20070903,-1,20060728,3356,0,2,'E','P','Labor Day','Labor Day'),(26,NULL,NULL,'admin',20071008,-1,20060728,3356,0,2,'E','P','Columbus Day','Columbus Day'),(27,NULL,NULL,'admin',20071112,-1,20060728,3356,0,2,'E','P','Veterans Day','Veterans Day'),(28,NULL,NULL,'admin',20071122,-1,20060728,3356,0,2,'E','P','Thanksgiving Day','Thanksgiving Day'),(29,NULL,NULL,'admin',20071225,-1,20060728,3356,0,2,'E','P','Christmas Day','Christmas Day'),(30,NULL,NULL,'admin',20080101,-1,20060728,3356,0,2,'E','P','New Years Day','New Years Day'),(31,NULL,NULL,'admin',20080121,-1,20060728,3356,0,2,'E','P','Martin Luther King, Jr\'s Birthday','Martin Luther King, Jr\'s Birthday'),(32,NULL,NULL,'admin',20080218,-1,20060728,3356,0,2,'E','P','George Washington\'s Birthday','George Washington\'s Birthday'),(33,NULL,NULL,'admin',20080526,-1,20060728,3356,0,2,'E','P','Memorial Day','Memorial Day'),(34,NULL,NULL,'admin',20080704,-1,20060728,3356,0,2,'E','P','Independence Day','Independence Day'),(35,NULL,NULL,'admin',20080901,-1,20060728,3356,0,2,'E','P','Labor Day','Labor Day'),(36,NULL,NULL,'admin',20081013,-1,20060728,3356,0,2,'E','P','Columbus Day','Columbus Day'),(37,NULL,NULL,'admin',20081111,-1,20060728,3356,0,2,'E','P','Veterans Day','Veterans Day'),(38,NULL,NULL,'admin',20081127,-1,20060728,3356,0,2,'E','P','Thanksgiving Day','Thanksgiving Day'),(39,NULL,NULL,'admin',20081225,-1,20060728,3356,0,2,'E','P','Christmas Day','Christmas Day'),(40,NULL,NULL,'admin',20090101,-1,20060728,3356,0,2,'E','P','New Years Day','New Years Day'),(41,NULL,NULL,'admin',20090119,-1,20060728,3356,0,2,'E','P','Martin Luther King, Jr\'s Birthday','Martin Luther King, Jr\'s Birthday'),(42,NULL,NULL,'admin',20090216,-1,20060728,3356,0,2,'E','P','Georgy Washington\'s Birthday','Georgy Washington\'s Birthday'),(43,NULL,NULL,'admin',20090525,-1,20060728,3356,0,2,'E','P','Memorial Day','Memorial Day'),(44,NULL,NULL,'admin',20090703,-1,20060728,3356,0,2,'E','P','Independence Day','Independence Day'),(45,NULL,NULL,'admin',20090907,-1,20060728,3356,0,2,'E','P','Labor Day','Labor Day'),(46,NULL,NULL,'admin',20091012,-1,20060728,3356,0,2,'E','P','Columbus Day','Columbus Day'),(47,NULL,NULL,'admin',20091111,-1,20060728,3356,0,2,'E','P','Veterans Day','Veterans Day'),(48,NULL,NULL,'admin',20091126,-1,20060728,3356,0,2,'E','P','Thanksgiving Day','Thanksgiving Day'),(49,NULL,NULL,'admin',20091225,-1,20060728,3356,0,2,'E','P','Christmas Day','Christmas Day'),(50,NULL,NULL,'admin',20100101,-1,20060728,3356,0,2,'E','P','New Years Day','New Years Day'),(51,NULL,NULL,'admin',20100118,-1,20060728,3356,0,2,'E','P','Martin Luther King, Jr\'s Birthday','Martin Luther King, Jr\'s Birthday'),(52,NULL,NULL,'admin',20100215,-1,20060728,3356,0,2,'E','P','Washington\'s Birthday','Washington\'s Birthday'),(53,NULL,NULL,'admin',20100531,-1,20060728,3356,0,2,'E','P','Memorial Day','Memorial Day'),(54,NULL,NULL,'admin',20100705,-1,20060728,3356,0,2,'E','P','Independence Day','Independence Day'),(55,NULL,NULL,'admin',20100906,-1,20060728,3356,0,2,'E','P','Memorial Day','Memorial Day'),(56,NULL,NULL,'admin',20101011,-1,20060728,3356,0,2,'E','P','Columbus Day','Columbus Day'),(57,NULL,NULL,'admin',20101111,-1,20060728,3356,0,2,'E','P','Veterans Day','Veterans Day'),(58,NULL,NULL,'admin',20101125,-1,20060728,3356,0,2,'E','P','Thanksgiving Day','Thanksgiving Day'),(59,NULL,NULL,'admin',20101224,-1,20060728,3357,0,2,'E','P','Christmas Day','Christmas Day'),(60,NULL,NULL,'admin',20050120,-1,20060728,3357,0,2,'E','P','Inauguration Day','This is a holiday for Federal employees in the D.C. metro area only (Washington, D.C.; Montgomery and Prince George\'s Counties, Md.; Arlington and Fairfax Counties, and Alexandria and Fairfax Cities, Va.).'),(61,NULL,NULL,'admin',20090120,-1,20060728,3357,0,2,'E','P','Inauguration Day','Inauguration Day'),(62,NULL,NULL,'_NUC_lifechurch',20060101,100000,20060728,13448,90,3,'M','P','Sunday Worship Service','Sunday Worship Service'),(63,NULL,NULL,'_NUC_lifechurch',20060101,100000,20060728,13814,90,3,'M','P','Sunday Worship Service','Life Church Sunday Worship Service'),(64,NULL,NULL,'_NUC_lifechurch',20060101,100000,20060728,14209,90,2,'M','P','Sunday Worship Service','Life Church Sunday Worship Service'),(65,NULL,NULL,'_NUC_lifechurch',20060205,120000,20060728,64928,180,3,'M','P','Communion and Pot Luck','Monthly communion service followed by pot luck meal'),(66,NULL,NULL,'_NUC_lifechurch',20060709,120000,20060728,65522,60,3,'M','P','Life Group Leaders Meeting','Bi-monthly meeting for Life Group leaders and assistants.'),(67,NULL,NULL,'_NUC_lifechurch',20060723,120000,20060728,65612,60,3,'M','P','Life Group Leaders Meeting','Bi-monthly meeting for Life Group leaders and assistants.'),(68,NULL,NULL,'_NUC_lifechurch',20060708,130000,20060728,65902,180,3,'E','P','Worship Team Meeting','Worship Team Meeting'),(69,NULL,NULL,'_NUC_lifechurch',20060812,130000,20060728,70012,180,3,'E','P','Worship Team Meeting','Worship Team Meeting'),(70,NULL,NULL,'_NUC_lifechurch',20060812,-1,20060728,121029,0,2,'E','P','Games / Movie Night','Pastors Rocklyn and Eva invite you to join them at their home on Saturday August 12, 2006 from 4pm - 8pm for an afternoon/evening of games, movies, food, fellowship, and fun.'),(71,NULL,NULL,'_NUC_lifechurch',20060820,120000,20060728,122553,60,2,'M','P','Children\'s Church Planning Mtg','The Children\'s Church teachers, assistants, and leaders will meet on the 3rd Sunday of every month after service.'),(72,NULL,NULL,'_NUC_lifechurch',20060107,100000,20060728,122854,90,3,'M','P','Life Group 2 Weekly Mtg','Life Group 2 Weekly Mtg.'),(73,NULL,NULL,'_NUC_lifechurch',20060103,190000,20060728,123037,90,3,'M','P','Life Group 3 Weekly Mtg','Life Group 3 Weekly Mtg'),(74,NULL,NULL,'_NUC_lifechurch',20060104,190000,20060728,123214,90,3,'M','P','Life Group 4 Weekly Mtg','Life Group 4 Weekly Mtg'),(75,NULL,NULL,'_NUC_lifechurch',20060728,193000,20060728,123615,60,2,'M','P','Men\'s Bible Study','An evangelistic men\'s Bible study.\r\n\r\nLocation:\r\nGrove Hall Community Center (The Bubble)\r\nhttp://www.cityofboston.gov/bcyf/search.asp?selcc=46\r\nAddress: 48 Geneva Av.\r\nDorchester, MA   02119'),(76,NULL,NULL,'_NUC_lifechurch',20060728,204500,20060728,124512,120,2,'M','P','Neighborhood Walk','A bi-weekly neighborhood walk sponsored by the Boston Ten Point Coalition\r\n\r\nLocation:\r\nGrove Hall Community Center (The Bubble)\r\nAddress: 48 Geneva Av.\r\nDorchester,  MA   02119');
UNLOCK TABLES;
/*!40000 ALTER TABLE `webcal_entry` ENABLE KEYS */;

--
-- Table structure for table `webcal_entry_ext_user`
--

DROP TABLE IF EXISTS `webcal_entry_ext_user`;
CREATE TABLE `webcal_entry_ext_user` (
  `cal_id` int(11) NOT NULL default '0',
  `cal_fullname` varchar(50) NOT NULL,
  `cal_email` varchar(75) default NULL,
  PRIMARY KEY  (`cal_id`,`cal_fullname`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `webcal_entry_ext_user`
--


/*!40000 ALTER TABLE `webcal_entry_ext_user` DISABLE KEYS */;
LOCK TABLES `webcal_entry_ext_user` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `webcal_entry_ext_user` ENABLE KEYS */;

--
-- Table structure for table `webcal_entry_log`
--

DROP TABLE IF EXISTS `webcal_entry_log`;
CREATE TABLE `webcal_entry_log` (
  `cal_log_id` int(11) NOT NULL,
  `cal_entry_id` int(11) NOT NULL,
  `cal_login` varchar(25) NOT NULL,
  `cal_user_cal` varchar(25) default NULL,
  `cal_type` char(1) NOT NULL,
  `cal_date` int(11) NOT NULL,
  `cal_time` int(11) default NULL,
  `cal_text` text,
  PRIMARY KEY  (`cal_log_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `webcal_entry_log`
--


/*!40000 ALTER TABLE `webcal_entry_log` DISABLE KEYS */;
LOCK TABLES `webcal_entry_log` WRITE;
INSERT INTO `webcal_entry_log` VALUES (1,1,'admin','admin','C',20060728,3356,'Import from ICAL'),(2,2,'admin','admin','C',20060728,3356,'Import from ICAL'),(3,3,'admin','admin','C',20060728,3356,'Import from ICAL'),(4,4,'admin','admin','C',20060728,3356,'Import from ICAL'),(5,5,'admin','admin','C',20060728,3356,'Import from ICAL'),(6,6,'admin','admin','C',20060728,3356,'Import from ICAL'),(7,7,'admin','admin','C',20060728,3356,'Import from ICAL'),(8,8,'admin','admin','C',20060728,3356,'Import from ICAL'),(9,9,'admin','admin','C',20060728,3356,'Import from ICAL'),(10,10,'admin','admin','C',20060728,3356,'Import from ICAL'),(11,11,'admin','admin','C',20060728,3356,'Import from ICAL'),(12,12,'admin','admin','C',20060728,3356,'Import from ICAL'),(13,13,'admin','admin','C',20060728,3356,'Import from ICAL'),(14,14,'admin','admin','C',20060728,3356,'Import from ICAL'),(15,15,'admin','admin','C',20060728,3356,'Import from ICAL'),(16,16,'admin','admin','C',20060728,3356,'Import from ICAL'),(17,17,'admin','admin','C',20060728,3356,'Import from ICAL'),(18,18,'admin','admin','C',20060728,3356,'Import from ICAL'),(19,19,'admin','admin','C',20060728,3356,'Import from ICAL'),(20,20,'admin','admin','C',20060728,3356,'Import from ICAL'),(21,21,'admin','admin','C',20060728,3356,'Import from ICAL'),(22,22,'admin','admin','C',20060728,3356,'Import from ICAL'),(23,23,'admin','admin','C',20060728,3356,'Import from ICAL'),(24,24,'admin','admin','C',20060728,3356,'Import from ICAL'),(25,25,'admin','admin','C',20060728,3356,'Import from ICAL'),(26,26,'admin','admin','C',20060728,3356,'Import from ICAL'),(27,27,'admin','admin','C',20060728,3356,'Import from ICAL'),(28,28,'admin','admin','C',20060728,3356,'Import from ICAL'),(29,29,'admin','admin','C',20060728,3356,'Import from ICAL'),(30,30,'admin','admin','C',20060728,3356,'Import from ICAL'),(31,31,'admin','admin','C',20060728,3356,'Import from ICAL'),(32,32,'admin','admin','C',20060728,3356,'Import from ICAL'),(33,33,'admin','admin','C',20060728,3356,'Import from ICAL'),(34,34,'admin','admin','C',20060728,3356,'Import from ICAL'),(35,35,'admin','admin','C',20060728,3356,'Import from ICAL'),(36,36,'admin','admin','C',20060728,3356,'Import from ICAL'),(37,37,'admin','admin','C',20060728,3356,'Import from ICAL'),(38,38,'admin','admin','C',20060728,3356,'Import from ICAL'),(39,39,'admin','admin','C',20060728,3356,'Import from ICAL'),(40,40,'admin','admin','C',20060728,3356,'Import from ICAL'),(41,41,'admin','admin','C',20060728,3356,'Import from ICAL'),(42,42,'admin','admin','C',20060728,3356,'Import from ICAL'),(43,43,'admin','admin','C',20060728,3356,'Import from ICAL'),(44,44,'admin','admin','C',20060728,3356,'Import from ICAL'),(45,45,'admin','admin','C',20060728,3356,'Import from ICAL'),(46,46,'admin','admin','C',20060728,3356,'Import from ICAL'),(47,47,'admin','admin','C',20060728,3356,'Import from ICAL'),(48,48,'admin','admin','C',20060728,3356,'Import from ICAL'),(49,49,'admin','admin','C',20060728,3356,'Import from ICAL'),(50,50,'admin','admin','C',20060728,3356,'Import from ICAL'),(51,51,'admin','admin','C',20060728,3356,'Import from ICAL'),(52,52,'admin','admin','C',20060728,3356,'Import from ICAL'),(53,53,'admin','admin','C',20060728,3356,'Import from ICAL'),(54,54,'admin','admin','C',20060728,3356,'Import from ICAL'),(55,55,'admin','admin','C',20060728,3356,'Import from ICAL'),(56,56,'admin','admin','C',20060728,3356,'Import from ICAL'),(57,57,'admin','admin','C',20060728,3356,'Import from ICAL'),(58,58,'admin','admin','C',20060728,3356,'Import from ICAL'),(59,59,'admin','admin','C',20060728,3357,'Import from ICAL'),(60,60,'admin','admin','C',20060728,3357,'Import from ICAL'),(61,61,'admin','admin','C',20060728,3357,'Import from ICAL'),(62,62,'admin','_NUC_lifechurch','C',20060728,13448,NULL),(63,62,'admin','__public__','D',20060728,13645,NULL),(64,63,'admin','_NUC_lifechurch','C',20060728,13814,NULL),(65,63,'admin','__public__','D',20060728,14003,NULL),(66,64,'admin','_NUC_lifechurch','C',20060728,14110,NULL),(67,64,'admin','_NUC_lifechurch','U',20060728,14209,NULL),(68,65,'admin','_NUC_lifechurch','C',20060728,64928,NULL),(69,66,'admin','_NUC_lifechurch','C',20060728,65349,NULL),(70,66,'admin','_NUC_lifechurch','U',20060728,65522,NULL),(71,67,'admin','_NUC_lifechurch','C',20060728,65612,NULL),(72,68,'admin','_NUC_lifechurch','C',20060728,65902,NULL),(73,69,'admin','_NUC_lifechurch','C',20060728,70012,NULL),(74,70,'admin','_NUC_lifechurch','C',20060728,121029,NULL),(75,71,'admin','_NUC_lifechurch','C',20060728,122501,NULL),(76,71,'admin','_NUC_lifechurch','U',20060728,122553,NULL),(77,72,'admin','_NUC_lifechurch','C',20060728,122854,NULL),(78,73,'admin','_NUC_lifechurch','C',20060728,123037,NULL),(79,74,'admin','_NUC_lifechurch','C',20060728,123214,NULL),(80,75,'admin','_NUC_lifechurch','C',20060728,123615,NULL),(81,76,'admin','_NUC_lifechurch','C',20060728,124512,NULL);
UNLOCK TABLES;
/*!40000 ALTER TABLE `webcal_entry_log` ENABLE KEYS */;

--
-- Table structure for table `webcal_entry_repeats`
--

DROP TABLE IF EXISTS `webcal_entry_repeats`;
CREATE TABLE `webcal_entry_repeats` (
  `cal_id` int(11) NOT NULL default '0',
  `cal_type` varchar(20) default NULL,
  `cal_end` int(11) default NULL,
  `cal_frequency` int(11) default '1',
  `cal_days` char(7) default NULL,
  PRIMARY KEY  (`cal_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `webcal_entry_repeats`
--


/*!40000 ALTER TABLE `webcal_entry_repeats` DISABLE KEYS */;
LOCK TABLES `webcal_entry_repeats` WRITE;
INSERT INTO `webcal_entry_repeats` VALUES (62,'weekly',NULL,1,'ynnnnnn'),(63,'weekly',20061231,1,'ynnnnnn'),(64,'weekly',20061231,1,'ynnnnnn'),(65,'monthlyByDay',20061231,1,'nnnnnnn'),(66,'monthlyByDay',NULL,1,'nnnnnnn'),(67,'monthlyByDay',NULL,1,'nnnnnnn'),(71,'monthlyByDay',20061231,1,'nnnnnnn'),(72,'weekly',NULL,1,'nnnnnny'),(73,'weekly',20061231,1,'nnynnnn'),(74,'weekly',20061231,1,'nnnynnn'),(75,'weekly',20061231,2,'nnnnnyn'),(76,'weekly',20061231,2,'nnnnnyn');
UNLOCK TABLES;
/*!40000 ALTER TABLE `webcal_entry_repeats` ENABLE KEYS */;

--
-- Table structure for table `webcal_entry_repeats_not`
--

DROP TABLE IF EXISTS `webcal_entry_repeats_not`;
CREATE TABLE `webcal_entry_repeats_not` (
  `cal_id` int(11) NOT NULL,
  `cal_date` int(11) NOT NULL,
  PRIMARY KEY  (`cal_id`,`cal_date`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `webcal_entry_repeats_not`
--


/*!40000 ALTER TABLE `webcal_entry_repeats_not` DISABLE KEYS */;
LOCK TABLES `webcal_entry_repeats_not` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `webcal_entry_repeats_not` ENABLE KEYS */;

--
-- Table structure for table `webcal_entry_user`
--

DROP TABLE IF EXISTS `webcal_entry_user`;
CREATE TABLE `webcal_entry_user` (
  `cal_id` int(11) NOT NULL default '0',
  `cal_login` varchar(25) NOT NULL,
  `cal_status` char(1) default 'A',
  `cal_category` int(11) default NULL,
  PRIMARY KEY  (`cal_id`,`cal_login`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `webcal_entry_user`
--


/*!40000 ALTER TABLE `webcal_entry_user` DISABLE KEYS */;
LOCK TABLES `webcal_entry_user` WRITE;
INSERT INTO `webcal_entry_user` VALUES (1,'_NUC_usholidays','A',NULL),(2,'_NUC_usholidays','A',NULL),(3,'_NUC_usholidays','A',NULL),(4,'_NUC_usholidays','A',NULL),(5,'_NUC_usholidays','A',NULL),(6,'_NUC_usholidays','A',NULL),(7,'_NUC_usholidays','A',NULL),(8,'_NUC_usholidays','A',NULL),(9,'_NUC_usholidays','A',NULL),(10,'_NUC_usholidays','A',NULL),(11,'_NUC_usholidays','A',NULL),(12,'_NUC_usholidays','A',NULL),(13,'_NUC_usholidays','A',NULL),(14,'_NUC_usholidays','A',NULL),(15,'_NUC_usholidays','A',NULL),(16,'_NUC_usholidays','A',NULL),(17,'_NUC_usholidays','A',NULL),(18,'_NUC_usholidays','A',NULL),(19,'_NUC_usholidays','A',NULL),(20,'_NUC_usholidays','A',NULL),(21,'_NUC_usholidays','A',NULL),(22,'_NUC_usholidays','A',NULL),(23,'_NUC_usholidays','A',NULL),(24,'_NUC_usholidays','A',NULL),(25,'_NUC_usholidays','A',NULL),(26,'_NUC_usholidays','A',NULL),(27,'_NUC_usholidays','A',NULL),(28,'_NUC_usholidays','A',NULL),(29,'_NUC_usholidays','A',NULL),(30,'_NUC_usholidays','A',NULL),(31,'_NUC_usholidays','A',NULL),(32,'_NUC_usholidays','A',NULL),(33,'_NUC_usholidays','A',NULL),(34,'_NUC_usholidays','A',NULL),(35,'_NUC_usholidays','A',NULL),(36,'_NUC_usholidays','A',NULL),(37,'_NUC_usholidays','A',NULL),(38,'_NUC_usholidays','A',NULL),(39,'_NUC_usholidays','A',NULL),(40,'_NUC_usholidays','A',NULL),(41,'_NUC_usholidays','A',NULL),(42,'_NUC_usholidays','A',NULL),(43,'_NUC_usholidays','A',NULL),(44,'_NUC_usholidays','A',NULL),(45,'_NUC_usholidays','A',NULL),(46,'_NUC_usholidays','A',NULL),(47,'_NUC_usholidays','A',NULL),(48,'_NUC_usholidays','A',NULL),(49,'_NUC_usholidays','A',NULL),(50,'_NUC_usholidays','A',NULL),(51,'_NUC_usholidays','A',NULL),(52,'_NUC_usholidays','A',NULL),(53,'_NUC_usholidays','A',NULL),(54,'_NUC_usholidays','A',NULL),(55,'_NUC_usholidays','A',NULL),(56,'_NUC_usholidays','A',NULL),(57,'_NUC_usholidays','A',NULL),(58,'_NUC_usholidays','A',NULL),(59,'_NUC_usholidays','A',NULL),(60,'_NUC_usholidays','A',NULL),(61,'_NUC_usholidays','A',NULL),(62,'__public__','D',NULL),(63,'__public__','D',NULL),(64,'_NUC_lifechurch','A',NULL),(65,'_NUC_lifechurch','A',NULL),(66,'_NUC_lifechurch','A',NULL),(67,'_NUC_lifechurch','A',NULL),(68,'_NUC_lifechurch','A',NULL),(69,'_NUC_lifechurch','A',NULL),(70,'_NUC_lifechurch','A',NULL),(71,'_NUC_lifechurch','A',NULL),(72,'_NUC_lifechurch','A',NULL),(73,'_NUC_lifechurch','A',NULL),(74,'_NUC_lifechurch','A',NULL),(75,'_NUC_lifechurch','A',NULL),(76,'_NUC_lifechurch','A',NULL);
UNLOCK TABLES;
/*!40000 ALTER TABLE `webcal_entry_user` ENABLE KEYS */;

--
-- Table structure for table `webcal_group`
--

DROP TABLE IF EXISTS `webcal_group`;
CREATE TABLE `webcal_group` (
  `cal_group_id` int(11) NOT NULL,
  `cal_owner` varchar(25) default NULL,
  `cal_name` varchar(50) NOT NULL,
  `cal_last_update` int(11) NOT NULL,
  PRIMARY KEY  (`cal_group_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `webcal_group`
--


/*!40000 ALTER TABLE `webcal_group` DISABLE KEYS */;
LOCK TABLES `webcal_group` WRITE;
INSERT INTO `webcal_group` VALUES (1,'admin','Administrators',20060728);
UNLOCK TABLES;
/*!40000 ALTER TABLE `webcal_group` ENABLE KEYS */;

--
-- Table structure for table `webcal_group_user`
--

DROP TABLE IF EXISTS `webcal_group_user`;
CREATE TABLE `webcal_group_user` (
  `cal_group_id` int(11) NOT NULL,
  `cal_login` varchar(25) NOT NULL,
  PRIMARY KEY  (`cal_group_id`,`cal_login`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `webcal_group_user`
--


/*!40000 ALTER TABLE `webcal_group_user` DISABLE KEYS */;
LOCK TABLES `webcal_group_user` WRITE;
INSERT INTO `webcal_group_user` VALUES (1,'admin'),(1,'pastor.eva'),(1,'pastor.rocklyn'),(1,'webmaster');
UNLOCK TABLES;
/*!40000 ALTER TABLE `webcal_group_user` ENABLE KEYS */;

--
-- Table structure for table `webcal_import`
--

DROP TABLE IF EXISTS `webcal_import`;
CREATE TABLE `webcal_import` (
  `cal_import_id` int(11) NOT NULL,
  `cal_name` varchar(50) default NULL,
  `cal_date` int(11) NOT NULL,
  `cal_type` varchar(10) NOT NULL,
  `cal_login` varchar(25) default NULL,
  PRIMARY KEY  (`cal_import_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `webcal_import`
--


/*!40000 ALTER TABLE `webcal_import` DISABLE KEYS */;
LOCK TABLES `webcal_import` WRITE;
INSERT INTO `webcal_import` VALUES (1,NULL,20060728,'ical','admin');
UNLOCK TABLES;
/*!40000 ALTER TABLE `webcal_import` ENABLE KEYS */;

--
-- Table structure for table `webcal_import_data`
--

DROP TABLE IF EXISTS `webcal_import_data`;
CREATE TABLE `webcal_import_data` (
  `cal_import_id` int(11) NOT NULL,
  `cal_id` int(11) NOT NULL,
  `cal_login` varchar(25) NOT NULL,
  `cal_import_type` varchar(15) NOT NULL,
  `cal_external_id` varchar(200) default NULL,
  PRIMARY KEY  (`cal_id`,`cal_login`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `webcal_import_data`
--


/*!40000 ALTER TABLE `webcal_import_data` DISABLE KEYS */;
LOCK TABLES `webcal_import_data` WRITE;
INSERT INTO `webcal_import_data` VALUES (1,1,'_NUC_usholidays','ical','ED3E91E0-FF8D-11D8-BC1A-000D93C2388C-RID'),(1,2,'_NUC_usholidays','ical','0245C7BA-FF8E-11D8-BC1A-000D93C2388C-RID'),(1,3,'_NUC_usholidays','ical','1C32E30A-FF8E-11D8-BC1A-000D93C2388C-RID'),(1,4,'_NUC_usholidays','ical','268AF2E6-FF8E-11D8-BC1A-000D93C2388C-RID'),(1,5,'_NUC_usholidays','ical','34672FB0-FF8E-11D8-BC1A-000D93C2388C-RID'),(1,6,'_NUC_usholidays','ical','3E0FA76C-FF8E-11D8-BC1A-000D93C2388C-RID'),(1,7,'_NUC_usholidays','ical','46FE82FA-FF8E-11D8-BC1A-000D93C2388C-RID'),(1,8,'_NUC_usholidays','ical','4E29610C-FF8E-11D8-BC1A-000D93C2388C-RID'),(1,9,'_NUC_usholidays','ical','57673EDA-FF8E-11D8-BC1A-000D93C2388C-RID'),(1,10,'_NUC_usholidays','ical','63846FAA-FF8E-11D8-BC1A-000D93C2388C-RID'),(1,11,'_NUC_usholidays','ical','691E4D30-FF8E-11D8-BC1A-000D93C2388C-RID'),(1,12,'_NUC_usholidays','ical','726CFC56-FF8E-11D8-BC1A-000D93C2388C-RID'),(1,13,'_NUC_usholidays','ical','83F95287-FF8E-11D8-BC1A-000D93C2388C-RID'),(1,14,'_NUC_usholidays','ical','8EBC841D-FF8E-11D8-BC1A-000D93C2388C-RID'),(1,15,'_NUC_usholidays','ical','A71FB1C2-FF8E-11D8-BC1A-000D93C2388C-RID'),(1,16,'_NUC_usholidays','ical','AD5E4C36-FF8E-11D8-BC1A-000D93C2388C-RID'),(1,17,'_NUC_usholidays','ical','B8D3C5BB-FF8E-11D8-BC1A-000D93C2388C-RID'),(1,18,'_NUC_usholidays','ical','C16B5362-FF8E-11D8-BC1A-000D93C2388C-RID'),(1,19,'_NUC_usholidays','ical','CC251A84-FF8E-11D8-BC1A-000D93C2388C-RID'),(1,20,'_NUC_usholidays','ical','EFBC639E-FF8E-11D8-BC1A-000D93C2388C-RID'),(1,21,'_NUC_usholidays','ical','F4A0C331-FF8E-11D8-BC1A-000D93C2388C-RID'),(1,22,'_NUC_usholidays','ical','FF2508E0-FF8E-11D8-BC1A-000D93C2388C-RID'),(1,23,'_NUC_usholidays','ical','0B23BB91-FF8F-11D8-BC1A-000D93C2388C-RID'),(1,24,'_NUC_usholidays','ical','17502592-FF8F-11D8-BC1A-000D93C2388C-RID'),(1,25,'_NUC_usholidays','ical','23E2D266-FF8F-11D8-BC1A-000D93C2388C-RID'),(1,26,'_NUC_usholidays','ical','2E9F98D6-FF8F-11D8-BC1A-000D93C2388C-RID'),(1,27,'_NUC_usholidays','ical','370E03E2-FF8F-11D8-BC1A-000D93C2388C-RID'),(1,28,'_NUC_usholidays','ical','3F1F71F3-FF8F-11D8-BC1A-000D93C2388C-RID'),(1,29,'_NUC_usholidays','ical','489D6F8B-FF8F-11D8-BC1A-000D93C2388C-RID'),(1,30,'_NUC_usholidays','ical','509F8C02-FF8F-11D8-BC1A-000D93C2388C-RID'),(1,31,'_NUC_usholidays','ical','61D0635C-FF8F-11D8-BC1A-000D93C2388C-RID'),(1,32,'_NUC_usholidays','ical','84DE48EA-FF8F-11D8-BC1A-000D93C2388C-RID'),(1,33,'_NUC_usholidays','ical','B56E8315-FF8F-11D8-BC1A-000D93C2388C-RID'),(1,34,'_NUC_usholidays','ical','DACC3D04-FF8F-11D8-BC1A-000D93C2388C-RID'),(1,35,'_NUC_usholidays','ical','E4568661-FF8F-11D8-BC1A-000D93C2388C-RID'),(1,36,'_NUC_usholidays','ical','F0182CA9-FF8F-11D8-BC1A-000D93C2388C-RID'),(1,37,'_NUC_usholidays','ical','102E7120-FF90-11D8-BC1A-000D93C2388C-RID'),(1,38,'_NUC_usholidays','ical','15C561EE-FF90-11D8-BC1A-000D93C2388C-RID'),(1,39,'_NUC_usholidays','ical','1C289DDA-FF90-11D8-BC1A-000D93C2388C-RID'),(1,40,'_NUC_usholidays','ical','293234AD-FF90-11D8-BC1A-000D93C2388C-RID'),(1,41,'_NUC_usholidays','ical','30912A44-FF90-11D8-BC1A-000D93C2388C-RID'),(1,42,'_NUC_usholidays','ical','3ADE8040-FF90-11D8-BC1A-000D93C2388C-RID'),(1,43,'_NUC_usholidays','ical','67F85EB8-FF90-11D8-BC1A-000D93C2388C-RID'),(1,44,'_NUC_usholidays','ical','7609E356-FF90-11D8-BC1A-000D93C2388C-RID'),(1,45,'_NUC_usholidays','ical','7DD6929F-FF90-11D8-BC1A-000D93C2388C-RID'),(1,46,'_NUC_usholidays','ical','884ED986-FF90-11D8-BC1A-000D93C2388C-RID'),(1,47,'_NUC_usholidays','ical','8F1223A3-FF90-11D8-BC1A-000D93C2388C-RID'),(1,48,'_NUC_usholidays','ical','983DBB74-FF90-11D8-BC1A-000D93C2388C-RID'),(1,49,'_NUC_usholidays','ical','D75C7424-FF90-11D8-BC1A-000D93C2388C-RID'),(1,50,'_NUC_usholidays','ical','E354FDA0-FF90-11D8-BC1A-000D93C2388C-RID'),(1,51,'_NUC_usholidays','ical','F093F2A9-FF90-11D8-BC1A-000D93C2388C-RID'),(1,52,'_NUC_usholidays','ical','FBAC31CC-FF90-11D8-BC1A-000D93C2388C-RID'),(1,53,'_NUC_usholidays','ical','0309A551-FF91-11D8-BC1A-000D93C2388C-RID'),(1,54,'_NUC_usholidays','ical','0C1E72B4-FF91-11D8-BC1A-000D93C2388C-RID'),(1,55,'_NUC_usholidays','ical','1F8B2CB7-FF91-11D8-BC1A-000D93C2388C-RID'),(1,56,'_NUC_usholidays','ical','2F9A5B16-FF91-11D8-BC1A-000D93C2388C-RID'),(1,57,'_NUC_usholidays','ical','3692F340-FF91-11D8-BC1A-000D93C2388C-RID'),(1,58,'_NUC_usholidays','ical','3ABBA866-FF91-11D8-BC1A-000D93C2388C-RID'),(1,59,'_NUC_usholidays','ical','530FFEF4-FF91-11D8-BC1A-000D93C2388C-RID'),(1,60,'_NUC_usholidays','ical','A759F2E0-356B-11D9-8EA7-000D93C2388C-RID'),(1,61,'_NUC_usholidays','ical','398DCDAC-6129-11D9-BB56-000D93C2388C-RID');
UNLOCK TABLES;
/*!40000 ALTER TABLE `webcal_import_data` ENABLE KEYS */;

--
-- Table structure for table `webcal_nonuser_cals`
--

DROP TABLE IF EXISTS `webcal_nonuser_cals`;
CREATE TABLE `webcal_nonuser_cals` (
  `cal_login` varchar(25) NOT NULL,
  `cal_lastname` varchar(25) default NULL,
  `cal_firstname` varchar(25) default NULL,
  `cal_admin` varchar(25) NOT NULL,
  PRIMARY KEY  (`cal_login`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `webcal_nonuser_cals`
--


/*!40000 ALTER TABLE `webcal_nonuser_cals` DISABLE KEYS */;
LOCK TABLES `webcal_nonuser_cals` WRITE;
INSERT INTO `webcal_nonuser_cals` VALUES ('_NUC_usholidays','Federal Holidays','United States','admin'),('_NUC_lifechurch','Church','Life','admin');
UNLOCK TABLES;
/*!40000 ALTER TABLE `webcal_nonuser_cals` ENABLE KEYS */;

--
-- Table structure for table `webcal_reminder_log`
--

DROP TABLE IF EXISTS `webcal_reminder_log`;
CREATE TABLE `webcal_reminder_log` (
  `cal_id` int(11) NOT NULL default '0',
  `cal_name` varchar(25) NOT NULL,
  `cal_event_date` int(11) NOT NULL default '0',
  `cal_last_sent` int(11) NOT NULL default '0',
  PRIMARY KEY  (`cal_id`,`cal_name`,`cal_event_date`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `webcal_reminder_log`
--


/*!40000 ALTER TABLE `webcal_reminder_log` DISABLE KEYS */;
LOCK TABLES `webcal_reminder_log` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `webcal_reminder_log` ENABLE KEYS */;

--
-- Table structure for table `webcal_report`
--

DROP TABLE IF EXISTS `webcal_report`;
CREATE TABLE `webcal_report` (
  `cal_login` varchar(25) NOT NULL,
  `cal_report_id` int(11) NOT NULL,
  `cal_is_global` char(1) NOT NULL default 'N',
  `cal_report_type` varchar(20) NOT NULL,
  `cal_include_header` char(1) NOT NULL default 'Y',
  `cal_report_name` varchar(50) NOT NULL,
  `cal_time_range` int(11) NOT NULL,
  `cal_user` varchar(25) default NULL,
  `cal_allow_nav` char(1) default 'Y',
  `cal_cat_id` int(11) default NULL,
  `cal_include_empty` char(1) default 'N',
  `cal_show_in_trailer` char(1) default 'N',
  `cal_update_date` int(11) NOT NULL,
  PRIMARY KEY  (`cal_report_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `webcal_report`
--


/*!40000 ALTER TABLE `webcal_report` DISABLE KEYS */;
LOCK TABLES `webcal_report` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `webcal_report` ENABLE KEYS */;

--
-- Table structure for table `webcal_report_template`
--

DROP TABLE IF EXISTS `webcal_report_template`;
CREATE TABLE `webcal_report_template` (
  `cal_report_id` int(11) NOT NULL,
  `cal_template_type` char(1) NOT NULL,
  `cal_template_text` text,
  PRIMARY KEY  (`cal_report_id`,`cal_template_type`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `webcal_report_template`
--


/*!40000 ALTER TABLE `webcal_report_template` DISABLE KEYS */;
LOCK TABLES `webcal_report_template` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `webcal_report_template` ENABLE KEYS */;

--
-- Table structure for table `webcal_site_extras`
--

DROP TABLE IF EXISTS `webcal_site_extras`;
CREATE TABLE `webcal_site_extras` (
  `cal_id` int(11) NOT NULL default '0',
  `cal_name` varchar(25) NOT NULL,
  `cal_type` int(11) NOT NULL,
  `cal_date` int(11) default '0',
  `cal_remind` int(11) default '0',
  `cal_data` text,
  PRIMARY KEY  (`cal_id`,`cal_name`,`cal_type`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `webcal_site_extras`
--


/*!40000 ALTER TABLE `webcal_site_extras` DISABLE KEYS */;
LOCK TABLES `webcal_site_extras` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `webcal_site_extras` ENABLE KEYS */;

--
-- Table structure for table `webcal_user`
--

DROP TABLE IF EXISTS `webcal_user`;
CREATE TABLE `webcal_user` (
  `cal_login` varchar(25) NOT NULL,
  `cal_passwd` varchar(32) default NULL,
  `cal_lastname` varchar(25) default NULL,
  `cal_firstname` varchar(25) default NULL,
  `cal_is_admin` char(1) default 'N',
  `cal_email` varchar(75) default NULL,
  PRIMARY KEY  (`cal_login`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `webcal_user`
--


/*!40000 ALTER TABLE `webcal_user` DISABLE KEYS */;
LOCK TABLES `webcal_user` WRITE;
INSERT INTO `webcal_user` VALUES ('admin','b009d7948dc97f918838d211f0afc25d','Administrator','Default','Y','itadmin@lifechurchministries.org'),('pastor.rocklyn','251b9d615c5084c8abbe3065f25f3a62','Clarke','Pastor Rocklyn','Y','pastor.rocklyn@lifechurchministries.org'),('pastor.eva','218021da2c8a03f133e8de828d4a8b9d','Clarke','Pastor Eva','Y','pastor.eva@lifechurchministries.org'),('webmaster','6bdafe92a06d17b6f9e8ef2a1d4a763b','Webmaster','Life Church','Y','webmaster@lifechurchministries.org'),('reclarke','251b9d615c5084c8abbe3065f25f3a62','Clarke','Rocklyn','N','pastor.rocklyn@lifechurchministries.org'),('elclarke','218021da2c8a03f133e8de828d4a8b9d','Clarke','Eva','N','pastor.eva@lifechurchministries.org'),('vrmartin','6bdafe92a06d17b6f9e8ef2a1d4a763b','Martin','Vanessa','N','vrmartin@lifechurchministries.org');
UNLOCK TABLES;
/*!40000 ALTER TABLE `webcal_user` ENABLE KEYS */;

--
-- Table structure for table `webcal_user_layers`
--

DROP TABLE IF EXISTS `webcal_user_layers`;
CREATE TABLE `webcal_user_layers` (
  `cal_layerid` int(11) NOT NULL default '0',
  `cal_login` varchar(25) NOT NULL,
  `cal_layeruser` varchar(25) NOT NULL,
  `cal_color` varchar(25) default NULL,
  `cal_dups` char(1) default 'N',
  PRIMARY KEY  (`cal_login`,`cal_layeruser`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `webcal_user_layers`
--


/*!40000 ALTER TABLE `webcal_user_layers` DISABLE KEYS */;
LOCK TABLES `webcal_user_layers` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `webcal_user_layers` ENABLE KEYS */;

--
-- Table structure for table `webcal_user_pref`
--

DROP TABLE IF EXISTS `webcal_user_pref`;
CREATE TABLE `webcal_user_pref` (
  `cal_login` varchar(25) NOT NULL,
  `cal_setting` varchar(25) NOT NULL,
  `cal_value` varchar(100) default NULL,
  PRIMARY KEY  (`cal_login`,`cal_setting`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `webcal_user_pref`
--


/*!40000 ALTER TABLE `webcal_user_pref` DISABLE KEYS */;
LOCK TABLES `webcal_user_pref` WRITE;
INSERT INTO `webcal_user_pref` VALUES ('admin','LANGUAGE','English-US'),('__public__','LANGUAGE','none'),('__public__','TZ_OFFSET','0'),('__public__','FONTS','Arial, Helvetica, sans-serif'),('__public__','STARTVIEW','month.php'),('__public__','DISPLAY_WEEKENDS','Y'),('__public__','DISPLAY_DESC_PRINT_DAY','N'),('__public__','DATE_FORMAT','__month__ __dd__, __yyyy__'),('__public__','DATE_FORMAT_MY','__month__ __yyyy__'),('__public__','DATE_FORMAT_MD','__month__ __dd__'),('__public__','TIME_FORMAT','12'),('__public__','TIME_SLOTS','48'),('__public__','auto_refresh','N'),('__public__','auto_refresh_time','0'),('__public__','DISPLAY_UNAPPROVED','Y'),('__public__','DISPLAY_WEEKNUMBER','Y'),('__public__','WEEK_START','0'),('__public__','WORK_DAY_START_HOUR','8'),('__public__','WORK_DAY_END_HOUR','22'),('__public__','TIMED_EVT_LEN','D'),('__public__','USER_PUBLISH_ENABLED','N'),('__public__','BGCOLOR','#FFFFFF'),('__public__','H2COLOR','#000000'),('__public__','CELLBG','#C0C0C0'),('__public__','TODAYCELLBG','#FFFF33'),('__public__','WEEKENDBG','#D0D0D0'),('admin','TZ_OFFSET','0'),('admin','FONTS','Arial, Helvetica, sans-serif'),('admin','STARTVIEW','month.php'),('admin','DISPLAY_WEEKENDS','Y'),('admin','DISPLAY_DESC_PRINT_DAY','N'),('admin','DATE_FORMAT','__month__ __dd__, __yyyy__'),('admin','DATE_FORMAT_MY','__month__ __yyyy__'),('admin','DATE_FORMAT_MD','__month__ __dd__'),('admin','TIME_FORMAT','12'),('admin','TIME_SLOTS','48'),('admin','auto_refresh','N'),('admin','auto_refresh_time','0'),('admin','DISPLAY_UNAPPROVED','Y'),('admin','DISPLAY_WEEKNUMBER','Y'),('admin','WEEK_START','0'),('admin','WORK_DAY_START_HOUR','8'),('admin','WORK_DAY_END_HOUR','22'),('admin','TIMED_EVT_LEN','D'),('admin','EMAIL_REMINDER','Y'),('admin','EMAIL_EVENT_ADDED','Y'),('admin','EMAIL_EVENT_UPDATED','Y'),('admin','EMAIL_EVENT_DELETED','Y'),('admin','EMAIL_EVENT_REJECTED','Y'),('admin','USER_PUBLISH_ENABLED','N'),('admin','BGCOLOR','#33CC00'),('admin','H2COLOR','#FFFFFF'),('admin','CELLBG','#FFFF99'),('admin','TODAYCELLBG','#FFFFFF'),('admin','WEEKENDBG','#FFFF99'),('pastor.rocklyn','LANGUAGE','English-US');
UNLOCK TABLES;
/*!40000 ALTER TABLE `webcal_user_pref` ENABLE KEYS */;

--
-- Table structure for table `webcal_view`
--

DROP TABLE IF EXISTS `webcal_view`;
CREATE TABLE `webcal_view` (
  `cal_view_id` int(11) NOT NULL,
  `cal_owner` varchar(25) NOT NULL,
  `cal_name` varchar(50) NOT NULL,
  `cal_view_type` char(1) default NULL,
  `cal_is_global` char(1) NOT NULL default 'N',
  PRIMARY KEY  (`cal_view_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `webcal_view`
--


/*!40000 ALTER TABLE `webcal_view` DISABLE KEYS */;
LOCK TABLES `webcal_view` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `webcal_view` ENABLE KEYS */;

--
-- Table structure for table `webcal_view_user`
--

DROP TABLE IF EXISTS `webcal_view_user`;
CREATE TABLE `webcal_view_user` (
  `cal_view_id` int(11) NOT NULL,
  `cal_login` varchar(25) NOT NULL,
  PRIMARY KEY  (`cal_view_id`,`cal_login`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `webcal_view_user`
--


/*!40000 ALTER TABLE `webcal_view_user` DISABLE KEYS */;
LOCK TABLES `webcal_view_user` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `webcal_view_user` ENABLE KEYS */;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

mysql/lcmphotodb.2007-02-16.sql0000644005216200505720000062031010565516700017065 0ustar  lifechurpg12439000000000000000-- MySQL dump 10.10
--
-- Host: lcmdbsrv.photos.lifechurchministries.org    Database: lcmphotodb
-- ------------------------------------------------------
-- Server version	5.0.24a-standard-log

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `g2_AccessMap`
--

DROP TABLE IF EXISTS `g2_AccessMap`;
CREATE TABLE `g2_AccessMap` (
  `g_accessListId` int(11) NOT NULL,
  `g_userOrGroupId` int(11) NOT NULL,
  `g_permission` int(11) NOT NULL,
  PRIMARY KEY  (`g_accessListId`,`g_userOrGroupId`),
  KEY `g2_AccessMap_83732` (`g_accessListId`),
  KEY `g2_AccessMap_48775` (`g_userOrGroupId`),
  KEY `g2_AccessMap_18058` (`g_permission`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_AccessMap`
--


/*!40000 ALTER TABLE `g2_AccessMap` DISABLE KEYS */;
LOCK TABLES `g2_AccessMap` WRITE;
INSERT INTO `g2_AccessMap` VALUES (350,2,4103),(350,19,2147483647),(322,2,7),(322,318,2147483647),(350,3,2147483647),(96,19,2147483647),(96,6,2147483647),(322,3,2147483647),(96,3,2147483647),(18,3,4),(202,6,2147483647),(100,2,7),(100,22,2147483647),(96,2,102919),(100,3,2147483647),(202,2,4103),(202,3,2147483647),(350,4,7),(202,19,2147483647),(104,2,4103),(104,3,2147483647),(112,2,7),(112,23,2147483647),(112,3,2147483647),(228,3,2147483647),(228,20,2147483647),(228,2,7),(107,2,106007),(107,3,2147483647),(107,6,2147483647),(107,19,2147483647),(108,2,106007),(108,3,2147483647),(108,6,2147483647);
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_AccessMap` ENABLE KEYS */;

--
-- Table structure for table `g2_AccessSubscriberMap`
--

DROP TABLE IF EXISTS `g2_AccessSubscriberMap`;
CREATE TABLE `g2_AccessSubscriberMap` (
  `g_itemId` int(11) NOT NULL,
  `g_accessListId` int(11) NOT NULL,
  PRIMARY KEY  (`g_itemId`),
  KEY `g2_AccessSubscriberMap_83732` (`g_accessListId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_AccessSubscriberMap`
--


/*!40000 ALTER TABLE `g2_AccessSubscriberMap` DISABLE KEYS */;
LOCK TABLES `g2_AccessSubscriberMap` WRITE;
INSERT INTO `g2_AccessSubscriberMap` VALUES (1,0),(2,0),(3,0),(4,0),(5,0),(6,0),(7,104),(15,18),(17,18),(19,0),(20,0),(21,0),(22,0),(23,0),(24,0),(25,107),(27,96),(29,0),(30,108),(31,0),(32,0),(33,0),(34,108),(35,0),(36,0),(37,108),(38,0),(39,0),(40,108),(41,0),(42,0),(43,0),(89,104),(90,0),(91,0),(92,107),(93,0),(94,0),(97,100),(109,112),(113,107),(114,0),(115,0),(116,107),(117,0),(118,0),(119,107),(120,0),(121,0),(122,107),(123,0),(124,0),(125,107),(126,0),(127,0),(128,107),(129,0),(130,0),(131,107),(132,0),(133,0),(134,107),(135,0),(136,0),(137,107),(138,0),(139,0),(140,107),(141,0),(142,0),(143,107),(144,0),(145,0),(146,107),(147,0),(148,0),(149,107),(150,0),(151,0),(152,107),(153,0),(154,0),(155,107),(156,0),(157,0),(158,107),(159,0),(160,0),(161,107),(162,0),(163,0),(164,107),(165,0),(166,0),(167,107),(168,0),(169,0),(170,107),(171,0),(172,0),(173,107),(174,0),(175,0),(176,107),(177,0),(178,0),(179,107),(180,0),(181,0),(182,107),(183,0),(184,0),(185,107),(186,0),(187,0),(188,107),(189,0),(190,0),(191,107),(192,0),(193,0),(194,107),(195,0),(196,0),(197,107),(198,0),(199,0),(200,202),(203,107),(204,0),(205,0),(206,107),(207,0),(208,0),(209,107),(210,0),(211,0),(212,107),(213,0),(214,0),(215,107),(216,0),(217,0),(218,107),(219,0),(220,0),(221,0),(222,107),(223,0),(224,0),(225,228),(229,107),(230,107),(231,107),(232,107),(233,107),(234,96),(235,96),(236,96),(237,96),(238,96),(239,0),(240,0),(244,107),(242,0),(243,0),(245,0),(246,0),(247,107),(248,0),(249,0),(250,107),(251,0),(252,0),(253,107),(254,0),(255,0),(256,107),(257,0),(258,0),(259,107),(260,0),(261,0),(262,107),(263,0),(264,0),(265,107),(266,0),(267,0),(268,107),(269,0),(270,0),(271,107),(272,0),(273,0),(274,107),(275,0),(276,0),(277,107),(278,0),(279,0),(280,107),(281,0),(282,0),(283,107),(284,0),(285,0),(286,107),(287,0),(288,0),(289,107),(290,0),(291,0),(292,107),(293,0),(294,0),(295,107),(296,0),(297,0),(298,107),(299,0),(300,0),(301,107),(302,0),(303,0),(304,107),(305,0),(306,0),(593,107),(595,107),(594,0),(310,107),(311,0),(312,0),(313,107),(314,0),(315,0),(316,0),(317,0),(318,0),(319,322),(323,322),(324,0),(325,0),(336,107),(327,322),(328,0),(329,0),(330,322),(331,0),(332,0),(333,322),(334,0),(335,0),(337,0),(338,0),(339,107),(340,0),(341,0),(342,107),(343,0),(344,0),(345,107),(346,0),(347,0),(348,350),(351,350),(352,0),(353,0),(354,0),(355,350),(356,0),(357,0),(358,350),(359,0),(360,0),(361,350),(362,0),(363,0),(364,350),(365,0),(366,0),(367,350),(368,0),(369,0),(596,0),(598,0),(597,107),(373,350),(374,0),(375,0),(376,350),(377,0),(378,0),(379,350),(380,0),(381,0),(382,350),(383,0),(384,0),(385,350),(386,0),(387,0),(388,350),(389,0),(390,0),(391,350),(392,0),(393,0),(394,350),(395,0),(396,0),(397,350),(398,0),(399,0),(400,350),(401,0),(402,0),(403,350),(404,0),(405,0),(406,350),(407,0),(408,0),(409,350),(410,0),(411,0),(412,350),(413,0),(414,0),(415,350),(416,0),(417,0),(418,350),(419,0),(420,0),(421,350),(422,0),(423,0),(424,350),(425,0),(426,0),(427,350),(428,0),(429,0),(430,350),(431,0),(432,0),(433,350),(434,0),(435,0),(436,350),(437,0),(438,0),(439,350),(440,0),(441,0),(442,350),(443,0),(444,0),(445,107),(446,0),(447,0),(448,107),(449,0),(450,0),(451,107),(452,0),(453,0),(454,107),(455,0),(456,0),(457,107),(458,0),(459,0),(460,107),(461,0),(462,0),(463,107),(464,0),(465,0),(466,107),(467,0),(468,0),(469,107),(470,0),(471,0),(472,107),(473,0),(474,0),(475,107),(476,0),(477,0),(478,107),(479,0),(480,0),(481,107),(482,0),(483,0),(484,107),(485,0),(486,0),(487,107),(488,0),(489,0),(490,107),(491,0),(492,0),(493,107),(494,0),(495,0),(496,107),(497,0),(498,0),(499,107),(500,0),(501,0),(502,107),(503,0),(504,0),(505,107),(506,0),(507,0),(508,107),(509,0),(510,0),(511,107),(512,0),(513,0),(514,107),(515,0),(516,0),(517,107),(518,0),(519,0),(520,107),(521,0),(522,0),(523,107),(524,0),(525,0),(526,107),(527,0),(528,0),(529,107),(530,0),(531,0),(532,107),(533,0),(534,0),(535,107),(536,0),(537,0),(538,107),(539,0),(540,0),(541,107),(542,0),(543,0),(544,107),(545,0),(546,0),(547,0),(548,0),(549,107),(550,0),(551,107),(552,0),(553,107),(554,0),(555,107),(556,0),(557,107),(558,0),(559,107),(560,0),(561,107),(562,0),(563,107),(564,0),(565,107),(566,0),(567,107),(568,0),(569,107),(570,0),(571,107),(572,0),(573,107),(574,0),(575,107),(576,0),(577,107),(578,0),(579,107),(580,0),(581,107),(582,0),(583,107),(584,0),(585,107),(586,0),(587,107),(588,0),(589,107),(590,0),(591,107),(592,0),(599,107),(600,0),(601,107),(602,0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_AccessSubscriberMap` ENABLE KEYS */;

--
-- Table structure for table `g2_AlbumItem`
--

DROP TABLE IF EXISTS `g2_AlbumItem`;
CREATE TABLE `g2_AlbumItem` (
  `g_id` int(11) NOT NULL,
  `g_theme` varchar(32) default NULL,
  `g_orderBy` varchar(128) default NULL,
  `g_orderDirection` varchar(32) default NULL,
  PRIMARY KEY  (`g_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_AlbumItem`
--


/*!40000 ALTER TABLE `g2_AlbumItem` DISABLE KEYS */;
LOCK TABLES `g2_AlbumItem` WRITE;
INSERT INTO `g2_AlbumItem` VALUES (7,'','','asc'),(25,'','','asc'),(27,'','','asc'),(97,'','','asc'),(109,'','','asc'),(200,'','','asc'),(225,'','','asc'),(229,'','','asc'),(230,'','','asc'),(231,'','','asc'),(232,'','','asc'),(233,'','','asc'),(234,'','','asc'),(235,'','','asc'),(236,'','','asc'),(237,'','','asc'),(238,'','','asc'),(319,'','','asc'),(348,'','','asc');
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_AlbumItem` ENABLE KEYS */;

--
-- Table structure for table `g2_AnimationItem`
--

DROP TABLE IF EXISTS `g2_AnimationItem`;
CREATE TABLE `g2_AnimationItem` (
  `g_id` int(11) NOT NULL,
  `g_width` int(11) default NULL,
  `g_height` int(11) default NULL,
  PRIMARY KEY  (`g_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_AnimationItem`
--


/*!40000 ALTER TABLE `g2_AnimationItem` DISABLE KEYS */;
LOCK TABLES `g2_AnimationItem` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_AnimationItem` ENABLE KEYS */;

--
-- Table structure for table `g2_CacheMap`
--

DROP TABLE IF EXISTS `g2_CacheMap`;
CREATE TABLE `g2_CacheMap` (
  `g_key` varchar(32) NOT NULL,
  `g_value` longtext,
  `g_userId` int(11) NOT NULL,
  `g_itemId` int(11) NOT NULL,
  `g_type` varchar(32) NOT NULL,
  `g_timestamp` int(11) NOT NULL,
  PRIMARY KEY  (`g_key`,`g_userId`,`g_itemId`,`g_type`),
  KEY `g2_CacheMap_69068` (`g_userId`),
  KEY `g2_CacheMap_75985` (`g_itemId`),
  KEY `g2_CacheMap_81545` (`g_type`),
  KEY `g2_CacheMap_24286` (`g_timestamp`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_CacheMap`
--


/*!40000 ALTER TABLE `g2_CacheMap` DISABLE KEYS */;
LOCK TABLES `g2_CacheMap` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_CacheMap` ENABLE KEYS */;

--
-- Table structure for table `g2_ChildEntity`
--

DROP TABLE IF EXISTS `g2_ChildEntity`;
CREATE TABLE `g2_ChildEntity` (
  `g_id` int(11) NOT NULL,
  `g_parentId` int(11) NOT NULL,
  PRIMARY KEY  (`g_id`),
  KEY `g2_ChildEntity_52718` (`g_parentId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_ChildEntity`
--


/*!40000 ALTER TABLE `g2_ChildEntity` DISABLE KEYS */;
LOCK TABLES `g2_ChildEntity` WRITE;
INSERT INTO `g2_ChildEntity` VALUES (7,0),(15,0),(17,0),(25,7),(27,7),(30,229),(31,30),(32,30),(33,7),(34,229),(35,34),(36,34),(37,229),(38,37),(39,37),(40,229),(41,40),(42,40),(43,25),(89,229),(90,89),(91,89),(92,230),(93,92),(94,92),(97,7),(109,7),(113,230),(114,113),(115,113),(116,230),(117,116),(118,116),(119,230),(120,119),(121,119),(122,230),(123,122),(124,122),(125,230),(126,125),(127,125),(128,229),(129,128),(130,128),(131,229),(132,131),(133,131),(134,229),(135,134),(136,134),(137,234),(138,137),(139,137),(140,234),(141,140),(142,140),(143,229),(144,143),(145,143),(146,229),(147,146),(148,146),(149,229),(150,149),(151,149),(152,229),(153,152),(154,152),(155,229),(156,155),(157,155),(158,229),(159,158),(160,158),(161,230),(162,161),(163,161),(164,235),(165,164),(166,164),(167,232),(168,167),(169,167),(170,229),(171,170),(172,170),(173,230),(174,173),(175,173),(176,235),(177,176),(178,176),(179,230),(180,179),(181,179),(182,232),(183,182),(184,182),(185,232),(186,185),(187,185),(188,229),(189,188),(190,188),(191,230),(192,191),(193,191),(194,232),(195,194),(196,194),(197,230),(198,197),(199,197),(200,7),(203,230),(204,203),(205,203),(206,230),(207,206),(208,206),(209,232),(210,209),(211,209),(212,230),(213,212),(214,212),(215,230),(216,215),(217,215),(218,230),(219,218),(220,218),(221,27),(222,229),(223,222),(224,222),(225,7),(229,25),(230,25),(231,25),(232,25),(233,25),(234,27),(235,27),(236,27),(237,27),(238,27),(239,234),(240,229),(244,230),(242,232),(243,231),(245,244),(246,244),(247,230),(248,247),(249,247),(250,229),(251,250),(252,250),(253,229),(254,253),(255,253),(256,232),(257,256),(258,256),(259,232),(260,259),(261,259),(262,232),(263,262),(264,262),(265,233),(266,265),(267,265),(268,232),(269,268),(270,268),(271,236),(272,271),(273,271),(274,236),(275,274),(276,274),(277,231),(278,277),(279,277),(280,236),(281,280),(282,280),(283,231),(284,283),(285,283),(286,231),(287,286),(288,286),(289,231),(290,289),(291,289),(292,230),(293,292),(294,292),(295,230),(296,295),(297,295),(298,230),(299,298),(300,298),(301,230),(302,301),(303,301),(304,230),(305,304),(306,304),(593,233),(595,233),(594,593),(310,230),(311,310),(312,310),(313,230),(314,313),(315,313),(316,230),(317,233),(319,7),(323,233),(324,323),(325,323),(336,233),(327,233),(328,327),(329,327),(330,233),(331,330),(332,330),(333,233),(334,333),(335,333),(337,336),(338,336),(339,233),(340,339),(341,339),(342,233),(343,342),(344,342),(345,233),(346,345),(347,345),(348,7),(351,348),(352,351),(353,351),(354,348),(355,348),(356,355),(357,355),(358,348),(359,358),(360,358),(361,348),(362,361),(363,361),(364,348),(365,364),(366,364),(367,348),(368,367),(369,367),(596,595),(598,597),(597,233),(373,348),(374,373),(375,373),(376,348),(377,376),(378,376),(379,348),(380,379),(381,379),(382,348),(383,382),(384,382),(385,348),(386,385),(387,385),(388,348),(389,388),(390,388),(391,348),(392,391),(393,391),(394,348),(395,394),(396,394),(397,348),(398,397),(399,397),(400,348),(401,400),(402,400),(403,348),(404,403),(405,403),(406,348),(407,406),(408,406),(409,348),(410,409),(411,409),(412,348),(413,412),(414,412),(415,348),(416,415),(417,415),(418,348),(419,418),(420,418),(421,348),(422,421),(423,421),(424,348),(425,424),(426,424),(427,348),(428,427),(429,427),(430,348),(431,430),(432,430),(433,348),(434,433),(435,433),(436,348),(437,436),(438,436),(439,348),(440,439),(441,439),(442,348),(443,442),(444,442),(445,233),(446,445),(447,445),(448,233),(449,448),(450,448),(451,233),(452,451),(453,451),(454,233),(455,454),(456,454),(457,233),(458,457),(459,457),(460,233),(461,460),(462,460),(463,233),(464,463),(465,463),(466,233),(467,466),(468,466),(469,233),(470,469),(471,469),(472,233),(473,472),(474,472),(475,233),(476,475),(477,475),(478,233),(479,478),(480,478),(481,233),(482,481),(483,481),(484,233),(485,484),(486,484),(487,233),(488,487),(489,487),(490,233),(491,490),(492,490),(493,233),(494,493),(495,493),(496,233),(497,496),(498,496),(499,233),(500,499),(501,499),(502,233),(503,502),(504,502),(505,233),(506,505),(507,505),(508,233),(509,508),(510,508),(511,233),(512,511),(513,511),(514,233),(515,514),(516,514),(517,233),(518,517),(519,517),(520,233),(521,520),(522,520),(523,233),(524,523),(525,523),(526,233),(527,526),(528,526),(529,233),(530,529),(531,529),(532,233),(533,532),(534,532),(535,233),(536,535),(537,535),(538,233),(539,538),(540,538),(541,233),(542,541),(543,541),(544,233),(545,544),(546,544),(547,236),(548,235),(549,233),(550,549),(551,233),(552,551),(553,233),(554,553),(555,233),(556,555),(557,233),(558,557),(559,233),(560,559),(561,233),(562,561),(563,233),(564,563),(565,233),(566,565),(567,233),(568,567),(569,233),(570,569),(571,233),(572,571),(573,233),(574,573),(575,233),(576,575),(577,233),(578,577),(579,233),(580,579),(581,233),(582,581),(583,233),(584,583),(585,233),(586,585),(587,233),(588,587),(589,233),(590,589),(591,233),(592,591),(599,233),(600,599),(601,233),(602,601);
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_ChildEntity` ENABLE KEYS */;

--
-- Table structure for table `g2_Comment`
--

DROP TABLE IF EXISTS `g2_Comment`;
CREATE TABLE `g2_Comment` (
  `g_id` int(11) NOT NULL,
  `g_commenterId` int(11) NOT NULL,
  `g_host` varchar(128) NOT NULL,
  `g_subject` varchar(128) default NULL,
  `g_comment` text,
  `g_date` int(11) NOT NULL,
  PRIMARY KEY  (`g_id`),
  KEY `g2_Comment_95610` (`g_date`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_Comment`
--


/*!40000 ALTER TABLE `g2_Comment` DISABLE KEYS */;
LOCK TABLES `g2_Comment` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_Comment` ENABLE KEYS */;

--
-- Table structure for table `g2_CustomFieldMap`
--

DROP TABLE IF EXISTS `g2_CustomFieldMap`;
CREATE TABLE `g2_CustomFieldMap` (
  `g_itemId` int(11) NOT NULL,
  `g_field` varchar(128) NOT NULL,
  `g_value` varchar(255) default NULL,
  `g_setId` int(11) default NULL,
  `g_setType` int(11) default NULL,
  KEY `g2_CustomFieldMap_75985` (`g_itemId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_CustomFieldMap`
--


/*!40000 ALTER TABLE `g2_CustomFieldMap` DISABLE KEYS */;
LOCK TABLES `g2_CustomFieldMap` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_CustomFieldMap` ENABLE KEYS */;

--
-- Table structure for table `g2_DataItem`
--

DROP TABLE IF EXISTS `g2_DataItem`;
CREATE TABLE `g2_DataItem` (
  `g_id` int(11) NOT NULL,
  `g_mimeType` varchar(128) default NULL,
  `g_size` int(11) default NULL,
  PRIMARY KEY  (`g_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_DataItem`
--


/*!40000 ALTER TABLE `g2_DataItem` DISABLE KEYS */;
LOCK TABLES `g2_DataItem` WRITE;
INSERT INTO `g2_DataItem` VALUES (30,'image/jpeg',826883),(34,'image/jpeg',1088547),(37,'image/jpeg',467206),(40,'image/jpeg',208522),(89,'image/jpeg',317081),(92,'image/jpeg',826273),(113,'image/jpeg',786891),(116,'image/jpeg',902969),(119,'image/jpeg',750403),(122,'image/jpeg',787503),(125,'image/jpeg',852050),(128,'image/jpeg',647957),(131,'image/jpeg',570004),(134,'image/jpeg',513140),(137,'image/jpeg',918897),(140,'image/jpeg',429293),(143,'image/jpeg',632605),(146,'image/jpeg',478316),(149,'image/jpeg',606330),(152,'image/jpeg',1259551),(155,'image/jpeg',617577),(158,'image/jpeg',513012),(161,'image/jpeg',363387),(164,'image/jpeg',350646),(167,'image/jpeg',277775),(170,'image/jpeg',338951),(173,'image/jpeg',511116),(176,'image/jpeg',399117),(179,'image/jpeg',446185),(182,'image/jpeg',206511),(185,'image/jpeg',288252),(188,'image/jpeg',490987),(191,'image/jpeg',388309),(194,'image/jpeg',326929),(197,'image/jpeg',393282),(203,'image/jpeg',351772),(206,'image/jpeg',378375),(209,'image/jpeg',285132),(212,'image/jpeg',453484),(215,'image/jpeg',379516),(218,'image/jpeg',388338),(222,'image/jpeg',907050),(244,'image/jpeg',476088),(247,'image/jpeg',414941),(250,'image/jpeg',1071543),(253,'image/jpeg',984430),(256,'image/jpeg',392763),(259,'image/jpeg',460264),(262,'image/jpeg',468958),(265,'image/jpeg',488993),(268,'image/jpeg',451400),(271,'image/jpeg',435879),(274,'image/jpeg',375632),(277,'image/jpeg',453073),(280,'image/jpeg',377356),(283,'image/jpeg',346470),(286,'image/jpeg',364823),(289,'image/jpeg',348478),(292,'image/jpeg',391498),(295,'image/jpeg',451813),(298,'image/jpeg',464562),(301,'image/jpeg',458609),(304,'image/jpeg',377797),(593,'image/jpeg',8179),(310,'image/jpeg',349148),(313,'image/jpeg',429650),(323,'image/jpeg',2131410),(327,'image/jpeg',1762028),(330,'image/jpeg',1959074),(333,'image/jpeg',1881023),(336,'image/jpeg',2172787),(339,'image/jpeg',1664808),(342,'image/jpeg',1897941),(345,'image/jpeg',2044709),(351,'image/jpeg',500475),(355,'image/jpeg',456193),(358,'image/jpeg',480596),(361,'image/jpeg',590221),(364,'image/jpeg',446714),(367,'image/jpeg',498823),(595,'image/jpeg',10744),(373,'image/jpeg',648871),(376,'image/jpeg',570483),(379,'image/jpeg',512421),(382,'image/jpeg',512568),(385,'image/jpeg',729140),(388,'image/jpeg',721450),(391,'image/jpeg',599000),(394,'image/jpeg',502119),(397,'image/jpeg',512324),(400,'image/jpeg',531366),(403,'image/jpeg',519580),(406,'image/jpeg',539192),(409,'image/jpeg',522797),(412,'image/jpeg',459824),(415,'image/jpeg',495848),(418,'image/jpeg',474012),(421,'image/jpeg',400475),(424,'image/jpeg',539300),(427,'image/jpeg',560157),(430,'image/jpeg',548729),(433,'image/jpeg',623403),(436,'image/jpeg',588999),(439,'image/jpeg',587852),(442,'image/jpeg',455862),(445,'image/jpeg',1840084),(448,'image/jpeg',1831510),(451,'image/jpeg',1601654),(454,'image/jpeg',1704525),(457,'image/jpeg',1938455),(460,'image/jpeg',2040924),(463,'image/jpeg',2031103),(466,'image/jpeg',1748923),(469,'image/jpeg',1987377),(472,'image/jpeg',1960647),(475,'image/jpeg',1837178),(478,'image/jpeg',1692950),(481,'image/jpeg',1833675),(484,'image/jpeg',1969613),(487,'image/jpeg',2295677),(490,'image/jpeg',2045549),(493,'image/jpeg',1734403),(496,'image/jpeg',2287214),(499,'image/jpeg',2040946),(502,'image/jpeg',1947591),(505,'image/jpeg',1963341),(508,'image/jpeg',1990651),(511,'image/jpeg',1690876),(514,'image/jpeg',1379616),(517,'image/jpeg',1984373),(520,'image/jpeg',1828308),(523,'image/jpeg',2522629),(526,'image/jpeg',1607736),(529,'image/jpeg',1910119),(532,'image/jpeg',1999374),(535,'image/jpeg',1804710),(538,'image/jpeg',2110417),(541,'image/jpeg',2014401),(544,'image/jpeg',2014690),(549,'image/jpeg',8511),(551,'image/jpeg',8442),(553,'image/jpeg',9226),(555,'image/jpeg',11423),(557,'image/jpeg',10403),(559,'image/jpeg',5551),(561,'image/jpeg',9528),(563,'image/jpeg',12452),(565,'image/jpeg',6843),(567,'image/jpeg',9746),(569,'image/jpeg',7911),(571,'image/jpeg',11093),(573,'image/jpeg',6667),(575,'image/jpeg',10269),(577,'image/jpeg',9254),(579,'image/jpeg',10294),(581,'image/jpeg',9827),(583,'image/jpeg',8346),(585,'image/jpeg',10352),(587,'image/jpeg',8480),(589,'image/jpeg',11356),(591,'image/jpeg',8670),(597,'image/jpeg',9227),(599,'image/jpeg',6271),(601,'image/jpeg',8990);
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_DataItem` ENABLE KEYS */;

--
-- Table structure for table `g2_Derivative`
--

DROP TABLE IF EXISTS `g2_Derivative`;
CREATE TABLE `g2_Derivative` (
  `g_id` int(11) NOT NULL,
  `g_derivativeSourceId` int(11) NOT NULL,
  `g_derivativeOperations` varchar(255) default NULL,
  `g_derivativeOrder` int(11) NOT NULL,
  `g_derivativeSize` int(11) default NULL,
  `g_derivativeType` int(11) NOT NULL,
  `g_mimeType` varchar(128) NOT NULL,
  `g_postFilterOperations` varchar(255) default NULL,
  `g_isBroken` int(1) default NULL,
  PRIMARY KEY  (`g_id`),
  KEY `g2_Derivative_85338` (`g_derivativeSourceId`),
  KEY `g2_Derivative_25243` (`g_derivativeOrder`),
  KEY `g2_Derivative_97216` (`g_derivativeType`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_Derivative`
--


/*!40000 ALTER TABLE `g2_Derivative` DISABLE KEYS */;
LOCK TABLES `g2_Derivative` WRITE;
INSERT INTO `g2_Derivative` VALUES (31,30,'thumbnail|150',0,5359,1,'image/jpeg',NULL,0),(32,30,'scale|640,640',0,54782,2,'image/jpeg',NULL,0),(33,43,'thumbnail|150',0,3577,1,'image/jpeg',NULL,0),(35,34,'thumbnail|150',0,6425,1,'image/jpeg',NULL,0),(36,34,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(38,37,'thumbnail|150',0,4601,1,'image/jpeg',NULL,0),(39,37,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(41,40,'thumbnail|150',0,2974,1,'image/jpeg',NULL,0),(42,40,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(43,242,'thumbnail|150',0,3577,1,'image/jpeg',NULL,0),(90,89,'thumbnail|150',0,2978,1,'image/jpeg',NULL,0),(91,89,'scale|640,640',0,31993,2,'image/jpeg',NULL,0),(93,92,'thumbnail|150',0,8502,1,'image/jpeg',NULL,0),(94,92,'scale|640,640',0,87086,2,'image/jpeg',NULL,0),(114,113,'thumbnail|150',0,7254,1,'image/jpeg',NULL,0),(115,113,'scale|640,640',0,82038,2,'image/jpeg',NULL,0),(117,116,'thumbnail|150',0,7017,1,'image/jpeg',NULL,0),(118,116,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(120,119,'thumbnail|150',0,6611,1,'image/jpeg',NULL,0),(121,119,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(123,122,'thumbnail|150',0,7599,1,'image/jpeg',NULL,0),(124,122,'scale|640,640',0,86299,2,'image/jpeg',NULL,0),(126,125,'thumbnail|150',0,7624,1,'image/jpeg',NULL,0),(127,125,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(129,128,'thumbnail|150',0,4794,1,'image/jpeg',NULL,0),(130,128,'scale|640,640',0,56736,2,'image/jpeg',NULL,0),(132,131,'thumbnail|150',0,6392,1,'image/jpeg',NULL,0),(133,131,'scale|640,640',0,64039,2,'image/jpeg',NULL,0),(135,134,'thumbnail|150',0,5993,1,'image/jpeg',NULL,0),(136,134,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(138,137,'thumbnail|150',0,5039,1,'image/jpeg',NULL,0),(139,137,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(141,140,'thumbnail|150',0,3942,1,'image/jpeg',NULL,0),(142,140,'scale|640,640',0,42409,2,'image/jpeg',NULL,0),(144,143,'thumbnail|150',0,5109,1,'image/jpeg',NULL,0),(145,143,'scale|640,640',0,54286,2,'image/jpeg',NULL,0),(147,146,'thumbnail|150',0,6786,1,'image/jpeg',NULL,0),(148,146,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(150,149,'thumbnail|150',0,5453,1,'image/jpeg',NULL,0),(151,149,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(153,152,'thumbnail|150',0,6023,1,'image/jpeg',NULL,0),(154,152,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(156,155,'thumbnail|150',0,5172,1,'image/jpeg',NULL,0),(157,155,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(159,158,'thumbnail|150',0,6480,1,'image/jpeg',NULL,0),(160,158,'scale|640,640',0,59680,2,'image/jpeg',NULL,0),(162,161,'thumbnail|150',0,4493,1,'image/jpeg',NULL,0),(163,161,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(165,164,'thumbnail|150',0,4986,1,'image/jpeg',NULL,0),(166,164,'scale|640,640',0,36740,2,'image/jpeg',NULL,0),(168,167,'thumbnail|150',0,3168,1,'image/jpeg',NULL,0),(169,167,'scale|640,640',0,25418,2,'image/jpeg',NULL,0),(171,170,'thumbnail|150',0,3792,1,'image/jpeg',NULL,0),(172,170,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(174,173,'thumbnail|150',0,5881,1,'image/jpeg',NULL,0),(175,173,'scale|640,640',0,55071,2,'image/jpeg',NULL,0),(177,176,'thumbnail|150',0,5395,1,'image/jpeg',NULL,0),(178,176,'scale|640,640',0,48626,2,'image/jpeg',NULL,0),(180,179,'thumbnail|150',0,5646,1,'image/jpeg',NULL,0),(181,179,'scale|640,640',0,50997,2,'image/jpeg',NULL,0),(183,182,'thumbnail|150',0,3577,1,'image/jpeg',NULL,0),(184,182,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(186,185,'thumbnail|150',0,3333,1,'image/jpeg',NULL,0),(187,185,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(189,188,'thumbnail|150',0,4926,1,'image/jpeg',NULL,0),(190,188,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(192,191,'thumbnail|150',0,5063,1,'image/jpeg',NULL,0),(193,191,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(195,194,'thumbnail|150',0,4594,1,'image/jpeg',NULL,0),(196,194,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(198,197,'thumbnail|150',0,4989,1,'image/jpeg',NULL,0),(199,197,'scale|640,640',0,43968,2,'image/jpeg',NULL,0),(204,203,'thumbnail|150',0,5484,1,'image/jpeg',NULL,0),(205,203,'scale|640,640',0,41854,2,'image/jpeg',NULL,0),(207,206,'thumbnail|150',0,4886,1,'image/jpeg',NULL,0),(208,206,'scale|640,640',0,30897,2,'image/jpeg',NULL,0),(210,209,'thumbnail|150',0,4153,1,'image/jpeg',NULL,0),(211,209,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(213,212,'thumbnail|150',0,5401,1,'image/jpeg',NULL,0),(214,212,'scale|640,640',0,46364,2,'image/jpeg',NULL,0),(216,215,'thumbnail|150',0,4920,1,'image/jpeg',NULL,0),(217,215,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(219,218,'thumbnail|150',0,5548,1,'image/jpeg',NULL,0),(220,218,'scale|640,640',0,36270,2,'image/jpeg',NULL,0),(221,239,'thumbnail|150',0,5039,1,'image/jpeg',NULL,0),(223,222,'thumbnail|150',0,8242,1,'image/jpeg',NULL,0),(224,222,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(239,138,'thumbnail|150',0,5039,1,'image/jpeg',NULL,0),(240,31,'thumbnail|150',0,5359,1,'image/jpeg',NULL,0),(242,183,'thumbnail|150',0,3577,1,'image/jpeg',NULL,0),(243,278,'thumbnail|150',0,4637,1,'image/jpeg',NULL,0),(245,244,'thumbnail|150',0,6334,1,'image/jpeg',NULL,0),(246,244,'scale|640,640',0,47702,2,'image/jpeg',NULL,0),(248,247,'thumbnail|150',0,5953,1,'image/jpeg',NULL,0),(249,247,'scale|640,640',0,42503,2,'image/jpeg',NULL,0),(251,250,'thumbnail|150',0,8475,1,'image/jpeg',NULL,0),(252,250,'scale|640,640',0,94769,2,'image/jpeg',NULL,0),(254,253,'thumbnail|150',0,8666,1,'image/jpeg',NULL,0),(255,253,'scale|640,640',0,92470,2,'image/jpeg',NULL,0),(257,256,'thumbnail|150',0,4094,1,'image/jpeg',NULL,0),(258,256,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(260,259,'thumbnail|150',0,6037,1,'image/jpeg',NULL,0),(261,259,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(263,262,'thumbnail|150',0,6427,1,'image/jpeg',NULL,0),(264,262,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(266,265,'thumbnail|150',0,6359,1,'image/jpeg',NULL,0),(267,265,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(269,268,'thumbnail|150',0,5328,1,'image/jpeg',NULL,0),(270,268,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(272,271,'thumbnail|150',0,4722,1,'image/jpeg',NULL,0),(273,271,'scale|640,640',0,41327,2,'image/jpeg',NULL,0),(275,274,'thumbnail|150',0,5185,1,'image/jpeg',NULL,0),(276,274,'scale|640,640',0,42130,2,'image/jpeg',NULL,0),(278,277,'thumbnail|150',0,4637,1,'image/jpeg',NULL,0),(279,277,'scale|640,640',0,42278,2,'image/jpeg',NULL,0),(281,280,'thumbnail|150',0,4599,1,'image/jpeg',NULL,0),(282,280,'scale|640,640',0,37512,2,'image/jpeg',NULL,0),(284,283,'thumbnail|150',0,4390,1,'image/jpeg',NULL,0),(285,283,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(287,286,'thumbnail|150',0,4493,1,'image/jpeg',NULL,0),(288,286,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(290,289,'thumbnail|150',0,5115,1,'image/jpeg',NULL,0),(291,289,'scale|640,640',0,41200,2,'image/jpeg',NULL,0),(293,292,'thumbnail|150',0,5255,1,'image/jpeg',NULL,0),(294,292,'scale|640,640',0,39366,2,'image/jpeg',NULL,0),(296,295,'thumbnail|150',0,5981,1,'image/jpeg',NULL,0),(297,295,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(299,298,'thumbnail|150',0,6462,1,'image/jpeg',NULL,0),(300,298,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(302,301,'thumbnail|150',0,5359,1,'image/jpeg',NULL,0),(303,301,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(305,304,'thumbnail|150',0,4512,1,'image/jpeg',NULL,0),(306,304,'scale|640,640',0,36592,2,'image/jpeg',NULL,0),(594,593,'thumbnail|150',0,3909,1,'image/jpeg',NULL,0),(311,310,'thumbnail|150',0,4991,1,'image/jpeg',NULL,0),(312,310,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(314,313,'thumbnail|150',0,5839,1,'image/jpeg',NULL,0),(315,313,'scale|640,640',0,51678,2,'image/jpeg',NULL,0),(316,245,'thumbnail|150',0,6334,1,'image/jpeg',NULL,0),(317,266,'thumbnail|150',0,6359,1,'image/jpeg',NULL,0),(596,595,'thumbnail|150',0,4120,1,'image/jpeg',NULL,0),(324,323,'thumbnail|150',0,6479,1,'image/jpeg',NULL,0),(325,323,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(328,327,'thumbnail|150',0,5154,1,'image/jpeg',NULL,0),(329,327,'scale|640,640',0,53225,2,'image/jpeg',NULL,0),(331,330,'thumbnail|150',0,6179,1,'image/jpeg',NULL,0),(332,330,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(334,333,'thumbnail|150',0,4652,1,'image/jpeg',NULL,0),(335,333,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(337,336,'thumbnail|150',0,6416,1,'image/jpeg',NULL,0),(338,336,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(340,339,'thumbnail|150',0,5499,1,'image/jpeg',NULL,0),(341,339,'scale|640,640',0,57226,2,'image/jpeg',NULL,0),(343,342,'thumbnail|150',0,4487,1,'image/jpeg',NULL,0),(344,342,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(346,345,'thumbnail|150',0,5541,1,'image/jpeg',NULL,0),(347,345,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(352,351,'thumbnail|150',0,6111,1,'image/jpeg',NULL,0),(353,351,'scale|640,640',0,61133,2,'image/jpeg',NULL,0),(354,352,'thumbnail|150',0,6111,1,'image/jpeg',NULL,0),(356,355,'thumbnail|150',0,5998,1,'image/jpeg',NULL,0),(357,355,'scale|640,640',0,55276,2,'image/jpeg',NULL,0),(359,358,'thumbnail|150',0,5994,1,'image/jpeg',NULL,0),(360,358,'scale|640,640',0,57045,2,'image/jpeg',NULL,0),(362,361,'thumbnail|150',0,6900,1,'image/jpeg',NULL,0),(363,361,'scale|640,640',0,67854,2,'image/jpeg',NULL,0),(365,364,'thumbnail|150',0,5796,1,'image/jpeg',NULL,0),(366,364,'scale|640,640',0,52836,2,'image/jpeg',NULL,0),(368,367,'thumbnail|150',0,5096,1,'image/jpeg',NULL,0),(369,367,'scale|640,640',0,56858,2,'image/jpeg',NULL,0),(374,373,'thumbnail|150',0,7214,1,'image/jpeg',NULL,0),(375,373,'scale|640,640',0,72792,2,'image/jpeg',NULL,0),(600,599,'thumbnail|150',0,2916,1,'image/jpeg',NULL,0),(377,376,'thumbnail|150',0,6862,1,'image/jpeg',NULL,0),(378,376,'scale|640,640',0,65552,2,'image/jpeg',NULL,0),(380,379,'thumbnail|150',0,6769,1,'image/jpeg',NULL,0),(381,379,'scale|640,640',0,62470,2,'image/jpeg',NULL,0),(383,382,'thumbnail|150',0,6413,1,'image/jpeg',NULL,0),(384,382,'scale|640,640',0,60643,2,'image/jpeg',NULL,0),(386,385,'thumbnail|150',0,7936,1,'image/jpeg',NULL,0),(387,385,'scale|640,640',0,81342,2,'image/jpeg',NULL,0),(389,388,'thumbnail|150',0,8066,1,'image/jpeg',NULL,0),(390,388,'scale|640,640',0,81010,2,'image/jpeg',NULL,0),(392,391,'thumbnail|150',0,7605,1,'image/jpeg',NULL,0),(393,391,'scale|640,640',0,70612,2,'image/jpeg',NULL,0),(395,394,'thumbnail|150',0,6517,1,'image/jpeg',NULL,0),(396,394,'scale|640,640',0,61171,2,'image/jpeg',NULL,0),(398,397,'thumbnail|150',0,5860,1,'image/jpeg',NULL,0),(399,397,'scale|640,640',0,58976,2,'image/jpeg',NULL,0),(401,400,'thumbnail|150',0,6234,1,'image/jpeg',NULL,0),(402,400,'scale|640,640',0,60247,2,'image/jpeg',NULL,0),(404,403,'thumbnail|150',0,7035,1,'image/jpeg',NULL,0),(405,403,'scale|640,640',0,63055,2,'image/jpeg',NULL,0),(407,406,'thumbnail|150',0,7053,1,'image/jpeg',NULL,0),(408,406,'scale|640,640',0,64872,2,'image/jpeg',NULL,0),(410,409,'thumbnail|150',0,6760,1,'image/jpeg',NULL,0),(411,409,'scale|640,640',0,61426,2,'image/jpeg',NULL,0),(413,412,'thumbnail|150',0,6108,1,'image/jpeg',NULL,0),(414,412,'scale|640,640',0,57068,2,'image/jpeg',NULL,0),(416,415,'thumbnail|150',0,6974,1,'image/jpeg',NULL,0),(417,415,'scale|640,640',0,64336,2,'image/jpeg',NULL,0),(419,418,'thumbnail|150',0,6827,1,'image/jpeg',NULL,0),(420,418,'scale|640,640',0,60743,2,'image/jpeg',NULL,0),(422,421,'thumbnail|150',0,7156,1,'image/jpeg',NULL,0),(423,421,'scale|640,640',0,56685,2,'image/jpeg',NULL,0),(425,424,'thumbnail|150',0,5828,1,'image/jpeg',NULL,0),(426,424,'scale|640,640',0,59037,2,'image/jpeg',NULL,0),(428,427,'thumbnail|150',0,6420,1,'image/jpeg',NULL,0),(429,427,'scale|640,640',0,65072,2,'image/jpeg',NULL,0),(431,430,'thumbnail|150',0,7042,1,'image/jpeg',NULL,0),(432,430,'scale|640,640',0,64479,2,'image/jpeg',NULL,0),(434,433,'thumbnail|150',0,6736,1,'image/jpeg',NULL,0),(435,433,'scale|640,640',0,72941,2,'image/jpeg',NULL,0),(437,436,'thumbnail|150',0,6346,1,'image/jpeg',NULL,0),(438,436,'scale|640,640',0,66560,2,'image/jpeg',NULL,0),(440,439,'thumbnail|150',0,6610,1,'image/jpeg',NULL,0),(441,439,'scale|640,640',0,67474,2,'image/jpeg',NULL,0),(443,442,'thumbnail|150',0,6055,1,'image/jpeg',NULL,0),(444,442,'scale|640,640',0,56290,2,'image/jpeg',NULL,0),(446,445,'thumbnail|150',0,6617,1,'image/jpeg',NULL,0),(447,445,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(449,448,'thumbnail|150',0,7215,1,'image/jpeg',NULL,0),(450,448,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(452,451,'thumbnail|150',0,5508,1,'image/jpeg',NULL,0),(453,451,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(455,454,'thumbnail|150',0,4888,1,'image/jpeg',NULL,0),(456,454,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(458,457,'thumbnail|150',0,5665,1,'image/jpeg',NULL,0),(459,457,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(461,460,'thumbnail|150',0,5469,1,'image/jpeg',NULL,0),(462,460,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(464,463,'thumbnail|150',0,5005,1,'image/jpeg',NULL,0),(465,463,'scale|640,640',0,53850,2,'image/jpeg',NULL,0),(467,466,'thumbnail|150',0,3671,1,'image/jpeg',NULL,0),(468,466,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(470,469,'thumbnail|150',0,7540,1,'image/jpeg',NULL,0),(471,469,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(473,472,'thumbnail|150',0,6682,1,'image/jpeg',NULL,0),(474,472,'scale|640,640',0,73754,2,'image/jpeg',NULL,0),(476,475,'thumbnail|150',0,3765,1,'image/jpeg',NULL,0),(477,475,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(479,478,'thumbnail|150',0,4814,1,'image/jpeg',NULL,0),(480,478,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(482,481,'thumbnail|150',0,4135,1,'image/jpeg',NULL,0),(483,481,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(485,484,'thumbnail|150',0,3291,1,'image/jpeg',NULL,0),(486,484,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(488,487,'thumbnail|150',0,6049,1,'image/jpeg',NULL,0),(489,487,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(491,490,'thumbnail|150',0,5270,1,'image/jpeg',NULL,0),(492,490,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(494,493,'thumbnail|150',0,4240,1,'image/jpeg',NULL,0),(495,493,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(497,496,'thumbnail|150',0,5140,1,'image/jpeg',NULL,0),(498,496,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(500,499,'thumbnail|150',0,5429,1,'image/jpeg',NULL,0),(501,499,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(503,502,'thumbnail|150',0,5590,1,'image/jpeg',NULL,0),(504,502,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(506,505,'thumbnail|150',0,2904,1,'image/jpeg',NULL,0),(507,505,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(509,508,'thumbnail|150',0,6725,1,'image/jpeg',NULL,0),(510,508,'scale|640,640',0,76771,2,'image/jpeg',NULL,0),(512,511,'thumbnail|150',0,4190,1,'image/jpeg',NULL,0),(513,511,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(515,514,'thumbnail|150',0,3057,1,'image/jpeg',NULL,0),(516,514,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(518,517,'thumbnail|150',0,4594,1,'image/jpeg',NULL,0),(519,517,'scale|640,640',0,52397,2,'image/jpeg',NULL,0),(521,520,'thumbnail|150',0,3592,1,'image/jpeg',NULL,0),(522,520,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(524,523,'thumbnail|150',0,4500,1,'image/jpeg',NULL,0),(525,523,'scale|640,640',0,49132,2,'image/jpeg',NULL,0),(527,526,'thumbnail|150',0,3901,1,'image/jpeg',NULL,0),(528,526,'scale|640,640',0,40602,2,'image/jpeg',NULL,0),(530,529,'thumbnail|150',0,4685,1,'image/jpeg',NULL,0),(531,529,'scale|640,640',0,47067,2,'image/jpeg',NULL,0),(533,532,'thumbnail|150',0,4953,1,'image/jpeg',NULL,0),(534,532,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(536,535,'thumbnail|150',0,4495,1,'image/jpeg',NULL,0),(537,535,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(539,538,'thumbnail|150',0,5527,1,'image/jpeg',NULL,0),(540,538,'scale|640,640',0,56203,2,'image/jpeg',NULL,0),(542,541,'thumbnail|150',0,5335,1,'image/jpeg',NULL,0),(543,541,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(545,544,'thumbnail|150',0,5011,1,'image/jpeg',NULL,0),(546,544,'scale|640,640',0,NULL,2,'image/jpeg',NULL,0),(598,597,'thumbnail|150',0,4582,1,'image/jpeg',NULL,0),(547,272,'thumbnail|150',0,4722,1,'image/jpeg',NULL,0),(548,165,'thumbnail|150',0,4986,1,'image/jpeg',NULL,0),(550,549,'thumbnail|150',0,4300,1,'image/jpeg',NULL,0),(552,551,'thumbnail|150',0,3583,1,'image/jpeg',NULL,0),(554,553,'thumbnail|150',0,4331,1,'image/jpeg',NULL,0),(556,555,'thumbnail|150',0,4852,1,'image/jpeg',NULL,0),(558,557,'thumbnail|150',0,4553,1,'image/jpeg',NULL,0),(560,559,'thumbnail|150',0,2983,1,'image/jpeg',NULL,0),(562,561,'thumbnail|150',0,3950,1,'image/jpeg',NULL,0),(564,563,'thumbnail|150',0,4998,1,'image/jpeg',NULL,0),(566,565,'thumbnail|150',0,3259,1,'image/jpeg',NULL,0),(568,567,'thumbnail|150',0,4821,1,'image/jpeg',NULL,0),(570,569,'thumbnail|150',0,3848,1,'image/jpeg',NULL,0),(572,571,'thumbnail|150',0,4848,1,'image/jpeg',NULL,0),(574,573,'thumbnail|150',0,3161,1,'image/jpeg',NULL,0),(576,575,'thumbnail|150',0,4030,1,'image/jpeg',NULL,0),(578,577,'thumbnail|150',0,3997,1,'image/jpeg',NULL,0),(580,579,'thumbnail|150',0,5123,1,'image/jpeg',NULL,0),(582,581,'thumbnail|150',0,5265,1,'image/jpeg',NULL,0),(584,583,'thumbnail|150',0,3367,1,'image/jpeg',NULL,0),(586,585,'thumbnail|150',0,5595,1,'image/jpeg',NULL,0),(588,587,'thumbnail|150',0,3932,1,'image/jpeg',NULL,0),(590,589,'thumbnail|150',0,5130,1,'image/jpeg',NULL,0),(592,591,'thumbnail|150',0,3735,1,'image/jpeg',NULL,0),(602,601,'thumbnail|150',0,4430,1,'image/jpeg',NULL,0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_Derivative` ENABLE KEYS */;

--
-- Table structure for table `g2_DerivativeImage`
--

DROP TABLE IF EXISTS `g2_DerivativeImage`;
CREATE TABLE `g2_DerivativeImage` (
  `g_id` int(11) NOT NULL,
  `g_width` int(11) default NULL,
  `g_height` int(11) default NULL,
  PRIMARY KEY  (`g_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_DerivativeImage`
--


/*!40000 ALTER TABLE `g2_DerivativeImage` DISABLE KEYS */;
LOCK TABLES `g2_DerivativeImage` WRITE;
INSERT INTO `g2_DerivativeImage` VALUES (31,150,150),(32,640,425),(33,150,150),(35,150,150),(36,0,0),(38,150,150),(39,0,0),(41,150,150),(42,0,0),(43,150,150),(90,150,150),(91,0,0),(93,150,150),(94,640,425),(114,150,150),(115,640,425),(117,150,150),(118,0,0),(120,150,150),(121,0,0),(123,150,150),(124,640,425),(126,150,150),(127,0,0),(129,150,150),(130,640,425),(132,150,150),(133,640,425),(135,150,150),(136,0,0),(138,150,150),(139,0,0),(141,150,150),(142,640,425),(144,150,150),(145,640,425),(147,150,150),(148,0,0),(150,150,150),(151,0,0),(153,150,150),(154,0,0),(156,150,150),(157,0,0),(159,150,150),(160,640,425),(162,150,150),(163,0,0),(165,150,150),(166,640,425),(168,150,150),(169,640,425),(171,150,150),(172,0,0),(174,150,150),(175,640,425),(177,150,150),(178,640,425),(180,150,150),(181,640,425),(183,150,150),(184,0,0),(186,150,150),(187,0,0),(189,150,150),(190,0,0),(192,150,150),(193,0,0),(195,150,150),(196,0,0),(198,150,150),(199,640,425),(204,150,150),(205,640,425),(207,150,150),(208,640,425),(210,150,150),(211,0,0),(213,150,150),(214,640,425),(216,150,150),(217,0,0),(219,150,150),(220,640,425),(221,150,150),(223,150,150),(224,0,0),(239,150,150),(240,150,150),(245,150,150),(242,150,150),(243,150,150),(246,640,425),(248,150,150),(249,640,425),(251,150,150),(252,640,425),(254,150,150),(255,640,425),(257,150,150),(258,0,0),(260,150,150),(261,0,0),(263,150,150),(264,0,0),(266,150,150),(267,0,0),(269,150,150),(270,0,0),(272,150,150),(273,640,425),(275,150,150),(276,640,425),(278,150,150),(279,640,425),(281,150,150),(282,640,425),(284,150,150),(285,0,0),(287,150,150),(288,0,0),(290,150,150),(291,640,425),(293,150,150),(294,640,425),(296,150,150),(297,0,0),(299,150,150),(300,0,0),(302,150,150),(303,0,0),(305,150,150),(306,640,425),(596,150,150),(594,150,150),(311,150,150),(312,0,0),(314,150,150),(315,640,425),(316,150,150),(317,150,150),(324,150,150),(325,0,0),(337,150,150),(328,150,150),(329,640,425),(331,150,150),(332,0,0),(334,150,150),(335,0,0),(338,0,0),(340,150,150),(341,640,425),(343,150,150),(344,0,0),(346,150,150),(347,0,0),(352,150,150),(353,640,425),(354,150,150),(356,150,150),(357,640,425),(359,150,150),(360,640,425),(362,150,150),(363,640,425),(365,150,150),(366,640,425),(368,150,150),(369,640,425),(600,115,115),(598,150,150),(374,150,150),(375,640,425),(377,150,150),(378,640,425),(380,150,150),(381,640,425),(383,150,150),(384,640,425),(386,150,150),(387,640,425),(389,150,150),(390,640,425),(392,150,150),(393,640,425),(395,150,150),(396,640,425),(398,150,150),(399,640,425),(401,150,150),(402,640,425),(404,150,150),(405,640,425),(407,150,150),(408,640,425),(410,150,150),(411,640,425),(413,150,150),(414,640,425),(416,150,150),(417,640,425),(419,150,150),(420,640,425),(422,150,150),(423,640,425),(425,150,150),(426,640,425),(428,150,150),(429,640,425),(431,150,150),(432,640,425),(434,150,150),(435,640,425),(437,150,150),(438,640,425),(440,150,150),(441,640,425),(443,150,150),(444,640,425),(446,150,150),(447,0,0),(449,150,150),(450,0,0),(452,150,150),(453,0,0),(455,150,150),(456,0,0),(458,150,150),(459,0,0),(461,150,150),(462,0,0),(464,150,150),(465,640,425),(467,150,150),(468,0,0),(470,150,150),(471,0,0),(473,150,150),(474,640,425),(476,150,150),(477,0,0),(479,150,150),(480,0,0),(482,150,150),(483,0,0),(485,150,150),(486,0,0),(488,150,150),(489,0,0),(491,150,150),(492,0,0),(494,150,150),(495,0,0),(497,150,150),(498,0,0),(500,150,150),(501,0,0),(503,150,150),(504,0,0),(506,150,150),(507,0,0),(509,150,150),(510,640,425),(512,150,150),(513,0,0),(515,150,150),(516,0,0),(518,150,150),(519,640,425),(521,150,150),(522,0,0),(524,150,150),(525,640,425),(527,150,150),(528,640,425),(530,150,150),(531,640,425),(533,150,150),(534,0,0),(536,150,150),(537,0,0),(539,150,150),(540,640,425),(542,150,150),(543,0,0),(545,150,150),(546,0,0),(547,150,150),(548,150,150),(550,139,139),(552,150,150),(554,150,150),(556,150,150),(558,150,150),(560,128,128),(562,150,150),(564,150,150),(566,128,128),(568,150,150),(570,150,150),(572,150,150),(574,144,144),(576,150,150),(578,150,150),(580,144,144),(582,144,144),(584,150,150),(586,145,145),(588,150,150),(590,150,150),(592,114,114),(602,150,150);
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_DerivativeImage` ENABLE KEYS */;

--
-- Table structure for table `g2_DerivativePrefsMap`
--

DROP TABLE IF EXISTS `g2_DerivativePrefsMap`;
CREATE TABLE `g2_DerivativePrefsMap` (
  `g_itemId` int(11) default NULL,
  `g_order` int(11) default NULL,
  `g_derivativeType` int(11) default NULL,
  `g_derivativeOperations` varchar(255) default NULL,
  KEY `g2_DerivativePrefsMap_75985` (`g_itemId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_DerivativePrefsMap`
--


/*!40000 ALTER TABLE `g2_DerivativePrefsMap` DISABLE KEYS */;
LOCK TABLES `g2_DerivativePrefsMap` WRITE;
INSERT INTO `g2_DerivativePrefsMap` VALUES (7,0,1,'thumbnail|150'),(7,0,2,'scale|640'),(25,0,1,'thumbnail|150'),(25,0,2,'scale|640,640'),(27,0,1,'thumbnail|150'),(27,0,2,'scale|640,640'),(97,0,1,'thumbnail|150'),(97,0,2,'scale|640'),(109,0,1,'thumbnail|150'),(109,0,2,'scale|640'),(200,0,2,'scale|640,640'),(225,0,1,'thumbnail|150'),(225,0,2,'scale|640'),(229,0,1,'thumbnail|150'),(229,0,2,'scale|640,640'),(230,0,1,'thumbnail|150'),(230,0,2,'scale|640,640'),(231,0,1,'thumbnail|150'),(231,0,2,'scale|640,640'),(232,0,1,'thumbnail|150'),(232,0,2,'scale|640,640'),(233,0,1,'thumbnail|150'),(233,0,2,'scale|640,640'),(234,0,1,'thumbnail|150'),(234,0,2,'scale|640,640'),(235,0,1,'thumbnail|150'),(235,0,2,'scale|640,640'),(236,0,1,'thumbnail|150'),(236,0,2,'scale|640,640'),(237,0,1,'thumbnail|150'),(237,0,2,'scale|640,640'),(238,0,1,'thumbnail|150'),(238,0,2,'scale|640,640'),(200,0,1,'thumbnail|150'),(319,0,1,'thumbnail|150'),(319,0,2,'scale|640'),(348,0,1,'thumbnail|150'),(348,0,2,'scale|640,640');
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_DerivativePrefsMap` ENABLE KEYS */;

--
-- Table structure for table `g2_DescendentCountsMap`
--

DROP TABLE IF EXISTS `g2_DescendentCountsMap`;
CREATE TABLE `g2_DescendentCountsMap` (
  `g_userId` int(11) NOT NULL,
  `g_itemId` int(11) NOT NULL,
  `g_descendentCount` int(11) NOT NULL,
  PRIMARY KEY  (`g_userId`,`g_itemId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_DescendentCountsMap`
--


/*!40000 ALTER TABLE `g2_DescendentCountsMap` DISABLE KEYS */;
LOCK TABLES `g2_DescendentCountsMap` WRITE;
INSERT INTO `g2_DescendentCountsMap` VALUES (19,232,9),(19,234,2),(19,229,19),(24,235,2),(24,234,2),(20,234,2),(19,231,4),(19,235,2),(19,233,70),(318,229,19),(318,231,4),(21,234,2),(318,232,9),(318,230,25),(318,27,12),(19,230,25),(24,229,19),(21,27,12),(19,236,3),(24,232,9),(19,348,30),(318,348,30),(21,229,19),(19,27,12),(5,348,30),(21,232,9),(21,236,3),(21,235,2),(21,348,30),(21,231,4),(19,25,132),(21,230,25),(19,7,182);
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_DescendentCountsMap` ENABLE KEYS */;

--
-- Table structure for table `g2_Entity`
--

DROP TABLE IF EXISTS `g2_Entity`;
CREATE TABLE `g2_Entity` (
  `g_id` int(11) NOT NULL,
  `g_creationTimestamp` int(11) NOT NULL,
  `g_isLinkable` int(1) NOT NULL,
  `g_linkId` int(11) default NULL,
  `g_modificationTimestamp` int(11) NOT NULL,
  `g_serialNumber` int(11) NOT NULL,
  `g_entityType` varchar(32) NOT NULL,
  `g_onLoadHandlers` varchar(128) default NULL,
  PRIMARY KEY  (`g_id`),
  KEY `g2_Entity_76255` (`g_creationTimestamp`),
  KEY `g2_Entity_35978` (`g_isLinkable`),
  KEY `g2_Entity_44738` (`g_linkId`),
  KEY `g2_Entity_63025` (`g_modificationTimestamp`),
  KEY `g2_Entity_60702` (`g_serialNumber`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_Entity`
--


/*!40000 ALTER TABLE `g2_Entity` DISABLE KEYS */;
LOCK TABLES `g2_Entity` WRITE;
INSERT INTO `g2_Entity` VALUES (1,1147919688,0,NULL,1147919689,1,'GalleryEntity',NULL),(2,1147919689,0,NULL,1147919689,1,'GalleryGroup',NULL),(3,1147919689,0,NULL,1147919689,1,'GalleryGroup',NULL),(4,1147919689,0,NULL,1147919689,1,'GalleryGroup',NULL),(5,1147919689,0,NULL,1147919689,1,'GalleryUser',NULL),(6,1147919689,0,NULL,1147919689,1,'GalleryUser',NULL),(7,1147919689,0,NULL,1153012279,17,'GalleryAlbumItem',NULL),(15,1147919784,0,NULL,1147919785,6,'ThumbnailImage',NULL),(17,1147919785,0,NULL,1147919786,5,'ThumbnailImage',NULL),(19,1147922702,0,NULL,1147922703,1,'GalleryUser',NULL),(20,1147922748,0,NULL,1147922748,1,'GalleryUser',NULL),(21,1147922805,0,NULL,1147922805,1,'GalleryUser',NULL),(22,1147922837,0,NULL,1147922837,1,'GalleryUser',NULL),(23,1147922865,0,NULL,1147922866,1,'GalleryUser',NULL),(24,1147922890,0,NULL,1147922890,1,'GalleryUser',NULL),(25,1147923651,0,NULL,1149455236,90,'GalleryAlbumItem',NULL),(27,1147923767,0,NULL,1148157161,10,'GalleryAlbumItem',NULL),(29,1147924038,0,NULL,1147924038,1,'GalleryGroup',NULL),(30,1147924588,1,NULL,1148157224,4,'GalleryPhotoItem',NULL),(31,1147924589,0,NULL,1147924630,2,'GalleryDerivativeImage',NULL),(32,1147924589,0,NULL,1147931366,3,'GalleryDerivativeImage',NULL),(33,1147924589,0,NULL,1153012227,4,'GalleryDerivativeImage',NULL),(34,1147924605,1,NULL,1148157224,4,'GalleryPhotoItem',NULL),(35,1147924606,0,NULL,1147924631,2,'GalleryDerivativeImage',NULL),(36,1147924606,0,NULL,1147925436,2,'GalleryDerivativeImage',NULL),(37,1147924614,1,NULL,1148157225,4,'GalleryPhotoItem',NULL),(38,1147924614,0,NULL,1147924631,2,'GalleryDerivativeImage',NULL),(39,1147924614,0,NULL,1147925436,2,'GalleryDerivativeImage',NULL),(40,1147924618,1,NULL,1148157225,4,'GalleryPhotoItem',NULL),(41,1147924619,0,NULL,1147924629,2,'GalleryDerivativeImage',NULL),(42,1147924619,0,NULL,1147925436,2,'GalleryDerivativeImage',NULL),(43,1147925435,0,NULL,1148157400,15,'GalleryDerivativeImage',NULL),(89,1147927009,1,NULL,1148157372,3,'GalleryPhotoItem',NULL),(90,1147927009,0,NULL,1147927021,2,'GalleryDerivativeImage',NULL),(91,1147927009,0,NULL,1147930289,3,'GalleryDerivativeImage',NULL),(92,1147927186,1,NULL,1153336036,5,'GalleryPhotoItem',NULL),(93,1147927187,0,NULL,1147927195,2,'GalleryDerivativeImage',NULL),(94,1147927187,0,NULL,1151121720,2,'GalleryDerivativeImage',NULL),(97,1147928040,0,NULL,1147928040,1,'GalleryAlbumItem',NULL),(109,1147928358,0,NULL,1147928358,1,'GalleryAlbumItem',NULL),(113,1147928471,1,NULL,1153336036,5,'GalleryPhotoItem',NULL),(114,1147928472,0,NULL,1147929423,2,'GalleryDerivativeImage',NULL),(115,1147928472,0,NULL,1151167564,2,'GalleryDerivativeImage',NULL),(116,1147928486,1,NULL,1153336036,5,'GalleryPhotoItem',NULL),(117,1147928486,0,NULL,1147929425,2,'GalleryDerivativeImage',NULL),(118,1147928486,0,NULL,1147928486,1,'GalleryDerivativeImage',NULL),(119,1147928497,1,NULL,1153336036,5,'GalleryPhotoItem',NULL),(120,1147928498,0,NULL,1147929425,2,'GalleryDerivativeImage',NULL),(121,1147928498,0,NULL,1147928498,1,'GalleryDerivativeImage',NULL),(122,1147928511,1,NULL,1153336036,5,'GalleryPhotoItem',NULL),(123,1147928511,0,NULL,1147929427,2,'GalleryDerivativeImage',NULL),(124,1147928511,0,NULL,1151121764,2,'GalleryDerivativeImage',NULL),(125,1147928524,1,NULL,1153336077,5,'GalleryPhotoItem',NULL),(126,1147928524,0,NULL,1147929423,2,'GalleryDerivativeImage',NULL),(127,1147928524,0,NULL,1147928524,1,'GalleryDerivativeImage',NULL),(128,1147929262,1,NULL,1148157225,2,'GalleryPhotoItem',NULL),(129,1147929263,0,NULL,1147929434,2,'GalleryDerivativeImage',NULL),(130,1147929263,0,NULL,1165800793,2,'GalleryDerivativeImage',NULL),(131,1147929272,1,NULL,1148157569,3,'GalleryPhotoItem',NULL),(132,1147929273,0,NULL,1147929435,2,'GalleryDerivativeImage',NULL),(133,1147929273,0,NULL,1147999235,2,'GalleryDerivativeImage',NULL),(134,1147929281,1,NULL,1148157570,3,'GalleryPhotoItem',NULL),(135,1147929282,0,NULL,1147929436,2,'GalleryDerivativeImage',NULL),(136,1147929282,0,NULL,1147929282,1,'GalleryDerivativeImage',NULL),(137,1147929297,1,NULL,1148157161,3,'GalleryPhotoItem',NULL),(138,1147929297,0,NULL,1147929436,2,'GalleryDerivativeImage',NULL),(139,1147929297,0,NULL,1147929297,1,'GalleryDerivativeImage',NULL),(140,1147929305,1,NULL,1148157161,3,'GalleryPhotoItem',NULL),(141,1147929305,0,NULL,1147929438,2,'GalleryDerivativeImage',NULL),(142,1147929305,0,NULL,1147999353,2,'GalleryDerivativeImage',NULL),(143,1147929315,1,NULL,1148157570,3,'GalleryPhotoItem',NULL),(144,1147929316,0,NULL,1147929438,2,'GalleryDerivativeImage',NULL),(145,1147929316,0,NULL,1165800865,2,'GalleryDerivativeImage',NULL),(146,1147929324,1,NULL,1148157570,3,'GalleryPhotoItem',NULL),(147,1147929325,0,NULL,1147929439,2,'GalleryDerivativeImage',NULL),(148,1147929325,0,NULL,1147929325,1,'GalleryDerivativeImage',NULL),(149,1147929335,1,NULL,1148157570,3,'GalleryPhotoItem',NULL),(150,1147929335,0,NULL,1147929439,2,'GalleryDerivativeImage',NULL),(151,1147929335,0,NULL,1147929335,1,'GalleryDerivativeImage',NULL),(152,1147929353,1,NULL,1148157570,3,'GalleryPhotoItem',NULL),(153,1147929354,0,NULL,1147929445,2,'GalleryDerivativeImage',NULL),(154,1147929354,0,NULL,1147929354,1,'GalleryDerivativeImage',NULL),(155,1147929364,1,NULL,1148157570,3,'GalleryPhotoItem',NULL),(156,1147929364,0,NULL,1147929446,2,'GalleryDerivativeImage',NULL),(157,1147929364,0,NULL,1147929364,1,'GalleryDerivativeImage',NULL),(158,1147929372,1,NULL,1148157570,3,'GalleryPhotoItem',NULL),(159,1147929373,0,NULL,1147929447,2,'GalleryDerivativeImage',NULL),(160,1147929373,0,NULL,1147930450,2,'GalleryDerivativeImage',NULL),(161,1147929927,1,NULL,1153336077,5,'GalleryPhotoItem',NULL),(162,1147929928,0,NULL,1147930415,2,'GalleryDerivativeImage',NULL),(163,1147929928,0,NULL,1147929928,1,'GalleryDerivativeImage',NULL),(164,1147929934,1,NULL,1153335714,5,'GalleryPhotoItem',NULL),(165,1147929934,0,NULL,1147930416,2,'GalleryDerivativeImage',NULL),(166,1147929934,0,NULL,1149455516,2,'GalleryDerivativeImage',NULL),(167,1147929939,1,NULL,1148157619,3,'GalleryPhotoItem',NULL),(168,1147929940,0,NULL,1147930416,2,'GalleryDerivativeImage',NULL),(169,1147929940,0,NULL,1153269113,2,'GalleryDerivativeImage',NULL),(170,1147929946,1,NULL,1148157372,2,'GalleryPhotoItem',NULL),(171,1147929946,0,NULL,1147930417,2,'GalleryDerivativeImage',NULL),(172,1147929946,0,NULL,1147929946,1,'GalleryDerivativeImage',NULL),(173,1147929954,1,NULL,1153336078,5,'GalleryPhotoItem',NULL),(174,1147929955,0,NULL,1147930418,2,'GalleryDerivativeImage',NULL),(175,1147929955,0,NULL,1151167667,2,'GalleryDerivativeImage',NULL),(176,1147929961,1,NULL,1153335715,5,'GalleryPhotoItem',NULL),(177,1147929962,0,NULL,1147930075,2,'GalleryDerivativeImage',NULL),(178,1147929962,0,NULL,1151167626,2,'GalleryDerivativeImage',NULL),(179,1147929969,1,NULL,1153336078,5,'GalleryPhotoItem',NULL),(180,1147929969,0,NULL,1147930470,2,'GalleryDerivativeImage',NULL),(181,1147929969,0,NULL,1151167611,2,'GalleryDerivativeImage',NULL),(182,1147929973,1,NULL,1148157399,2,'GalleryPhotoItem',NULL),(183,1147929974,0,NULL,1147930430,2,'GalleryDerivativeImage',NULL),(184,1147929974,0,NULL,1147929974,1,'GalleryDerivativeImage',NULL),(185,1147929979,1,NULL,1148157399,2,'GalleryPhotoItem',NULL),(186,1147929980,0,NULL,1147930471,2,'GalleryDerivativeImage',NULL),(187,1147929980,0,NULL,1147929980,1,'GalleryDerivativeImage',NULL),(188,1147929988,1,NULL,1148157459,2,'GalleryPhotoItem',NULL),(189,1147929988,0,NULL,1147930472,2,'GalleryDerivativeImage',NULL),(190,1147929988,0,NULL,1147929988,1,'GalleryDerivativeImage',NULL),(191,1147929995,1,NULL,1153336078,5,'GalleryPhotoItem',NULL),(192,1147929995,0,NULL,1147930473,2,'GalleryDerivativeImage',NULL),(193,1147929995,0,NULL,1147929995,1,'GalleryDerivativeImage',NULL),(194,1147930001,1,NULL,1148157399,2,'GalleryPhotoItem',NULL),(195,1147930002,0,NULL,1147930473,2,'GalleryDerivativeImage',NULL),(196,1147930002,0,NULL,1147930002,1,'GalleryDerivativeImage',NULL),(197,1147930009,1,NULL,1153336037,4,'GalleryPhotoItem',NULL),(198,1147930009,0,NULL,1147930474,2,'GalleryDerivativeImage',NULL),(199,1147930009,0,NULL,1151121744,2,'GalleryDerivativeImage',NULL),(200,1147930209,0,NULL,1147930230,2,'GalleryAlbumItem',NULL),(203,1147931085,1,NULL,1153336075,4,'GalleryPhotoItem',NULL),(204,1147931088,0,NULL,1147931399,2,'GalleryDerivativeImage',NULL),(205,1147931088,0,NULL,1151167765,2,'GalleryDerivativeImage',NULL),(206,1147931097,1,NULL,1153336075,4,'GalleryPhotoItem',NULL),(207,1147931098,0,NULL,1147967563,2,'GalleryDerivativeImage',NULL),(208,1147931098,0,NULL,1165524798,2,'GalleryDerivativeImage',NULL),(209,1147931103,1,NULL,1148157399,2,'GalleryPhotoItem',NULL),(210,1147931103,0,NULL,1147967564,2,'GalleryDerivativeImage',NULL),(211,1147931104,0,NULL,1147931104,1,'GalleryDerivativeImage',NULL),(212,1147931111,1,NULL,1153336076,4,'GalleryPhotoItem',NULL),(213,1147931112,0,NULL,1147931514,2,'GalleryDerivativeImage',NULL),(214,1147931112,0,NULL,1151167808,2,'GalleryDerivativeImage',NULL),(215,1147931120,1,NULL,1153336077,4,'GalleryPhotoItem',NULL),(216,1147931121,0,NULL,1147967488,2,'GalleryDerivativeImage',NULL),(217,1147931121,0,NULL,1147931121,1,'GalleryDerivativeImage',NULL),(218,1147931128,1,NULL,1153336077,4,'GalleryPhotoItem',NULL),(219,1147931128,0,NULL,1147931524,2,'GalleryDerivativeImage',NULL),(220,1147931128,0,NULL,1165987235,2,'GalleryDerivativeImage',NULL),(221,1147931568,0,NULL,1148157161,3,'GalleryDerivativeImage',NULL),(222,1147967423,1,NULL,1148157459,2,'GalleryPhotoItem',NULL),(223,1147967425,0,NULL,1147967533,2,'GalleryDerivativeImage',NULL),(224,1147967425,0,NULL,1147967425,1,'GalleryDerivativeImage',NULL),(225,1147967483,0,NULL,1147967484,1,'GalleryAlbumItem',NULL),(229,1148156299,0,NULL,1153422175,9,'GalleryAlbumItem',NULL),(230,1148156559,0,NULL,1155549673,10,'GalleryAlbumItem',NULL),(231,1148156607,0,NULL,1155549628,12,'GalleryAlbumItem',NULL),(232,1148156632,0,NULL,1153422021,8,'GalleryAlbumItem',NULL),(233,1148156645,0,NULL,1155821350,28,'GalleryAlbumItem',NULL),(234,1148156944,0,NULL,1153422269,5,'GalleryAlbumItem',NULL),(235,1148156976,0,NULL,1153422320,5,'GalleryAlbumItem',NULL),(236,1148157014,0,NULL,1155549628,10,'GalleryAlbumItem',NULL),(237,1148157104,0,NULL,1153422441,2,'GalleryAlbumItem',NULL),(238,1148157130,0,NULL,1153422489,2,'GalleryAlbumItem',NULL),(239,1148157161,0,NULL,1148157164,2,'GalleryDerivativeImage',NULL),(240,1148157224,0,NULL,1148157402,2,'GalleryDerivativeImage',NULL),(244,1149454419,1,NULL,1149455107,2,'GalleryPhotoItem',NULL),(242,1148157399,0,NULL,1148157401,2,'GalleryDerivativeImage',NULL),(243,1148157483,0,NULL,1155549630,8,'GalleryDerivativeImage',NULL),(245,1149454425,0,NULL,1149454986,2,'GalleryDerivativeImage',NULL),(246,1149454431,0,NULL,1165524730,2,'GalleryDerivativeImage',NULL),(247,1149454438,1,NULL,1149455108,2,'GalleryPhotoItem',NULL),(248,1149454439,0,NULL,1149454986,2,'GalleryDerivativeImage',NULL),(249,1149454439,0,NULL,1165987194,2,'GalleryDerivativeImage',NULL),(250,1149454455,1,NULL,1149455052,2,'GalleryPhotoItem',NULL),(251,1149454456,0,NULL,1149454988,2,'GalleryDerivativeImage',NULL),(252,1149454456,0,NULL,1165800900,2,'GalleryDerivativeImage',NULL),(253,1149454472,1,NULL,1149455052,2,'GalleryPhotoItem',NULL),(254,1149454473,0,NULL,1149454988,2,'GalleryDerivativeImage',NULL),(255,1149454473,0,NULL,1165530332,2,'GalleryDerivativeImage',NULL),(256,1149454479,1,NULL,1149455142,2,'GalleryPhotoItem',NULL),(257,1149454480,0,NULL,1149455007,2,'GalleryDerivativeImage',NULL),(258,1149454480,0,NULL,1149454480,1,'GalleryDerivativeImage',NULL),(259,1149454488,1,NULL,1149455143,2,'GalleryPhotoItem',NULL),(260,1149454488,0,NULL,1149455008,2,'GalleryDerivativeImage',NULL),(261,1149454488,0,NULL,1149454488,1,'GalleryDerivativeImage',NULL),(262,1149454496,1,NULL,1149455143,2,'GalleryPhotoItem',NULL),(263,1149454496,0,NULL,1149455008,2,'GalleryDerivativeImage',NULL),(264,1149454497,0,NULL,1149454497,1,'GalleryDerivativeImage',NULL),(265,1149454505,1,NULL,1149455171,2,'GalleryPhotoItem',NULL),(266,1149454506,0,NULL,1149455008,2,'GalleryDerivativeImage',NULL),(267,1149454506,0,NULL,1149454506,1,'GalleryDerivativeImage',NULL),(268,1149454514,1,NULL,1149455143,2,'GalleryPhotoItem',NULL),(269,1149454515,0,NULL,1149455009,2,'GalleryDerivativeImage',NULL),(270,1149454515,0,NULL,1149454515,1,'GalleryDerivativeImage',NULL),(271,1149454522,1,NULL,1153335452,3,'GalleryPhotoItem',NULL),(272,1149454523,0,NULL,1149455010,2,'GalleryDerivativeImage',NULL),(273,1149454523,0,NULL,1151121831,2,'GalleryDerivativeImage',NULL),(274,1149454529,1,NULL,1155549626,3,'GalleryPhotoItem',NULL),(275,1149454529,0,NULL,1149455054,2,'GalleryDerivativeImage',NULL),(276,1149454529,0,NULL,1151121808,2,'GalleryDerivativeImage',NULL),(277,1149454537,1,NULL,1149455197,2,'GalleryPhotoItem',NULL),(278,1149454537,0,NULL,1149455054,2,'GalleryDerivativeImage',NULL),(279,1149454537,0,NULL,1151121868,2,'GalleryDerivativeImage',NULL),(280,1149454544,1,NULL,1153335459,3,'GalleryPhotoItem',NULL),(281,1149454544,0,NULL,1149455110,2,'GalleryDerivativeImage',NULL),(282,1149454544,0,NULL,1151121853,2,'GalleryDerivativeImage',NULL),(283,1149454550,1,NULL,1149455197,2,'GalleryPhotoItem',NULL),(284,1149454551,0,NULL,1149455110,2,'GalleryDerivativeImage',NULL),(285,1149454551,0,NULL,1149454551,1,'GalleryDerivativeImage',NULL),(286,1149454557,1,NULL,1149455197,2,'GalleryPhotoItem',NULL),(287,1149454558,0,NULL,1149455144,2,'GalleryDerivativeImage',NULL),(288,1149454558,0,NULL,1149454558,1,'GalleryDerivativeImage',NULL),(289,1149454564,1,NULL,1149455197,2,'GalleryPhotoItem',NULL),(290,1149454564,0,NULL,1149455145,2,'GalleryDerivativeImage',NULL),(291,1149454564,0,NULL,1151121891,2,'GalleryDerivativeImage',NULL),(292,1149454571,1,NULL,1153336034,3,'GalleryPhotoItem',NULL),(293,1149454571,0,NULL,1149455145,2,'GalleryDerivativeImage',NULL),(294,1149454571,0,NULL,1165524748,2,'GalleryDerivativeImage',NULL),(295,1149454578,1,NULL,1153336034,3,'GalleryPhotoItem',NULL),(296,1149454579,0,NULL,1149455146,2,'GalleryDerivativeImage',NULL),(297,1149454579,0,NULL,1149454579,1,'GalleryDerivativeImage',NULL),(298,1149454586,1,NULL,1153336035,3,'GalleryPhotoItem',NULL),(299,1149454587,0,NULL,1149455173,2,'GalleryDerivativeImage',NULL),(300,1149454587,0,NULL,1149454587,1,'GalleryDerivativeImage',NULL),(301,1149454594,1,NULL,1153336035,3,'GalleryPhotoItem',NULL),(302,1149454594,0,NULL,1149455199,2,'GalleryDerivativeImage',NULL),(303,1149454594,0,NULL,1149454594,1,'GalleryDerivativeImage',NULL),(304,1149454601,1,NULL,1153336035,3,'GalleryPhotoItem',NULL),(305,1149454601,0,NULL,1149455200,2,'GalleryDerivativeImage',NULL),(306,1149454601,0,NULL,1151167528,2,'GalleryDerivativeImage',NULL),(593,1155821345,1,NULL,1155821346,1,'GalleryPhotoItem',NULL),(594,1155821347,0,NULL,1155821349,2,'GalleryDerivativeImage',NULL),(310,1149454615,1,NULL,1153336035,3,'GalleryPhotoItem',NULL),(311,1149454615,0,NULL,1149455201,2,'GalleryDerivativeImage',NULL),(312,1149454615,0,NULL,1149454615,1,'GalleryDerivativeImage',NULL),(313,1149454622,1,NULL,1153336035,3,'GalleryPhotoItem',NULL),(314,1149454623,0,NULL,1149455201,2,'GalleryDerivativeImage',NULL),(315,1149454623,0,NULL,1151167514,2,'GalleryDerivativeImage',NULL),(316,1149455107,0,NULL,1149455109,2,'GalleryDerivativeImage',NULL),(317,1149455171,0,NULL,1149455172,2,'GalleryDerivativeImage',NULL),(318,1152817696,0,NULL,1152817696,1,'GalleryUser',NULL),(319,1152821520,0,NULL,1152822886,3,'GalleryAlbumItem',NULL),(323,1152822496,1,NULL,1152822884,2,'GalleryPhotoItem',NULL),(324,1152822498,0,NULL,1152822506,2,'GalleryDerivativeImage',NULL),(325,1152822498,0,NULL,1152822885,2,'GalleryDerivativeImage',NULL),(336,1152823432,1,NULL,1152823434,1,'GalleryPhotoItem',NULL),(327,1152822499,1,NULL,1152822885,2,'GalleryPhotoItem',NULL),(328,1152822500,0,NULL,1152822507,2,'GalleryDerivativeImage',NULL),(329,1152822500,0,NULL,1152822961,3,'GalleryDerivativeImage',NULL),(330,1152822501,1,NULL,1152822885,2,'GalleryPhotoItem',NULL),(331,1152822501,0,NULL,1152822509,2,'GalleryDerivativeImage',NULL),(332,1152822501,0,NULL,1152822885,2,'GalleryDerivativeImage',NULL),(333,1152822501,1,NULL,1152822885,2,'GalleryPhotoItem',NULL),(334,1152822502,0,NULL,1152822511,2,'GalleryDerivativeImage',NULL),(335,1152822502,0,NULL,1152822885,2,'GalleryDerivativeImage',NULL),(337,1152823435,0,NULL,1152823440,2,'GalleryDerivativeImage',NULL),(338,1152823435,0,NULL,1152823435,1,'GalleryDerivativeImage',NULL),(339,1152823435,1,NULL,1152823435,1,'GalleryPhotoItem',NULL),(340,1152823435,0,NULL,1152823441,2,'GalleryDerivativeImage',NULL),(341,1152823435,0,NULL,1152826658,2,'GalleryDerivativeImage',NULL),(342,1152823436,1,NULL,1152823436,1,'GalleryPhotoItem',NULL),(343,1152823436,0,NULL,1152823443,2,'GalleryDerivativeImage',NULL),(344,1152823436,0,NULL,1152823436,1,'GalleryDerivativeImage',NULL),(345,1152823437,1,NULL,1152823438,1,'GalleryPhotoItem',NULL),(346,1152823438,0,NULL,1152823446,2,'GalleryDerivativeImage',NULL),(347,1152823438,0,NULL,1152823438,1,'GalleryDerivativeImage',NULL),(348,1153012274,0,NULL,1155549152,10,'GalleryAlbumItem',NULL),(351,1153013665,1,NULL,1153013665,1,'GalleryPhotoItem',NULL),(352,1153013666,0,NULL,1153013668,2,'GalleryDerivativeImage',NULL),(353,1153013666,0,NULL,1153013867,2,'GalleryDerivativeImage',NULL),(354,1153013666,0,NULL,1153013673,2,'GalleryDerivativeImage',NULL),(355,1153013666,1,NULL,1153013666,1,'GalleryPhotoItem',NULL),(356,1153013666,0,NULL,1153013668,2,'GalleryDerivativeImage',NULL),(357,1153013666,0,NULL,1153249027,2,'GalleryDerivativeImage',NULL),(358,1153013666,1,NULL,1153013666,1,'GalleryPhotoItem',NULL),(359,1153013666,0,NULL,1153013669,2,'GalleryDerivativeImage',NULL),(360,1153013666,0,NULL,1153249031,2,'GalleryDerivativeImage',NULL),(361,1153013667,1,NULL,1153013667,1,'GalleryPhotoItem',NULL),(362,1153013667,0,NULL,1153013669,2,'GalleryDerivativeImage',NULL),(363,1153013667,0,NULL,1153013759,2,'GalleryDerivativeImage',NULL),(364,1153013998,1,NULL,1153013998,1,'GalleryPhotoItem',NULL),(365,1153013998,0,NULL,1153014002,2,'GalleryDerivativeImage',NULL),(366,1153013998,0,NULL,1153249041,2,'GalleryDerivativeImage',NULL),(367,1153013999,1,NULL,1153013999,1,'GalleryPhotoItem',NULL),(368,1153013999,0,NULL,1153014003,2,'GalleryDerivativeImage',NULL),(369,1153013999,0,NULL,1153020206,2,'GalleryDerivativeImage',NULL),(595,1155821347,1,NULL,1155821347,1,'GalleryPhotoItem',NULL),(596,1155821347,0,NULL,1155821349,2,'GalleryDerivativeImage',NULL),(373,1153013999,1,NULL,1153013999,1,'GalleryPhotoItem',NULL),(374,1153013999,0,NULL,1153014004,2,'GalleryDerivativeImage',NULL),(375,1153013999,0,NULL,1153249055,2,'GalleryDerivativeImage',NULL),(376,1153014155,1,NULL,1153014155,1,'GalleryPhotoItem',NULL),(377,1153014155,0,NULL,1153014157,2,'GalleryDerivativeImage',NULL),(378,1153014155,0,NULL,1153249118,2,'GalleryDerivativeImage',NULL),(379,1153014155,1,NULL,1153014155,1,'GalleryPhotoItem',NULL),(380,1153014156,0,NULL,1153014158,2,'GalleryDerivativeImage',NULL),(381,1153014156,0,NULL,1153249128,2,'GalleryDerivativeImage',NULL),(382,1153014156,1,NULL,1153014156,1,'GalleryPhotoItem',NULL),(383,1153014156,0,NULL,1153014158,2,'GalleryDerivativeImage',NULL),(384,1153014156,0,NULL,1153020267,2,'GalleryDerivativeImage',NULL),(385,1153014156,1,NULL,1153014156,1,'GalleryPhotoItem',NULL),(386,1153014156,0,NULL,1153014159,2,'GalleryDerivativeImage',NULL),(387,1153014156,0,NULL,1153020247,2,'GalleryDerivativeImage',NULL),(388,1153014375,1,NULL,1153014376,1,'GalleryPhotoItem',NULL),(389,1153014377,0,NULL,1153014381,2,'GalleryDerivativeImage',NULL),(390,1153014378,0,NULL,1153147880,2,'GalleryDerivativeImage',NULL),(391,1153014378,1,NULL,1153014379,1,'GalleryPhotoItem',NULL),(392,1153014379,0,NULL,1153014382,2,'GalleryDerivativeImage',NULL),(393,1153014379,0,NULL,1153072684,2,'GalleryDerivativeImage',NULL),(394,1153014379,1,NULL,1153014379,1,'GalleryPhotoItem',NULL),(395,1153014379,0,NULL,1153014383,2,'GalleryDerivativeImage',NULL),(396,1153014379,0,NULL,1153249396,2,'GalleryDerivativeImage',NULL),(397,1153014379,1,NULL,1153014379,1,'GalleryPhotoItem',NULL),(398,1153014379,0,NULL,1153014383,2,'GalleryDerivativeImage',NULL),(399,1153014379,0,NULL,1153249404,2,'GalleryDerivativeImage',NULL),(400,1153015163,1,NULL,1153015164,1,'GalleryPhotoItem',NULL),(401,1153015164,0,NULL,1153015167,2,'GalleryDerivativeImage',NULL),(402,1153015164,0,NULL,1153249412,2,'GalleryDerivativeImage',NULL),(403,1153015165,1,NULL,1153015165,1,'GalleryPhotoItem',NULL),(404,1153015165,0,NULL,1153015168,2,'GalleryDerivativeImage',NULL),(405,1153015165,0,NULL,1153020295,2,'GalleryDerivativeImage',NULL),(406,1153015165,1,NULL,1153015165,1,'GalleryPhotoItem',NULL),(407,1153015165,0,NULL,1153015169,2,'GalleryDerivativeImage',NULL),(408,1153015165,0,NULL,1153249433,2,'GalleryDerivativeImage',NULL),(409,1153015165,1,NULL,1153015165,1,'GalleryPhotoItem',NULL),(410,1153015165,0,NULL,1153015169,2,'GalleryDerivativeImage',NULL),(411,1153015165,0,NULL,1153249440,2,'GalleryDerivativeImage',NULL),(412,1153015431,1,NULL,1153015431,1,'GalleryPhotoItem',NULL),(413,1153015432,0,NULL,1153015433,2,'GalleryDerivativeImage',NULL),(414,1153015432,0,NULL,1153249445,2,'GalleryDerivativeImage',NULL),(415,1153015432,1,NULL,1153015432,1,'GalleryPhotoItem',NULL),(416,1153015432,0,NULL,1153015434,2,'GalleryDerivativeImage',NULL),(417,1153015432,0,NULL,1153249450,2,'GalleryDerivativeImage',NULL),(418,1153015432,1,NULL,1153015432,1,'GalleryPhotoItem',NULL),(419,1153015432,0,NULL,1153015434,2,'GalleryDerivativeImage',NULL),(420,1153015432,0,NULL,1153249458,2,'GalleryDerivativeImage',NULL),(421,1153015432,1,NULL,1153015433,1,'GalleryPhotoItem',NULL),(422,1153015433,0,NULL,1153015435,2,'GalleryDerivativeImage',NULL),(423,1153015433,0,NULL,1153148096,2,'GalleryDerivativeImage',NULL),(424,1153015966,1,NULL,1153015966,1,'GalleryPhotoItem',NULL),(425,1153015966,0,NULL,1153015969,2,'GalleryDerivativeImage',NULL),(426,1153015966,0,NULL,1153248901,2,'GalleryDerivativeImage',NULL),(427,1153015966,1,NULL,1153015967,1,'GalleryPhotoItem',NULL),(428,1153015967,0,NULL,1153015970,2,'GalleryDerivativeImage',NULL),(429,1153015967,0,NULL,1153153826,2,'GalleryDerivativeImage',NULL),(430,1153015967,1,NULL,1153015967,1,'GalleryPhotoItem',NULL),(431,1153015967,0,NULL,1153015971,2,'GalleryDerivativeImage',NULL),(432,1153015967,0,NULL,1153249005,2,'GalleryDerivativeImage',NULL),(433,1153015967,1,NULL,1153015967,1,'GalleryPhotoItem',NULL),(434,1153015968,0,NULL,1153015971,2,'GalleryDerivativeImage',NULL),(435,1153015968,0,NULL,1153020362,2,'GalleryDerivativeImage',NULL),(436,1153016134,1,NULL,1153016134,1,'GalleryPhotoItem',NULL),(437,1153016134,0,NULL,1153016136,2,'GalleryDerivativeImage',NULL),(438,1153016134,0,NULL,1153148127,2,'GalleryDerivativeImage',NULL),(439,1153016135,1,NULL,1153016135,1,'GalleryPhotoItem',NULL),(440,1153016135,0,NULL,1153016137,2,'GalleryDerivativeImage',NULL),(441,1153016135,0,NULL,1153249499,2,'GalleryDerivativeImage',NULL),(442,1153016135,1,NULL,1153016135,1,'GalleryPhotoItem',NULL),(443,1153016135,0,NULL,1153016137,2,'GalleryDerivativeImage',NULL),(444,1153016135,0,NULL,1153249505,2,'GalleryDerivativeImage',NULL),(445,1153247228,1,NULL,1153247229,1,'GalleryPhotoItem',NULL),(446,1153247235,0,NULL,1153247244,2,'GalleryDerivativeImage',NULL),(447,1153247235,0,NULL,1153247235,1,'GalleryDerivativeImage',NULL),(448,1153247236,1,NULL,1153247238,1,'GalleryPhotoItem',NULL),(449,1153247238,0,NULL,1153247246,2,'GalleryDerivativeImage',NULL),(450,1153247238,0,NULL,1153247238,1,'GalleryDerivativeImage',NULL),(451,1153247239,1,NULL,1153247240,1,'GalleryPhotoItem',NULL),(452,1153247240,0,NULL,1153247247,2,'GalleryDerivativeImage',NULL),(453,1153247240,0,NULL,1153247240,1,'GalleryDerivativeImage',NULL),(454,1153247240,1,NULL,1153247241,1,'GalleryPhotoItem',NULL),(455,1153247241,0,NULL,1153247249,2,'GalleryDerivativeImage',NULL),(456,1153247241,0,NULL,1153247241,1,'GalleryDerivativeImage',NULL),(457,1153247372,1,NULL,1153247373,1,'GalleryPhotoItem',NULL),(458,1153247374,0,NULL,1153247382,2,'GalleryDerivativeImage',NULL),(459,1153247374,0,NULL,1153247374,1,'GalleryDerivativeImage',NULL),(460,1153247375,1,NULL,1153247376,1,'GalleryPhotoItem',NULL),(461,1153247376,0,NULL,1153247386,2,'GalleryDerivativeImage',NULL),(462,1153247376,0,NULL,1153247376,1,'GalleryDerivativeImage',NULL),(463,1153247376,1,NULL,1153247378,1,'GalleryPhotoItem',NULL),(464,1153247378,0,NULL,1153247387,2,'GalleryDerivativeImage',NULL),(465,1153247378,0,NULL,1153336209,2,'GalleryDerivativeImage',NULL),(466,1153247378,1,NULL,1153247379,1,'GalleryPhotoItem',NULL),(467,1153247379,0,NULL,1153247389,2,'GalleryDerivativeImage',NULL),(468,1153247379,0,NULL,1153247379,1,'GalleryDerivativeImage',NULL),(469,1153247485,1,NULL,1153247487,1,'GalleryPhotoItem',NULL),(470,1153247487,0,NULL,1153247499,2,'GalleryDerivativeImage',NULL),(471,1153247487,0,NULL,1153247487,1,'GalleryDerivativeImage',NULL),(472,1153247488,1,NULL,1153247488,1,'GalleryPhotoItem',NULL),(473,1153247488,0,NULL,1153247500,2,'GalleryDerivativeImage',NULL),(474,1153247488,0,NULL,1153336248,2,'GalleryDerivativeImage',NULL),(475,1153247489,1,NULL,1153247490,1,'GalleryPhotoItem',NULL),(476,1153247490,0,NULL,1153247503,2,'GalleryDerivativeImage',NULL),(477,1153247490,0,NULL,1153247490,1,'GalleryDerivativeImage',NULL),(478,1153247490,1,NULL,1153247492,1,'GalleryPhotoItem',NULL),(479,1153247492,0,NULL,1153247505,2,'GalleryDerivativeImage',NULL),(480,1153247492,0,NULL,1153247492,1,'GalleryDerivativeImage',NULL),(481,1153247605,1,NULL,1153247606,1,'GalleryPhotoItem',NULL),(482,1153247606,0,NULL,1153247613,2,'GalleryDerivativeImage',NULL),(483,1153247606,0,NULL,1153247606,1,'GalleryDerivativeImage',NULL),(484,1153247607,1,NULL,1153247608,1,'GalleryPhotoItem',NULL),(485,1153247608,0,NULL,1153247615,2,'GalleryDerivativeImage',NULL),(486,1153247608,0,NULL,1153247608,1,'GalleryDerivativeImage',NULL),(487,1153247608,1,NULL,1153247609,1,'GalleryPhotoItem',NULL),(488,1153247609,0,NULL,1153247618,2,'GalleryDerivativeImage',NULL),(489,1153247609,0,NULL,1153247609,1,'GalleryDerivativeImage',NULL),(490,1153247609,1,NULL,1153247610,1,'GalleryPhotoItem',NULL),(491,1153247610,0,NULL,1153247622,2,'GalleryDerivativeImage',NULL),(492,1153247610,0,NULL,1153247610,1,'GalleryDerivativeImage',NULL),(493,1153247788,1,NULL,1153247788,1,'GalleryPhotoItem',NULL),(494,1153247789,0,NULL,1153247794,2,'GalleryDerivativeImage',NULL),(495,1153247789,0,NULL,1153247789,1,'GalleryDerivativeImage',NULL),(496,1153247789,1,NULL,1153247790,1,'GalleryPhotoItem',NULL),(497,1153247790,0,NULL,1153247798,2,'GalleryDerivativeImage',NULL),(498,1153247790,0,NULL,1153247790,1,'GalleryDerivativeImage',NULL),(499,1153247790,1,NULL,1153247790,1,'GalleryPhotoItem',NULL),(500,1153247791,0,NULL,1153247799,2,'GalleryDerivativeImage',NULL),(501,1153247791,0,NULL,1153247791,1,'GalleryDerivativeImage',NULL),(502,1153247791,1,NULL,1153247791,1,'GalleryPhotoItem',NULL),(503,1153247791,0,NULL,1153247803,2,'GalleryDerivativeImage',NULL),(504,1153247791,0,NULL,1153247791,1,'GalleryDerivativeImage',NULL),(505,1153247930,1,NULL,1153247931,1,'GalleryPhotoItem',NULL),(506,1153247931,0,NULL,1153247940,2,'GalleryDerivativeImage',NULL),(507,1153247931,0,NULL,1153247932,1,'GalleryDerivativeImage',NULL),(508,1153247932,1,NULL,1153247934,1,'GalleryPhotoItem',NULL),(509,1153247934,0,NULL,1153247942,2,'GalleryDerivativeImage',NULL),(510,1153247935,0,NULL,1153336338,2,'GalleryDerivativeImage',NULL),(511,1153247935,1,NULL,1153247937,1,'GalleryPhotoItem',NULL),(512,1153247937,0,NULL,1153247944,2,'GalleryDerivativeImage',NULL),(513,1153247937,0,NULL,1153247937,1,'GalleryDerivativeImage',NULL),(514,1153247937,1,NULL,1153247937,1,'GalleryPhotoItem',NULL),(515,1153247938,0,NULL,1153247945,2,'GalleryDerivativeImage',NULL),(516,1153247938,0,NULL,1153247938,1,'GalleryDerivativeImage',NULL),(517,1153248048,1,NULL,1153248049,1,'GalleryPhotoItem',NULL),(518,1153248050,0,NULL,1153248060,2,'GalleryDerivativeImage',NULL),(519,1153248050,0,NULL,1153336295,2,'GalleryDerivativeImage',NULL),(520,1153248050,1,NULL,1153248051,1,'GalleryPhotoItem',NULL),(521,1153248051,0,NULL,1153248064,2,'GalleryDerivativeImage',NULL),(522,1153248051,0,NULL,1153248051,1,'GalleryDerivativeImage',NULL),(523,1153248052,1,NULL,1153248054,1,'GalleryPhotoItem',NULL),(524,1153248054,0,NULL,1153248070,2,'GalleryDerivativeImage',NULL),(525,1153248054,0,NULL,1153336313,2,'GalleryDerivativeImage',NULL),(526,1153248054,1,NULL,1153248057,1,'GalleryPhotoItem',NULL),(527,1153248058,0,NULL,1153248073,2,'GalleryDerivativeImage',NULL),(528,1153248058,0,NULL,1153336390,2,'GalleryDerivativeImage',NULL),(529,1153248413,1,NULL,1153248414,1,'GalleryPhotoItem',NULL),(530,1153248414,0,NULL,1153248420,2,'GalleryDerivativeImage',NULL),(531,1153248414,0,NULL,1153336366,2,'GalleryDerivativeImage',NULL),(532,1153248414,1,NULL,1153248415,1,'GalleryPhotoItem',NULL),(533,1153248415,0,NULL,1153248423,2,'GalleryDerivativeImage',NULL),(534,1153248415,0,NULL,1153248415,1,'GalleryDerivativeImage',NULL),(535,1153248416,1,NULL,1153248418,1,'GalleryPhotoItem',NULL),(536,1153248418,0,NULL,1153248425,2,'GalleryDerivativeImage',NULL),(537,1153248418,0,NULL,1153248418,1,'GalleryDerivativeImage',NULL),(538,1153248507,1,NULL,1153248509,1,'GalleryPhotoItem',NULL),(539,1153248510,0,NULL,1153248517,2,'GalleryDerivativeImage',NULL),(540,1153248510,0,NULL,1153336379,2,'GalleryDerivativeImage',NULL),(541,1153248510,1,NULL,1153248511,1,'GalleryPhotoItem',NULL),(542,1153248511,0,NULL,1153248519,2,'GalleryDerivativeImage',NULL),(543,1153248511,0,NULL,1153248511,1,'GalleryDerivativeImage',NULL),(544,1153248511,1,NULL,1153248512,1,'GalleryPhotoItem',NULL),(545,1153248512,0,NULL,1153248521,2,'GalleryDerivativeImage',NULL),(546,1153248512,0,NULL,1153248513,1,'GalleryDerivativeImage',NULL),(547,1153335457,0,NULL,1153335498,2,'GalleryDerivativeImage',NULL),(548,1153335714,0,NULL,1153335835,2,'GalleryDerivativeImage',NULL),(549,1154963995,1,NULL,1154963995,1,'GalleryPhotoItem',NULL),(550,1154963996,0,NULL,1154964001,2,'GalleryDerivativeImage',NULL),(551,1154963996,1,NULL,1154963996,1,'GalleryPhotoItem',NULL),(552,1154963996,0,NULL,1154964002,2,'GalleryDerivativeImage',NULL),(553,1154963996,1,NULL,1154963996,1,'GalleryPhotoItem',NULL),(554,1154963996,0,NULL,1154964003,2,'GalleryDerivativeImage',NULL),(555,1154963996,1,NULL,1154963996,1,'GalleryPhotoItem',NULL),(556,1154963997,0,NULL,1154964003,2,'GalleryDerivativeImage',NULL),(557,1154964049,1,NULL,1154964050,1,'GalleryPhotoItem',NULL),(558,1154964051,0,NULL,1154964054,2,'GalleryDerivativeImage',NULL),(559,1154964051,1,NULL,1154964051,1,'GalleryPhotoItem',NULL),(560,1154964051,0,NULL,1154964055,2,'GalleryDerivativeImage',NULL),(561,1154964051,1,NULL,1154964052,1,'GalleryPhotoItem',NULL),(562,1154964052,0,NULL,1154964056,2,'GalleryDerivativeImage',NULL),(563,1154964052,1,NULL,1154964053,1,'GalleryPhotoItem',NULL),(564,1154964053,0,NULL,1154964057,2,'GalleryDerivativeImage',NULL),(565,1154964085,1,NULL,1154964086,1,'GalleryPhotoItem',NULL),(566,1154964086,0,NULL,1154964091,2,'GalleryDerivativeImage',NULL),(567,1154964086,1,NULL,1154964087,1,'GalleryPhotoItem',NULL),(568,1154964087,0,NULL,1154964091,2,'GalleryDerivativeImage',NULL),(569,1154964087,1,NULL,1154964087,1,'GalleryPhotoItem',NULL),(570,1154964087,0,NULL,1154964092,2,'GalleryDerivativeImage',NULL),(571,1154964088,1,NULL,1154964088,1,'GalleryPhotoItem',NULL),(572,1154964088,0,NULL,1154964092,2,'GalleryDerivativeImage',NULL),(573,1154964119,1,NULL,1154964120,1,'GalleryPhotoItem',NULL),(574,1154964121,0,NULL,1154964123,2,'GalleryDerivativeImage',NULL),(575,1154964121,1,NULL,1154964121,1,'GalleryPhotoItem',NULL),(576,1154964121,0,NULL,1154964123,2,'GalleryDerivativeImage',NULL),(577,1154964121,1,NULL,1154964122,1,'GalleryPhotoItem',NULL),(578,1154964122,0,NULL,1154964123,2,'GalleryDerivativeImage',NULL),(579,1154964169,1,NULL,1154964170,1,'GalleryPhotoItem',NULL),(580,1154964171,0,NULL,1154964177,2,'GalleryDerivativeImage',NULL),(581,1154964172,1,NULL,1154964173,1,'GalleryPhotoItem',NULL),(582,1154964173,0,NULL,1154964178,2,'GalleryDerivativeImage',NULL),(583,1154964173,1,NULL,1154964173,1,'GalleryPhotoItem',NULL),(584,1154964173,0,NULL,1154964178,2,'GalleryDerivativeImage',NULL),(585,1154964173,1,NULL,1154964173,1,'GalleryPhotoItem',NULL),(586,1154964173,0,NULL,1154964179,2,'GalleryDerivativeImage',NULL),(587,1154964216,1,NULL,1154964216,1,'GalleryPhotoItem',NULL),(588,1154964217,0,NULL,1154964222,2,'GalleryDerivativeImage',NULL),(589,1154964217,1,NULL,1154964217,1,'GalleryPhotoItem',NULL),(590,1154964217,0,NULL,1154964222,2,'GalleryDerivativeImage',NULL),(591,1154964217,1,NULL,1154964218,1,'GalleryPhotoItem',NULL),(592,1154964218,0,NULL,1154964222,2,'GalleryDerivativeImage',NULL),(597,1155821347,1,NULL,1155821347,1,'GalleryPhotoItem',NULL),(598,1155821347,0,NULL,1155821349,2,'GalleryDerivativeImage',NULL),(599,1155821347,1,NULL,1155821347,1,'GalleryPhotoItem',NULL),(600,1155821347,0,NULL,1155821350,2,'GalleryDerivativeImage',NULL),(601,1155821347,1,NULL,1155821347,1,'GalleryPhotoItem',NULL),(602,1155821347,0,NULL,1155821350,2,'GalleryDerivativeImage',NULL);
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_Entity` ENABLE KEYS */;

--
-- Table structure for table `g2_ExifPropertiesMap`
--

DROP TABLE IF EXISTS `g2_ExifPropertiesMap`;
CREATE TABLE `g2_ExifPropertiesMap` (
  `g_property` varchar(128) default NULL,
  `g_viewMode` int(11) default NULL,
  `g_sequence` int(11) default NULL,
  UNIQUE KEY `g_property` (`g_property`,`g_viewMode`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_ExifPropertiesMap`
--


/*!40000 ALTER TABLE `g2_ExifPropertiesMap` DISABLE KEYS */;
LOCK TABLES `g2_ExifPropertiesMap` WRITE;
INSERT INTO `g2_ExifPropertiesMap` VALUES ('Make',1,0),('Model',1,1),('ApertureValue',1,2),('ColorSpace',1,3),('ExposureBiasValue',1,4),('ExposureProgram',1,5),('Flash',1,6),('FocalLength',1,7),('ISO',1,8),('MeteringMode',1,9),('ShutterSpeedValue',1,10),('DateTime',1,11),('IPTC/Caption',1,12),('IPTC/CopyrightNotice',1,13),('Make',2,0),('Model',2,1),('ApertureValue',2,2),('ColorSpace',2,3),('ExposureBiasValue',2,4),('ExposureProgram',2,5),('Flash',2,6),('FocalLength',2,7),('ISO',2,8),('MeteringMode',2,9),('ShutterSpeedValue',2,10),('DateTime',2,11),('IPTC/Caption',2,12),('IPTC/CopyrightNotice',2,13),('IPTC/Keywords',2,14),('ImageType',2,15),('Orientation',2,16),('PhotoshopSettings',2,17),('ResolutionUnit',2,18),('xResolution',2,19),('yResolution',2,20),('Compression',2,21),('BrightnessValue',2,22),('Contrast',2,23),('ExposureMode',2,24),('FlashEnergy',2,25),('Saturation',2,26),('SceneType',2,27),('Sharpness',2,28),('SubjectDistance',2,29);
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_ExifPropertiesMap` ENABLE KEYS */;

--
-- Table structure for table `g2_ExternalIdMap`
--

DROP TABLE IF EXISTS `g2_ExternalIdMap`;
CREATE TABLE `g2_ExternalIdMap` (
  `g_externalId` varchar(128) NOT NULL,
  `g_entityType` varchar(32) NOT NULL,
  `g_entityId` int(11) NOT NULL,
  PRIMARY KEY  (`g_externalId`,`g_entityType`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_ExternalIdMap`
--


/*!40000 ALTER TABLE `g2_ExternalIdMap` DISABLE KEYS */;
LOCK TABLES `g2_ExternalIdMap` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_ExternalIdMap` ENABLE KEYS */;

--
-- Table structure for table `g2_FactoryMap`
--

DROP TABLE IF EXISTS `g2_FactoryMap`;
CREATE TABLE `g2_FactoryMap` (
  `g_classType` varchar(128) default NULL,
  `g_className` varchar(128) default NULL,
  `g_implId` varchar(128) default NULL,
  `g_implPath` varchar(128) default NULL,
  `g_implModuleId` varchar(128) default NULL,
  `g_hints` varchar(255) default NULL,
  `g_orderWeight` varchar(255) default NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_FactoryMap`
--


/*!40000 ALTER TABLE `g2_FactoryMap` DISABLE KEYS */;
LOCK TABLES `g2_FactoryMap` WRITE;
INSERT INTO `g2_FactoryMap` VALUES ('MaintenanceTask','DeleteSessionsTask','DeleteSessionsTask','modules/core/classes/DeleteSessionsTask.class','core','N;','4'),('MaintenanceTask','SystemInfoTask','SystemInfoTask','modules/core/classes/SystemInfoTask.class','core','N;','4'),('MaintenanceTask','SetOriginationTimestampTask','SetOriginationTimestampTask','modules/core/classes/SetOriginationTimestampTask.class','core','N;','4'),('MaintenanceTask','ResetViewCountsTask','ResetViewCountsTask','modules/core/classes/ResetViewCountsTask.class','core','N;','4'),('MaintenanceTask','BuildDerivativesTask','BuildDerivativesTask','modules/core/classes/BuildDerivativesTask.class','core','N;','4'),('MaintenanceTask','FlushDatabaseCacheTask','FlushDatabaseCacheTask','modules/core/classes/FlushDatabaseCacheTask.class','core','N;','4'),('MaintenanceTask','OptimizeDatabaseTask','OptimizeDatabaseTask','modules/core/classes/OptimizeDatabaseTask.class','core','N;','4'),('MaintenanceTask','FlushTemplatesTask','FlushTemplatesTask','modules/core/classes/FlushTemplatesTask.class','core','N;','4'),('ItemAddOption','CreateThumbnailOption','CreateThumbnailOption','modules/core/CreateThumbnailOption.inc','core','N;','4'),('ItemAddPlugin','ItemAddFromWeb','ItemAddFromWeb','modules/core/ItemAddFromWeb.inc','core','N;','4'),('ItemEditPlugin','ItemEditRotateAndScalePhoto','ItemEditRotateAndScalePhoto','modules/core/ItemEditRotateAndScalePhoto.inc','core','N;','3'),('ItemEditPlugin','ItemEditPhotoThumbnail','ItemEditPhotoThumbnail','modules/core/ItemEditPhotoThumbnail.inc','core','N;','4'),('ItemAddPlugin','ItemAddFromBrowser','ItemAddFromBrowser','modules/core/ItemAddFromBrowser.inc','core','N;','2'),('ItemAddPlugin','ItemAddFromServer','ItemAddFromServer','modules/core/ItemAddFromServer.inc','core','N;','3'),('ItemEditPlugin','ItemEditMovie','ItemEditMovie','modules/core/ItemEditMovie.inc','core','N;','2'),('ItemEditPlugin','ItemEditPhoto','ItemEditPhoto','modules/core/ItemEditPhoto.inc','core','N;','2'),('ItemEditPlugin','ItemEditTheme','ItemEditTheme','modules/core/ItemEditTheme.inc','core','N;','3'),('ItemEditPlugin','ItemEditAlbum','ItemEditAlbum','modules/core/ItemEditAlbum.inc','core','N;','2'),('ItemEditPlugin','ItemEditItem','ItemEditItem','modules/core/ItemEditItem.inc','core','N;','1'),('ItemEditPlugin','ItemEditAnimation','ItemEditAnimation','modules/core/ItemEditAnimation.inc','core','N;','2'),('GallerySearchInterface_1_0','GalleryCoreSearch','GalleryCoreSearch','modules/core/classes/GalleryCoreSearch.class','core','N;','4'),('GalleryItem','GalleryUnknownItem','GalleryUnknownItem','modules/core/classes/GalleryUnknownItem.class','core','a:1:{i:0;s:1:\"*\";}','4'),('GalleryItem','GalleryAnimationItem','GalleryAnimationItem','modules/core/classes/GalleryAnimationItem.class','core','a:2:{i:0;s:22:\"application/x-director\";i:1;s:29:\"application/x-shockwave-flash\";}','4'),('GalleryItem','GalleryMovieItem','GalleryMovieItem','modules/core/classes/GalleryMovieItem.class','core','a:5:{i:0;s:15:\"video/x-msvideo\";i:1;s:15:\"video/quicktime\";i:2;s:10:\"video/mpeg\";i:3;s:14:\"video/x-ms-asf\";i:4;s:14:\"video/x-ms-wmv\";}','4'),('GalleryItem','GalleryPhotoItem','GalleryPhotoItem','modules/core/classes/GalleryPhotoItem.class','core','a:1:{i:0;s:7:\"image/*\";}','4'),('GalleryEntity','GalleryUnknownItem','GalleryUnknownItem','modules/core/classes/GalleryUnknownItem.class','core','N;','4'),('GalleryEntity','GalleryAnimationItem','GalleryAnimationItem','modules/core/classes/GalleryAnimationItem.class','core','N;','4'),('GalleryEntity','GalleryPhotoItem','GalleryPhotoItem','modules/core/classes/GalleryPhotoItem.class','core','N;','4'),('GalleryEntity','GalleryDerivativeImage','GalleryDerivativeImage','modules/core/classes/GalleryDerivativeImage.class','core','N;','4'),('GalleryDerivative','GalleryDerivativeImage','GalleryDerivativeImage','modules/core/classes/GalleryDerivativeImage.class','core','a:1:{i:0;s:1:\"*\";}','4'),('GalleryEntity','GalleryMovieItem','GalleryMovieItem','modules/core/classes/GalleryMovieItem.class','core','N;','4'),('GalleryEntity','GalleryDerivative','GalleryDerivative','modules/core/classes/GalleryDerivative.class','core','N;','4'),('GalleryEntity','GalleryGroup','GalleryGroup','modules/core/classes/GalleryGroup.class','core','N;','4'),('GalleryEntity','GalleryUser','GalleryUser','modules/core/classes/GalleryUser.class','core','N;','4'),('GalleryEntity','GalleryAlbumItem','GalleryAlbumItem','modules/core/classes/GalleryAlbumItem.class','core','N;','4'),('GalleryEntity','GalleryChildEntity','GalleryChildEntity','modules/core/classes/GalleryChildEntity.class','core','N;','4'),('GalleryEntity','GalleryEntity','GalleryEntity','modules/core/classes/GalleryEntity.class','core','N;','4'),('GalleryToolkit','ArchiveExtractToolkit','ArchiveUpload','modules/archiveupload/classes/ArchiveExtractToolkit.class','archiveupload','N;','5'),('GalleryValidationPlugin','CaptchaValidationPlugin','CaptchaValidationPlugin','modules/captcha/classes/CaptchaValidationPlugin.inc','captcha','N;','5'),('MaintenanceTask','ResetFailureCountsTask','ResetFailureCountsTask','modules/captcha/classes/ResetFailureCountsTask.class','captcha','N;','5'),('ColorPackInterface_1_0','ColorPackImpl','ColorPack','modules/colorpack/classes/ColorPackImpl.class','colorpack','N;','5'),('CaptchaAdminOption','CommentCaptchaAdminOption','CommentCaptchaAdminOption','modules/comment/classes/CommentCaptchaAdminOption.class','comment','N;','5'),('GallerySearchInterface_1_0','GalleryCommentSearch','comment','modules/comment/classes/GalleryCommentSearch.class','comment','N;','5'),('GalleryEntity','GalleryComment','GalleryComment','modules/comment/classes/GalleryComment.class','comment','N;','5'),('GallerySearchInterface_1_0','CustomFieldSearch','CustomField','modules/customfield/classes/CustomFieldSearch.class','customfield','N;','5'),('CustomFieldInterface_1_0','CustomFieldHelper','CustomField','modules/customfield/classes/CustomFieldHelper.class','customfield','N;','5'),('ItemEditPlugin','CustomFieldItemEdit','CustomFieldItemEdit','modules/customfield/CustomFieldItemEdit.inc','customfield','N;','5'),('ExifInterface_1_0','ExifExtractor','Exif','modules/exif/classes/ExifExtractor.class','exif','N;','5'),('GalleryToolkit','ExifToolkit','Exif','modules/exif/classes/ExifToolkit.class','exif','N;','5'),('ItemAddOption','ExifDescriptionOption','ExifDescriptionOption','modules/exif/ExifDescriptionOption.inc','exif','N;','5'),('CartPluginInterface_1_0','FotokastenCartPlugin','fotokasten','modules/fotokasten/classes/FotokastenCartPlugin.class','fotokasten','N;','5'),('Getid3Interface_1_0','Getid3Extractor','Getid3','modules/getid3/classes/Getid3Extractor.class','getid3','N;','5'),('GalleryToolkit','Getid3Toolkit','Getid3','modules/getid3/classes/Getid3Toolkit.class','getid3','N;','5'),('ItemAddOption','Getid3DescriptionOption','Getid3DescriptionOption','modules/getid3/Getid3DescriptionOption.inc','getid3','N;','5'),('GalleryOnLoadHandler','HiddenModule','Hidden','modules/hidden/module.inc','hidden','N;','5'),('ItemEditOption','HiddenItemOption','HiddenItemOption','modules/hidden/HiddenItemOption.inc','hidden','a:1:{i:0;s:12:\"itemedititem\";}','5'),('HiddenInterface_1_0','HiddenHelper','Hidden','modules/hidden/classes/HiddenHelper.class','hidden','N;','5'),('IconsInterface_1_0','IconsImpl','Icons','modules/icons/classes/IconsImpl.class','icons','N;','5'),('ItemEditOption','ImageBlockOption','ImageBlockOption','modules/imageblock/ImageBlockOption.inc','imageblock','a:1:{i:0;s:13:\"itemeditalbum\";}','5'),('ImageFrameInterface_1_1','ImageFrameImpl','ImageFrame','modules/imageframe/classes/ImageFrameImpl.class','imageframe','N;','5'),('GalleryEntity','GalleryLinkItem','GalleryLinkItem','modules/linkitem/classes/GalleryLinkItem.class','linkitem','N;','5'),('ItemAddPlugin','ItemAddLinkItem','ItemAddLinkItem','modules/linkitem/ItemAddLinkItem.inc','linkitem','N;','5'),('ItemEditOption','LinkItemOption','LinkItemOption','modules/linkitem/LinkItemOption.inc','linkitem','a:1:{i:0;s:12:\"itemedititem\";}','5'),('GallerySearchInterface_1_0','MultiLangSearch','MultiLang','modules/multilang/classes/MultiLangSearch.class','multilang','N;','5'),('GalleryOnLoadHandler','MultiLangModule','MultiLang','modules/multilang/module.inc','multilang','N;','5'),('ItemEditPlugin','MultiLangItemEdit','MultiLangItemEdit','modules/multilang/MultiLangItemEdit.inc','multilang','N;','5'),('GalleryToolkit','NetPbmToolkit','NetPBM','modules/netpbm/classes/NetPbmToolkit.class','netpbm','N;','5'),('GallerySortInterface_1_1','NewItemsSortOrder','NewItems','modules/newitems/classes/NewItemsSortOrder.class','newitems','N;','5'),('GalleryEntity','PanoramaDerivativeImage','PanoramaDerivativeImage','modules/panorama/classes/PanoramaDerivativeImage.class','panorama','N;','5'),('GalleryEntity','PanoramaPhotoItem','PanoramaPhotoItem','modules/panorama/classes/PanoramaPhotoItem.class','panorama','N;','5'),('GalleryDerivative','PanoramaDerivativeImage','PanoramaDerivativeImage','modules/panorama/classes/PanoramaDerivativeImage.class','panorama','a:1:{i:0;s:17:\"panoramaphotoitem\";}','5'),('ItemEditOption','PanoramaOption','PanoramaOption','modules/panorama/PanoramaOption.inc','panorama','a:1:{i:0;s:13:\"itemeditphoto\";}','5'),('GalleryOnLoadHandler','PasswordModule','Password','modules/password/module.inc','password','N;','5'),('ItemEditOption','PasswordOption','PasswordOption','modules/password/PasswordOption.inc','password','a:1:{i:0;s:12:\"itemedititem\";}','5'),('PasswordInterface_1_0','PasswordHelper','Password','modules/password/classes/PasswordHelper.class','password','N;','5'),('CaptchaAdminOption','PasswordCaptchaAdminOption','PasswordCaptchaAdminOption','modules/password/classes/PasswordCaptchaAdminOption.class','password','N;','5'),('ItemEditOption','PermalinksOption','PermalinksOption','modules/permalinks/PermalinksOption.inc','permalinks','a:1:{i:0;s:12:\"itemedititem\";}','5'),('CartPluginInterface_1_0','PhotoAccessCartPlugin','photoaccess','modules/photoaccess/classes/PhotoAccessCartPlugin.class','photoaccess','N;','5'),('ItemAddPlugin','ItemAddFromPicasa','ItemAddFromPicasa','modules/picasa/ItemAddFromPicasa.inc','picasa','N;','5'),('ItemAddPlugin','ItemAddPublishXp','ItemAddPublishXp','modules/publishxp/ItemAddPublishXp.inc','publishxp','N;','5'),('ItemAddOption','DiskQuotaOption','DiskQuotaOption','modules/quotas/DiskQuotaOption.inc','quotas','N;','9'),('GalleryOnLoadHandler','RandomHighlightModule','RandomHighlight','modules/randomhighlight/module.inc','randomhighlight','N;','5'),('GalleryOnLoadHandler','RandomHighlightModule','RandomHighlightPrivate','modules/randomhighlight/module.inc','randomhighlight','N;','5'),('ItemEditOption','RandomHighlightOption','RandomHighlightOption','modules/randomhighlight/RandomHighlightOption.inc','randomhighlight','a:1:{i:0;s:13:\"itemeditalbum\";}','5'),('ItemEditOption','RatingItemEdit','RatingItemEdit','modules/rating/RatingItemEdit.inc','rating','a:1:{i:0;s:13:\"itemeditalbum\";}','5'),('GallerySortInterface_1_1','RatingSortOrder','RatingSortOrder','modules/rating/classes/RatingSortOrder.class','rating','N;','5'),('GalleryEntity','GalleryPendingUser','GalleryPendingUser','modules/register/classes/GalleryPendingUser.class','register','N;','5'),('CaptchaAdminOption','RegisterCaptchaAdminOption','RegisterCaptchaAdminOption','modules/register/classes/RegisterCaptchaAdminOption.class','register','N;','5'),('ItemAddPlugin','ItemAddGalleryRemote','ItemAddGalleryRemote','modules/remote/ItemAddGalleryRemote.inc','remote','N;','5'),('ItemEditOption','ReuploadPhotoOption','ReuploadPhotoOption','modules/reupload/ReuploadPhotoOption.inc','reupload','a:1:{i:0;s:27:\"itemeditrotateandscalephoto\";}','5'),('CartPluginInterface_1_0','ShutterflyCartPlugin','shutterfly','modules/shutterfly/classes/ShutterflyCartPlugin.class','shutterfly','N;','5'),('ItemEditOption','SizeLimitOption','SizeLimitOption','modules/sizelimit/SizeLimitOption.inc','sizelimit','a:1:{i:0;s:13:\"itemeditalbum\";}','5'),('ItemAddOption','SetSizeOption','SetSizeOption','modules/sizelimit/SetSizeOption.inc','sizelimit','N;','5'),('SlideshowInterface_1_0','SlideshowImpl','Slideshow','modules/slideshow/classes/SlideshowImpl.class','slideshow','N;','5'),('GalleryToolkit','SquareThumbToolkit','SquareThumb','modules/squarethumb/classes/SquareThumbToolkit.class','squarethumb','N;','5'),('GalleryEntity','ThumbnailImage','ThumbnailImage','modules/thumbnail/classes/ThumbnailImage.class','thumbnail','N;','5'),('GalleryToolkit','ThumbnailToolkit','Thumbnail','modules/thumbnail/classes/ThumbnailToolkit.class','thumbnail','N;','5'),('ItemEditOption','CustomThumbnailOption','CustomThumbnailOption','modules/thumbnail/CustomThumbnailOption.inc','thumbnail','a:1:{i:0;s:12:\"itemedititem\";}','5'),('ItemAddPlugin','ItemAddUploadApplet','ItemAddUploadApplet','modules/uploadapplet/ItemAddUploadApplet.inc','uploadapplet','N;','5'),('ItemAddOption','WatermarkOption','WatermarkOption','modules/watermark/WatermarkOption.inc','watermark','N;','5'),('ItemEditPlugin','ItemEditWatermark','ItemEditWatermark','modules/watermark/ItemEditWatermark.inc','watermark','N;','5'),('GalleryEntity','WatermarkImage','WatermarkImage','modules/watermark/classes/WatermarkImage.class','watermark','N;','5'),('GalleryOnLoadHandler','WebCamModule','WebCam','modules/webcam/module.inc','webcam','N;','5'),('ItemAddPlugin','ItemAddWebCam','ItemAddWebCam','modules/webcam/ItemAddWebCam.inc','webcam','N;','5'),('CartPluginInterface_1_0','ZipCartPlugin','zipcart','modules/zipcart/classes/ZipCartPlugin.class','zipcart','N;','5'),('GalleryToolkit','GdToolkit','Gd','modules/gd/classes/GdToolkit.class','gd','N;','5'),('CaptchaAdminOption','CoreCaptchaAdminOption','CoreCaptchaAdminOption','modules/core/classes/CoreCaptchaAdminOption.class','core','N;','4');
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_FactoryMap` ENABLE KEYS */;

--
-- Table structure for table `g2_FileSystemEntity`
--

DROP TABLE IF EXISTS `g2_FileSystemEntity`;
CREATE TABLE `g2_FileSystemEntity` (
  `g_id` int(11) NOT NULL,
  `g_pathComponent` varchar(128) default NULL,
  PRIMARY KEY  (`g_id`),
  KEY `g2_FileSystemEntity_3406` (`g_pathComponent`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_FileSystemEntity`
--


/*!40000 ALTER TABLE `g2_FileSystemEntity` DISABLE KEYS */;
LOCK TABLES `g2_FileSystemEntity` WRITE;
INSERT INTO `g2_FileSystemEntity` VALUES (7,NULL),(25,'Submissions'),(27,'Stock'),(30,'DCP_0300.JPG'),(34,'DCP_0543.JPG'),(37,'DCP_0304.JPG'),(40,'DCP_0561.JPG'),(89,'DCP_0755.JPG'),(92,'DCP_0969.JPG'),(97,'reclarke'),(109,'elclarke'),(113,'DCP_0972.JPG'),(116,'DCP_0973.JPG'),(119,'DCP_0977.JPG'),(122,'DCP_0989.JPG'),(125,'DCP_0992.JPG'),(128,'DCP_2022.JPG'),(131,'DCP_2401.JPG'),(134,'DCP_2339.JPG'),(137,'DCP_1988.JPG'),(140,'DCP_2101.JPG'),(143,'DCP_2063.JPG'),(146,'DCP_2334.JPG'),(149,'DCP_2069.JPG'),(152,'DCP_2076.JPG'),(155,'DCP_2061.JPG'),(158,'DCP_2340.JPG'),(161,'DCP_2260.JPG'),(164,'DCP_2264.JPG'),(167,'DCP_2262.JPG'),(170,'DCP_2328.JPG'),(173,'DCP_2307.JPG'),(176,'DCP_2268.JPG'),(179,'DCP_2293.JPG'),(182,'DCP_2266.JPG'),(185,'DCP_2280.JPG'),(188,'DCP_2330.JPG'),(191,'DCP_2292.JPG'),(194,'DCP_2269.JPG'),(197,'DCP_2291.JPG'),(200,'Reviewed'),(203,'DCP_2252.JPG'),(206,'DCP_2255.JPG'),(209,'DCP_2136.JPG'),(212,'DCP_2258.JPG'),(215,'DCP_2256.JPG'),(218,'DCP_2250.JPG'),(222,'DCP_2403.JPG'),(225,'pastor_eva'),(229,'Scenery - submitted photos'),(230,'Gatherings - submitted photos'),(231,'Congregation - submitted photos'),(232,'Individuals - submitted photos'),(233,'Misc - submitted photos'),(234,'Scenery - approved photos'),(235,'Gatherings - approved photos'),(236,'Congregation - approved photos'),(237,'Individuals - approved photos'),(238,'Misc - approved photos'),(244,'DCP_2411.JPG'),(247,'DCP_2412.JPG'),(250,'DCP_2444.JPG'),(253,'DCP_2447.JPG'),(256,'DCP_2452.JPG'),(259,'DCP_2455.JPG'),(262,'DCP_2464.JPG'),(265,'DCP_2467.JPG'),(268,'DCP_2576.JPG'),(271,'DCP_2590.JPG'),(274,'DCP_2592.JPG'),(277,'DCP_2593.JPG'),(280,'DCP_2595.JPG'),(283,'DCP_2596.JPG'),(286,'DCP_2597.JPG'),(289,'DCP_2598.JPG'),(292,'DCP_2601.JPG'),(295,'DCP_2604.JPG'),(298,'DCP_2607.JPG'),(301,'DCP_2608.JPG'),(304,'DCP_2609.JPG'),(593,'Yo-Rock.jpg'),(310,'DCP_2613.JPG'),(313,'DCP_2615.JPG'),(319,'myclarke'),(323,'DSC00355.jpg'),(327,'DSC00357.jpg'),(330,'DSC00358.jpg'),(333,'DSC00359.jpg'),(336,'DSC00361.jpg'),(339,'DSC00362.jpg'),(342,'DSC00366.jpg'),(345,'DSC00367.jpg'),(348,'Event Photos'),(351,'DCP_2665.JPG'),(355,'DCP_2666.JPG'),(358,'DCP_2667.JPG'),(361,'DCP_2668.JPG'),(364,'DCP_2669.JPG'),(367,'DCP_2670.JPG'),(595,'Charles.jpg'),(373,'DCP_2673.JPG'),(376,'DCP_2674.JPG'),(379,'DCP_2675.JPG'),(382,'DCP_2676.JPG'),(385,'DCP_2677.JPG'),(388,'DCP_2678.JPG'),(391,'DCP_2679.JPG'),(394,'DCP_2680.JPG'),(397,'DCP_2681.JPG'),(400,'DCP_2682.JPG'),(403,'DCP_2683.JPG'),(406,'DCP_2684.JPG'),(409,'DCP_2685.JPG'),(412,'DCP_2686.JPG'),(415,'DCP_2687.JPG'),(418,'DCP_2688.JPG'),(421,'DCP_2689.JPG'),(424,'DCP_2690.JPG'),(427,'DCP_2691.JPG'),(430,'DCP_2692.JPG'),(433,'DCP_2693.JPG'),(436,'DCP_2694.JPG'),(439,'DCP_2695.JPG'),(442,'DCP_2696.JPG'),(445,'DSC00368.jpg'),(448,'DSC00370.jpg'),(451,'DSC00371.jpg'),(454,'DSC00372.jpg'),(457,'DSC00374.jpg'),(460,'DSC00375.jpg'),(463,'DSC00376.jpg'),(466,'DSC00378.jpg'),(469,'DSC00380.jpg'),(472,'DSC00381.jpg'),(475,'DSC00382.jpg'),(478,'DSC00383.jpg'),(481,'DSC00384.jpg'),(484,'DSC00387.jpg'),(487,'DSC00390.jpg'),(490,'DSC00391.jpg'),(493,'DSC00392.jpg'),(496,'DSC00394.jpg'),(499,'DSC00395.jpg'),(502,'DSC00396.jpg'),(505,'DSC00397.jpg'),(508,'DSC00398.jpg'),(511,'DSC00399.jpg'),(514,'DSC00400.jpg'),(517,'DSC00401.jpg'),(520,'DSC00402.jpg'),(523,'DSC00405.jpg'),(526,'DSC00406.jpg'),(529,'DSC00407.jpg'),(532,'DSC00408.jpg'),(535,'DSC00409.jpg'),(538,'DSC00410.jpg'),(541,'DSC00411.jpg'),(544,'DSC00412.jpg'),(549,'Andre-and-Tara.jpg'),(551,'Baby-Brooks.jpg'),(553,'Byron_-Monic_-Mika.jpg'),(555,'Byron.jpg'),(557,'Chris-and-Andre.jpg'),(559,'Eva-and-Linda-Womack.jpg'),(561,'Eva-Norman.jpg'),(563,'Fried-Chicken.jpg'),(565,'Intense-moment.jpg'),(567,'Khalid-and-Barbara.jpg'),(569,'LaRaye-and-Denia.jpg'),(571,'Looking-at-Wedding-Album.jpg'),(573,'Mika.jpg'),(575,'Monique-and-Nia.jpg'),(577,'Nia-and-Monique.jpg'),(579,'Craig_Enez_Rocklyn_Gifted-a.jpg'),(581,'Enez_Rocklyn_Gifted.jpg'),(583,'Enez.jpg'),(585,'Gifted_Rocklyn_Enez.jpg'),(587,'Gifted.jpg'),(589,'Host-Mike-and-Jamilah.jpg'),(591,'Show2.jpg'),(597,'Say-Cheese.jpg'),(599,'Al_-Rock_-DI.jpg'),(601,'Junior-and-Rock.jpg');
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_FileSystemEntity` ENABLE KEYS */;

--
-- Table structure for table `g2_G1MigrateMap`
--

DROP TABLE IF EXISTS `g2_G1MigrateMap`;
CREATE TABLE `g2_G1MigrateMap` (
  `g_itemId` int(11) NOT NULL,
  `g_g1album` varchar(128) NOT NULL,
  `g_g1item` varchar(128) default NULL,
  PRIMARY KEY  (`g_itemId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_G1MigrateMap`
--


/*!40000 ALTER TABLE `g2_G1MigrateMap` DISABLE KEYS */;
LOCK TABLES `g2_G1MigrateMap` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_G1MigrateMap` ENABLE KEYS */;

--
-- Table structure for table `g2_Getid3PropsMap`
--

DROP TABLE IF EXISTS `g2_Getid3PropsMap`;
CREATE TABLE `g2_Getid3PropsMap` (
  `g_property` varchar(128) default NULL,
  `g_viewMode` int(11) default NULL,
  `g_sequence` int(11) default NULL,
  UNIQUE KEY `g_property` (`g_property`,`g_viewMode`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_Getid3PropsMap`
--


/*!40000 ALTER TABLE `g2_Getid3PropsMap` DISABLE KEYS */;
LOCK TABLES `g2_Getid3PropsMap` WRITE;
INSERT INTO `g2_Getid3PropsMap` VALUES ('Artist',1,0),('Album',1,1),('Track',1,2),('Title',1,3),('DateTime',1,4),('Artist',2,0),('Album',2,1),('Track',2,2),('Title',2,3),('Genre',2,4),('Year',2,5),('DateTime',2,6),('AudioBitRate',2,7),('AudioBitRateMode',2,8),('AudioChannels',2,9),('AudioCodec',2,10),('ChannelMode',2,11),('VideoBitRate',2,12),('VideoBitRateMode',2,13),('VideoCodec',2,14);
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_Getid3PropsMap` ENABLE KEYS */;

--
-- Table structure for table `g2_Group`
--

DROP TABLE IF EXISTS `g2_Group`;
CREATE TABLE `g2_Group` (
  `g_id` int(11) NOT NULL,
  `g_groupType` int(11) NOT NULL,
  `g_groupName` varchar(128) default NULL,
  PRIMARY KEY  (`g_id`),
  UNIQUE KEY `g_groupName` (`g_groupName`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_Group`
--


/*!40000 ALTER TABLE `g2_Group` DISABLE KEYS */;
LOCK TABLES `g2_Group` WRITE;
INSERT INTO `g2_Group` VALUES (2,2,'Registered Users'),(3,3,'Site Admins'),(4,4,'Everybody'),(29,1,'Library');
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_Group` ENABLE KEYS */;

--
-- Table structure for table `g2_ImageBlockCacheMap`
--

DROP TABLE IF EXISTS `g2_ImageBlockCacheMap`;
CREATE TABLE `g2_ImageBlockCacheMap` (
  `g_userId` int(11) NOT NULL,
  `g_itemType` int(11) NOT NULL,
  `g_itemTimestamp` int(11) NOT NULL,
  `g_itemId` int(11) NOT NULL,
  KEY `g2_ImageBlockCacheMap_1627` (`g_userId`,`g_itemType`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_ImageBlockCacheMap`
--


/*!40000 ALTER TABLE `g2_ImageBlockCacheMap` DISABLE KEYS */;
LOCK TABLES `g2_ImageBlockCacheMap` WRITE;
INSERT INTO `g2_ImageBlockCacheMap` VALUES (318,1,1147924588,30),(318,1,1147924605,34),(318,1,1147924614,37),(318,1,1147924618,40),(318,1,1147927009,89),(318,1,1147927186,92),(318,1,1147928471,113),(318,1,1147928486,116),(318,1,1147928497,119),(318,1,1147928511,122),(318,1,1147928524,125),(318,1,1147929262,128),(318,1,1147929272,131),(318,1,1147929281,134),(318,1,1147929297,137),(318,1,1147929305,140),(318,1,1147929315,143),(318,1,1147929324,146),(318,1,1147929335,149),(318,1,1147929353,152),(318,1,1147929364,155),(318,1,1147929372,158),(318,1,1147929927,161),(318,1,1147929934,164),(318,1,1147929939,167),(318,1,1147929946,170),(318,1,1147929954,173),(318,1,1147929961,176),(318,1,1147929969,179),(318,1,1147929973,182),(318,1,1147929979,185),(318,1,1147929988,188),(318,1,1147929995,191),(318,1,1147930001,194),(318,1,1147930009,197),(318,1,1147931085,203),(318,1,1147931097,206),(318,1,1147931103,209),(318,1,1147931111,212),(318,1,1147931120,215),(318,1,1147931128,218),(318,1,1147967423,222),(318,1,1149454419,244),(318,1,1149454438,247),(318,1,1149454455,250),(318,1,1149454472,253),(318,1,1149454479,256),(318,1,1149454488,259),(318,1,1149454496,262),(318,1,1149454505,265),(318,1,1149454514,268),(318,1,1149454522,271),(318,1,1149454529,274),(318,1,1149454537,277),(318,1,1149454544,280),(318,1,1149454550,283),(318,1,1149454557,286),(318,1,1149454564,289),(318,1,1149454571,292),(318,1,1149454578,295),(318,1,1149454586,298),(318,1,1149454594,301),(318,1,1149454601,304),(318,1,1155821345,593),(318,1,1149454615,310),(318,1,1149454622,313),(318,1,1155821347,595),(318,1,1152822496,323),(318,1,1152822499,327),(318,1,1152822501,330),(318,1,1152822501,333),(318,1,1152823432,336),(318,1,1152823435,339),(318,1,1152823436,342),(318,1,1152823437,345),(318,1,1153013665,351),(318,1,1153013666,355),(318,1,1153013666,358),(318,1,1153013667,361),(318,1,1153013998,364),(318,1,1153013999,367),(318,1,1153013999,373),(318,1,1155821347,599),(318,1,1153014155,376),(318,1,1153014155,379),(318,1,1153014156,382),(318,1,1153014156,385),(318,1,1153014375,388),(318,1,1153014378,391),(318,1,1153014379,394),(318,1,1153014379,397),(318,1,1153015163,400),(318,1,1153015165,403),(318,1,1153015165,406),(318,1,1153015165,409),(318,1,1153015431,412),(318,1,1153015432,415),(318,1,1153015432,418),(318,1,1153015432,421),(318,1,1153015966,424),(318,1,1153015966,427),(318,1,1153015967,430),(318,1,1153015967,433),(318,1,1153016134,436),(318,1,1153016135,439),(318,1,1153016135,442),(318,1,1153247228,445),(318,1,1153247236,448),(318,1,1153247239,451),(318,1,1153247240,454),(318,1,1153247372,457),(318,1,1153247375,460),(318,1,1153247376,463),(318,1,1153247378,466),(318,1,1153247485,469),(318,1,1153247488,472),(318,1,1153247489,475),(318,1,1153247490,478),(318,1,1153247605,481),(318,1,1153247607,484),(318,1,1153247608,487),(318,1,1153247609,490),(318,1,1153247788,493),(318,1,1153247789,496),(318,1,1153247790,499),(318,1,1153247791,502),(318,1,1153247930,505),(318,1,1153247932,508),(318,1,1153247935,511),(318,1,1153247937,514),(318,1,1153248048,517),(318,1,1153248050,520),(318,1,1153248052,523),(318,1,1153248054,526),(318,1,1153248413,529),(318,1,1153248414,532),(318,1,1153248416,535),(318,1,1153248507,538),(318,1,1153248510,541),(318,1,1153248511,544),(318,1,1155821347,597),(318,1,1154963995,549),(318,1,1154963996,551),(318,1,1154963996,553),(318,1,1154963996,555),(318,1,1154964049,557),(318,1,1154964051,559),(318,1,1154964051,561),(318,1,1154964052,563),(318,1,1154964085,565),(318,1,1154964086,567),(318,1,1154964087,569),(318,1,1154964088,571),(318,1,1154964119,573),(318,1,1154964121,575),(318,1,1154964121,577),(318,1,1154964169,579),(318,1,1154964172,581),(318,1,1154964173,583),(318,1,1154964173,585),(318,1,1154964216,587),(318,1,1154964217,589),(318,1,1154964217,591),(318,1,1155821347,601),(318,2,1147919689,7),(318,2,1147923651,25),(318,2,1147923767,27),(318,2,1148156944,234),(318,2,1148156299,229),(318,2,1148156632,232),(318,2,1148156607,231),(318,2,1148156559,230),(318,2,1148156645,233),(318,2,1153012274,348),(318,2,1148157014,236),(318,2,1148156976,235),(5,1,1153013665,351),(5,1,1153013666,355),(5,1,1153013666,358),(5,1,1153013667,361),(5,1,1153013998,364),(5,1,1153013999,367),(5,1,1153013999,373),(5,1,1153014155,376),(5,1,1153014155,379),(5,1,1153014156,382),(5,1,1153014156,385),(5,1,1153014375,388),(5,1,1153014378,391),(5,1,1153014379,394),(5,1,1153014379,397),(5,1,1153015163,400),(5,1,1153015165,403),(5,1,1153015165,406),(5,1,1153015165,409),(5,1,1153015431,412),(5,1,1153015432,415),(5,1,1153015432,418),(5,1,1153015432,421),(5,1,1153015966,424),(5,1,1153015966,427),(5,1,1153015967,430),(5,1,1153015967,433),(5,1,1153016134,436),(5,1,1153016135,439),(5,1,1153016135,442),(5,2,1153012274,348),(19,1,1147924588,30),(19,1,1147924605,34),(19,1,1147924614,37),(19,1,1147924618,40),(19,1,1147927009,89),(19,1,1147927186,92),(19,1,1147928471,113),(19,1,1147928486,116),(19,1,1147928497,119),(19,1,1147928511,122),(19,1,1147928524,125),(19,1,1147929262,128),(19,1,1147929272,131),(19,1,1147929281,134),(19,1,1147929297,137),(19,1,1147929305,140),(19,1,1147929315,143),(19,1,1147929324,146),(19,1,1147929335,149),(19,1,1147929353,152),(19,1,1147929364,155),(19,1,1147929372,158),(19,1,1147929927,161),(19,1,1147929934,164),(19,1,1147929939,167),(19,1,1147929946,170),(19,1,1147929954,173),(19,1,1147929961,176),(19,1,1147929969,179),(19,1,1147929973,182),(19,1,1147929979,185),(19,1,1147929988,188),(19,1,1147929995,191),(19,1,1147930001,194),(19,1,1147930009,197),(19,1,1147931085,203),(19,1,1147931097,206),(19,1,1147931103,209),(19,1,1147931111,212),(19,1,1147931120,215),(19,1,1147931128,218),(19,1,1147967423,222),(19,1,1149454419,244),(19,1,1149454438,247),(19,1,1149454455,250),(19,1,1149454472,253),(19,1,1149454479,256),(19,1,1149454488,259),(19,1,1149454496,262),(19,1,1149454505,265),(19,1,1149454514,268),(19,1,1149454522,271),(19,1,1149454529,274),(19,1,1149454537,277),(19,1,1149454544,280),(19,1,1149454550,283),(19,1,1149454557,286),(19,1,1149454564,289),(19,1,1149454571,292),(19,1,1149454578,295),(19,1,1149454586,298),(19,1,1149454594,301),(19,1,1149454601,304),(19,1,1155821345,593),(19,1,1149454615,310),(19,1,1149454622,313),(19,1,1155821347,595),(19,1,1152822496,323),(19,1,1152822499,327),(19,1,1152822501,330),(19,1,1152822501,333),(19,1,1152823432,336),(19,1,1152823435,339),(19,1,1152823436,342),(19,1,1152823437,345),(19,1,1153013665,351),(19,1,1153013666,355),(19,1,1153013666,358),(19,1,1153013667,361),(19,1,1153013998,364),(19,1,1153013999,367),(19,1,1153013999,373),(19,1,1155821347,599),(19,1,1153014155,376),(19,1,1153014155,379),(19,1,1153014156,382),(19,1,1153014156,385),(19,1,1153014375,388),(19,1,1153014378,391),(19,1,1153014379,394),(19,1,1153014379,397),(19,1,1153015163,400),(19,1,1153015165,403),(19,1,1153015165,406),(19,1,1153015165,409),(19,1,1153015431,412),(19,1,1153015432,415),(19,1,1153015432,418),(19,1,1153015432,421),(19,1,1153015966,424),(19,1,1153015966,427),(19,1,1153015967,430),(19,1,1153015967,433),(19,1,1153016134,436),(19,1,1153016135,439),(19,1,1153016135,442),(19,1,1153247228,445),(19,1,1153247236,448),(19,1,1153247239,451),(19,1,1153247240,454),(19,1,1153247372,457),(19,1,1153247375,460),(19,1,1153247376,463),(19,1,1153247378,466),(19,1,1153247485,469),(19,1,1153247488,472),(19,1,1153247489,475),(19,1,1153247490,478),(19,1,1153247605,481),(19,1,1153247607,484),(19,1,1153247608,487),(19,1,1153247609,490),(19,1,1153247788,493),(19,1,1153247789,496),(19,1,1153247790,499),(19,1,1153247791,502),(19,1,1153247930,505),(19,1,1153247932,508),(19,1,1153247935,511),(19,1,1153247937,514),(19,1,1153248048,517),(19,1,1153248050,520),(19,1,1153248052,523),(19,1,1153248054,526),(19,1,1153248413,529),(19,1,1153248414,532),(19,1,1153248416,535),(19,1,1153248507,538),(19,1,1153248510,541),(19,1,1153248511,544),(19,1,1155821347,597),(19,1,1154963995,549),(19,1,1154963996,551),(19,1,1154963996,553),(19,1,1154963996,555),(19,1,1154964049,557),(19,1,1154964051,559),(19,1,1154964051,561),(19,1,1154964052,563),(19,1,1154964085,565),(19,1,1154964086,567),(19,1,1154964087,569),(19,1,1154964088,571),(19,1,1154964119,573),(19,1,1154964121,575),(19,1,1154964121,577),(19,1,1154964169,579),(19,1,1154964172,581),(19,1,1154964173,583),(19,1,1154964173,585),(19,1,1154964216,587),(19,1,1154964217,589),(19,1,1154964217,591),(19,1,1155821347,601),(19,2,1147919689,7),(19,2,1147923651,25),(19,2,1147923767,27),(19,2,1148156944,234),(19,2,1148156299,229),(19,2,1148156632,232),(19,2,1148156607,231),(19,2,1148156559,230),(19,2,1148156645,233),(19,2,1153012274,348),(19,2,1148157014,236),(19,2,1148156976,235);
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_ImageBlockCacheMap` ENABLE KEYS */;

--
-- Table structure for table `g2_ImageBlockDisabledMap`
--

DROP TABLE IF EXISTS `g2_ImageBlockDisabledMap`;
CREATE TABLE `g2_ImageBlockDisabledMap` (
  `g_itemId` int(11) NOT NULL,
  PRIMARY KEY  (`g_itemId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_ImageBlockDisabledMap`
--


/*!40000 ALTER TABLE `g2_ImageBlockDisabledMap` DISABLE KEYS */;
LOCK TABLES `g2_ImageBlockDisabledMap` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_ImageBlockDisabledMap` ENABLE KEYS */;

--
-- Table structure for table `g2_Item`
--

DROP TABLE IF EXISTS `g2_Item`;
CREATE TABLE `g2_Item` (
  `g_id` int(11) NOT NULL,
  `g_canContainChildren` int(1) NOT NULL,
  `g_description` text,
  `g_keywords` varchar(255) default NULL,
  `g_ownerId` int(11) NOT NULL,
  `g_summary` varchar(255) default NULL,
  `g_title` varchar(128) default NULL,
  `g_viewedSinceTimestamp` int(11) NOT NULL,
  `g_originationTimestamp` int(11) NOT NULL,
  PRIMARY KEY  (`g_id`),
  KEY `g2_Item_99070` (`g_keywords`),
  KEY `g2_Item_21573` (`g_ownerId`),
  KEY `g2_Item_54147` (`g_summary`),
  KEY `g2_Item_90059` (`g_title`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_Item`
--


/*!40000 ALTER TABLE `g2_Item` DISABLE KEYS */;
LOCK TABLES `g2_Item` WRITE;
INSERT INTO `g2_Item` VALUES (7,1,'This is the top-level photo gallery and new submissions are not permitted at this level.  Please click on the Photo Submissions Album to add photos.','',6,'','Gallery',1147919689,1147919689),(25,1,'Please upload new photos to this album so that they can be reviewed.\r\nClick on &quot;Add Items&quot; in order to upload photos.  Please feel free to add comments to individual photos describing where, why, and by whom they were taken.  This will help us to decide how they should be used.','',6,'','Photo Submissions',1147923651,1147923651),(27,1,'Photos that appear here are approved for use on the Life Church web site and in Life Church publications.','',6,'','Approved Stock Photos',1147923767,1147923767),(30,0,NULL,NULL,6,NULL,'DCP_0300.JPG',1147924588,1030913657),(34,0,NULL,NULL,6,NULL,'DCP_0543.JPG',1147924605,1053646699),(37,0,NULL,NULL,6,NULL,'DCP_0304.JPG',1147924614,1030914253),(40,0,NULL,NULL,6,NULL,'DCP_0561.JPG',1147924618,1053735576),(89,0,NULL,NULL,22,NULL,'DCP_0755.JPG',1147927009,1062379158),(92,0,NULL,NULL,22,NULL,'DCP_0969.JPG',1147927186,1085864507),(97,1,'','',22,'','Rocklyn E. Clarke',1147928040,1147928040),(109,1,'','',23,'','Eva L. Clarke',1147928358,1147928358),(113,0,NULL,NULL,19,NULL,'DCP_0972.JPG',1147928471,1085864539),(116,0,NULL,NULL,19,NULL,'DCP_0973.JPG',1147928486,1085864548),(119,0,NULL,NULL,19,NULL,'DCP_0977.JPG',1147928497,1085864620),(122,0,NULL,NULL,19,NULL,'DCP_0989.JPG',1147928511,1085867971),(125,0,NULL,NULL,19,NULL,'DCP_0992.JPG',1147928524,1085868306),(128,0,NULL,NULL,19,NULL,'DCP_2022.JPG',1147929262,1130713196),(131,0,NULL,NULL,19,NULL,'DCP_2401.JPG',1147929272,1146870559),(134,0,NULL,NULL,19,NULL,'DCP_2339.JPG',1147929281,1146790563),(137,0,NULL,NULL,19,NULL,'DCP_1988.JPG',1147929297,1130111061),(140,0,NULL,NULL,19,NULL,'DCP_2101.JPG',1147929305,1130795649),(143,0,NULL,NULL,19,NULL,'DCP_2063.JPG',1147929315,1130794686),(146,0,NULL,NULL,19,NULL,'DCP_2334.JPG',1147929324,1146790369),(149,0,NULL,NULL,19,NULL,'DCP_2069.JPG',1147929335,1130794879),(152,0,NULL,NULL,19,NULL,'DCP_2076.JPG',1147929353,1130794979),(155,0,NULL,NULL,19,NULL,'DCP_2061.JPG',1147929364,1130794667),(158,0,NULL,NULL,19,NULL,'DCP_2340.JPG',1147929372,1146790580),(161,0,NULL,NULL,19,NULL,'DCP_2260.JPG',1147929927,1139083757),(164,0,NULL,NULL,19,NULL,'DCP_2264.JPG',1147929934,1139083847),(167,0,NULL,NULL,19,NULL,'DCP_2262.JPG',1147929939,1139083795),(170,0,NULL,NULL,19,NULL,'DCP_2328.JPG',1147929946,1146789546),(173,0,NULL,NULL,19,NULL,'DCP_2307.JPG',1147929954,1143329487),(176,0,NULL,NULL,19,NULL,'DCP_2268.JPG',1147929961,1139097189),(179,0,NULL,NULL,19,NULL,'DCP_2293.JPG',1147929969,1139102047),(182,0,NULL,NULL,19,NULL,'DCP_2266.JPG',1147929973,1139083936),(185,0,NULL,NULL,19,NULL,'DCP_2280.JPG',1147929979,1139097551),(188,0,NULL,NULL,19,NULL,'DCP_2330.JPG',1147929988,1146789599),(191,0,NULL,NULL,19,NULL,'DCP_2292.JPG',1147929995,1139102035),(194,0,NULL,NULL,19,NULL,'DCP_2269.JPG',1147930001,1139097195),(197,0,NULL,NULL,19,NULL,'DCP_2291.JPG',1147930009,1139102028),(200,1,'The photos in this album have been reviewed, but are not approved for the Life Church web site or publications at this time.  Please add comments to each reviewed photo explaining why this decision was made.','',6,'','Reviewed Photos',1147930209,1147930209),(203,0,NULL,NULL,19,NULL,'DCP_2252.JPG',1147931085,1139081890),(206,0,NULL,NULL,19,NULL,'DCP_2255.JPG',1147931097,1139081940),(209,0,NULL,NULL,19,NULL,'DCP_2136.JPG',1147931103,1131304364),(212,0,NULL,NULL,19,NULL,'DCP_2258.JPG',1147931111,1139081982),(215,0,NULL,NULL,19,NULL,'DCP_2256.JPG',1147931120,1139081956),(218,0,NULL,NULL,19,NULL,'DCP_2250.JPG',1147931128,1139081876),(222,0,NULL,NULL,20,NULL,'DCP_2403.JPG',1147967423,1146871955),(225,1,'','',20,'','Pastor Eva',1147967483,1147967483),(229,1,'','',19,'','Scenery (submitted photos)',1148156299,1148156299),(230,1,'Pictures of people from various group meetings and church gatherings.','life groups cell groups gatherings meetings',19,'','Gatherings (submitted photos)',1148156559,1148156559),(231,1,'Pictures of the congregation on Sunday and at other times.','',19,'','Congregation (submitted photos)',1148156607,1148156607),(232,1,'','',19,'','Individuals (submitted photos)',1148156632,1148156632),(233,1,'','',19,'','Misc (submitted photos)',1148156645,1148156645),(234,1,'','',19,'','Scenery (approved photos)',1148156944,1148156944),(235,1,'Pictures of people from small groups and various church gatherings.','life groups gatherings meetings',19,'Group meetings and various church gatherings','Gatherings (approved photos)',1148156976,1148156976),(236,1,'Pictures of the congregation on Sunday or at other times','',19,'','Congregation (approved photos)',1148157014,1148157014),(237,1,'','',19,'','Individuals (approved photos)',1148157104,1148157104),(238,1,'','',19,'','Misc (approved photos)',1148157130,1148157130),(244,0,NULL,NULL,19,NULL,'DCP_2411.JPG',1149454419,1146949545),(247,0,NULL,NULL,19,NULL,'DCP_2412.JPG',1149454438,1146949578),(250,0,NULL,NULL,19,NULL,'DCP_2444.JPG',1149454455,1148088982),(253,0,NULL,NULL,19,NULL,'DCP_2447.JPG',1149454472,1148089008),(256,0,NULL,NULL,19,NULL,'DCP_2452.JPG',1149454479,1148154695),(259,0,NULL,NULL,19,NULL,'DCP_2455.JPG',1149454488,1148154961),(262,0,NULL,NULL,19,NULL,'DCP_2464.JPG',1149454496,1148155130),(265,0,NULL,NULL,19,NULL,'DCP_2467.JPG',1149454505,1148155186),(268,0,NULL,NULL,19,NULL,'DCP_2576.JPG',1149454514,1149390848),(271,0,NULL,NULL,19,NULL,'DCP_2590.JPG',1149454522,1149444227),(274,0,NULL,NULL,19,NULL,'DCP_2592.JPG',1149454529,1149444241),(277,0,NULL,NULL,19,NULL,'DCP_2593.JPG',1149454537,1149444255),(280,0,NULL,NULL,19,NULL,'DCP_2595.JPG',1149454544,1149444471),(283,0,NULL,NULL,19,NULL,'DCP_2596.JPG',1149454550,1149444482),(286,0,NULL,NULL,19,NULL,'DCP_2597.JPG',1149454557,1149444491),(289,0,NULL,NULL,19,NULL,'DCP_2598.JPG',1149454564,1149444498),(292,0,NULL,NULL,19,NULL,'DCP_2601.JPG',1149454571,1149451215),(295,0,NULL,NULL,19,NULL,'DCP_2604.JPG',1149454578,1149451246),(298,0,NULL,NULL,19,NULL,'DCP_2607.JPG',1149454586,1149451295),(301,0,NULL,NULL,19,NULL,'DCP_2608.JPG',1149454594,1149451312),(304,0,NULL,NULL,19,NULL,'DCP_2609.JPG',1149454601,1149451329),(593,0,'',NULL,318,'','Yo-Rock',1155821345,1155821345),(310,0,NULL,NULL,19,NULL,'DCP_2613.JPG',1149454615,1149451410),(313,0,NULL,NULL,19,NULL,'DCP_2615.JPG',1149454622,1149451436),(319,1,'','',318,'','Monique Yolanda Clarke',1152821520,1152821520),(323,0,'',NULL,318,'','DSC00355',1152822496,1152489091),(327,0,'',NULL,318,'','DSC00357',1152822499,1152489113),(330,0,'',NULL,318,'','DSC00358',1152822501,1152489125),(333,0,'',NULL,318,'','DSC00359',1152822501,1152489137),(336,0,'',NULL,318,'','DSC00361',1152823432,1152489252),(339,0,'',NULL,318,'','DSC00362',1152823435,1152489310),(342,0,'',NULL,318,'','DSC00366',1152823436,1152489789),(345,0,'',NULL,318,'','DSC00367',1152823437,1152489894),(348,1,'These are photos from various Life Church events.','events photos',19,'Photos of various Life Church Events','Event Photos',1153012274,1153012274),(351,0,'',NULL,19,'','DCP_2665',1153013665,1152471638),(355,0,'',NULL,19,'','DCP_2666',1153013666,1152471667),(358,0,'',NULL,19,'','DCP_2667',1153013666,1152472075),(361,0,'',NULL,19,'','DCP_2668',1153013667,1152472117),(364,0,'',NULL,19,'','DCP_2669',1153013998,1152472128),(367,0,'',NULL,19,'','DCP_2670',1153013999,1152472144),(595,0,'',NULL,318,'','Charles',1155821347,1155821347),(373,0,'',NULL,19,'','DCP_2673',1153013999,1152472203),(376,0,'',NULL,19,'','DCP_2674',1153014155,1152472212),(379,0,'',NULL,19,'','DCP_2675',1153014155,1152472241),(382,0,'',NULL,19,'','DCP_2676',1153014156,1152472302),(385,0,'',NULL,19,'','DCP_2677',1153014156,1152472437),(388,0,'',NULL,19,'','DCP_2678',1153014375,1152472470),(391,0,'',NULL,19,'','DCP_2679',1153014378,1152472503),(394,0,'',NULL,19,'','DCP_2680',1153014379,1152472536),(397,0,'',NULL,19,'','DCP_2681',1153014379,1152476695),(400,0,'',NULL,19,'','DCP_2682',1153015163,1152476701),(403,0,'',NULL,19,'','DCP_2683',1153015165,1152476708),(406,0,'',NULL,19,'','DCP_2684',1153015165,1152476723),(409,0,'',NULL,19,'','DCP_2685',1153015165,1152476766),(412,0,'',NULL,19,'','DCP_2686',1153015431,1152476783),(415,0,'',NULL,19,'','DCP_2687',1153015432,1152476803),(418,0,'',NULL,19,'','DCP_2688',1153015432,1152476812),(421,0,'',NULL,19,'','DCP_2689',1153015432,1152476827),(424,0,'',NULL,19,'','DCP_2690',1153015966,1152476840),(427,0,'',NULL,19,'','DCP_2691',1153015966,1152476861),(430,0,'',NULL,19,'','DCP_2692',1153015967,1152476869),(433,0,'',NULL,19,'','DCP_2693',1153015967,1152477022),(436,0,'',NULL,19,'','DCP_2694',1153016134,1152477027),(439,0,'',NULL,19,'','DCP_2695',1153016135,1152477072),(442,0,'',NULL,19,'','DCP_2696',1153016135,1152477980),(445,0,'',NULL,318,'','DSC00368',1153247228,1152489958),(448,0,'',NULL,318,'','DSC00370',1153247236,1152490487),(451,0,'',NULL,318,'','DSC00371',1153247239,1152490498),(454,0,'',NULL,318,'','DSC00372',1153247240,1152490507),(457,0,'',NULL,318,'','DSC00374',1153247372,1152491067),(460,0,'',NULL,318,'','DSC00375',1153247375,1152491077),(463,0,'',NULL,318,'','DSC00376',1153247376,1152491177),(466,0,'',NULL,318,'','DSC00378',1153247378,1152491255),(469,0,'',NULL,318,'','DSC00380',1153247485,1152492043),(472,0,'',NULL,318,'','DSC00381',1153247488,1152492052),(475,0,'',NULL,318,'','DSC00382',1153247489,1152492136),(478,0,'',NULL,318,'','DSC00383',1153247490,1152492634),(481,0,'',NULL,318,'','DSC00384',1153247605,1152492688),(484,0,'',NULL,318,'','DSC00387',1153247607,1152492974),(487,0,'',NULL,318,'','DSC00390',1153247608,1152493090),(490,0,'',NULL,318,'','DSC00391',1153247609,1152493387),(493,0,'',NULL,318,'','DSC00392',1153247788,1152493396),(496,0,'',NULL,318,'','DSC00394',1153247789,1152493482),(499,0,'',NULL,318,'','DSC00395',1153247790,1152493546),(502,0,'',NULL,318,'','DSC00396',1153247791,1152493567),(505,0,'',NULL,318,'','DSC00397',1153247930,1152493595),(508,0,'',NULL,318,'','DSC00398',1153247932,1152493667),(511,0,'',NULL,318,'','DSC00399',1153247935,1152493800),(514,0,'',NULL,318,'','DSC00400',1153247937,1152494087),(517,0,'',NULL,318,'','DSC00401',1153248048,1152494103),(520,0,'',NULL,318,'','DSC00402',1153248050,1152494116),(523,0,'',NULL,318,'','DSC00405',1153248052,1152494544),(526,0,'',NULL,318,'','DSC00406',1153248054,1152494820),(529,0,'',NULL,318,'','DSC00407',1153248413,1152494843),(532,0,'',NULL,318,'','DSC00408',1153248414,1152495023),(535,0,'',NULL,318,'','DSC00409',1153248416,1152495181),(538,0,'',NULL,318,'','DSC00410',1153248507,1152495229),(541,0,'',NULL,318,'','DSC00411',1153248510,1152495258),(544,0,'',NULL,318,'','DSC00412',1153248511,1152495334),(549,0,'',NULL,318,'','Andre-and-Tara',1154963995,1154963995),(551,0,'',NULL,318,'','Baby-Brooks',1154963996,1154963996),(553,0,'',NULL,318,'','Byron,-Monic,-Mika',1154963996,1154963996),(555,0,'',NULL,318,'','Byron',1154963996,1154963996),(557,0,'',NULL,318,'','Chris-and-Andre',1154964049,1154964049),(559,0,'',NULL,318,'','Eva-and-Linda-Womack',1154964051,1154964051),(561,0,'',NULL,318,'','Eva-Norman',1154964051,1154964051),(563,0,'',NULL,318,'','Fried-Chicken',1154964052,1154964052),(565,0,'',NULL,318,'','Intense-moment',1154964085,1154964085),(567,0,'',NULL,318,'','Khalid-and-Barbara',1154964086,1154964086),(569,0,'',NULL,318,'','LaRaye-and-Denia',1154964087,1154964087),(571,0,'',NULL,318,'','Looking-at-Wedding-Album',1154964088,1154964088),(573,0,'',NULL,318,'','Mika',1154964119,1154964119),(575,0,'',NULL,318,'','Monique-and-Nia',1154964121,1154964121),(577,0,'',NULL,318,'','Nia-and-Monique',1154964121,1154964121),(579,0,'',NULL,318,'','Craig,Enez,Rocklyn,Gifted-a',1154964169,1154964169),(581,0,'',NULL,318,'','Enez,Rocklyn,Gifted',1154964172,1154964172),(583,0,'',NULL,318,'','Enez',1154964173,1154964173),(585,0,'',NULL,318,'','Gifted,Rocklyn,Enez',1154964173,1154964173),(587,0,'',NULL,318,'','Gifted',1154964216,1154964216),(589,0,'',NULL,318,'','Host-Mike-and-Jamilah',1154964217,1154964217),(591,0,'',NULL,318,'','Show2',1154964217,1154964217),(597,0,'',NULL,318,'','Say-Cheese',1155821347,1155821347),(599,0,'',NULL,318,'','Al,-Rock,-DI',1155821347,1155821347),(601,0,'',NULL,318,'','Junior-and-Rock',1155821347,1155821347);
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_Item` ENABLE KEYS */;

--
-- Table structure for table `g2_ItemAttributesMap`
--

DROP TABLE IF EXISTS `g2_ItemAttributesMap`;
CREATE TABLE `g2_ItemAttributesMap` (
  `g_itemId` int(11) NOT NULL,
  `g_viewCount` int(11) default NULL,
  `g_orderWeight` int(11) default NULL,
  `g_parentSequence` varchar(255) NOT NULL,
  PRIMARY KEY  (`g_itemId`),
  KEY `g2_ItemAttributesMap_95270` (`g_parentSequence`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_ItemAttributesMap`
--


/*!40000 ALTER TABLE `g2_ItemAttributesMap` DISABLE KEYS */;
LOCK TABLES `g2_ItemAttributesMap` WRITE;
INSERT INTO `g2_ItemAttributesMap` VALUES (7,63,0,''),(25,37,1000,'7/'),(27,24,2000,'7/'),(30,1,5000,'7/25/229/'),(34,0,6000,'7/25/229/'),(37,0,7000,'7/25/229/'),(40,0,8000,'7/25/229/'),(89,1,39000,'7/25/229/'),(92,1,73000,'7/25/230/'),(97,3,5000,'7/'),(109,1,6000,'7/'),(113,1,74000,'7/25/230/'),(116,0,77000,'7/25/230/'),(119,0,75000,'7/25/230/'),(122,1,76000,'7/25/230/'),(125,0,84000,'7/25/230/'),(128,1,15000,'7/25/229/'),(131,3,47000,'7/25/229/'),(134,0,48000,'7/25/229/'),(137,0,19000,'7/27/234/'),(140,3,20000,'7/27/234/'),(143,1,49000,'7/25/229/'),(146,0,50000,'7/25/229/'),(149,0,51000,'7/25/229/'),(152,0,52000,'7/25/229/'),(155,0,53000,'7/25/229/'),(158,1,54000,'7/25/229/'),(161,0,85000,'7/25/230/'),(164,3,86000,'7/27/235/'),(167,1,43000,'7/25/232/'),(170,0,29000,'7/25/229/'),(173,1,87000,'7/25/230/'),(176,2,88000,'7/27/235/'),(179,2,89000,'7/25/230/'),(182,0,33000,'7/25/232/'),(185,0,34000,'7/25/232/'),(188,0,40000,'7/25/229/'),(191,0,90000,'7/25/230/'),(194,0,37000,'7/25/232/'),(197,1,78000,'7/25/230/'),(200,6,4000,'7/'),(203,1,79000,'7/25/230/'),(206,1,80000,'7/25/230/'),(209,0,42000,'7/25/232/'),(212,1,81000,'7/25/230/'),(215,0,82000,'7/25/230/'),(218,1,83000,'7/25/230/'),(222,0,46000,'7/25/229/'),(225,1,7000,'7/'),(229,3,46000,'7/25/'),(230,12,1000,'7/25/'),(235,5,21000,'7/27/'),(231,10,1000,'7/25/'),(234,5,20000,'7/27/'),(232,5,1000,'7/25/'),(233,15,1000,'7/25/'),(236,8,22000,'7/27/'),(237,1,23000,'7/27/'),(238,0,24000,'7/27/'),(244,1,48000,'7/25/230/'),(247,1,49000,'7/25/230/'),(250,1,55000,'7/25/229/'),(253,1,56000,'7/25/229/'),(256,0,52000,'7/25/232/'),(259,0,53000,'7/25/232/'),(262,0,54000,'7/25/232/'),(265,0,55000,'7/25/233/'),(268,0,56000,'7/25/232/'),(271,5,59000,'7/27/236/'),(274,2,63000,'7/27/236/'),(277,1,60000,'7/25/231/'),(280,4,62000,'7/27/236/'),(283,0,62000,'7/25/231/'),(286,0,63000,'7/25/231/'),(289,2,64000,'7/25/231/'),(292,1,65000,'7/25/230/'),(295,0,66000,'7/25/230/'),(298,0,67000,'7/25/230/'),(301,0,68000,'7/25/230/'),(304,1,69000,'7/25/230/'),(593,1,154000,'7/25/233/'),(310,0,71000,'7/25/230/'),(313,2,72000,'7/25/230/'),(319,7,8000,'7/'),(323,0,90000,'7/25/233/'),(327,1,91000,'7/25/233/'),(330,0,92000,'7/25/233/'),(333,0,93000,'7/25/233/'),(336,0,94000,'7/25/233/'),(339,1,95000,'7/25/233/'),(342,0,96000,'7/25/233/'),(345,0,97000,'7/25/233/'),(348,24,9000,'7/'),(351,4,1000,'7/348/'),(355,3,2000,'7/348/'),(358,2,3000,'7/348/'),(361,3,4000,'7/348/'),(364,2,5000,'7/348/'),(367,2,6000,'7/348/'),(373,2,8000,'7/348/'),(376,3,9000,'7/348/'),(379,2,10000,'7/348/'),(382,4,11000,'7/348/'),(385,2,12000,'7/348/'),(388,3,13000,'7/348/'),(391,3,14000,'7/348/'),(394,2,15000,'7/348/'),(397,2,16000,'7/348/'),(400,2,17000,'7/348/'),(403,3,18000,'7/348/'),(406,2,19000,'7/348/'),(409,2,20000,'7/348/'),(412,2,21000,'7/348/'),(415,2,22000,'7/348/'),(418,2,23000,'7/348/'),(421,3,24000,'7/348/'),(424,2,25000,'7/348/'),(427,3,26000,'7/348/'),(430,2,27000,'7/348/'),(433,3,28000,'7/348/'),(436,3,29000,'7/348/'),(439,2,30000,'7/348/'),(442,2,31000,'7/348/'),(445,0,98000,'7/25/233/'),(448,0,99000,'7/25/233/'),(451,0,100000,'7/25/233/'),(454,0,101000,'7/25/233/'),(457,0,102000,'7/25/233/'),(460,0,103000,'7/25/233/'),(463,1,104000,'7/25/233/'),(466,0,105000,'7/25/233/'),(469,0,106000,'7/25/233/'),(472,1,107000,'7/25/233/'),(475,0,108000,'7/25/233/'),(478,0,109000,'7/25/233/'),(481,0,110000,'7/25/233/'),(484,0,111000,'7/25/233/'),(487,0,112000,'7/25/233/'),(490,0,113000,'7/25/233/'),(493,0,114000,'7/25/233/'),(496,0,115000,'7/25/233/'),(499,0,116000,'7/25/233/'),(502,0,117000,'7/25/233/'),(505,0,118000,'7/25/233/'),(508,1,119000,'7/25/233/'),(511,0,120000,'7/25/233/'),(514,0,121000,'7/25/233/'),(517,1,122000,'7/25/233/'),(520,0,123000,'7/25/233/'),(523,1,124000,'7/25/233/'),(526,1,125000,'7/25/233/'),(529,1,126000,'7/25/233/'),(532,0,127000,'7/25/233/'),(535,0,128000,'7/25/233/'),(538,1,129000,'7/25/233/'),(541,0,130000,'7/25/233/'),(544,0,131000,'7/25/233/'),(549,0,132000,'7/25/233/'),(551,0,133000,'7/25/233/'),(553,1,134000,'7/25/233/'),(555,0,135000,'7/25/233/'),(557,1,136000,'7/25/233/'),(559,1,137000,'7/25/233/'),(561,0,138000,'7/25/233/'),(563,0,139000,'7/25/233/'),(565,0,140000,'7/25/233/'),(567,0,141000,'7/25/233/'),(569,0,142000,'7/25/233/'),(571,0,143000,'7/25/233/'),(573,0,144000,'7/25/233/'),(575,1,145000,'7/25/233/'),(577,0,146000,'7/25/233/'),(579,1,147000,'7/25/233/'),(581,0,148000,'7/25/233/'),(583,0,149000,'7/25/233/'),(585,0,150000,'7/25/233/'),(587,0,151000,'7/25/233/'),(589,0,152000,'7/25/233/'),(591,1,153000,'7/25/233/'),(595,1,155000,'7/25/233/'),(597,1,156000,'7/25/233/'),(599,1,157000,'7/25/233/'),(601,1,158000,'7/25/233/');
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_ItemAttributesMap` ENABLE KEYS */;

--
-- Table structure for table `g2_LinkItem`
--

DROP TABLE IF EXISTS `g2_LinkItem`;
CREATE TABLE `g2_LinkItem` (
  `g_id` int(11) NOT NULL,
  `g_link` varchar(128) NOT NULL,
  PRIMARY KEY  (`g_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_LinkItem`
--


/*!40000 ALTER TABLE `g2_LinkItem` DISABLE KEYS */;
LOCK TABLES `g2_LinkItem` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_LinkItem` ENABLE KEYS */;

--
-- Table structure for table `g2_Lock`
--

DROP TABLE IF EXISTS `g2_Lock`;
CREATE TABLE `g2_Lock` (
  `g_lockId` int(11) default NULL,
  `g_readEntityId` int(11) default NULL,
  `g_writeEntityId` int(11) default NULL,
  `g_freshUntil` int(11) default NULL,
  `g_request` int(11) default NULL,
  KEY `g2_Lock_11039` (`g_lockId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_Lock`
--


/*!40000 ALTER TABLE `g2_Lock` DISABLE KEYS */;
LOCK TABLES `g2_Lock` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_Lock` ENABLE KEYS */;

--
-- Table structure for table `g2_MaintenanceMap`
--

DROP TABLE IF EXISTS `g2_MaintenanceMap`;
CREATE TABLE `g2_MaintenanceMap` (
  `g_runId` int(11) NOT NULL,
  `g_taskId` varchar(128) NOT NULL,
  `g_timestamp` int(11) default NULL,
  `g_success` int(1) default NULL,
  `g_details` text,
  PRIMARY KEY  (`g_runId`),
  KEY `g2_MaintenanceMap_21687` (`g_taskId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_MaintenanceMap`
--


/*!40000 ALTER TABLE `g2_MaintenanceMap` DISABLE KEYS */;
LOCK TABLES `g2_MaintenanceMap` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_MaintenanceMap` ENABLE KEYS */;

--
-- Table structure for table `g2_MimeTypeMap`
--

DROP TABLE IF EXISTS `g2_MimeTypeMap`;
CREATE TABLE `g2_MimeTypeMap` (
  `g_extension` varchar(32) NOT NULL,
  `g_mimeType` varchar(32) NOT NULL,
  `g_viewable` int(1) default NULL,
  PRIMARY KEY  (`g_extension`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_MimeTypeMap`
--


/*!40000 ALTER TABLE `g2_MimeTypeMap` DISABLE KEYS */;
LOCK TABLES `g2_MimeTypeMap` WRITE;
INSERT INTO `g2_MimeTypeMap` VALUES ('z','application/x-compress',0),('ai','application/postscript',0),('aif','audio/x-aiff',0),('aifc','audio/x-aiff',0),('aiff','audio/x-aiff',0),('asc','text/plain',0),('au','audio/basic',0),('avi','video/x-msvideo',0),('bcpio','application/x-bcpio',0),('bin','application/octet-stream',0),('bmp','image/bmp',0),('cdf','application/x-netcdf',0),('class','application/octet-stream',0),('cpio','application/x-cpio',0),('cpt','application/mac-compactpro',0),('csh','application/x-csh',0),('css','text/css',0),('dcr','application/x-director',0),('dir','application/x-director',0),('djv','image/vnd.djvu',0),('djvu','image/vnd.djvu',0),('dll','application/octet-stream',0),('dms','application/octet-stream',0),('doc','application/msword',0),('dvi','application/x-dvi',0),('dxr','application/x-director',0),('eps','application/postscript',0),('etx','text/x-setext',0),('exe','application/octet-stream',0),('ez','application/andrew-inset',0),('gif','image/gif',1),('gtar','application/x-gtar',0),('gz','application/x-gzip',0),('hdf','application/x-hdf',0),('hqx','application/mac-binhex40',0),('ice','x-conference/x-cooltalk',0),('ief','image/ief',0),('iges','model/iges',0),('igs','model/iges',0),('jpg','image/jpeg',1),('jpeg','image/jpeg',1),('jpe','image/jpeg',1),('js','application/x-javascript',0),('kar','audio/midi',0),('latex','application/x-latex',0),('lha','application/octet-stream',0),('lzh','application/octet-stream',0),('m3u','audio/x-mpegurl',0),('man','application/x-troff-man',0),('me','application/x-troff-me',0),('mesh','model/mesh',0),('mid','audio/midi',0),('midi','audio/midi',0),('mif','application/vnd.mif',0),('mov','video/quicktime',0),('movie','video/x-sgi-movie',0),('mp2','audio/mpeg',0),('mp3','audio/mpeg',0),('mpe','video/mpeg',0),('mpeg','video/mpeg',0),('mpg','video/mpeg',0),('mpga','audio/mpeg',0),('ms','application/x-troff-ms',0),('msh','model/mesh',0),('mxu','video/vnd.mpegurl',0),('nc','application/x-netcdf',0),('oda','application/oda',0),('pbm','image/x-portable-bitmap',0),('pdb','chemical/x-pdb',0),('pdf','application/pdf',0),('pgm','image/x-portable-graymap',0),('pgn','application/x-chess-pgn',0),('png','image/png',1),('pnm','image/x-portable-anymap',0),('ppm','image/x-portable-pixmap',0),('ppt','application/vnd.ms-powerpoint',0),('ps','application/postscript',0),('qt','video/quicktime',0),('ra','audio/x-realaudio',0),('ram','audio/x-pn-realaudio',0),('ras','image/x-cmu-raster',0),('rgb','image/x-rgb',0),('rm','audio/x-pn-realaudio',0),('roff','application/x-troff',0),('rpm','audio/x-pn-realaudio-plugin',0),('rtf','text/rtf',0),('rtx','text/richtext',0),('sgm','text/sgml',0),('sgml','text/sgml',0),('sh','application/x-sh',0),('shar','application/x-shar',0),('silo','model/mesh',0),('sit','application/x-stuffit',0),('skd','application/x-koan',0),('skm','application/x-koan',0),('skp','application/x-koan',0),('skt','application/x-koan',0),('smi','application/smil',0),('smil','application/smil',0),('snd','audio/basic',0),('so','application/octet-stream',0),('spl','application/x-futuresplash',0),('src','application/x-wais-source',0),('sv4cpio','application/x-sv4cpio',0),('sv4crc','application/x-sv4crc',0),('svg','image/svg+xml',0),('swf','application/x-shockwave-flash',0),('t','application/x-troff',0),('tar','application/x-tar',0),('tcl','application/x-tcl',0),('tex','application/x-tex',0),('texi','application/x-texinfo',0),('texinfo','application/x-texinfo',0),('tif','image/tiff',0),('tiff','image/tiff',0),('tr','application/x-troff',0),('tsv','text/tab-separated-values',0),('txt','text/plain',0),('ustar','application/x-ustar',0),('vcd','application/x-cdlink',0),('vrml','model/vrml',0),('vsd','application/vnd.visio',0),('wav','audio/x-wav',0),('wbmp','image/vnd.wap.wbmp',0),('wbxml','application/vnd.wap.wbxml',0),('wml','text/vnd.wap.wml',0),('wmlc','application/vnd.wap.wmlc',0),('wmls','text/vnd.wap.wmlscript',0),('wmlsc','application/vnd.wap.wmlscriptc',0),('wrl','model/vrml',0),('xbm','image/x-xbitmap',0),('xls','application/vnd.ms-excel',0),('xpm','image/x-xpixmap',0),('xsl','text/xml',0),('xwd','image/x-xwindowdump',0),('xyz','chemical/x-xyz',0),('zip','application/zip',0),('asf','video/x-ms-asf',0),('wmv','video/x-ms-wmv',0),('wma','audio/x-ms-wma',0),('jp2','image/jp2',0),('jpg2','image/jp2',0),('jpf','image/jpx',0),('jpx','image/jpx',0),('mj2','video/mj2',0),('mjp2','video/mj2',0),('jpm','image/jpm',0),('jpgm','image/jpgm',0),('psd','application/photoshop',0),('pcd','image/x-photo-cd',0),('jpgcmyk','image/jpeg-cmyk',0),('tifcmyk','image/tiff-cmyk',0),('wmf','image/wmf',0),('tga','image/tga',0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_MimeTypeMap` ENABLE KEYS */;

--
-- Table structure for table `g2_MovieItem`
--

DROP TABLE IF EXISTS `g2_MovieItem`;
CREATE TABLE `g2_MovieItem` (
  `g_id` int(11) NOT NULL,
  `g_width` int(11) default NULL,
  `g_height` int(11) default NULL,
  `g_duration` int(11) default NULL,
  PRIMARY KEY  (`g_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_MovieItem`
--


/*!40000 ALTER TABLE `g2_MovieItem` DISABLE KEYS */;
LOCK TABLES `g2_MovieItem` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_MovieItem` ENABLE KEYS */;

--
-- Table structure for table `g2_MultiLangItemMap`
--

DROP TABLE IF EXISTS `g2_MultiLangItemMap`;
CREATE TABLE `g2_MultiLangItemMap` (
  `g_itemId` int(11) NOT NULL,
  `g_language` varchar(32) NOT NULL,
  `g_title` varchar(128) default NULL,
  `g_summary` varchar(255) default NULL,
  `g_description` text,
  PRIMARY KEY  (`g_itemId`,`g_language`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_MultiLangItemMap`
--


/*!40000 ALTER TABLE `g2_MultiLangItemMap` DISABLE KEYS */;
LOCK TABLES `g2_MultiLangItemMap` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_MultiLangItemMap` ENABLE KEYS */;

--
-- Table structure for table `g2_PendingUser`
--

DROP TABLE IF EXISTS `g2_PendingUser`;
CREATE TABLE `g2_PendingUser` (
  `g_id` int(11) NOT NULL,
  `g_userName` varchar(32) NOT NULL,
  `g_fullName` varchar(128) default NULL,
  `g_hashedPassword` varchar(128) default NULL,
  `g_email` varchar(128) default NULL,
  `g_language` varchar(128) default NULL,
  `g_registrationKey` varchar(32) default NULL,
  PRIMARY KEY  (`g_id`),
  UNIQUE KEY `g_userName` (`g_userName`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_PendingUser`
--


/*!40000 ALTER TABLE `g2_PendingUser` DISABLE KEYS */;
LOCK TABLES `g2_PendingUser` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_PendingUser` ENABLE KEYS */;

--
-- Table structure for table `g2_PermalinksMap`
--

DROP TABLE IF EXISTS `g2_PermalinksMap`;
CREATE TABLE `g2_PermalinksMap` (
  `g_aliasName` varchar(128) NOT NULL,
  `g_destId` int(11) NOT NULL,
  PRIMARY KEY  (`g_aliasName`),
  KEY `g2_PermalinksMap_84225` (`g_destId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_PermalinksMap`
--


/*!40000 ALTER TABLE `g2_PermalinksMap` DISABLE KEYS */;
LOCK TABLES `g2_PermalinksMap` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_PermalinksMap` ENABLE KEYS */;

--
-- Table structure for table `g2_PermissionSetMap`
--

DROP TABLE IF EXISTS `g2_PermissionSetMap`;
CREATE TABLE `g2_PermissionSetMap` (
  `g_module` varchar(128) NOT NULL,
  `g_permission` varchar(128) NOT NULL,
  `g_description` varchar(255) default NULL,
  `g_bits` int(11) NOT NULL,
  `g_flags` int(11) NOT NULL,
  UNIQUE KEY `g_permission` (`g_permission`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_PermissionSetMap`
--


/*!40000 ALTER TABLE `g2_PermissionSetMap` DISABLE KEYS */;
LOCK TABLES `g2_PermissionSetMap` WRITE;
INSERT INTO `g2_PermissionSetMap` VALUES ('core','core.all','All access',2147483647,3),('core','core.view','[core] View item',1,0),('core','core.viewResizes','[core] View resized version(s)',2,0),('core','core.viewSource','[core] View original version',4,0),('core','core.viewAll','[core] View all versions',7,2),('core','core.addAlbumItem','[core] Add sub-album',8,0),('core','core.addDataItem','[core] Add sub-item',16,0),('core','core.edit','[core] Edit item',32,0),('core','core.changePermissions','[core] Change item permissions',64,0),('core','core.delete','[core] Delete item',128,0),('cart','cart.add','[cart] Add to cart',256,0),('comment','comment.add','[comment] Add comments',512,0),('comment','comment.edit','[comment] Edit comments',1024,0),('comment','comment.delete','[comment] Delete comments',2048,0),('comment','comment.view','[comment] View comments',4096,0),('comment','comment.all','[comment] All access',7680,2),('fotokasten','fotokasten.print','[fotokasten] Print',8192,0),('photoaccess','photoaccess.print','[photoaccess] Print',16384,0),('rating','rating.add','[rating] Add ratings',32768,0),('rating','rating.view','[rating] View ratings',65536,0),('rating','rating.all','[rating] All access',98304,2),('shutterfly','shutterfly.print','[shutterfly] Print',131072,0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_PermissionSetMap` ENABLE KEYS */;

--
-- Table structure for table `g2_PhotoItem`
--

DROP TABLE IF EXISTS `g2_PhotoItem`;
CREATE TABLE `g2_PhotoItem` (
  `g_id` int(11) NOT NULL,
  `g_width` int(11) default NULL,
  `g_height` int(11) default NULL,
  PRIMARY KEY  (`g_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_PhotoItem`
--


/*!40000 ALTER TABLE `g2_PhotoItem` DISABLE KEYS */;
LOCK TABLES `g2_PhotoItem` WRITE;
INSERT INTO `g2_PhotoItem` VALUES (30,1760,1168),(34,1760,1168),(37,1760,1168),(40,1760,1168),(89,1760,1168),(92,1760,1168),(113,1760,1168),(116,1760,1168),(119,1760,1168),(122,1760,1168),(125,1760,1168),(128,1760,1168),(131,1760,1168),(134,1760,1168),(137,1760,1168),(140,1760,1168),(143,1760,1168),(146,1760,1168),(149,1760,1168),(152,1760,1168),(155,1760,1168),(158,1760,1168),(161,1760,1168),(164,1760,1168),(167,1760,1168),(170,1760,1168),(173,1760,1168),(176,1760,1168),(179,1760,1168),(182,1760,1168),(185,1760,1168),(188,1760,1168),(191,1760,1168),(194,1760,1168),(197,1760,1168),(203,1760,1168),(206,1760,1168),(209,1760,1168),(212,1760,1168),(215,1760,1168),(218,1760,1168),(222,1760,1168),(244,1760,1168),(247,1760,1168),(250,1760,1168),(253,1760,1168),(256,1760,1168),(259,1760,1168),(262,1760,1168),(265,1760,1168),(268,1760,1168),(271,1760,1168),(274,1760,1168),(277,1760,1168),(280,1760,1168),(283,1760,1168),(286,1760,1168),(289,1760,1168),(292,1760,1168),(295,1760,1168),(298,1760,1168),(301,1760,1168),(304,1760,1168),(593,216,195),(310,1760,1168),(313,1760,1168),(323,2816,1872),(327,2816,1872),(330,2816,1872),(333,2816,1872),(336,2816,1872),(339,2816,1872),(342,2816,1872),(345,2816,1872),(351,1760,1168),(355,1760,1168),(358,1760,1168),(361,1760,1168),(364,1760,1168),(367,1760,1168),(595,216,244),(373,1760,1168),(376,1760,1168),(379,1760,1168),(382,1760,1168),(385,1760,1168),(388,1760,1168),(391,1760,1168),(394,1760,1168),(397,1760,1168),(400,1760,1168),(403,1760,1168),(406,1760,1168),(409,1760,1168),(412,1760,1168),(415,1760,1168),(418,1760,1168),(421,1760,1168),(424,1760,1168),(427,1760,1168),(430,1760,1168),(433,1760,1168),(436,1760,1168),(439,1760,1168),(442,1760,1168),(445,2816,1872),(448,2816,1872),(451,2816,1872),(454,2816,1872),(457,2816,1872),(460,2816,1872),(463,2816,1872),(466,2816,1872),(469,2816,1872),(472,2816,1872),(475,2816,1872),(478,2816,1872),(481,2816,1872),(484,2816,1872),(487,2816,1872),(490,2816,1872),(493,2816,1872),(496,2816,1872),(499,2816,1872),(502,2816,1872),(505,2816,1872),(508,2816,1872),(511,2816,1872),(514,2816,1872),(517,2816,1872),(520,2816,1872),(523,2816,1872),(526,2816,1872),(529,2816,1872),(532,2816,1872),(535,2816,1872),(538,2816,1872),(541,2816,1872),(544,2816,1872),(549,216,139),(551,216,197),(553,216,172),(555,216,216),(557,216,208),(559,216,128),(561,216,223),(563,216,202),(565,216,128),(567,216,158),(569,216,183),(571,216,198),(573,216,144),(575,216,232),(577,216,209),(579,216,144),(581,216,144),(583,216,226),(585,216,145),(587,216,185),(589,216,169),(591,216,114),(597,216,168),(599,216,115),(601,216,164);
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_PhotoItem` ENABLE KEYS */;

--
-- Table structure for table `g2_PluginMap`
--

DROP TABLE IF EXISTS `g2_PluginMap`;
CREATE TABLE `g2_PluginMap` (
  `g_pluginType` varchar(32) NOT NULL,
  `g_pluginId` varchar(32) NOT NULL,
  `g_active` int(1) NOT NULL,
  PRIMARY KEY  (`g_pluginType`,`g_pluginId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_PluginMap`
--


/*!40000 ALTER TABLE `g2_PluginMap` DISABLE KEYS */;
LOCK TABLES `g2_PluginMap` WRITE;
INSERT INTO `g2_PluginMap` VALUES ('theme','matrix',1),('module','albumselect',1),('module','archiveupload',1),('module','captcha',1),('module','cart',1),('module','colorpack',1),('module','comment',1),('module','customfield',1),('module','debug',1),('module','exif',1),('module','fotokasten',1),('module','getid3',1),('module','hidden',1),('module','icons',1),('module','imageblock',1),('module','imageframe',1),('module','linkitem',1),('module','members',1),('module','migrate',1),('module','mime',1),('module','multilang',1),('module','netpbm',1),('module','newitems',1),('module','panorama',1),('module','password',1),('module','permalinks',1),('module','photoaccess',1),('module','picasa',1),('module','publishxp',1),('module','quotas',1),('module','randomhighlight',1),('module','rating',1),('module','rearrange',1),('module','register',1),('module','remote',1),('module','reupload',1),('module','rss',1),('module','search',1),('module','shutterfly',1),('module','sitemap',1),('module','sizelimit',1),('module','slideshow',1),('module','slideshowapplet',1),('module','squarethumb',1),('module','thumbnail',1),('module','uploadapplet',1),('module','useralbum',1),('module','watermark',1),('module','webcam',1),('module','zipcart',1),('module','gd',1);
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_PluginMap` ENABLE KEYS */;

--
-- Table structure for table `g2_PluginPackageMap`
--

DROP TABLE IF EXISTS `g2_PluginPackageMap`;
CREATE TABLE `g2_PluginPackageMap` (
  `g_pluginType` varchar(32) NOT NULL,
  `g_pluginId` varchar(32) NOT NULL,
  `g_packageName` varchar(32) NOT NULL,
  `g_packageVersion` varchar(32) NOT NULL,
  `g_packageBuild` varchar(32) NOT NULL,
  KEY `g2_PluginPackageMap_80596` (`g_pluginType`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_PluginPackageMap`
--


/*!40000 ALTER TABLE `g2_PluginPackageMap` DISABLE KEYS */;
LOCK TABLES `g2_PluginPackageMap` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_PluginPackageMap` ENABLE KEYS */;

--
-- Table structure for table `g2_PluginParameterMap`
--

DROP TABLE IF EXISTS `g2_PluginParameterMap`;
CREATE TABLE `g2_PluginParameterMap` (
  `g_pluginType` varchar(32) NOT NULL,
  `g_pluginId` varchar(32) NOT NULL,
  `g_itemId` int(11) NOT NULL,
  `g_parameterName` varchar(128) NOT NULL,
  `g_parameterValue` text NOT NULL,
  UNIQUE KEY `g_pluginType` (`g_pluginType`,`g_pluginId`,`g_itemId`,`g_parameterName`),
  KEY `g2_PluginParameterMap_80596` (`g_pluginType`),
  KEY `g2_PluginParameterMap_12808` (`g_pluginType`,`g_pluginId`,`g_itemId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_PluginParameterMap`
--


/*!40000 ALTER TABLE `g2_PluginParameterMap` DISABLE KEYS */;
LOCK TABLES `g2_PluginParameterMap` WRITE;
INSERT INTO `g2_PluginParameterMap` VALUES ('module','core',0,'permissions.directory','0755'),('module','core',0,'permissions.file','0644'),('module','core',0,'exec.expectedStatus','0'),('module','core',0,'exec.beNice','0'),('module','core',0,'default.orderBy','orderWeight'),('module','core',0,'default.orderDirection','1'),('module','core',0,'default.theme','matrix'),('module','core',0,'default.language','en_US'),('module','core',0,'language.useBrowserPref','0'),('module','core',0,'default.newAlbumsUseDefaults','false'),('module','core',0,'session.lifetime','1814400'),('module','core',0,'session.inactivityTimeout','604800'),('module','core',0,'misc.markup','bbcode'),('module','core',0,'lock.system','flock'),('module','core',0,'format.date','%x'),('module','core',0,'format.time','%X'),('module','core',0,'format.datetime','%c'),('module','core',0,'repository.updateTime','0'),('module','core',0,'acceleration','a:2:{s:5:\"guest\";a:1:{s:4:\"type\";s:4:\"none\";}s:4:\"user\";a:1:{s:4:\"type\";s:4:\"none\";}}'),('module','core',0,'validation.level','MEDIUM'),('theme','matrix',0,'_version','1.1.0'),('theme','matrix',0,'_requiredCoreApi','7,0'),('theme','matrix',0,'_requiredThemeApi','2,1'),('theme','matrix',0,'rows','3'),('theme','matrix',0,'columns','3'),('theme','matrix',0,'showImageOwner','0'),('theme','matrix',0,'showAlbumOwner','1'),('theme','matrix',0,'showMicroThumbs','0'),('theme','matrix',0,'sidebarBlocks','a:4:{i:0;a:2:{i:0;s:18:\"search.SearchBlock\";i:1;a:1:{s:16:\"showAdvancedLink\";b:1;}}i:1;a:2:{i:0;s:14:\"core.ItemLinks\";i:1;a:1:{s:11:\"useDropdown\";b:0;}}i:2;a:2:{i:0;s:13:\"core.PeerList\";i:1;a:0:{}}i:3;a:2:{i:0;s:21:\"imageblock.ImageBlock\";i:1;a:0:{}}}'),('theme','matrix',0,'albumBlocks','a:1:{i:0;a:2:{i:0;s:20:\"comment.ViewComments\";i:1;a:0:{}}}'),('theme','matrix',0,'photoBlocks','a:2:{i:0;a:2:{i:0;s:13:\"exif.ExifInfo\";i:1;a:0:{}}i:1;a:2:{i:0;s:20:\"comment.ViewComments\";i:1;a:0:{}}}'),('module','core',0,'id.accessListCompacterLock','1'),('module','core',0,'id.allUserGroup','2'),('module','core',0,'id.adminGroup','3'),('module','core',0,'id.everybodyGroup','4'),('module','core',0,'id.anonymousUser','5'),('module','core',0,'id.rootAlbum','7'),('module','core',0,'_version','1.1.0.2'),('module','core',0,'_callbacks','registerEventListeners|getItemLinks|getSystemLinks|getSiteAdminViews|getUserAdminViews|getItemAdminViews'),('module','core',0,'_requiredCoreApi','7,2'),('module','core',0,'_requiredModuleApi','3,0'),('module','albumselect',0,'sort','manual'),('module','albumselect',0,'treeLines','1'),('module','albumselect',0,'treeIcons','0'),('module','albumselect',0,'treeCookies','0'),('module','albumselect',0,'treeExpandCollapse','0'),('module','albumselect',0,'treeCloseSameLevel','0'),('module','albumselect',0,'_version','1.0.3'),('module','albumselect',0,'_callbacks','getSiteAdminViews|registerEventListeners'),('module','albumselect',0,'_requiredCoreApi','7,0'),('module','albumselect',0,'_requiredModuleApi','3,0'),('module','archiveupload',0,'unzipPath','/usr/bin/unzip'),('module','archiveupload',0,'_version','1.0.4'),('module','archiveupload',0,'_callbacks','getSiteAdminViews'),('module','archiveupload',0,'_requiredCoreApi','7,3'),('module','archiveupload',0,'_requiredModuleApi','3,0'),('module','captcha',0,'failedAttemptThreshold','3'),('module','captcha',0,'_version','1.1.2'),('module','captcha',0,'_callbacks','getSiteAdminViews'),('module','captcha',0,'_requiredCoreApi','7,1'),('module','captcha',0,'_requiredModuleApi','3,0'),('module','cart',0,'_version','1.0.4'),('module','cart',0,'_callbacks','getItemLinks'),('module','cart',0,'_requiredCoreApi','7,0'),('module','cart',0,'_requiredModuleApi','3,0'),('module','colorpack',0,'_version','1.0.3'),('module','colorpack',0,'_callbacks',''),('module','colorpack',0,'_requiredCoreApi','7,0'),('module','colorpack',0,'_requiredModuleApi','3,0'),('module','comment',0,'comments.show','10'),('module','comment',0,'comments.latest','1'),('module','comment',0,'validation.level','OFF'),('module','comment',0,'_version','1.1.1'),('module','comment',0,'_callbacks','registerEventListeners|getItemLinks|getItemSummaries|getSiteAdminViews|getItemAdminViews'),('module','comment',0,'_requiredCoreApi','7,1'),('module','comment',0,'_requiredModuleApi','3,0'),('module','customfield',0,'_version','1.0.6'),('module','customfield',0,'_callbacks','registerEventListeners|getSiteAdminViews|getItemSummaries'),('module','customfield',0,'_requiredCoreApi','7,0'),('module','customfield',0,'_requiredModuleApi','3,0'),('module','dcraw',0,'_version','1.0.5'),('module','dcraw',0,'_callbacks','getSiteAdminViews'),('module','dcraw',0,'_requiredCoreApi','7,0'),('module','dcraw',0,'_requiredModuleApi','3,0'),('module','debug',0,'_version','1.0.3'),('module','debug',0,'_callbacks','getItemLinks'),('module','debug',0,'_requiredCoreApi','7,0'),('module','debug',0,'_requiredModuleApi','3,0'),('module','exif',0,'addOption','4'),('module','exif',0,'_version','1.0.6'),('module','exif',0,'_callbacks','getSiteAdminViews'),('module','exif',0,'_requiredCoreApi','7,0'),('module','exif',0,'_requiredModuleApi','3,0'),('module','ffmpeg',0,'path',''),('module','ffmpeg',0,'useWatermark','0'),('module','ffmpeg',0,'_version','1.0.5'),('module','ffmpeg',0,'_callbacks','getSiteAdminViews'),('module','ffmpeg',0,'_requiredCoreApi','7,0'),('module','ffmpeg',0,'_requiredModuleApi','3,0'),('module','fotokasten',0,'affiliateId','1927'),('module','fotokasten',0,'affiliateIdPass','f12a65d90445f95b90e5fd30c75ee74e'),('module','fotokasten',0,'_version','1.0.4'),('module','fotokasten',0,'_callbacks','getSiteAdminViews|getItemLinks'),('module','fotokasten',0,'_requiredCoreApi','7,0'),('module','fotokasten',0,'_requiredModuleApi','3,0'),('module','getid3',0,'_version','1.0.0'),('module','getid3',0,'_callbacks','getSiteAdminViews'),('module','getid3',0,'_requiredCoreApi','7,1'),('module','getid3',0,'_requiredModuleApi','3,0'),('module','hidden',0,'_version','1.0.2'),('module','hidden',0,'_callbacks','registerEventListeners'),('module','hidden',0,'_requiredCoreApi','7,0'),('module','hidden',0,'_requiredModuleApi','3,0'),('module','icons',0,'iconpack','paularmstrongdesigns'),('module','icons',0,'_version','1.1.0'),('module','icons',0,'_callbacks','getSiteAdminViews'),('module','icons',0,'_requiredCoreApi','7,0'),('module','icons',0,'_requiredModuleApi','3,0'),('module','imageblock',0,'show','heading|title|date|views'),('module','imageblock',0,'albumFrame',''),('module','imageblock',0,'itemFrame',''),('module','imageblock',0,'_version','1.0.8'),('module','imageblock',0,'_callbacks','registerEventListeners|getSiteAdminViews'),('module','imageblock',0,'_requiredCoreApi','7,0'),('module','imageblock',0,'_requiredModuleApi','3,0'),('module','imageframe',0,'_version','1.0.3'),('module','imageframe',0,'_callbacks',''),('module','imageframe',0,'_requiredCoreApi','7,0'),('module','imageframe',0,'_requiredModuleApi','3,0'),('module','imagemagick',0,'path','/usr/bin/'),('module','imagemagick',0,'jpegQuality','75'),('module','imagemagick',0,'cmykSupport','none'),('module','imagemagick',0,'versionOk',''),('module','imagemagick',0,'_version','1.0.7'),('module','imagemagick',0,'_callbacks','getSiteAdminViews'),('module','imagemagick',0,'_requiredCoreApi','7,0'),('module','imagemagick',0,'_requiredModuleApi','3,0'),('module','linkitem',0,'_version','1.0.4'),('module','linkitem',0,'_callbacks','registerEventListeners'),('module','linkitem',0,'_requiredCoreApi','7,0'),('module','linkitem',0,'_requiredModuleApi','3,0'),('module','members',0,'canViewMembersModule','2'),('module','members',0,'canViewEmailAddress','0'),('module','members',0,'_version','1.0.3'),('module','members',0,'_callbacks','getSiteAdminViews'),('module','members',0,'_requiredCoreApi','7,0'),('module','members',0,'_requiredModuleApi','3,0'),('module','migrate',0,'_version','1.0.4'),('module','migrate',0,'_callbacks','registerEventListeners|getSiteAdminViews'),('module','migrate',0,'_requiredCoreApi','7,0'),('module','migrate',0,'_requiredModuleApi','3,0'),('module','mime',0,'_version','1.0.3'),('module','mime',0,'_callbacks','getSiteAdminViews'),('module','mime',0,'_requiredCoreApi','7,0'),('module','mime',0,'_requiredModuleApi','3,0'),('module','multilang',0,'languages',''),('module','multilang',0,'_version','1.0.5'),('module','multilang',0,'_callbacks','getSiteAdminViews|registerEventListeners'),('module','multilang',0,'_requiredCoreApi','7,0'),('module','multilang',0,'_requiredModuleApi','3,0'),('module','netpbm',0,'path','/usr/bin/'),('module','netpbm',0,'jpegQuality','75'),('module','netpbm',0,'pnmtojpeg','pnmtojpeg'),('module','netpbm',0,'bmptopnm','bmptopnm'),('module','netpbm',0,'pnmcomp','pnmcomp'),('module','netpbm',0,'_version','1.0.4'),('module','netpbm',0,'_callbacks','getSiteAdminViews'),('module','netpbm',0,'_requiredCoreApi','7,0'),('module','netpbm',0,'_requiredModuleApi','3,0'),('module','netpbm',0,'jheadPath','/usr/bin/'),('module','newitems',0,'days.new','7'),('module','newitems',0,'days.updated','7'),('module','newitems',0,'_version','1.0.3'),('module','newitems',0,'_callbacks','getSiteAdminViews|getItemSummaries'),('module','newitems',0,'_requiredCoreApi','7,0'),('module','newitems',0,'_requiredModuleApi','3,0'),('module','nokiaupload',0,'_version','1.0.3'),('module','nokiaupload',0,'_callbacks',''),('module','nokiaupload',0,'_requiredCoreApi','7,0'),('module','nokiaupload',0,'_requiredModuleApi','3,0'),('module','panorama',0,'itemType','1'),('module','panorama',0,'itemLink','1'),('module','panorama',0,'width','800'),('module','panorama',0,'_version','1.0.5'),('module','panorama',0,'_callbacks','getSiteAdminViews|getItemLinks'),('module','panorama',0,'_requiredCoreApi','7,1'),('module','panorama',0,'_requiredModuleApi','3,0'),('module','password',0,'validation.level','MEDIUM'),('module','password',0,'_version','1.0.2'),('module','password',0,'_callbacks','registerEventListeners'),('module','password',0,'_requiredCoreApi','7,1'),('module','password',0,'_requiredModuleApi','3,0'),('module','permalinks',0,'autoPermalink','0'),('module','permalinks',0,'_version','1.0.6'),('module','permalinks',0,'_callbacks','registerEventListeners|getSiteAdminViews'),('module','permalinks',0,'_requiredCoreApi','7,0'),('module','permalinks',0,'_requiredModuleApi','3,0'),('module','photoaccess',0,'_version','1.0.4'),('module','photoaccess',0,'_callbacks','getItemLinks'),('module','photoaccess',0,'_requiredCoreApi','7,0'),('module','photoaccess',0,'_requiredModuleApi','3,0'),('module','picasa',0,'_version','1.0.3'),('module','picasa',0,'_callbacks','getSiteAdminViews'),('module','picasa',0,'_requiredCoreApi','7,0'),('module','picasa',0,'_requiredModuleApi','3,0'),('module','publishxp',0,'_version','1.0.4'),('module','publishxp',0,'_callbacks',''),('module','publishxp',0,'_requiredCoreApi','7,0'),('module','publishxp',0,'_requiredModuleApi','3,0'),('module','quotas',0,'_version','1.0.6'),('module','quotas',0,'_callbacks','registerEventListeners|getSiteAdminViews'),('module','quotas',0,'_requiredCoreApi','7,0'),('module','quotas',0,'_requiredModuleApi','3,0'),('module','randomhighlight',0,'duration','7200'),('module','randomhighlight',0,'_version','1.0.3'),('module','randomhighlight',0,'_callbacks','getSiteAdminViews'),('module','randomhighlight',0,'_requiredCoreApi','7,0'),('module','randomhighlight',0,'_requiredModuleApi','3,0'),('module','rating',0,'_version','1.0.3'),('module','rating',0,'_callbacks','getSiteAdminViews|getItemSummaries|registerEventListeners'),('module','rating',0,'_requiredCoreApi','7,0'),('module','rating',0,'_requiredModuleApi','3,0'),('module','rearrange',0,'_version','1.0.3'),('module','rearrange',0,'_callbacks','getItemLinks|getItemAdminViews'),('module','rearrange',0,'_requiredCoreApi','7,0'),('module','rearrange',0,'_requiredModuleApi','3,0'),('module','register',0,'confirmation','admin'),('module','register',0,'emailadmins','1'),('module','register',0,'subject','Account activation'),('module','register',0,'adminsubject','New user registration'),('module','register',0,'from','webmaster@www.photos.lifechurchministries.org'),('module','register',0,'validation.level','HIGH'),('module','register',0,'_version','1.0.6'),('module','register',0,'_callbacks','getSystemLinks|getUserAdminViews|getSiteAdminViews'),('module','register',0,'_requiredCoreApi','7,0'),('module','register',0,'_requiredModuleApi','3,0'),('module','remote',0,'showItemAdd','1'),('module','remote',0,'_version','1.0.6'),('module','remote',0,'_callbacks','getSiteAdminViews'),('module','remote',0,'_requiredCoreApi','7,0'),('module','remote',0,'_requiredModuleApi','3,0'),('module','reupload',0,'_version','1.0.2'),('module','reupload',0,'_callbacks',''),('module','reupload',0,'_requiredCoreApi','7,0'),('module','reupload',0,'_requiredModuleApi','3,0'),('module','rewrite',0,'accessList','a:0:{}'),('module','rewrite',0,'allowEmptyReferer','1'),('module','rewrite',0,'shortUrls','a:0:{}'),('module','rewrite',0,'activeRules','a:0:{}'),('module','rewrite',0,'parserId',''),('module','rewrite',0,'modrewrite.galleryLocation',''),('module','rewrite',0,'modrewrite.status','a:0:{}'),('module','rewrite',0,'modrewrite.embeddedLocation',''),('module','rewrite',0,'modrewrite.embeddedHtaccess',''),('module','rewrite',0,'isapirewrite.forced','0'),('module','rewrite',0,'isapirewrite.galleryLocation',''),('module','rewrite',0,'isapirewrite.embeddedLocation',''),('module','rewrite',0,'isapirewrite.httpdini',''),('module','rewrite',0,'pathinfo.forced','0'),('module','rewrite',0,'pathinfo.parser','a:0:{}'),('module','rewrite',0,'_version','1.1.4'),('module','rewrite',0,'_callbacks','getSiteAdminViews|registerEventListeners'),('module','rewrite',0,'_requiredCoreApi','7,0'),('module','rewrite',0,'_requiredModuleApi','3,0'),('module','rss',0,'defaultVersion','2.0'),('module','rss',0,'defaultCount','10'),('module','rss',0,'maxCount','50'),('module','rss',0,'allowSimpleFeed','1'),('module','rss',0,'allowConfigurableFeed','1'),('module','rss',0,'allowAlbums','0'),('module','rss',0,'allowPhotos','1'),('module','rss',0,'allowPhotosRecurse','0'),('module','rss',0,'allowCommentsAlbum','0'),('module','rss',0,'allowCommentsPhoto','0'),('module','rss',0,'defaultCopyright',''),('module','rss',0,'defaultTtl','120'),('module','rss',0,'sfAlbumType','photos'),('module','rss',0,'sfDate','updated'),('module','rss',0,'sfPhotosRecurseLimit','10'),('module','rss',0,'_version','1.0.6'),('module','rss',0,'_callbacks','getSiteAdminViews|getItemLinks|registerEventListeners'),('module','rss',0,'_requiredCoreApi','7,0'),('module','rss',0,'_requiredModuleApi','3,0'),('module','search',0,'_version','1.0.3'),('module','search',0,'_callbacks',''),('module','search',0,'_requiredCoreApi','7,0'),('module','search',0,'_requiredModuleApi','3,0'),('module','shutterfly',0,'_version','1.0.4'),('module','shutterfly',0,'_callbacks','getItemLinks'),('module','shutterfly',0,'_requiredCoreApi','7,0'),('module','shutterfly',0,'_requiredModuleApi','3,0'),('module','sitemap',0,'_version','1.0.0'),('module','sitemap',0,'_callbacks','getSiteAdminViews'),('module','sitemap',0,'_requiredCoreApi','7,0'),('module','sitemap',0,'_requiredModuleApi','3,0'),('module','sizelimit',0,'_version','1.0.3'),('module','sizelimit',0,'_callbacks','registerEventListeners'),('module','sizelimit',0,'_requiredCoreApi','7,0'),('module','sizelimit',0,'_requiredModuleApi','3,0'),('module','slideshow',0,'_version','1.0.3'),('module','slideshow',0,'_callbacks','getItemLinks'),('module','slideshow',0,'_requiredCoreApi','7,0'),('module','slideshow',0,'_requiredModuleApi','3,0'),('module','slideshowapplet',0,'slideshowdefaultVariables','slideshowRecursive=false|slideshowMaxPictures=0'),('module','slideshowapplet',0,'slideshowoverrideVariables','toSysOut=true'),('module','slideshowapplet',0,'_version','1.0.4'),('module','slideshowapplet',0,'_callbacks','getItemLinks|getSiteAdminViews'),('module','slideshowapplet',0,'_requiredCoreApi','7,0'),('module','slideshowapplet',0,'_requiredModuleApi','3,0'),('module','squarethumb',0,'mode','crop'),('module','squarethumb',0,'color','000000'),('module','squarethumb',0,'_version','1.0.3'),('module','squarethumb',0,'_callbacks','registerEventListeners|getSiteAdminViews'),('module','squarethumb',0,'_requiredCoreApi','7,0'),('module','squarethumb',0,'_requiredModuleApi','3,0'),('module','thumbnail',0,'_version','1.0.6'),('module','thumbnail',0,'_callbacks','getSiteAdminViews|registerEventListeners'),('module','thumbnail',0,'_requiredCoreApi','7,0'),('module','thumbnail',0,'_requiredModuleApi','3,0'),('module','thumbpage',0,'_version','1.0.3'),('module','thumbpage',0,'_callbacks','registerEventListeners'),('module','thumbpage',0,'_requiredCoreApi','7,0'),('module','thumbpage',0,'_requiredModuleApi','3,0'),('module','uploadapplet',0,'uploaddefaultVariables',''),('module','uploadapplet',0,'uploadoverrideVariables','toSysOut=true|htmlEscapeCaptions=true'),('module','uploadapplet',0,'_version','1.0.4'),('module','uploadapplet',0,'_callbacks','getSiteAdminViews'),('module','uploadapplet',0,'_requiredCoreApi','7,0'),('module','uploadapplet',0,'_requiredModuleApi','3,0'),('module','useralbum',0,'view','allusers'),('module','useralbum',0,'fullSize','1'),('module','useralbum',0,'targetLocation','7'),('module','useralbum',0,'loginRedirect','0'),('module','useralbum',0,'homeLink','1'),('module','useralbum',0,'create','access'),('module','useralbum',0,'_version','1.0.3'),('module','useralbum',0,'_callbacks','registerEventListeners|getSiteAdminViews|getSystemLinks'),('module','useralbum',0,'_requiredCoreApi','7,0'),('module','useralbum',0,'_requiredModuleApi','3,0'),('module','watermark',0,'_version','1.0.6'),('module','watermark',0,'_callbacks','registerEventListeners|getSiteAdminViews|getUserAdminViews'),('module','watermark',0,'_requiredCoreApi','7,0'),('module','watermark',0,'_requiredModuleApi','3,0'),('module','webcam',0,'duration','600'),('module','webcam',0,'_version','1.0.3'),('module','webcam',0,'_callbacks','getSiteAdminViews'),('module','webcam',0,'_requiredCoreApi','7,0'),('module','webcam',0,'_requiredModuleApi','3,0'),('module','zipcart',0,'_version','1.0.5'),('module','zipcart',0,'_callbacks','getSiteAdminViews'),('module','zipcart',0,'_requiredCoreApi','7,0'),('module','zipcart',0,'_requiredModuleApi','3,0'),('module','zipcart',0,'path','/usr/bin/zip'),('module','gd',0,'jpegQuality','75'),('module','gd',0,'_version','1.0.3'),('module','gd',0,'_callbacks','getSiteAdminViews'),('module','gd',0,'_requiredCoreApi','7,0'),('module','gd',0,'_requiredModuleApi','3,0'),('module','rating',25,'enabled','0'),('module','rating',27,'enabled','0'),('module','useralbum',22,'albumId','97'),('module','useralbum',23,'albumId','109'),('module','useralbum',20,'albumId','225'),('module','rating',200,'enabled','0'),('module','useralbum',318,'albumId','319'),('module','rating',348,'enabled','0');
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_PluginParameterMap` ENABLE KEYS */;

--
-- Table structure for table `g2_QuotasMap`
--

DROP TABLE IF EXISTS `g2_QuotasMap`;
CREATE TABLE `g2_QuotasMap` (
  `g_userOrGroupId` int(11) NOT NULL,
  `g_quotaSize` int(11) NOT NULL,
  PRIMARY KEY  (`g_userOrGroupId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_QuotasMap`
--


/*!40000 ALTER TABLE `g2_QuotasMap` DISABLE KEYS */;
LOCK TABLES `g2_QuotasMap` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_QuotasMap` ENABLE KEYS */;

--
-- Table structure for table `g2_RatingCacheMap`
--

DROP TABLE IF EXISTS `g2_RatingCacheMap`;
CREATE TABLE `g2_RatingCacheMap` (
  `g_itemId` int(11) NOT NULL,
  `g_averageRating` int(11) NOT NULL,
  `g_voteCount` int(11) NOT NULL,
  PRIMARY KEY  (`g_itemId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_RatingCacheMap`
--


/*!40000 ALTER TABLE `g2_RatingCacheMap` DISABLE KEYS */;
LOCK TABLES `g2_RatingCacheMap` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_RatingCacheMap` ENABLE KEYS */;

--
-- Table structure for table `g2_RatingMap`
--

DROP TABLE IF EXISTS `g2_RatingMap`;
CREATE TABLE `g2_RatingMap` (
  `g_ratingId` int(11) NOT NULL,
  `g_itemId` int(11) NOT NULL,
  `g_userId` int(11) NOT NULL,
  `g_rating` int(11) NOT NULL,
  `g_sessionId` varchar(128) default NULL,
  `g_remoteIdentifier` varchar(255) default NULL,
  PRIMARY KEY  (`g_ratingId`),
  KEY `g2_RatingMap_75985` (`g_itemId`),
  KEY `g2_RatingMap_80383` (`g_itemId`,`g_userId`),
  KEY `g2_RatingMap_2369` (`g_itemId`,`g_remoteIdentifier`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_RatingMap`
--


/*!40000 ALTER TABLE `g2_RatingMap` DISABLE KEYS */;
LOCK TABLES `g2_RatingMap` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_RatingMap` ENABLE KEYS */;

--
-- Table structure for table `g2_RecoverPasswordMap`
--

DROP TABLE IF EXISTS `g2_RecoverPasswordMap`;
CREATE TABLE `g2_RecoverPasswordMap` (
  `g_userName` varchar(32) NOT NULL,
  `g_authString` varchar(32) NOT NULL,
  `g_requestExpires` int(11) NOT NULL,
  PRIMARY KEY  (`g_userName`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_RecoverPasswordMap`
--


/*!40000 ALTER TABLE `g2_RecoverPasswordMap` DISABLE KEYS */;
LOCK TABLES `g2_RecoverPasswordMap` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_RecoverPasswordMap` ENABLE KEYS */;

--
-- Table structure for table `g2_RssMap`
--

DROP TABLE IF EXISTS `g2_RssMap`;
CREATE TABLE `g2_RssMap` (
  `g_feedName` varchar(128) NOT NULL,
  `g_itemId` int(11) NOT NULL,
  `g_ownerId` int(11) NOT NULL,
  `g_params` text NOT NULL,
  PRIMARY KEY  (`g_feedName`),
  KEY `g2_RssMap_75985` (`g_itemId`),
  KEY `g2_RssMap_21573` (`g_ownerId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_RssMap`
--


/*!40000 ALTER TABLE `g2_RssMap` DISABLE KEYS */;
LOCK TABLES `g2_RssMap` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_RssMap` ENABLE KEYS */;

--
-- Table structure for table `g2_Schema`
--

DROP TABLE IF EXISTS `g2_Schema`;
CREATE TABLE `g2_Schema` (
  `g_name` varchar(128) NOT NULL,
  `g_major` int(11) NOT NULL,
  `g_minor` int(11) NOT NULL,
  PRIMARY KEY  (`g_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_Schema`
--


/*!40000 ALTER TABLE `g2_Schema` DISABLE KEYS */;
LOCK TABLES `g2_Schema` WRITE;
INSERT INTO `g2_Schema` VALUES ('Schema',1,0),('ExternalIdMap',1,0),('AccessMap',1,3),('AccessSubscriberMap',1,0),('AlbumItem',1,1),('AnimationItem',1,0),('CacheMap',1,0),('ChildEntity',1,0),('DataItem',1,0),('Derivative',1,1),('DerivativeImage',1,0),('DerivativePrefsMap',1,0),('DescendentCountsMap',1,0),('Entity',1,2),('FactoryMap',1,0),('FileSystemEntity',1,0),('Group',1,1),('Item',1,1),('ItemAttributesMap',1,0),('MaintenanceMap',1,0),('MimeTypeMap',1,0),('MovieItem',1,0),('PermissionSetMap',1,0),('PhotoItem',1,0),('PluginMap',1,1),('PluginPackageMap',1,0),('PluginParameterMap',1,3),('RecoverPasswordMap',1,1),('SessionMap',1,0),('TkOperatnMap',1,0),('TkOperatnMimeTypeMap',1,0),('TkOperatnParameterMap',1,0),('TkPropertyMap',1,0),('TkPropertyMimeTypeMap',1,0),('UnknownItem',1,0),('User',1,1),('UserGroupMap',1,0),('Lock',1,0),('Comment',1,1),('CustomFieldMap',1,1),('ExifPropertiesMap',1,0),('Getid3PropsMap',1,0),('ImageBlockCacheMap',1,1),('ImageBlockDisabledMap',1,0),('LinkItem',1,0),('G1MigrateMap',1,0),('MultiLangItemMap',1,0),('PermalinksMap',1,0),('QuotasMap',1,1),('RatingCacheMap',1,0),('RatingMap',1,0),('PendingUser',1,0),('RssMap',1,0),('ThumbnailImage',1,1),('WatermarkImage',1,1);
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_Schema` ENABLE KEYS */;

--
-- Table structure for table `g2_SequenceId`
--

DROP TABLE IF EXISTS `g2_SequenceId`;
CREATE TABLE `g2_SequenceId` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `g2_SequenceId`
--


/*!40000 ALTER TABLE `g2_SequenceId` DISABLE KEYS */;
LOCK TABLES `g2_SequenceId` WRITE;
INSERT INTO `g2_SequenceId` VALUES (602);
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_SequenceId` ENABLE KEYS */;

--
-- Table structure for table `g2_SequenceLock`
--

DROP TABLE IF EXISTS `g2_SequenceLock`;
CREATE TABLE `g2_SequenceLock` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `g2_SequenceLock`
--


/*!40000 ALTER TABLE `g2_SequenceLock` DISABLE KEYS */;
LOCK TABLES `g2_SequenceLock` WRITE;
INSERT INTO `g2_SequenceLock` VALUES (0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_SequenceLock` ENABLE KEYS */;

--
-- Table structure for table `g2_SessionMap`
--

DROP TABLE IF EXISTS `g2_SessionMap`;
CREATE TABLE `g2_SessionMap` (
  `g_id` varchar(32) NOT NULL,
  `g_userId` int(11) NOT NULL,
  `g_remoteIdentifier` varchar(128) NOT NULL,
  `g_creationTimestamp` int(11) NOT NULL,
  `g_modificationTimestamp` int(11) NOT NULL,
  `g_data` text,
  PRIMARY KEY  (`g_id`),
  KEY `g2_SessionMap_53500` (`g_userId`,`g_creationTimestamp`,`g_modificationTimestamp`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_SessionMap`
--


/*!40000 ALTER TABLE `g2_SessionMap` DISABLE KEYS */;
LOCK TABLES `g2_SessionMap` WRITE;
INSERT INTO `g2_SessionMap` VALUES ('5514ff9caca6be01143dd621e9ecd019',20,'a:2:{i:0;s:14:\"68.163.143.185\";i:1;s:32:\"f70c7c6ac026b983690f1e05bb0f466c\";}',1149484522,1149484583,'a:4:{s:13:\"core.language\";s:5:\"en_US\";s:15:\"core.navigation\";a:1:{s:9:\"xd4e4cc9a\";a:1:{s:7:\"nextIds\";a:0:{}}}s:15:\"core.lastViewed\";a:5:{i:7;i:1;i:200;i:30;i:27;i:42;i:235;i:52;i:236;i:60;}s:15:\"permissionCache\";a:5:{i:0;a:22:{s:8:\"core.all\";a:2:{i:7;i:1;i:27;i:1;}s:9:\"core.view\";a:2:{i:7;i:1;i:27;i:1;}s:16:\"core.viewResizes\";a:2:{i:7;i:1;i:27;i:1;}s:15:\"core.viewSource\";a:2:{i:7;i:1;i:27;i:1;}s:12:\"core.viewAll\";a:2:{i:7;i:1;i:27;i:1;}s:17:\"core.addAlbumItem\";a:2:{i:7;i:1;i:27;i:1;}s:16:\"core.addDataItem\";a:2:{i:7;i:1;i:27;i:1;}s:9:\"core.edit\";a:2:{i:7;i:1;i:27;i:1;}s:22:\"core.changePermissions\";a:2:{i:7;i:1;i:27;i:1;}s:11:\"core.delete\";a:2:{i:7;i:1;i:27;i:1;}s:8:\"cart.add\";a:2:{i:7;i:1;i:27;i:1;}s:11:\"comment.add\";a:2:{i:7;i:1;i:27;i:1;}s:12:\"comment.edit\";a:2:{i:7;i:1;i:27;i:1;}s:14:\"comment.delete\";a:2:{i:7;i:1;i:27;i:1;}s:12:\"comment.view\";a:2:{i:7;i:1;i:27;i:1;}s:11:\"comment.all\";a:2:{i:7;i:1;i:27;i:1;}s:16:\"fotokasten.print\";a:2:{i:7;i:1;i:27;i:1;}s:17:\"photoaccess.print\";a:2:{i:7;i:1;i:27;i:1;}s:10:\"rating.add\";a:1:{i:7;i:1;}s:11:\"rating.view\";a:1:{i:7;i:1;}s:10:\"rating.all\";a:1:{i:7;i:1;}s:16:\"shutterfly.print\";a:1:{i:7;i:1;}}i:1;a:22:{s:8:\"core.all\";a:2:{i:7;i:1;i:27;i:1;}s:9:\"core.view\";a:2:{i:7;i:1;i:27;i:1;}s:16:\"core.viewResizes\";a:2:{i:7;i:1;i:27;i:1;}s:15:\"core.viewSource\";a:2:{i:7;i:1;i:27;i:1;}s:12:\"core.viewAll\";a:2:{i:7;i:1;i:27;i:1;}s:17:\"core.addAlbumItem\";a:2:{i:7;i:1;i:27;i:1;}s:16:\"core.addDataItem\";a:2:{i:7;i:1;i:27;i:1;}s:9:\"core.edit\";a:2:{i:7;i:1;i:27;i:1;}s:22:\"core.changePermissions\";a:2:{i:7;i:1;i:27;i:1;}s:11:\"core.delete\";a:2:{i:7;i:1;i:27;i:1;}s:8:\"cart.add\";a:2:{i:7;i:1;i:27;i:1;}s:11:\"comment.add\";a:2:{i:7;i:1;i:27;i:1;}s:12:\"comment.edit\";a:2:{i:7;i:1;i:27;i:1;}s:14:\"comment.delete\";a:2:{i:7;i:1;i:27;i:1;}s:12:\"comment.view\";a:2:{i:7;i:1;i:27;i:1;}s:11:\"comment.all\";a:2:{i:7;i:1;i:27;i:1;}s:16:\"fotokasten.print\";a:2:{i:7;i:1;i:27;i:1;}s:17:\"photoaccess.print\";a:2:{i:7;i:1;i:27;i:1;}s:10:\"rating.add\";a:1:{i:7;i:1;}s:11:\"rating.view\";a:1:{i:7;i:1;}s:10:\"rating.all\";a:1:{i:7;i:1;}s:16:\"shutterfly.print\";a:1:{i:7;i:1;}}i:2;a:22:{s:8:\"core.all\";a:2:{i:234;i:1;i:235;i:1;}s:9:\"core.view\";a:2:{i:234;i:1;i:235;i:1;}s:16:\"core.viewResizes\";a:2:{i:234;i:1;i:235;i:1;}s:15:\"core.viewSource\";a:2:{i:234;i:1;i:235;i:1;}s:12:\"core.viewAll\";a:2:{i:234;i:1;i:235;i:1;}s:17:\"core.addAlbumItem\";a:2:{i:234;i:1;i:235;i:1;}s:16:\"core.addDataItem\";a:2:{i:234;i:1;i:235;i:1;}s:9:\"core.edit\";a:2:{i:234;i:1;i:235;i:1;}s:22:\"core.changePermissions\";a:2:{i:234;i:1;i:235;i:1;}s:11:\"core.delete\";a:2:{i:234;i:1;i:235;i:1;}s:8:\"cart.add\";a:2:{i:234;i:1;i:235;i:1;}s:11:\"comment.add\";a:2:{i:234;i:1;i:235;i:1;}s:12:\"comment.edit\";a:2:{i:234;i:1;i:235;i:1;}s:14:\"comment.delete\";a:2:{i:234;i:1;i:235;i:1;}s:12:\"comment.view\";a:2:{i:234;i:1;i:235;i:1;}s:11:\"comment.all\";a:2:{i:234;i:1;i:235;i:1;}s:16:\"fotokasten.print\";a:2:{i:234;i:1;i:235;i:1;}s:17:\"photoaccess.print\";a:2:{i:234;i:1;i:235;i:1;}s:10:\"rating.add\";a:1:{i:234;i:1;}s:11:\"rating.view\";a:1:{i:234;i:1;}s:10:\"rating.all\";a:1:{i:234;i:1;}s:16:\"shutterfly.print\";a:1:{i:234;i:1;}}i:3;a:22:{s:8:\"core.all\";a:2:{i:7;i:1;i:200;i:1;}s:9:\"core.view\";a:2:{i:7;i:1;i:200;i:1;}s:16:\"core.viewResizes\";a:2:{i:7;i:1;i:200;i:1;}s:15:\"core.viewSource\";a:2:{i:7;i:1;i:200;i:1;}s:12:\"core.viewAll\";a:2:{i:7;i:1;i:200;i:1;}s:17:\"core.addAlbumItem\";a:2:{i:7;i:1;i:200;i:1;}s:16:\"core.addDataItem\";a:2:{i:7;i:1;i:200;i:1;}s:9:\"core.edit\";a:2:{i:7;i:1;i:200;i:1;}s:22:\"core.changePermissions\";a:2:{i:7;i:1;i:200;i:1;}s:11:\"core.delete\";a:2:{i:7;i:1;i:200;i:1;}s:8:\"cart.add\";a:2:{i:7;i:1;i:200;i:1;}s:11:\"comment.add\";a:2:{i:7;i:1;i:200;i:1;}s:12:\"comment.edit\";a:2:{i:7;i:1;i:200;i:1;}s:14:\"comment.delete\";a:2:{i:7;i:1;i:200;i:1;}s:12:\"comment.view\";a:2:{i:7;i:1;i:200;i:1;}s:11:\"comment.all\";a:2:{i:7;i:1;i:200;i:1;}s:16:\"fotokasten.print\";a:2:{i:7;i:1;i:200;i:1;}s:17:\"photoaccess.print\";a:2:{i:7;i:1;i:200;i:1;}s:10:\"rating.add\";a:1:{i:7;i:1;}s:11:\"rating.view\";a:1:{i:7;i:1;}s:10:\"rating.all\";a:1:{i:7;i:1;}s:16:\"shutterfly.print\";a:1:{i:7;i:1;}}i:4;a:22:{s:8:\"core.all\";a:3:{i:25;i:1;i:27;i:1;i:7;i:1;}s:9:\"core.view\";a:3:{i:25;i:1;i:27;i:1;i:7;i:1;}s:16:\"core.viewResizes\";a:3:{i:25;i:1;i:27;i:1;i:7;i:1;}s:15:\"core.viewSource\";a:3:{i:25;i:1;i:27;i:1;i:7;i:1;}s:12:\"core.viewAll\";a:3:{i:25;i:1;i:27;i:1;i:7;i:1;}s:17:\"core.addAlbumItem\";a:3:{i:25;i:1;i:27;i:1;i:7;i:1;}s:16:\"core.addDataItem\";a:3:{i:25;i:1;i:27;i:1;i:7;i:1;}s:9:\"core.edit\";a:3:{i:25;i:1;i:27;i:1;i:7;i:1;}s:22:\"core.changePermissions\";a:3:{i:25;i:1;i:27;i:1;i:7;i:1;}s:11:\"core.delete\";a:3:{i:25;i:1;i:27;i:1;i:7;i:1;}s:8:\"cart.add\";a:3:{i:25;i:1;i:27;i:1;i:7;i:1;}s:11:\"comment.add\";a:3:{i:25;i:1;i:27;i:1;i:7;i:1;}s:12:\"comment.edit\";a:3:{i:25;i:1;i:27;i:1;i:7;i:1;}s:14:\"comment.delete\";a:3:{i:25;i:1;i:27;i:1;i:7;i:1;}s:12:\"comment.view\";a:3:{i:25;i:1;i:27;i:1;i:7;i:1;}s:11:\"comment.all\";a:3:{i:25;i:1;i:27;i:1;i:7;i:1;}s:16:\"fotokasten.print\";a:3:{i:25;i:1;i:27;i:1;i:7;i:1;}s:17:\"photoaccess.print\";a:3:{i:25;i:1;i:27;i:1;i:7;i:1;}s:10:\"rating.add\";a:2:{i:25;i:1;i:7;i:1;}s:11:\"rating.view\";a:2:{i:25;i:1;i:7;i:1;}s:10:\"rating.all\";a:2:{i:25;i:1;i:7;i:1;}s:16:\"shutterfly.print\";a:2:{i:25;i:1;i:7;i:1;}}}}'),('0b5891fb64db1d6396ac520d38206246',19,'a:2:{i:0;s:14:\"68.163.163.166\";i:1;s:32:\"974b01f00ca4b0136146d9739dc4bba4\";}',1149452739,1149455715,'a:6:{s:13:\"core.language\";s:5:\"en_US\";s:15:\"core.navigation\";a:5:{s:9:\"x24b7da0f\";a:1:{s:7:\"nextIds\";a:1:{s:9:\"xc103b876\";b:1;}}s:9:\"xc103b876\";a:2:{s:4:\"data\";a:3:{s:9:\"returnUrl\";s:44:\"main.php?g2_itemId=25&amp;g2_navId=x24b7da0f\";s:10:\"returnName\";s:5:\"album\";s:11:\"returnNavId\";s:9:\"x24b7da0f\";}s:7:\"nextIds\";a:0:{}}s:9:\"xc0cd3131\";a:2:{s:4:\"data\";a:2:{s:9:\"returnUrl\";s:21:\"main.php?g2_itemId=25\";s:10:\"returnName\";s:5:\"album\";}s:7:\"nextIds\";a:0:{}}s:9:\"x1d851cc6\";a:2:{s:4:\"data\";a:2:{s:9:\"returnUrl\";s:22:\"main.php?g2_itemId=231\";s:10:\"returnName\";s:5:\"album\";}s:7:\"nextIds\";a:0:{}}s:9:\"xf1fd0f62\";a:2:{s:4:\"data\";a:2:{s:9:\"returnUrl\";s:22:\"main.php?g2_itemId=231\";s:10:\"returnName\";s:5:\"album\";}s:7:\"nextIds\";a:0:{}}}s:15:\"core.lastViewed\";a:10:{i:7;i:0;i:27;i:29;i:236;i:41;i:25;i:1534;i:230;i:2508;i:231;i:2519;i:232;i:2717;i:233;i:2737;i:164;i:2773;i:200;i:2967;}s:15:\"permissionCache\";a:6:{i:0;a:22:{s:8:\"core.all\";a:2:{i:234;i:1;i:235;i:1;}s:9:\"core.view\";a:2:{i:234;i:1;i:235;i:1;}s:16:\"core.viewResizes\";a:2:{i:234;i:1;i:235;i:1;}s:15:\"core.viewSource\";a:2:{i:234;i:1;i:235;i:1;}s:12:\"core.viewAll\";a:2:{i:234;i:1;i:235;i:1;}s:17:\"core.addAlbumItem\";a:2:{i:234;i:1;i:235;i:1;}s:16:\"core.addDataItem\";a:2:{i:234;i:1;i:235;i:1;}s:9:\"core.edit\";a:2:{i:234;i:1;i:235;i:1;}s:22:\"core.changePermissions\";a:2:{i:234;i:1;i:235;i:1;}s:11:\"core.delete\";a:2:{i:234;i:1;i:235;i:1;}s:8:\"cart.add\";a:2:{i:234;i:1;i:235;i:1;}s:11:\"comment.add\";a:2:{i:234;i:1;i:235;i:1;}s:12:\"comment.edit\";a:2:{i:234;i:1;i:235;i:1;}s:14:\"comment.delete\";a:2:{i:234;i:1;i:235;i:1;}s:12:\"comment.view\";a:2:{i:234;i:1;i:235;i:1;}s:11:\"comment.all\";a:2:{i:234;i:1;i:235;i:1;}s:16:\"fotokasten.print\";a:2:{i:234;i:1;i:235;i:1;}s:17:\"photoaccess.print\";a:2:{i:234;i:1;i:235;i:1;}s:10:\"rating.add\";a:1:{i:234;i:1;}s:11:\"rating.view\";a:1:{i:234;i:1;}s:10:\"rating.all\";a:1:{i:234;i:1;}s:16:\"shutterfly.print\";a:1:{i:234;i:1;}}i:1;a:22:{s:8:\"core.all\";a:2:{i:7;i:1;i:200;i:1;}s:9:\"core.view\";a:2:{i:7;i:1;i:200;i:1;}s:16:\"core.viewResizes\";a:2:{i:7;i:1;i:200;i:1;}s:15:\"core.viewSource\";a:2:{i:7;i:1;i:200;i:1;}s:12:\"core.viewAll\";a:2:{i:7;i:1;i:200;i:1;}s:17:\"core.addAlbumItem\";a:2:{i:7;i:1;i:200;i:1;}s:16:\"core.addDataItem\";a:2:{i:7;i:1;i:200;i:1;}s:9:\"core.edit\";a:2:{i:7;i:1;i:200;i:1;}s:22:\"core.changePermissions\";a:2:{i:7;i:1;i:200;i:1;}s:11:\"core.delete\";a:2:{i:7;i:1;i:200;i:1;}s:8:\"cart.add\";a:2:{i:7;i:1;i:200;i:1;}s:11:\"comment.add\";a:2:{i:7;i:1;i:200;i:1;}s:12:\"comment.edit\";a:2:{i:7;i:1;i:200;i:1;}s:14:\"comment.delete\";a:2:{i:7;i:1;i:200;i:1;}s:12:\"comment.view\";a:2:{i:7;i:1;i:200;i:1;}s:11:\"comment.all\";a:2:{i:7;i:1;i:200;i:1;}s:16:\"fotokasten.print\";a:2:{i:7;i:1;i:200;i:1;}s:17:\"photoaccess.print\";a:2:{i:7;i:1;i:200;i:1;}s:10:\"rating.add\";a:1:{i:7;i:1;}s:11:\"rating.view\";a:1:{i:7;i:1;}s:10:\"rating.all\";a:1:{i:7;i:1;}s:16:\"shutterfly.print\";a:1:{i:7;i:1;}}i:2;a:22:{s:8:\"core.all\";a:2:{i:25;i:1;i:27;i:1;}s:9:\"core.view\";a:2:{i:25;i:1;i:27;i:1;}s:16:\"core.viewResizes\";a:2:{i:25;i:1;i:27;i:1;}s:15:\"core.viewSource\";a:2:{i:25;i:1;i:27;i:1;}s:12:\"core.viewAll\";a:2:{i:25;i:1;i:27;i:1;}s:17:\"core.addAlbumItem\";a:2:{i:25;i:1;i:27;i:1;}s:16:\"core.addDataItem\";a:2:{i:25;i:1;i:27;i:1;}s:9:\"core.edit\";a:2:{i:25;i:1;i:27;i:1;}s:22:\"core.changePermissions\";a:2:{i:25;i:1;i:27;i:1;}s:11:\"core.delete\";a:2:{i:25;i:1;i:27;i:1;}s:8:\"cart.add\";a:2:{i:25;i:1;i:27;i:1;}s:11:\"comment.add\";a:2:{i:25;i:1;i:27;i:1;}s:12:\"comment.edit\";a:2:{i:25;i:1;i:27;i:1;}s:14:\"comment.delete\";a:2:{i:25;i:1;i:27;i:1;}s:12:\"comment.view\";a:2:{i:25;i:1;i:27;i:1;}s:11:\"comment.all\";a:2:{i:25;i:1;i:27;i:1;}s:16:\"fotokasten.print\";a:2:{i:25;i:1;i:27;i:1;}s:17:\"photoaccess.print\";a:2:{i:25;i:1;i:27;i:1;}s:10:\"rating.add\";a:1:{i:25;i:1;}s:11:\"rating.view\";a:1:{i:25;i:1;}s:10:\"rating.all\";a:1:{i:25;i:1;}s:16:\"shutterfly.print\";a:1:{i:25;i:1;}}i:3;a:22:{s:8:\"core.all\";a:2:{i:244;i:1;i:247;i:1;}s:9:\"core.view\";a:2:{i:244;i:1;i:247;i:1;}s:16:\"core.viewResizes\";a:2:{i:244;i:1;i:247;i:1;}s:15:\"core.viewSource\";a:2:{i:244;i:1;i:247;i:1;}s:12:\"core.viewAll\";a:2:{i:244;i:1;i:247;i:1;}s:17:\"core.addAlbumItem\";a:2:{i:244;i:1;i:247;i:1;}s:16:\"core.addDataItem\";a:2:{i:244;i:1;i:247;i:1;}s:9:\"core.edit\";a:2:{i:244;i:1;i:247;i:1;}s:22:\"core.changePermissions\";a:2:{i:244;i:1;i:247;i:1;}s:11:\"core.delete\";a:2:{i:244;i:1;i:247;i:1;}s:8:\"cart.add\";a:2:{i:244;i:1;i:247;i:1;}s:11:\"comment.add\";a:2:{i:244;i:1;i:247;i:1;}s:12:\"comment.edit\";a:2:{i:244;i:1;i:247;i:1;}s:14:\"comment.delete\";a:2:{i:244;i:1;i:247;i:1;}s:12:\"comment.view\";a:2:{i:244;i:1;i:247;i:1;}s:11:\"comment.all\";a:2:{i:244;i:1;i:247;i:1;}s:16:\"fotokasten.print\";a:2:{i:244;i:1;i:247;i:1;}s:17:\"photoaccess.print\";a:2:{i:244;i:1;i:247;i:1;}s:10:\"rating.add\";a:1:{i:244;i:1;}s:11:\"rating.view\";a:1:{i:244;i:1;}s:10:\"rating.all\";a:1:{i:244;i:1;}s:16:\"shutterfly.print\";a:1:{i:244;i:1;}}i:4;a:22:{s:8:\"core.all\";a:2:{i:229;i:1;i:230;i:1;}s:9:\"core.view\";a:2:{i:229;i:1;i:230;i:1;}s:16:\"core.viewResizes\";a:2:{i:229;i:1;i:230;i:1;}s:15:\"core.viewSource\";a:2:{i:229;i:1;i:230;i:1;}s:12:\"core.viewAll\";a:2:{i:229;i:1;i:230;i:1;}s:17:\"core.addAlbumItem\";a:2:{i:229;i:1;i:230;i:1;}s:16:\"core.addDataItem\";a:2:{i:229;i:1;i:230;i:1;}s:9:\"core.edit\";a:2:{i:229;i:1;i:230;i:1;}s:22:\"core.changePermissions\";a:2:{i:229;i:1;i:230;i:1;}s:11:\"core.delete\";a:2:{i:229;i:1;i:230;i:1;}s:8:\"cart.add\";a:2:{i:229;i:1;i:230;i:1;}s:11:\"comment.add\";a:2:{i:229;i:1;i:230;i:1;}s:12:\"comment.edit\";a:2:{i:229;i:1;i:230;i:1;}s:14:\"comment.delete\";a:2:{i:229;i:1;i:230;i:1;}s:12:\"comment.view\";a:2:{i:229;i:1;i:230;i:1;}s:11:\"comment.all\";a:2:{i:229;i:1;i:230;i:1;}s:16:\"fotokasten.print\";a:2:{i:229;i:1;i:230;i:1;}s:17:\"photoaccess.print\";a:2:{i:229;i:1;i:230;i:1;}s:10:\"rating.add\";a:1:{i:229;i:1;}s:11:\"rating.view\";a:1:{i:229;i:1;}s:10:\"rating.all\";a:1:{i:229;i:1;}s:16:\"shutterfly.print\";a:1:{i:229;i:1;}}i:5;a:22:{s:8:\"core.all\";a:2:{i:7;i:1;i:25;i:1;}s:9:\"core.view\";a:2:{i:7;i:1;i:25;i:1;}s:16:\"core.viewResizes\";a:2:{i:7;i:1;i:25;i:1;}s:15:\"core.viewSource\";a:2:{i:7;i:1;i:25;i:1;}s:12:\"core.viewAll\";a:2:{i:7;i:1;i:25;i:1;}s:17:\"core.addAlbumItem\";a:2:{i:7;i:1;i:25;i:1;}s:16:\"core.addDataItem\";a:2:{i:7;i:1;i:25;i:1;}s:9:\"core.edit\";a:2:{i:7;i:1;i:25;i:1;}s:22:\"core.changePermissions\";a:2:{i:7;i:1;i:25;i:1;}s:11:\"core.delete\";a:2:{i:7;i:1;i:25;i:1;}s:8:\"cart.add\";a:2:{i:7;i:1;i:25;i:1;}s:11:\"comment.add\";a:2:{i:7;i:1;i:25;i:1;}s:12:\"comment.edit\";a:2:{i:7;i:1;i:25;i:1;}s:14:\"comment.delete\";a:2:{i:7;i:1;i:25;i:1;}s:12:\"comment.view\";a:2:{i:7;i:1;i:25;i:1;}s:11:\"comment.all\";a:2:{i:7;i:1;i:25;i:1;}s:16:\"fotokasten.print\";a:2:{i:7;i:1;i:25;i:1;}s:17:\"photoaccess.print\";a:2:{i:7;i:1;i:25;i:1;}s:10:\"rating.add\";a:1:{i:7;i:1;}s:11:\"rating.view\";a:1:{i:7;i:1;}s:10:\"rating.all\";a:1:{i:7;i:1;}s:16:\"shutterfly.print\";a:1:{i:7;i:1;}}}s:44:\"core.view.ItemAdd.addPlugin.GalleryAlbumItem\";s:19:\"ItemAddUploadApplet\";s:11:\"core.status\";a:0:{}}'),('eedccda912837eab780566e2a51f8238',19,'a:2:{i:0;s:14:\"68.163.193.159\";i:1;s:32:\"014346a09d687a8b3bfeceee9faa3844\";}',1167542847,1167542893,'a:4:{s:13:\"core.language\";s:5:\"en_US\";s:15:\"core.navigation\";a:1:{s:9:\"x3455f3b8\";a:1:{s:7:\"nextIds\";a:0:{}}}s:15:\"core.lastViewed\";a:3:{i:7;i:1;i:27;i:31;i:234;i:45;}s:15:\"permissionCache\";a:3:{i:0;a:22:{s:8:\"core.all\";a:2:{i:137;i:1;i:140;i:1;}s:9:\"core.view\";a:2:{i:137;i:1;i:140;i:1;}s:16:\"core.viewResizes\";a:2:{i:137;i:1;i:140;i:1;}s:15:\"core.viewSource\";a:2:{i:137;i:1;i:140;i:1;}s:12:\"core.viewAll\";a:2:{i:137;i:1;i:140;i:1;}s:17:\"core.addAlbumItem\";a:2:{i:137;i:1;i:140;i:1;}s:16:\"core.addDataItem\";a:2:{i:137;i:1;i:140;i:1;}s:9:\"core.edit\";a:2:{i:137;i:1;i:140;i:1;}s:22:\"core.changePermissions\";a:2:{i:137;i:1;i:140;i:1;}s:11:\"core.delete\";a:2:{i:137;i:1;i:140;i:1;}s:8:\"cart.add\";a:2:{i:137;i:1;i:140;i:1;}s:11:\"comment.add\";a:2:{i:137;i:1;i:140;i:1;}s:12:\"comment.edit\";a:2:{i:137;i:1;i:140;i:1;}s:14:\"comment.delete\";a:2:{i:137;i:1;i:140;i:1;}s:12:\"comment.view\";a:2:{i:137;i:1;i:140;i:1;}s:11:\"comment.all\";a:2:{i:137;i:1;i:140;i:1;}s:16:\"fotokasten.print\";a:2:{i:137;i:1;i:140;i:1;}s:17:\"photoaccess.print\";a:2:{i:137;i:1;i:140;i:1;}s:10:\"rating.add\";a:1:{i:137;i:1;}s:11:\"rating.view\";a:1:{i:137;i:1;}s:10:\"rating.all\";a:1:{i:137;i:1;}s:16:\"shutterfly.print\";a:1:{i:137;i:1;}}i:1;a:22:{s:8:\"core.all\";a:2:{i:234;i:1;i:235;i:1;}s:9:\"core.view\";a:2:{i:234;i:1;i:235;i:1;}s:16:\"core.viewResizes\";a:2:{i:234;i:1;i:235;i:1;}s:15:\"core.viewSource\";a:2:{i:234;i:1;i:235;i:1;}s:12:\"core.viewAll\";a:2:{i:234;i:1;i:235;i:1;}s:17:\"core.addAlbumItem\";a:2:{i:234;i:1;i:235;i:1;}s:16:\"core.addDataItem\";a:2:{i:234;i:1;i:235;i:1;}s:9:\"core.edit\";a:2:{i:234;i:1;i:235;i:1;}s:22:\"core.changePermissions\";a:2:{i:234;i:1;i:235;i:1;}s:11:\"core.delete\";a:2:{i:234;i:1;i:235;i:1;}s:8:\"cart.add\";a:2:{i:234;i:1;i:235;i:1;}s:11:\"comment.add\";a:2:{i:234;i:1;i:235;i:1;}s:12:\"comment.edit\";a:2:{i:234;i:1;i:235;i:1;}s:14:\"comment.delete\";a:2:{i:234;i:1;i:235;i:1;}s:12:\"comment.view\";a:2:{i:234;i:1;i:235;i:1;}s:11:\"comment.all\";a:2:{i:234;i:1;i:235;i:1;}s:16:\"fotokasten.print\";a:2:{i:234;i:1;i:235;i:1;}s:17:\"photoaccess.print\";a:2:{i:234;i:1;i:235;i:1;}s:10:\"rating.add\";a:1:{i:234;i:1;}s:11:\"rating.view\";a:1:{i:234;i:1;}s:10:\"rating.all\";a:1:{i:234;i:1;}s:16:\"shutterfly.print\";a:1:{i:234;i:1;}}i:2;a:22:{s:8:\"core.all\";a:2:{i:25;i:1;i:27;i:1;}s:9:\"core.view\";a:2:{i:25;i:1;i:27;i:1;}s:16:\"core.viewResizes\";a:2:{i:25;i:1;i:27;i:1;}s:15:\"core.viewSource\";a:2:{i:25;i:1;i:27;i:1;}s:12:\"core.viewAll\";a:2:{i:25;i:1;i:27;i:1;}s:17:\"core.addAlbumItem\";a:2:{i:25;i:1;i:27;i:1;}s:16:\"core.addDataItem\";a:2:{i:25;i:1;i:27;i:1;}s:9:\"core.edit\";a:2:{i:25;i:1;i:27;i:1;}s:22:\"core.changePermissions\";a:2:{i:25;i:1;i:27;i:1;}s:11:\"core.delete\";a:2:{i:25;i:1;i:27;i:1;}s:8:\"cart.add\";a:2:{i:25;i:1;i:27;i:1;}s:11:\"comment.add\";a:2:{i:25;i:1;i:27;i:1;}s:12:\"comment.edit\";a:2:{i:25;i:1;i:27;i:1;}s:14:\"comment.delete\";a:2:{i:25;i:1;i:27;i:1;}s:12:\"comment.view\";a:2:{i:25;i:1;i:27;i:1;}s:11:\"comment.all\";a:2:{i:25;i:1;i:27;i:1;}s:16:\"fotokasten.print\";a:2:{i:25;i:1;i:27;i:1;}s:17:\"photoaccess.print\";a:2:{i:25;i:1;i:27;i:1;}s:10:\"rating.add\";a:1:{i:25;i:1;}s:11:\"rating.view\";a:1:{i:25;i:1;}s:10:\"rating.all\";a:1:{i:25;i:1;}s:16:\"shutterfly.print\";a:1:{i:25;i:1;}}}}');
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_SessionMap` ENABLE KEYS */;

--
-- Table structure for table `g2_ThumbnailImage`
--

DROP TABLE IF EXISTS `g2_ThumbnailImage`;
CREATE TABLE `g2_ThumbnailImage` (
  `g_id` int(11) NOT NULL,
  `g_fileName` varchar(128) NOT NULL,
  `g_mimeType` varchar(128) default NULL,
  `g_size` int(11) default NULL,
  `g_width` int(11) default NULL,
  `g_height` int(11) default NULL,
  `g_itemMimeTypes` varchar(128) default NULL,
  PRIMARY KEY  (`g_id`),
  UNIQUE KEY `g_fileName` (`g_fileName`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_ThumbnailImage`
--


/*!40000 ALTER TABLE `g2_ThumbnailImage` DISABLE KEYS */;
LOCK TABLES `g2_ThumbnailImage` WRITE;
INSERT INTO `g2_ThumbnailImage` VALUES (15,'G2audio.jpg','image/jpeg',15472,400,352,'audio/mpeg|audio/x-wav|audio/x-aiff|audio/midi|audio/basic|audio/x-ms-wma'),(17,'G2video.jpg','image/jpeg',15777,400,352,'video/mpeg|video/quicktime|video/x-msvideo|video/x-ms-asf|video/x-ms-wmv');
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_ThumbnailImage` ENABLE KEYS */;

--
-- Table structure for table `g2_TkOperatnMap`
--

DROP TABLE IF EXISTS `g2_TkOperatnMap`;
CREATE TABLE `g2_TkOperatnMap` (
  `g_name` varchar(128) NOT NULL,
  `g_parametersCrc` varchar(32) NOT NULL,
  `g_outputMimeType` varchar(128) default NULL,
  `g_description` varchar(255) default NULL,
  PRIMARY KEY  (`g_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_TkOperatnMap`
--


/*!40000 ALTER TABLE `g2_TkOperatnMap` DISABLE KEYS */;
LOCK TABLES `g2_TkOperatnMap` WRITE;
INSERT INTO `g2_TkOperatnMap` VALUES ('extract','0','','extract files from an archive'),('convert-to-image/jpeg','0','image/jpeg','Convert to a JPEG'),('scale','3155881288','','Scale the image to the target size, maintain aspect ratio'),('thumbnail','3155881288','','Scale the image to the target size, maintain aspect ratio'),('resize','3155881288','','Resize the image to the target dimensions'),('rotate','340908721','','Rotate the image'),('crop','729751051','','Crop the image'),('composite','1204337430','','Overlay source image with a second one'),('compress','340908721','','Reduce image quality to reach target file size');
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_TkOperatnMap` ENABLE KEYS */;

--
-- Table structure for table `g2_TkOperatnMimeTypeMap`
--

DROP TABLE IF EXISTS `g2_TkOperatnMimeTypeMap`;
CREATE TABLE `g2_TkOperatnMimeTypeMap` (
  `g_operationName` varchar(128) NOT NULL,
  `g_toolkitId` varchar(128) NOT NULL,
  `g_mimeType` varchar(128) NOT NULL,
  `g_priority` int(11) NOT NULL,
  KEY `g2_TkOperatnMimeTypeMap_2014` (`g_operationName`),
  KEY `g2_TkOperatnMimeTypeMap_79463` (`g_mimeType`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_TkOperatnMimeTypeMap`
--


/*!40000 ALTER TABLE `g2_TkOperatnMimeTypeMap` DISABLE KEYS */;
LOCK TABLES `g2_TkOperatnMimeTypeMap` WRITE;
INSERT INTO `g2_TkOperatnMimeTypeMap` VALUES ('extract','ArchiveUpload','application/zip',5),('crop','NetPBM','image/tiff',23),('crop','NetPBM','image/png',23),('crop','NetPBM','image/gif',23),('crop','NetPBM','image/pjpeg',23),('crop','NetPBM','image/jpeg',23),('rotate','NetPBM','image/bmp',23),('rotate','NetPBM','image/tiff',23),('rotate','NetPBM','image/png',23),('rotate','NetPBM','image/gif',23),('rotate','NetPBM','image/pjpeg',23),('rotate','NetPBM','image/jpeg',23),('resize','NetPBM','image/bmp',23),('resize','NetPBM','image/tiff',23),('resize','NetPBM','image/png',23),('resize','NetPBM','image/gif',23),('resize','NetPBM','image/pjpeg',23),('resize','NetPBM','image/jpeg',23),('thumbnail','NetPBM','image/bmp',23),('thumbnail','NetPBM','image/tiff',23),('thumbnail','NetPBM','image/png',23),('thumbnail','NetPBM','image/gif',23),('thumbnail','NetPBM','image/pjpeg',23),('thumbnail','NetPBM','image/jpeg',23),('scale','NetPBM','image/bmp',23),('scale','NetPBM','image/tiff',23),('scale','NetPBM','image/png',23),('scale','NetPBM','image/gif',23),('scale','NetPBM','image/pjpeg',23),('scale','NetPBM','image/jpeg',23),('convert-to-image/jpeg','NetPBM','image/tiff',23),('convert-to-image/jpeg','NetPBM','image/x-portable-pixmap',23),('thumbnail','SquareThumb','image/bmp',10),('thumbnail','SquareThumb','image/gif',10),('thumbnail','SquareThumb','image/jpeg',10),('thumbnail','SquareThumb','image/pjpeg',10),('thumbnail','SquareThumb','image/png',10),('thumbnail','SquareThumb','image/tiff',10),('convert-to-image/jpeg','Thumbnail','audio/mpeg',50),('convert-to-image/jpeg','Thumbnail','audio/x-wav',50),('convert-to-image/jpeg','Thumbnail','audio/x-aiff',50),('convert-to-image/jpeg','Thumbnail','audio/midi',50),('convert-to-image/jpeg','Thumbnail','audio/basic',50),('convert-to-image/jpeg','Thumbnail','audio/x-ms-wma',50),('convert-to-image/jpeg','Thumbnail','video/mpeg',50),('convert-to-image/jpeg','Thumbnail','video/quicktime',50),('convert-to-image/jpeg','Thumbnail','video/x-msvideo',50),('convert-to-image/jpeg','Thumbnail','video/x-ms-asf',50),('convert-to-image/jpeg','Thumbnail','video/x-ms-wmv',50),('convert-to-image/jpeg','Gd','image/gif',22),('convert-to-image/jpeg','Gd','image/jpeg',22),('convert-to-image/jpeg','Gd','image/png',22),('convert-to-image/jpeg','Gd','image/vnd.wap.wbmp',22),('convert-to-image/jpeg','Gd','image/x-xbitmap',22),('scale','Gd','image/gif',22),('scale','Gd','image/jpeg',22),('scale','Gd','image/png',22),('scale','Gd','image/vnd.wap.wbmp',22),('scale','Gd','image/x-xbitmap',22),('thumbnail','Gd','image/gif',22),('thumbnail','Gd','image/jpeg',22),('thumbnail','Gd','image/png',22),('thumbnail','Gd','image/vnd.wap.wbmp',22),('thumbnail','Gd','image/x-xbitmap',22),('resize','Gd','image/gif',22),('resize','Gd','image/jpeg',22),('resize','Gd','image/png',22),('resize','Gd','image/vnd.wap.wbmp',22),('resize','Gd','image/x-xbitmap',22),('rotate','Gd','image/gif',22),('rotate','Gd','image/jpeg',22),('rotate','Gd','image/png',22),('rotate','Gd','image/vnd.wap.wbmp',22),('rotate','Gd','image/x-xbitmap',22),('crop','Gd','image/gif',22),('crop','Gd','image/jpeg',22),('crop','Gd','image/png',22),('crop','Gd','image/vnd.wap.wbmp',22),('crop','Gd','image/x-xbitmap',22),('composite','Gd','image/gif',22),('composite','Gd','image/jpeg',22),('composite','Gd','image/png',22),('composite','Gd','image/vnd.wap.wbmp',22),('composite','Gd','image/x-xbitmap',22),('compress','Gd','image/jpeg',22),('crop','NetPBM','image/bmp',23),('composite','NetPBM','image/jpeg',23),('composite','NetPBM','image/pjpeg',23),('composite','NetPBM','image/gif',23),('composite','NetPBM','image/png',23),('composite','NetPBM','image/tiff',23),('composite','NetPBM','image/bmp',23),('compress','NetPBM','image/jpeg',23),('compress','NetPBM','image/pjpeg',23);
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_TkOperatnMimeTypeMap` ENABLE KEYS */;

--
-- Table structure for table `g2_TkOperatnParameterMap`
--

DROP TABLE IF EXISTS `g2_TkOperatnParameterMap`;
CREATE TABLE `g2_TkOperatnParameterMap` (
  `g_operationName` varchar(128) NOT NULL,
  `g_position` int(11) NOT NULL,
  `g_type` varchar(128) NOT NULL,
  `g_description` varchar(255) default NULL,
  KEY `g2_TkOperatnParameterMap_2014` (`g_operationName`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_TkOperatnParameterMap`
--


/*!40000 ALTER TABLE `g2_TkOperatnParameterMap` DISABLE KEYS */;
LOCK TABLES `g2_TkOperatnParameterMap` WRITE;
INSERT INTO `g2_TkOperatnParameterMap` VALUES ('scale',0,'int','target width'),('scale',1,'int','(optional) target height, defaults to same as width'),('thumbnail',0,'int','target width'),('thumbnail',1,'int','(optional) target height, defaults to same as width'),('resize',0,'int','target width'),('resize',1,'int','target height'),('rotate',0,'int','rotation degrees'),('crop',0,'float','left edge %'),('crop',1,'float','top edge %'),('crop',2,'float','width %'),('crop',3,'float','height %'),('composite',0,'string','overlay path'),('composite',1,'string','overlay mime type'),('composite',2,'int','overlay width'),('composite',3,'int','overlay height'),('composite',4,'string','alignment type'),('composite',5,'int','alignment x %'),('composite',6,'int','alignment y %'),('compress',0,'int','target size in kb');
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_TkOperatnParameterMap` ENABLE KEYS */;

--
-- Table structure for table `g2_TkPropertyMap`
--

DROP TABLE IF EXISTS `g2_TkPropertyMap`;
CREATE TABLE `g2_TkPropertyMap` (
  `g_name` varchar(128) NOT NULL,
  `g_type` varchar(128) NOT NULL,
  `g_description` varchar(128) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_TkPropertyMap`
--


/*!40000 ALTER TABLE `g2_TkPropertyMap` DISABLE KEYS */;
LOCK TABLES `g2_TkPropertyMap` WRITE;
INSERT INTO `g2_TkPropertyMap` VALUES ('originationTimestamp','int','Get the origination timestamp'),('dimensions','int,int','Get the width and height of the image');
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_TkPropertyMap` ENABLE KEYS */;

--
-- Table structure for table `g2_TkPropertyMimeTypeMap`
--

DROP TABLE IF EXISTS `g2_TkPropertyMimeTypeMap`;
CREATE TABLE `g2_TkPropertyMimeTypeMap` (
  `g_propertyName` varchar(128) NOT NULL,
  `g_toolkitId` varchar(128) NOT NULL,
  `g_mimeType` varchar(128) NOT NULL,
  KEY `g2_TkPropertyMimeTypeMap_52881` (`g_propertyName`),
  KEY `g2_TkPropertyMimeTypeMap_79463` (`g_mimeType`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_TkPropertyMimeTypeMap`
--


/*!40000 ALTER TABLE `g2_TkPropertyMimeTypeMap` DISABLE KEYS */;
LOCK TABLES `g2_TkPropertyMimeTypeMap` WRITE;
INSERT INTO `g2_TkPropertyMimeTypeMap` VALUES ('originationTimestamp','Exif','image/jpeg'),('originationTimestamp','Exif','image/pjpeg'),('originationTimestamp','Exif','image/jpeg-cmyk'),('originationTimestamp','Exif','image/pjpeg-cmyk'),('originationTimestamp','Exif','image/x-dcraw'),('originationTimestamp','Getid3','video/x-msvideo'),('dimensions','NetPBM','image/bmp'),('dimensions','NetPBM','image/tiff'),('dimensions','NetPBM','image/png'),('dimensions','NetPBM','image/gif'),('dimensions','NetPBM','image/pjpeg'),('dimensions','NetPBM','image/jpeg'),('dimensions','Gd','image/gif'),('dimensions','Gd','image/jpeg'),('dimensions','Gd','image/png'),('dimensions','Gd','image/vnd.wap.wbmp'),('dimensions','Gd','image/x-xbitmap'),('dimensions','NetPBM','image/x-portable-pixmap');
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_TkPropertyMimeTypeMap` ENABLE KEYS */;

--
-- Table structure for table `g2_UnknownItem`
--

DROP TABLE IF EXISTS `g2_UnknownItem`;
CREATE TABLE `g2_UnknownItem` (
  `g_id` int(11) NOT NULL,
  PRIMARY KEY  (`g_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_UnknownItem`
--


/*!40000 ALTER TABLE `g2_UnknownItem` DISABLE KEYS */;
LOCK TABLES `g2_UnknownItem` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_UnknownItem` ENABLE KEYS */;

--
-- Table structure for table `g2_User`
--

DROP TABLE IF EXISTS `g2_User`;
CREATE TABLE `g2_User` (
  `g_id` int(11) NOT NULL,
  `g_userName` varchar(32) NOT NULL,
  `g_fullName` varchar(128) default NULL,
  `g_hashedPassword` varchar(128) default NULL,
  `g_email` varchar(255) default NULL,
  `g_language` varchar(128) default NULL,
  PRIMARY KEY  (`g_id`),
  UNIQUE KEY `g_userName` (`g_userName`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_User`
--


/*!40000 ALTER TABLE `g2_User` DISABLE KEYS */;
LOCK TABLES `g2_User` WRITE;
INSERT INTO `g2_User` VALUES (5,'guest','Guest','sNB_02ecd788509b837874803a98cf487005',NULL,NULL),(6,'admin','Gallery Administrator','IUAG689d82f3ff16d683c66659e6353f1d65','itadmin@lifechurchministries.org',NULL),(19,'pastor.rocklyn','Pastor Rocklyn','N0ftdcb6a0edee7a07e16653db8e43aded2c','pastor.rocklyn@lifechurchministries.org','en_US'),(20,'pastor.eva','Pastor Eva','U1`j7a7854d41946035fa124fbbe7b5ce354','pastor.eva@lifechurchministries.org','en_US'),(21,'webmaster','Web Master','qE974aa91824e616300e09b17f4c733b4b14','vrmartin@lifechurchministries.org','en_US'),(22,'reclarke','Rocklyn E. Clarke','YBhkd89610a65adf08253a3de41991c55451','reclarke@lifechurchministries.org','en_US'),(23,'elclarke','Eva L. Clarke','XsWV85c90410118bf24713279e710768c215','elclarke@lifechurchministries.org','en_US'),(24,'vrmartin','Vanessa R. Martin','W6C137298fef69331f2af0ebf137ac135d82','vrmartin@lifechurchministries.org','en_US'),(318,'myclarke','Monique Yolanda Clarke','IgIq0c9c7a4a6b765756a28b87348fa2fd72','momo0206@hotmail.com','en_US');
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_User` ENABLE KEYS */;

--
-- Table structure for table `g2_UserGroupMap`
--

DROP TABLE IF EXISTS `g2_UserGroupMap`;
CREATE TABLE `g2_UserGroupMap` (
  `g_userId` int(11) NOT NULL,
  `g_groupId` int(11) NOT NULL,
  KEY `g2_UserGroupMap_69068` (`g_userId`),
  KEY `g2_UserGroupMap_89328` (`g_groupId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_UserGroupMap`
--


/*!40000 ALTER TABLE `g2_UserGroupMap` DISABLE KEYS */;
LOCK TABLES `g2_UserGroupMap` WRITE;
INSERT INTO `g2_UserGroupMap` VALUES (6,2),(5,4),(6,4),(6,3),(19,2),(19,4),(20,2),(20,4),(21,2),(21,4),(22,2),(22,4),(23,2),(23,4),(24,2),(24,4),(21,3),(19,3),(20,3),(318,2),(318,4);
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_UserGroupMap` ENABLE KEYS */;

--
-- Table structure for table `g2_WatermarkImage`
--

DROP TABLE IF EXISTS `g2_WatermarkImage`;
CREATE TABLE `g2_WatermarkImage` (
  `g_id` int(11) NOT NULL,
  `g_applyToPreferred` int(1) default NULL,
  `g_applyToResizes` int(1) default NULL,
  `g_applyToThumbnail` int(1) default NULL,
  `g_name` varchar(128) NOT NULL,
  `g_fileName` varchar(128) NOT NULL,
  `g_mimeType` varchar(128) default NULL,
  `g_size` int(11) default NULL,
  `g_width` int(11) default NULL,
  `g_height` int(11) default NULL,
  `g_ownerId` int(11) default NULL,
  `g_xPercentage` varchar(32) default NULL,
  `g_yPercentage` varchar(32) default NULL,
  PRIMARY KEY  (`g_id`),
  UNIQUE KEY `g_fileName` (`g_fileName`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `g2_WatermarkImage`
--


/*!40000 ALTER TABLE `g2_WatermarkImage` DISABLE KEYS */;
LOCK TABLES `g2_WatermarkImage` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `g2_WatermarkImage` ENABLE KEYS */;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

mysql/lcmprojdb.2007-02-16.sql0000644005216200505720000012576510565516702016726 0ustar  lifechurpg12439000000000000000-- MySQL dump 10.10
--
-- Host: lcmdbsrv.projects.lifechurchministries.org    Database: lcmprojdb
-- ------------------------------------------------------
-- Server version	5.0.24a-standard-log

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `ac_application_logs`
--

DROP TABLE IF EXISTS `ac_application_logs`;
CREATE TABLE `ac_application_logs` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `taken_by_id` int(10) unsigned default NULL,
  `project_id` int(10) unsigned NOT NULL default '0',
  `object_id` int(10) NOT NULL default '0',
  `object_name` text,
  `object_manager_class` varchar(50) NOT NULL default '',
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by_id` int(10) unsigned default NULL,
  `action` enum('upload','open','close','delete','edit','add') default NULL,
  `is_private` tinyint(1) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `created_on` (`created_on`),
  KEY `project_id` (`project_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `ac_application_logs`
--


/*!40000 ALTER TABLE `ac_application_logs` DISABLE KEYS */;
LOCK TABLES `ac_application_logs` WRITE;
INSERT INTO `ac_application_logs` VALUES (1,1,0,1,'Life Church Ministries','Companies','2006-08-13 16:59:56',1,'edit',0),(2,1,0,2,'Pastor Eva','Users','2006-08-13 17:01:05',1,'add',0),(3,1,0,1,'Pastor Rocklyn','Users','2006-08-13 17:01:29',1,'edit',0),(4,1,1,1,'Start April 2006 Status Report','ProjectMilestones','2006-08-13 17:16:30',1,'add',0),(5,1,1,1,'Start April 2006 Status Report','ProjectMilestones','2006-08-13 17:17:31',1,'edit',0),(6,1,1,2,'Complete April 2006 Status Report','ProjectMilestones','2006-08-13 17:18:56',1,'add',0),(7,1,1,1,'Start April 2006 Status Report','ProjectMilestones','2006-08-13 17:19:49',1,'edit',0),(8,1,1,3,'Review April 2006 Status Report','ProjectMilestones','2006-08-13 17:20:44',1,'add',0),(9,1,1,4,'Submit April 2006 Status Report','ProjectMilestones','2006-08-13 18:46:42',1,'add',0),(10,1,1,5,'Start May 2006 Status Report','ProjectMilestones','2006-08-13 18:47:16',1,'add',0),(11,1,1,6,'Complete May 2006 Status Report','ProjectMilestones','2006-08-13 18:47:55',1,'add',0),(12,1,1,7,'Review May 2006 Status Report','ProjectMilestones','2006-08-13 18:48:26',1,'add',0),(13,1,1,8,'Submit May 2006 Status Report','ProjectMilestones','2006-08-13 18:49:43',1,'add',0),(14,1,1,9,'Start June 2006 Status Report','ProjectMilestones','2006-08-13 18:56:47',1,'add',0),(15,1,1,10,'Complete June 2006 Status Report','ProjectMilestones','2006-08-13 18:57:37',1,'add',0),(16,1,1,11,'Review June 2006 Status Report','ProjectMilestones','2006-08-13 18:58:14',1,'add',0),(17,1,1,12,'Submit June 2006 Status Report','ProjectMilestones','2006-08-13 18:58:56',1,'add',0),(18,1,1,13,'Start July 2006 Status Report','ProjectMilestones','2006-08-13 18:59:50',1,'add',0),(19,1,1,14,'Complete July 2006 Status Report','ProjectMilestones','2006-08-13 19:00:21',1,'add',0),(20,1,1,15,'Review July 2006 Status Report','ProjectMilestones','2006-08-13 19:01:01',1,'add',0),(21,1,1,16,'Submit July 2006 Status Report','ProjectMilestones','2006-08-13 19:01:25',1,'add',0),(22,1,1,17,'Start August 2006 Status Report','ProjectMilestones','2006-08-13 19:01:56',1,'add',0),(23,1,1,18,'Complete August 2006 Status Report','ProjectMilestones','2006-08-13 19:02:55',1,'add',0),(24,1,1,19,'Review August 2006 Status Report','ProjectMilestones','2006-08-13 19:03:48',1,'add',0),(25,1,1,20,'Submit August 2006 Status Report','ProjectMilestones','2006-08-13 19:04:20',1,'add',0),(26,1,1,21,'Start September 2006 Status Report','ProjectMilestones','2006-08-13 19:04:49',1,'add',0),(27,1,1,1,'April 2006 Status Report','ProjectTaskLists','2006-08-13 19:07:18',1,'add',0),(28,1,1,1,'April 2006 Status Report','ProjectTaskLists','2006-08-13 19:08:12',1,'edit',0),(29,1,1,1,'2006-04 Status Report.doc','ProjectDocuments','2006-08-13 19:09:35',1,'add',0),(30,1,1,1,'Start April 2006 Status Report','ProjectMilestones','2006-08-13 19:13:24',1,'delete',0),(31,1,1,2,'Complete April 2006 Status Report','ProjectMilestones','2006-08-13 19:13:34',1,'delete',0),(32,1,1,5,'Start May 2006 Status Report','ProjectMilestones','2006-08-13 19:13:51',1,'delete',0),(33,1,1,3,'Review April 2006 Status Report','ProjectMilestones','2006-08-13 19:14:07',1,'delete',0),(34,1,1,4,'April 2006 Status Report Submitted','ProjectMilestones','2006-08-13 19:14:31',1,'edit',0),(35,1,1,6,'Complete May 2006 Status Report','ProjectMilestones','2006-08-13 19:14:46',1,'delete',0),(36,1,1,9,'Start June 2006 Status Report','ProjectMilestones','2006-08-13 19:14:53',1,'delete',0),(37,1,1,7,'Review May 2006 Status Report','ProjectMilestones','2006-08-13 19:15:02',1,'delete',0),(38,1,1,8,'May 2006 Status Report Submitted','ProjectMilestones','2006-08-13 19:15:27',1,'edit',0),(39,1,1,10,'Complete June 2006 Status Report','ProjectMilestones','2006-08-13 19:15:41',1,'delete',0),(40,1,1,13,'Start July 2006 Status Report','ProjectMilestones','2006-08-13 19:15:50',1,'delete',0),(41,1,1,11,'Review June 2006 Status Report','ProjectMilestones','2006-08-13 19:15:57',1,'delete',0),(42,1,1,12,'June 2006 Status Report Submitted','ProjectMilestones','2006-08-13 19:16:15',1,'edit',0),(43,1,1,14,'Complete July 2006 Status Report','ProjectMilestones','2006-08-13 19:16:29',1,'delete',0),(44,1,1,17,'Start August 2006 Status Report','ProjectMilestones','2006-08-13 19:16:40',1,'delete',0),(45,1,1,15,'Review July 2006 Status Report','ProjectMilestones','2006-08-13 19:16:54',1,'delete',0),(46,1,1,16,'July 2006 Status Report Submitted','ProjectMilestones','2006-08-13 19:17:14',1,'edit',0),(47,1,1,18,'Complete August 2006 Status Report','ProjectMilestones','2006-08-13 19:17:27',1,'delete',0),(48,1,1,21,'Start September 2006 Status Report','ProjectMilestones','2006-08-13 19:17:40',1,'delete',0),(49,1,1,19,'Review August 2006 Status Report','ProjectMilestones','2006-08-13 19:17:52',1,'delete',0),(50,1,1,20,'August 2006 Status Report Submitted','ProjectMilestones','2006-08-13 19:18:10',1,'edit',0),(51,1,1,22,'September 2006 Status Report Submitted','ProjectMilestones','2006-08-13 19:18:48',1,'add',0),(52,1,1,2,'May 2006 Status Report','ProjectTaskLists','2006-08-13 19:20:14',1,'add',0),(53,1,1,3,'June 2006 Status Report','ProjectTaskLists','2006-08-13 19:22:40',1,'add',0),(54,1,1,4,'July 2006 Status Report','ProjectTaskLists','2006-08-13 19:23:52',1,'add',0),(55,1,1,5,'August 2006 Status Report','ProjectTaskLists','2006-08-13 19:25:17',1,'add',0),(56,1,1,6,'September 2006 Status Report','ProjectTaskLists','2006-08-13 19:26:51',1,'add',0),(57,1,1,1,'Start April 2006 Status Report','ProjectTasks','2006-08-13 19:27:29',1,'close',0),(58,1,1,1,'2006-04 Status Report.doc','ProjectDocuments','2006-08-13 19:47:28',1,'delete',0),(59,1,1,2,'2006-04 Status Report.doc','ProjectDocuments','2006-08-13 19:49:04',1,'add',0),(60,1,1,1,'Please Update and Review the April 2006 Status Report','ProjectMessages','2006-08-13 19:51:01',1,'add',0),(61,2,1,3,'2006-04 Status Report2.doc','ProjectDocuments','2006-08-13 20:45:21',2,'add',0),(62,1,1,2,'2006-04 Status Report.doc','ProjectDocuments','2006-08-13 22:47:29',1,'delete',0),(63,1,1,3,'2006-04 Status Report2.doc','ProjectDocuments','2006-08-13 22:47:43',1,'delete',0),(64,1,1,4,'2006-04 Status Report.doc','ProjectDocuments','2006-08-13 22:48:43',1,'add',0),(65,1,1,2,'Complete April 2006 Status Report','ProjectTasks','2006-08-13 22:49:10',1,'close',0),(66,1,1,3,'Review April 2006 Status Report','ProjectTasks','2006-08-13 22:49:17',1,'close',0),(67,1,1,5,'2006-05-Draft Status Report.doc','ProjectDocuments','2006-08-13 23:14:22',1,'add',0),(68,1,1,6,'SundayStats.xls','ProjectDocuments','2006-08-13 23:15:27',1,'add',0),(69,1,1,2,'Please Update and Review the Draft May 2006 Status Report','ProjectMessages','2006-08-13 23:18:02',1,'add',0),(70,1,1,3,'Please Update and Review the Sunday Statistics Spreadsheet','ProjectMessages','2006-08-13 23:19:43',1,'add',0),(71,1,1,6,'SundayStats.xls','ProjectDocuments','2006-08-14 06:01:30',1,'edit',0),(72,1,1,1,'','MessageComments','2006-08-17 15:18:58',1,'add',0),(73,1,1,1,'','MessageComments','2006-08-17 15:31:34',1,'delete',0),(74,1,1,4,'Please Update and Review the Draft May 2006 Status Report and Sunday Stats Spreadsheet','ProjectMessages','2006-08-17 15:32:57',1,'add',0),(75,1,1,5,'Start May 2006 Status Report','ProjectTasks','2006-08-17 18:04:31',1,'close',0),(76,1,1,6,'SundayStats.xls','ProjectDocuments','2006-08-17 18:05:32',1,'edit',0),(77,1,1,6,'SundayStats.xls','ProjectDocuments','2006-08-18 13:21:04',1,'edit',0),(78,1,1,6,'SundayStats.xls','ProjectDocuments','2006-08-20 21:10:29',1,'edit',0),(79,1,0,2,'Life Church (Boston)','Companies','2006-09-20 22:25:38',1,'add',0),(80,1,0,3,'Faith Partnership Inc.','Companies','2006-09-20 22:26:39',1,'add',0),(81,1,0,3,'Vanessa R. Martin','Users','2006-09-20 22:28:10',1,'add',0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `ac_application_logs` ENABLE KEYS */;

--
-- Table structure for table `ac_companies`
--

DROP TABLE IF EXISTS `ac_companies`;
CREATE TABLE `ac_companies` (
  `id` smallint(5) unsigned NOT NULL auto_increment,
  `client_of_id` smallint(5) unsigned default '0',
  `name` varchar(50) default NULL,
  `email` varchar(100) default NULL,
  `homepage` varchar(100) default NULL,
  `address` varchar(100) default NULL,
  `address2` varchar(100) default NULL,
  `city` varchar(50) default NULL,
  `state` varchar(50) default NULL,
  `zipcode` varchar(30) default NULL,
  `country` varchar(10) default NULL,
  `phone_number` varchar(30) default NULL,
  `fax_number` varchar(30) default NULL,
  `logo_file` varchar(30) default NULL,
  `hide_welcome_info` tinyint(1) unsigned NOT NULL default '0',
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by_id` int(10) unsigned default NULL,
  `updated_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `updated_by_id` int(10) unsigned default NULL,
  PRIMARY KEY  (`id`),
  KEY `created_on` (`created_on`),
  KEY `client_of_id` (`client_of_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `ac_companies`
--


/*!40000 ALTER TABLE `ac_companies` DISABLE KEYS */;
LOCK TABLES `ac_companies` WRITE;
INSERT INTO `ac_companies` VALUES (1,0,'Life Church Ministries','life@LifeChurchMinistries.org','http://www.LifeChurchMinistries.org/','4 Allston St.',NULL,'Dorchester','MA','02124-2205','us','617-541-5433','888-291-8260',NULL,0,'2006-08-13 16:55:26',1,'2006-08-13 16:59:56',1),(2,1,'Life Church (Boston)','life@lifechurchboston.org','http://www.lifechurchboston.org/','4 Allston St.','','Dorchester','MA','02124-2205','us','617-541-5433','','',0,'2006-09-20 22:25:38',1,'2006-09-20 22:25:38',1),(3,1,'Faith Partnership Inc.','info@faithpartnershipinc.org','http://www.faithpartnershipinc.org/','4 Allston St.','','Dorchester','MA','02124-2205','us','','','',0,'2006-09-20 22:26:39',1,'2006-09-20 22:26:39',1);
UNLOCK TABLES;
/*!40000 ALTER TABLE `ac_companies` ENABLE KEYS */;

--
-- Table structure for table `ac_config_options`
--

DROP TABLE IF EXISTS `ac_config_options`;
CREATE TABLE `ac_config_options` (
  `id` smallint(5) unsigned NOT NULL auto_increment,
  `name` varchar(50) NOT NULL default '',
  `cast_function` varchar(50) default NULL,
  `value` varchar(255) default NULL,
  PRIMARY KEY  (`id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `ac_config_options`
--


/*!40000 ALTER TABLE `ac_config_options` DISABLE KEYS */;
LOCK TABLES `ac_config_options` WRITE;
INSERT INTO `ac_config_options` VALUES (1,'project logs per page','intval','10'),(2,'messages per page','intval','5'),(3,'max_avatar_width','intval','50'),(4,'max_avatar_height','intval','50'),(5,'max_avatar_size','intval','20'),(6,'logs per project','intval','5'),(7,'service name','trim','activeCollab'),(8,'service email','trim','taus@ilija.biz'),(9,'max_logo_width','intval','50'),(10,'max_logo_height','intval','50'),(11,'max_logo_size','intval','20'),(12,'site_name','','activeCollab');
UNLOCK TABLES;
/*!40000 ALTER TABLE `ac_config_options` ENABLE KEYS */;

--
-- Table structure for table `ac_document_downloads`
--

DROP TABLE IF EXISTS `ac_document_downloads`;
CREATE TABLE `ac_document_downloads` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `document_id` int(10) unsigned NOT NULL default '0',
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by_id` int(10) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `document_id` (`document_id`),
  KEY `created_by_id` (`created_by_id`),
  KEY `document_id_2` (`document_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `ac_document_downloads`
--


/*!40000 ALTER TABLE `ac_document_downloads` DISABLE KEYS */;
LOCK TABLES `ac_document_downloads` WRITE;
INSERT INTO `ac_document_downloads` VALUES (1,2,'2006-08-13 20:01:01',2),(2,2,'2006-08-13 20:08:17',1),(3,3,'2006-08-13 20:48:25',1),(4,6,'2006-08-17 18:05:01',1),(5,5,'2006-08-17 18:09:13',2),(6,5,'2006-08-17 18:12:31',1),(7,5,'2006-08-17 18:13:11',1),(8,5,'2006-08-17 18:13:48',1),(9,6,'2006-08-17 18:16:43',1),(10,6,'2006-08-17 18:17:15',1),(11,5,'2006-08-17 18:21:53',2),(12,6,'2006-08-18 13:21:16',1);
UNLOCK TABLES;
/*!40000 ALTER TABLE `ac_document_downloads` ENABLE KEYS */;

--
-- Table structure for table `ac_file_types`
--

DROP TABLE IF EXISTS `ac_file_types`;
CREATE TABLE `ac_file_types` (
  `id` smallint(5) unsigned NOT NULL auto_increment,
  `extension` varchar(10) NOT NULL default '',
  `icon` varchar(30) NOT NULL default '',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `extension` (`extension`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `ac_file_types`
--


/*!40000 ALTER TABLE `ac_file_types` DISABLE KEYS */;
LOCK TABLES `ac_file_types` WRITE;
INSERT INTO `ac_file_types` VALUES (1,'zip','archive.png'),(2,'rar','archive.png'),(3,'bz','archive.png'),(4,'bz2','archive.png'),(5,'gz','archive.png'),(6,'ace','archive.png'),(7,'mp3','audio.png'),(8,'wma','audio.png'),(9,'ogg','audio.png'),(10,'doc','doc.png'),(11,'xsl','doc.png'),(12,'gif','image.png'),(13,'jpg','image.png'),(14,'jpeg','image.png'),(15,'png','image.png'),(16,'mov','mov.png'),(17,'pdf','pdf.png'),(18,'psd','psd.png'),(19,'rm','rm.png'),(20,'svg','svg.png'),(21,'swf','swf.png'),(22,'avi','video.png'),(23,'mpeg','video.png'),(24,'mpg','video.png'),(25,'qt','mov.png'),(26,'vob','video.png');
UNLOCK TABLES;
/*!40000 ALTER TABLE `ac_file_types` ENABLE KEYS */;

--
-- Table structure for table `ac_im_types`
--

DROP TABLE IF EXISTS `ac_im_types`;
CREATE TABLE `ac_im_types` (
  `id` tinyint(3) unsigned NOT NULL auto_increment,
  `name` varchar(30) NOT NULL default '',
  `icon` varchar(30) NOT NULL default '',
  PRIMARY KEY  (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `ac_im_types`
--


/*!40000 ALTER TABLE `ac_im_types` DISABLE KEYS */;
LOCK TABLES `ac_im_types` WRITE;
INSERT INTO `ac_im_types` VALUES (1,'ICQ','icq.gif'),(2,'AIM','aim.gif'),(3,'MSN','msn.gif'),(4,'Yahoo!','yahoo.gif');
UNLOCK TABLES;
/*!40000 ALTER TABLE `ac_im_types` ENABLE KEYS */;

--
-- Table structure for table `ac_message_comments`
--

DROP TABLE IF EXISTS `ac_message_comments`;
CREATE TABLE `ac_message_comments` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `message_id` int(10) unsigned NOT NULL default '0',
  `text` text,
  `is_private` tinyint(1) unsigned NOT NULL default '0',
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by_id` int(10) unsigned default NULL,
  `updated_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `updated_by_id` int(10) unsigned default NULL,
  PRIMARY KEY  (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `ac_message_comments`
--


/*!40000 ALTER TABLE `ac_message_comments` DISABLE KEYS */;
LOCK TABLES `ac_message_comments` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `ac_message_comments` ENABLE KEYS */;

--
-- Table structure for table `ac_message_documents`
--

DROP TABLE IF EXISTS `ac_message_documents`;
CREATE TABLE `ac_message_documents` (
  `message_id` int(10) unsigned NOT NULL default '0',
  `document_id` int(10) unsigned NOT NULL default '0',
  `created_on` datetime default NULL,
  `created_by_id` int(10) unsigned default NULL,
  PRIMARY KEY  (`message_id`,`document_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `ac_message_documents`
--


/*!40000 ALTER TABLE `ac_message_documents` DISABLE KEYS */;
LOCK TABLES `ac_message_documents` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `ac_message_documents` ENABLE KEYS */;

--
-- Table structure for table `ac_message_subscriptions`
--

DROP TABLE IF EXISTS `ac_message_subscriptions`;
CREATE TABLE `ac_message_subscriptions` (
  `message_id` int(10) unsigned NOT NULL default '0',
  `user_id` int(10) unsigned NOT NULL default '0',
  PRIMARY KEY  (`message_id`,`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `ac_message_subscriptions`
--


/*!40000 ALTER TABLE `ac_message_subscriptions` DISABLE KEYS */;
LOCK TABLES `ac_message_subscriptions` WRITE;
INSERT INTO `ac_message_subscriptions` VALUES (1,1),(2,1),(3,1),(4,1);
UNLOCK TABLES;
/*!40000 ALTER TABLE `ac_message_subscriptions` ENABLE KEYS */;

--
-- Table structure for table `ac_project_companies`
--

DROP TABLE IF EXISTS `ac_project_companies`;
CREATE TABLE `ac_project_companies` (
  `project_id` int(10) unsigned NOT NULL default '0',
  `company_id` smallint(5) unsigned NOT NULL default '0',
  PRIMARY KEY  (`project_id`,`company_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `ac_project_companies`
--


/*!40000 ALTER TABLE `ac_project_companies` DISABLE KEYS */;
LOCK TABLES `ac_project_companies` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `ac_project_companies` ENABLE KEYS */;

--
-- Table structure for table `ac_project_documents`
--

DROP TABLE IF EXISTS `ac_project_documents`;
CREATE TABLE `ac_project_documents` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `project_id` int(10) unsigned NOT NULL default '0',
  `filename` varchar(100) NOT NULL default '',
  `name` varchar(50) default NULL,
  `description` text,
  `is_private` tinyint(1) unsigned NOT NULL default '0',
  `type` varchar(50) default NULL,
  `size` int(10) unsigned default NULL,
  `download_count` int(10) unsigned default '0',
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by_id` int(10) unsigned default NULL,
  `updated_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `updated_by_id` int(10) unsigned default NULL,
  PRIMARY KEY  (`id`),
  KEY `project_id` (`project_id`),
  KEY `created_on` (`created_on`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `ac_project_documents`
--


/*!40000 ALTER TABLE `ac_project_documents` DISABLE KEYS */;
LOCK TABLES `ac_project_documents` WRITE;
INSERT INTO `ac_project_documents` VALUES (4,1,'2006-04 Status Report.doc','April 2006 Status Report - Final','',0,'application/msword',97280,0,'2006-08-13 22:48:43',1,'2006-08-13 22:48:43',1),(5,1,'2006-05-Draft Status Report.doc','May 2006 Status Report - Draft','',0,'application/msword',137728,5,'2006-08-13 23:14:22',1,'2006-08-17 18:21:53',2),(6,1,'SundayStats.xls','Sunday Statistics Spreadsheet','This spreadsheet tracks offering and attendance for each Sunday service.',0,'application/octet-stream',55296,4,'2006-08-13 23:15:27',1,'2006-08-20 21:10:29',1);
UNLOCK TABLES;
/*!40000 ALTER TABLE `ac_project_documents` ENABLE KEYS */;

--
-- Table structure for table `ac_project_forms`
--

DROP TABLE IF EXISTS `ac_project_forms`;
CREATE TABLE `ac_project_forms` (
  `id` smallint(5) unsigned NOT NULL auto_increment,
  `project_id` int(10) unsigned NOT NULL default '0',
  `name` varchar(50) NOT NULL default '',
  `description` text NOT NULL,
  `success_message` text NOT NULL,
  `action` enum('add_comment','add_task') NOT NULL default 'add_comment',
  `in_object_id` int(10) unsigned NOT NULL default '0',
  `created_on` datetime default NULL,
  `created_by_id` int(10) unsigned NOT NULL default '0',
  `updated_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `updated_by_id` int(10) unsigned NOT NULL default '0',
  `is_visible` tinyint(1) unsigned NOT NULL default '0',
  `is_enabled` tinyint(1) unsigned NOT NULL default '0',
  `order` smallint(6) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `ac_project_forms`
--


/*!40000 ALTER TABLE `ac_project_forms` DISABLE KEYS */;
LOCK TABLES `ac_project_forms` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `ac_project_forms` ENABLE KEYS */;

--
-- Table structure for table `ac_project_messages`
--

DROP TABLE IF EXISTS `ac_project_messages`;
CREATE TABLE `ac_project_messages` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `milestone_id` int(10) unsigned NOT NULL default '0',
  `project_id` int(10) unsigned default NULL,
  `title` varchar(100) default NULL,
  `text` text,
  `additional_text` text,
  `is_locked` tinyint(1) unsigned NOT NULL default '0',
  `is_important` tinyint(1) unsigned NOT NULL default '0',
  `is_private` tinyint(1) unsigned NOT NULL default '0',
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by_id` int(10) unsigned default NULL,
  `updated_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `updated_by_id` int(10) unsigned default NULL,
  PRIMARY KEY  (`id`),
  KEY `milestone_id` (`milestone_id`),
  KEY `project_id` (`project_id`),
  KEY `created_on` (`created_on`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `ac_project_messages`
--


/*!40000 ALTER TABLE `ac_project_messages` DISABLE KEYS */;
LOCK TABLES `ac_project_messages` WRITE;
INSERT INTO `ac_project_messages` VALUES (1,4,1,'Please Update and Review the April 2006 Status Report','I need the April 30, 2006 attendance figures to complete the April report.  Please update the report, review it, and make any needed changes.  Then let me know when you\'re done so that I can go ahead and submit it.','',0,1,0,'2006-08-13 19:51:01',1,'2006-08-13 19:51:01',1),(2,8,1,'Please Update and Review the Draft May 2006 Status Report','The Draft May 2006 status report has been uploaded and is ready for review.  It is missing attendance numbers for 5/14 and 5/28.  Please review it and make any necessary updates.','',0,0,0,'2006-08-13 23:18:02',1,'2006-08-13 23:18:02',1),(3,0,1,'Please Update and Review the Sunday Statistics Spreadsheet','This spreadsheet should be updated on an ongoing basis to capture our offering and attendance numbers in a form that lends itself to analysis.','',0,0,0,'2006-08-13 23:19:43',1,'2006-08-13 23:19:43',1),(4,8,1,'Please Update and Review the Draft May 2006 Status Report and Sunday Stats Spreadsheet','Hello,\r\n\r\nPlease review the draft May 2006 Status Report and the new Sunday Stats Spreadsheet','',0,1,0,'2006-08-17 15:32:57',1,'2006-08-17 15:32:57',1);
UNLOCK TABLES;
/*!40000 ALTER TABLE `ac_project_messages` ENABLE KEYS */;

--
-- Table structure for table `ac_project_milestones`
--

DROP TABLE IF EXISTS `ac_project_milestones`;
CREATE TABLE `ac_project_milestones` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `project_id` int(10) unsigned default NULL,
  `name` varchar(100) default NULL,
  `description` varchar(255) default NULL,
  `due_date` datetime NOT NULL default '0000-00-00 00:00:00',
  `assigned_to_company_id` smallint(10) NOT NULL default '0',
  `assigned_to_user_id` int(10) unsigned NOT NULL default '0',
  `is_private` tinyint(1) unsigned NOT NULL default '0',
  `completed_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `completed_by_id` int(10) unsigned default NULL,
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by_id` int(10) unsigned default NULL,
  `updated_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `updated_by_id` int(10) unsigned default NULL,
  PRIMARY KEY  (`id`),
  KEY `project_id` (`project_id`),
  KEY `due_date` (`due_date`),
  KEY `completed_on` (`completed_on`),
  KEY `created_on` (`created_on`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `ac_project_milestones`
--


/*!40000 ALTER TABLE `ac_project_milestones` DISABLE KEYS */;
LOCK TABLES `ac_project_milestones` WRITE;
INSERT INTO `ac_project_milestones` VALUES (4,1,'April 2006 Status Report Submitted','','2006-05-01 17:00:00',1,1,0,'0000-00-00 00:00:00',0,'2006-08-13 18:46:42',1,'2006-08-13 19:14:31',1),(8,1,'May 2006 Status Report Submitted','','2006-06-01 17:00:00',1,1,0,'0000-00-00 00:00:00',0,'2006-08-13 18:49:43',1,'2006-08-13 19:15:27',1),(12,1,'June 2006 Status Report Submitted','','2006-07-01 17:00:00',1,1,0,'0000-00-00 00:00:00',0,'2006-08-13 18:58:56',1,'2006-08-13 19:16:15',1),(16,1,'July 2006 Status Report Submitted','','2006-08-01 17:00:00',1,1,0,'0000-00-00 00:00:00',0,'2006-08-13 19:01:25',1,'2006-08-13 19:17:14',1),(20,1,'August 2006 Status Report Submitted','','2006-09-01 17:00:00',1,1,0,'0000-00-00 00:00:00',0,'2006-08-13 19:04:20',1,'2006-08-13 19:18:10',1),(22,1,'September 2006 Status Report Submitted','','2006-10-02 17:00:00',1,1,0,'0000-00-00 00:00:00',0,'2006-08-13 19:18:47',1,'2006-08-13 19:18:47',1);
UNLOCK TABLES;
/*!40000 ALTER TABLE `ac_project_milestones` ENABLE KEYS */;

--
-- Table structure for table `ac_project_task_lists`
--

DROP TABLE IF EXISTS `ac_project_task_lists`;
CREATE TABLE `ac_project_task_lists` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `milestone_id` int(10) unsigned NOT NULL default '0',
  `project_id` int(10) unsigned default NULL,
  `name` varchar(100) default NULL,
  `description` text,
  `is_private` tinyint(1) unsigned NOT NULL default '0',
  `completed_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `completed_by_id` int(10) unsigned default NULL,
  `created_on` datetime default NULL,
  `created_by_id` int(10) unsigned NOT NULL default '0',
  `updated_on` datetime default NULL,
  `updated_by_id` int(10) unsigned NOT NULL default '0',
  `order` tinyint(3) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `milestone_id` (`milestone_id`),
  KEY `project_id` (`project_id`),
  KEY `completed_on` (`completed_on`),
  KEY `created_on` (`created_on`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `ac_project_task_lists`
--


/*!40000 ALTER TABLE `ac_project_task_lists` DISABLE KEYS */;
LOCK TABLES `ac_project_task_lists` WRITE;
INSERT INTO `ac_project_task_lists` VALUES (1,4,1,'April 2006 Status Report','',0,'0000-00-00 00:00:00',0,'2006-08-13 19:07:18',1,'2006-08-13 19:08:12',1,0),(2,8,1,'May 2006 Status Report','',0,'0000-00-00 00:00:00',0,'2006-08-13 19:20:14',1,'2006-08-13 19:20:14',1,0),(3,12,1,'June 2006 Status Report','',0,'0000-00-00 00:00:00',0,'2006-08-13 19:22:40',1,'2006-08-13 19:22:40',1,0),(4,16,1,'July 2006 Status Report','',0,'0000-00-00 00:00:00',0,'2006-08-13 19:23:52',1,'2006-08-13 19:23:52',1,0),(5,20,1,'August 2006 Status Report','',0,'0000-00-00 00:00:00',0,'2006-08-13 19:25:17',1,'2006-08-13 19:25:17',1,0),(6,22,1,'September 2006 Status Report','',0,'0000-00-00 00:00:00',0,'2006-08-13 19:26:51',1,'2006-08-13 19:26:51',1,0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `ac_project_task_lists` ENABLE KEYS */;

--
-- Table structure for table `ac_project_tasks`
--

DROP TABLE IF EXISTS `ac_project_tasks`;
CREATE TABLE `ac_project_tasks` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `task_list_id` int(10) unsigned default NULL,
  `text` varchar(255) default NULL,
  `assigned_to_company_id` smallint(5) unsigned default NULL,
  `assigned_to_user_id` int(10) unsigned default NULL,
  `completed_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `completed_by_id` int(10) unsigned default NULL,
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by_id` int(10) unsigned default NULL,
  `updated_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `updated_by_id` int(10) unsigned default NULL,
  `order` int(10) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `task_list_id` (`task_list_id`),
  KEY `completed_on` (`completed_on`),
  KEY `created_on` (`created_on`),
  KEY `order` (`order`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `ac_project_tasks`
--


/*!40000 ALTER TABLE `ac_project_tasks` DISABLE KEYS */;
LOCK TABLES `ac_project_tasks` WRITE;
INSERT INTO `ac_project_tasks` VALUES (1,1,'Start April 2006 Status Report',1,1,'2006-08-13 19:27:29',1,'2006-08-13 19:07:18',1,'2006-08-13 19:27:29',1,0),(2,1,'Complete April 2006 Status Report',1,1,'2006-08-13 22:49:10',1,'2006-08-13 19:07:18',1,'2006-08-13 22:49:10',1,0),(3,1,'Review April 2006 Status Report',0,0,'2006-08-13 22:49:17',1,'2006-08-13 19:07:18',1,'2006-08-13 22:49:17',1,0),(4,1,'Submit April 2006 Status Report',1,1,'0000-00-00 00:00:00',0,'2006-08-13 19:07:18',1,'2006-08-13 19:07:18',1,0),(5,2,'Start May 2006 Status Report',1,1,'2006-08-17 18:04:31',1,'2006-08-13 19:20:14',1,'2006-08-17 18:04:31',1,0),(6,2,'Complete May 2006 Report',1,1,'0000-00-00 00:00:00',0,'2006-08-13 19:20:14',1,'2006-08-13 19:20:14',1,0),(7,2,'Review May 2006 Report',0,0,'0000-00-00 00:00:00',0,'2006-08-13 19:20:14',1,'2006-08-13 19:20:14',1,0),(8,2,'Submit May 2006 Report',1,1,'0000-00-00 00:00:00',0,'2006-08-13 19:20:14',1,'2006-08-13 19:20:14',1,0),(9,3,'Start June 2006 Report',1,1,'0000-00-00 00:00:00',0,'2006-08-13 19:22:40',1,'2006-08-13 19:22:40',1,0),(10,3,'Complete June 2006 Report',1,1,'0000-00-00 00:00:00',0,'2006-08-13 19:22:40',1,'2006-08-13 19:22:40',1,0),(11,3,'Review June 2006 Report',0,0,'0000-00-00 00:00:00',0,'2006-08-13 19:22:40',1,'2006-08-13 19:22:40',1,0),(12,3,'Submit June 2006 Report',1,1,'0000-00-00 00:00:00',0,'2006-08-13 19:22:40',1,'2006-08-13 19:22:40',1,0),(13,4,'Start July 2006 Status Report',1,1,'0000-00-00 00:00:00',0,'2006-08-13 19:23:52',1,'2006-08-13 19:23:52',1,0),(14,4,'Complete July 2006 Status Report',1,1,'0000-00-00 00:00:00',0,'2006-08-13 19:23:52',1,'2006-08-13 19:23:52',1,0),(15,4,'Review July 2006 Status Reporrt',0,0,'0000-00-00 00:00:00',0,'2006-08-13 19:23:52',1,'2006-08-13 19:23:52',1,0),(16,4,'Submit July 2006 Status Report',1,1,'0000-00-00 00:00:00',0,'2006-08-13 19:23:52',1,'2006-08-13 19:23:52',1,0),(17,5,'Start August 2006 Status Report',1,1,'0000-00-00 00:00:00',0,'2006-08-13 19:25:17',1,'2006-08-13 19:25:17',1,0),(18,5,'Complete August 2006 Status Report',1,1,'0000-00-00 00:00:00',0,'2006-08-13 19:25:17',1,'2006-08-13 19:25:17',1,0),(19,5,'Review August 2006 Status Report',0,0,'0000-00-00 00:00:00',0,'2006-08-13 19:25:17',1,'2006-08-13 19:25:17',1,0),(20,5,'Submit August 2006 Status Report',1,1,'0000-00-00 00:00:00',0,'2006-08-13 19:25:17',1,'2006-08-13 19:25:17',1,0),(21,6,'Start September 2006 Status Reporrt',1,1,'0000-00-00 00:00:00',0,'2006-08-13 19:26:51',1,'2006-08-13 19:26:51',1,0),(22,6,'Complete September 2006 Status Report',1,1,'0000-00-00 00:00:00',0,'2006-08-13 19:26:51',1,'2006-08-13 19:26:51',1,0),(23,6,'Review September 2006 Status Report',0,0,'0000-00-00 00:00:00',0,'2006-08-13 19:26:51',1,'2006-08-13 19:26:51',1,0),(24,6,'Submit September 2006 Status Report',1,1,'0000-00-00 00:00:00',0,'2006-08-13 19:26:51',1,'2006-08-13 19:26:51',1,0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `ac_project_tasks` ENABLE KEYS */;

--
-- Table structure for table `ac_project_users`
--

DROP TABLE IF EXISTS `ac_project_users`;
CREATE TABLE `ac_project_users` (
  `project_id` int(10) unsigned NOT NULL default '0',
  `user_id` int(10) unsigned NOT NULL default '0',
  `created_on` datetime default NULL,
  `created_by_id` int(10) unsigned NOT NULL default '0',
  `can_manage_messages` tinyint(1) unsigned default '0',
  `can_manage_tasks` tinyint(1) unsigned default '0',
  `can_manage_milestones` tinyint(1) unsigned default '0',
  `can_upload_documents` tinyint(1) unsigned default '0',
  `can_manage_documents` tinyint(1) unsigned default '0',
  PRIMARY KEY  (`project_id`,`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `ac_project_users`
--


/*!40000 ALTER TABLE `ac_project_users` DISABLE KEYS */;
LOCK TABLES `ac_project_users` WRITE;
INSERT INTO `ac_project_users` VALUES (1,1,'2006-08-13 17:02:53',1,1,1,1,1,1),(1,2,'2006-08-13 17:02:53',1,1,1,1,1,1),(2,1,'2006-08-13 17:11:02',1,1,1,1,1,1),(2,2,'2006-08-13 17:11:02',1,1,1,1,1,1),(3,1,'2006-10-10 00:00:34',1,1,1,1,1,1),(3,2,'2006-10-10 00:00:34',1,1,1,1,1,1),(3,3,'2006-10-10 00:00:34',1,1,1,1,1,1);
UNLOCK TABLES;
/*!40000 ALTER TABLE `ac_project_users` ENABLE KEYS */;

--
-- Table structure for table `ac_projects`
--

DROP TABLE IF EXISTS `ac_projects`;
CREATE TABLE `ac_projects` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `name` varchar(50) default NULL,
  `description` text,
  `show_description_in_overview` tinyint(1) unsigned NOT NULL default '0',
  `completed_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `completed_by_id` int(11) default NULL,
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by_id` int(10) unsigned default NULL,
  `updated_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `updated_by_id` int(10) unsigned default NULL,
  PRIMARY KEY  (`id`),
  KEY `completed_on` (`completed_on`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `ac_projects`
--


/*!40000 ALTER TABLE `ac_projects` DISABLE KEYS */;
LOCK TABLES `ac_projects` WRITE;
INSERT INTO `ac_projects` VALUES (1,'Status Reports','This is an ongoing project for creating our status reports (currently monthly) to Bishop Thompson.',1,'0000-00-00 00:00:00',0,'2006-08-13 17:02:44',1,'2006-08-13 17:02:44',1),(2,'Urban Excel','This project is for the development of the Urban Excel Program.',1,'0000-00-00 00:00:00',0,'2006-08-13 17:10:56',1,'2006-08-13 17:10:56',1),(3,'Document Management','This project provides a home from which various public church documents can be accessed by those who need to work on them.',1,'0000-00-00 00:00:00',0,'2006-10-10 00:00:19',1,'2006-10-10 00:00:19',1);
UNLOCK TABLES;
/*!40000 ALTER TABLE `ac_projects` ENABLE KEYS */;

--
-- Table structure for table `ac_searchable_objects`
--

DROP TABLE IF EXISTS `ac_searchable_objects`;
CREATE TABLE `ac_searchable_objects` (
  `object_manager_class` varchar(50) NOT NULL default '',
  `object_id` int(10) unsigned NOT NULL default '0',
  `column_name` varchar(50) NOT NULL default '',
  `content` text NOT NULL,
  `project_id` int(10) unsigned NOT NULL default '0',
  `is_private` tinyint(1) unsigned NOT NULL default '0',
  PRIMARY KEY  (`object_manager_class`,`object_id`,`column_name`),
  KEY `project_id` (`project_id`),
  FULLTEXT KEY `content` (`content`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `ac_searchable_objects`
--


/*!40000 ALTER TABLE `ac_searchable_objects` DISABLE KEYS */;
LOCK TABLES `ac_searchable_objects` WRITE;
INSERT INTO `ac_searchable_objects` VALUES ('ProjectTasks',12,'text','Submit June 2006 Report',1,0),('ProjectTasks',11,'text','Review June 2006 Report',1,0),('ProjectMilestones',4,'name','April 2006 Status Report Submitted',1,0),('ProjectTasks',10,'text','Complete June 2006 Report',1,0),('ProjectTasks',9,'text','Start June 2006 Report',1,0),('ProjectMilestones',8,'name','May 2006 Status Report Submitted',1,0),('ProjectTaskLists',3,'name','June 2006 Status Report',1,0),('ProjectTasks',8,'text','Submit May 2006 Report',1,0),('ProjectMilestones',12,'name','June 2006 Status Report Submitted',1,0),('ProjectTasks',7,'text','Review May 2006 Report',1,0),('ProjectTasks',5,'text','Start May 2006 Status Report',1,0),('ProjectTasks',6,'text','Complete May 2006 Report',1,0),('ProjectMilestones',16,'name','July 2006 Status Report Submitted',1,0),('ProjectTaskLists',2,'name','May 2006 Status Report',1,0),('ProjectMilestones',20,'name','August 2006 Status Report Submitted',1,0),('ProjectMilestones',22,'name','September 2006 Status Report Submitted',1,0),('ProjectTaskLists',1,'name','April 2006 Status Report',1,0),('ProjectTasks',1,'text','Start April 2006 Status Report',1,0),('ProjectTasks',2,'text','Complete April 2006 Status Report',1,0),('ProjectTasks',3,'text','Review April 2006 Status Report',1,0),('ProjectTasks',4,'text','Submit April 2006 Status Report',1,0),('ProjectDocuments',4,'name','April 2006 Status Report - Final',1,0),('ProjectTaskLists',4,'name','July 2006 Status Report',1,0),('ProjectTasks',13,'text','Start July 2006 Status Report',1,0),('ProjectTasks',14,'text','Complete July 2006 Status Report',1,0),('ProjectTasks',15,'text','Review July 2006 Status Reporrt',1,0),('ProjectTasks',16,'text','Submit July 2006 Status Report',1,0),('ProjectTaskLists',5,'name','August 2006 Status Report',1,0),('ProjectTasks',17,'text','Start August 2006 Status Report',1,0),('ProjectTasks',18,'text','Complete August 2006 Status Report',1,0),('ProjectTasks',19,'text','Review August 2006 Status Report',1,0),('ProjectTasks',20,'text','Submit August 2006 Status Report',1,0),('ProjectTaskLists',6,'name','September 2006 Status Report',1,0),('ProjectTasks',21,'text','Start September 2006 Status Reporrt',1,0),('ProjectTasks',22,'text','Complete September 2006 Status Report',1,0),('ProjectTasks',23,'text','Review September 2006 Status Report',1,0),('ProjectTasks',24,'text','Submit September 2006 Status Report',1,0),('ProjectMessages',1,'title','Please Update and Review the April 2006 Status Report',1,0),('ProjectMessages',1,'text','I need the April 30, 2006 attendance figures to complete the April report.  Please update the report, review it, and make any needed changes.  Then let me know when you\'re done so that I can go ahead and submit it.',1,0),('ProjectDocuments',5,'name','May 2006 Status Report - Draft',1,0),('ProjectDocuments',4,'filename','2006-04 Status Report.doc',1,0),('ProjectDocuments',6,'filename','SundayStats.xls',1,0),('ProjectDocuments',6,'name','Sunday Statistics Spreadsheet',1,0),('ProjectMessages',2,'title','Please Update and Review the Draft May 2006 Status Report',1,0),('ProjectMessages',2,'text','The Draft May 2006 status report has been uploaded and is ready for review.  It is missing attendance numbers for 5/14 and 5/28.  Please review it and make any necessary updates.',1,0),('ProjectMessages',3,'title','Please Update and Review the Sunday Statistics Spreadsheet',1,0),('ProjectMessages',3,'text','This spreadsheet should be updated on an ongoing basis to capture our offering and attendance numbers in a form that lends itself to analysis.',1,0),('ProjectDocuments',6,'description','This spreadsheet tracks offering and attendance for each Sunday service.',1,0),('ProjectMessages',4,'title','Please Update and Review the Draft May 2006 Status Report and Sunday Stats Spreadsheet',1,0),('ProjectMessages',4,'text','Hello,\r\n\r\nPlease review the draft May 2006 Status Report and the new Sunday Stats Spreadsheet',1,0),('ProjectDocuments',5,'filename','2006-05-Draft Status Report.doc',1,0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `ac_searchable_objects` ENABLE KEYS */;

--
-- Table structure for table `ac_tags`
--

DROP TABLE IF EXISTS `ac_tags`;
CREATE TABLE `ac_tags` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `project_id` int(10) unsigned NOT NULL default '0',
  `tag` varchar(30) NOT NULL default '',
  `object_id` int(10) unsigned NOT NULL default '0',
  `object_manager_class` varchar(50) NOT NULL default '',
  `created_on` datetime default NULL,
  `created_by_id` int(10) unsigned NOT NULL default '0',
  `is_private` tinyint(1) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `project_id` (`project_id`),
  KEY `tag` (`tag`),
  KEY `object_id` (`object_id`,`object_manager_class`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `ac_tags`
--


/*!40000 ALTER TABLE `ac_tags` DISABLE KEYS */;
LOCK TABLES `ac_tags` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `ac_tags` ENABLE KEYS */;

--
-- Table structure for table `ac_user_im_values`
--

DROP TABLE IF EXISTS `ac_user_im_values`;
CREATE TABLE `ac_user_im_values` (
  `user_id` int(10) unsigned NOT NULL default '0',
  `im_type_id` tinyint(3) unsigned NOT NULL default '0',
  `value` varchar(50) NOT NULL default '',
  `is_default` tinyint(1) unsigned NOT NULL default '0',
  PRIMARY KEY  (`user_id`,`im_type_id`),
  KEY `is_default` (`is_default`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `ac_user_im_values`
--


/*!40000 ALTER TABLE `ac_user_im_values` DISABLE KEYS */;
LOCK TABLES `ac_user_im_values` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `ac_user_im_values` ENABLE KEYS */;

--
-- Table structure for table `ac_users`
--

DROP TABLE IF EXISTS `ac_users`;
CREATE TABLE `ac_users` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `company_id` smallint(5) unsigned default NULL,
  `username` varchar(50) default NULL,
  `password` varchar(40) default NULL,
  `email` varchar(100) default NULL,
  `display_name` varchar(50) default NULL,
  `title` varchar(30) default NULL,
  `avatar_file` varchar(30) default NULL,
  `office_number` varchar(20) default NULL,
  `fax_number` varchar(20) default NULL,
  `mobile_number` varchar(20) default NULL,
  `home_number` varchar(20) default NULL,
  `created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by_id` int(10) unsigned default NULL,
  `updated_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `session_id` varchar(40) default NULL,
  `last_login` datetime NOT NULL default '0000-00-00 00:00:00',
  `last_visit` datetime NOT NULL default '0000-00-00 00:00:00',
  `last_activity` datetime NOT NULL default '0000-00-00 00:00:00',
  `is_admin` tinyint(1) unsigned default NULL,
  `auto_assign` tinyint(1) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `username` (`username`),
  UNIQUE KEY `email` (`email`),
  KEY `last_visit` (`last_visit`),
  KEY `company_id` (`company_id`),
  KEY `session_id` (`session_id`),
  KEY `last_login` (`last_login`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `ac_users`
--


/*!40000 ALTER TABLE `ac_users` DISABLE KEYS */;
LOCK TABLES `ac_users` WRITE;
INSERT INTO `ac_users` VALUES (1,1,'reclarke','273550c20cb1a044c018e81f65e7cc7aa6303795','pastor.rocklyn@lifechurchministries.org','Pastor Rocklyn','President & Senior Pastor',NULL,'617-541-5433',NULL,NULL,NULL,'2006-08-13 16:55:26',NULL,'2006-10-10 12:17:47','411a2b770e7c863888b22e165c85f75327b3b66e','2006-10-09 22:33:03','2006-09-21 14:43:46','2006-10-10 12:17:47',1,1),(2,1,'elclarke','273550c20cb1a044c018e81f65e7cc7aa6303795','Pastor.Eva@LifeChurchMinistries.org','Pastor Eva','','','','','','','2006-08-13 17:01:04',1,'2006-08-17 18:21:53','9318c3b72641c7c8cd05d4aeedf7fdbf0262c883','2006-08-17 18:21:42','2006-08-17 11:09:13','2006-08-17 18:21:53',1,0),(3,1,'vrmartin','5cfbb8e459e1c417d483054ac3d9484ac4306cdd','vrmartin@lifechurchministries.org','Vanessa R. Martin','','','','','','','2006-09-20 22:28:10',1,'2006-09-20 22:28:10','','0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `ac_users` ENABLE KEYS */;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

mysql/lcmrsrcdb.2007-02-16.sql0000644005216200505720000000227410565516702016712 0ustar  lifechurpg12439000000000000000-- MySQL dump 10.10
--
-- Host: lcmrsrcsrv.lifechurchministries.org    Database: lcmrsrcdb
-- ------------------------------------------------------
-- Server version	4.1.14-Debian_5-log

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

mysql/lcmwikidb.2007-02-16.sql0000644005216200505720000250030110565516664016707 0ustar  lifechurpg12439000000000000000-- MySQL dump 10.10
--
-- Host: lcmwikisrv.wiki.lifechurchministries.org    Database: lcmwikidb
-- ------------------------------------------------------
-- Server version	4.1.14-Debian_5-log

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `wiki_archive`
--

DROP TABLE IF EXISTS `wiki_archive`;
CREATE TABLE `wiki_archive` (
  `ar_namespace` int(11) NOT NULL default '0',
  `ar_title` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
  `ar_text` mediumtext NOT NULL,
  `ar_comment` tinyblob NOT NULL,
  `ar_user` int(5) unsigned NOT NULL default '0',
  `ar_user_text` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
  `ar_timestamp` varchar(14) character set latin1 collate latin1_bin NOT NULL default '',
  `ar_minor_edit` tinyint(1) NOT NULL default '0',
  `ar_flags` tinyblob NOT NULL,
  `ar_rev_id` int(8) unsigned default NULL,
  `ar_text_id` int(8) unsigned default NULL,
  KEY `name_title_timestamp` (`ar_namespace`,`ar_title`,`ar_timestamp`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wiki_archive`
--


/*!40000 ALTER TABLE `wiki_archive` DISABLE KEYS */;
LOCK TABLES `wiki_archive` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `wiki_archive` ENABLE KEYS */;

--
-- Table structure for table `wiki_blobs`
--

DROP TABLE IF EXISTS `wiki_blobs`;
CREATE TABLE `wiki_blobs` (
  `blob_index` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
  `blob_data` longblob NOT NULL,
  UNIQUE KEY `blob_index` (`blob_index`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wiki_blobs`
--


/*!40000 ALTER TABLE `wiki_blobs` DISABLE KEYS */;
LOCK TABLES `wiki_blobs` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `wiki_blobs` ENABLE KEYS */;

--
-- Table structure for table `wiki_brokenlinks`
--

DROP TABLE IF EXISTS `wiki_brokenlinks`;
CREATE TABLE `wiki_brokenlinks` (
  `bl_from` int(8) unsigned NOT NULL default '0',
  `bl_to` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
  UNIQUE KEY `bl_from` (`bl_from`,`bl_to`),
  KEY `bl_to` (`bl_to`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wiki_brokenlinks`
--


/*!40000 ALTER TABLE `wiki_brokenlinks` DISABLE KEYS */;
LOCK TABLES `wiki_brokenlinks` WRITE;
INSERT INTO `wiki_brokenlinks` VALUES (1,'Main_Page_(table_free)'),(1,'OpenLife'),(1,'OpenLife:Introduction');
UNLOCK TABLES;
/*!40000 ALTER TABLE `wiki_brokenlinks` ENABLE KEYS */;

--
-- Table structure for table `wiki_categorylinks`
--

DROP TABLE IF EXISTS `wiki_categorylinks`;
CREATE TABLE `wiki_categorylinks` (
  `cl_from` int(8) unsigned NOT NULL default '0',
  `cl_to` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
  `cl_sortkey` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
  `cl_timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
  UNIQUE KEY `cl_from` (`cl_from`,`cl_to`),
  KEY `cl_sortkey` (`cl_to`,`cl_sortkey`(128)),
  KEY `cl_timestamp` (`cl_to`,`cl_timestamp`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wiki_categorylinks`
--


/*!40000 ALTER TABLE `wiki_categorylinks` DISABLE KEYS */;
LOCK TABLES `wiki_categorylinks` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `wiki_categorylinks` ENABLE KEYS */;

--
-- Table structure for table `wiki_cur`
--

DROP TABLE IF EXISTS `wiki_cur`;
CREATE TABLE `wiki_cur` (
  `cur_id` int(8) unsigned NOT NULL auto_increment,
  `cur_namespace` tinyint(2) unsigned NOT NULL default '0',
  `cur_title` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
  `cur_text` mediumtext NOT NULL,
  `cur_comment` tinyblob NOT NULL,
  `cur_user` int(5) unsigned NOT NULL default '0',
  `cur_user_text` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
  `cur_timestamp` varchar(14) character set latin1 collate latin1_bin NOT NULL default '',
  `cur_restrictions` tinyblob NOT NULL,
  `cur_counter` bigint(20) unsigned NOT NULL default '0',
  `cur_is_redirect` tinyint(1) unsigned NOT NULL default '0',
  `cur_minor_edit` tinyint(1) unsigned NOT NULL default '0',
  `cur_is_new` tinyint(1) unsigned NOT NULL default '0',
  `cur_random` double unsigned NOT NULL default '0',
  `cur_touched` varchar(14) character set latin1 collate latin1_bin NOT NULL default '',
  `inverse_timestamp` varchar(14) character set latin1 collate latin1_bin NOT NULL default '',
  PRIMARY KEY  (`cur_id`),
  UNIQUE KEY `name_title` (`cur_namespace`,`cur_title`),
  KEY `cur_title` (`cur_title`(20)),
  KEY `cur_timestamp` (`cur_timestamp`),
  KEY `cur_random` (`cur_random`),
  KEY `name_title_timestamp` (`cur_namespace`,`cur_title`,`inverse_timestamp`),
  KEY `user_timestamp` (`cur_user`,`inverse_timestamp`),
  KEY `usertext_timestamp` (`cur_user_text`,`inverse_timestamp`),
  KEY `namespace_redirect_timestamp` (`cur_namespace`,`cur_is_redirect`,`cur_timestamp`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wiki_cur`
--


/*!40000 ALTER TABLE `wiki_cur` DISABLE KEYS */;
LOCK TABLES `wiki_cur` WRITE;
INSERT INTO `wiki_cur` VALUES (1,0,'Main_Page','== OpenLife - The [http://www.lifechurchministries.org/ Life Church Ministries] Wiki!!! ==\n\n<div style=\"margin-top: -3em; padding-top: 1px\">\n<div style=\"padding-bottom: .8em; margin-top: 3em;float: right; font-size: 92%; text-align: center; padding-right: 3px; line-height: 1.5;\"><div>[[Image:Other-langs2.png|<nowiki></nowiki>]]</div>\n[[#lang|Other languages]]<div style=\"font-size:90%\">[[Wikipedia:FAQ|FAQs]] | [[Main Page (table free)|Table free]]</div>\n</div>\n<p style=\"margin: 2.5em 0 0 3%; text-align: center; font-size: 125%; line-height: 1.3\">\n<!-- See Talk:Main Page/intro for a discussion on the entry paragraph -->\nWelcome to [[OpenLife]], the free-content information repository that [[OpenLife:Introduction|anyone&nbsp;can&nbsp;edit]].\n</p>\n<p style=\"margin:0 0 0 3%;text-align:center;font-size:94%\">\nIn this English version, started in 2005, we are currently working on [[Special:Statistics|{{NUMBEROFARTICLES}}]] articles.\n</p>\n<div style=\"clear:both;margin:0 3px .8em 3px\">\n\nThis is an experimental wiki that we set up so that we could familiarize ourselves with the technology and assess its usefulness for building up God\'s Kingdom.\n\nWikis seem to be popular as repositories for user-driven documentation of technical systems. At Life Church we\'re considering using our wiki in some of the following ways:\n\n<ul>\n<li> to absorb our book database * and expand it to include our video and audio recommendations as well.\n<li> We also think that a wiki would be a good way to reorganize the information on our general resources * page.\n<li> Another potential project would be to provide online documentation of the connections among think tanks, political organizations, and public policy developments.\n</ul>\n\n\nWikipedia (English version) *\n\nWictionary *\n\nWikimedia Foundation *\n\nInformation Technology and Politics Wiki Database *\n\nSitepoint Article: What Is A Wiki? *\n\nMeatballWiki *\n\nWikipes.com - A Global Cookbook *\n\n\nWiki software successfully installed.\n\nPlease see [http://meta.wikipedia.org/wiki/MediaWiki_i18n documentation on customizing the interface]\nand the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User\'s Guide] for usage and configuration help.','',2,'Reclarke','20050420055232','move=sysop:edit=sysop',660,0,0,0,0,'20050420055232','79949579944767'),(2,8,'1movedto2','$1 moved to $2','',0,'MediaWiki default','20050419184539','sysop',5,0,0,1,0,'20050419184539','79949580815460'),(3,8,'1movedto2_redir','$1 moved to $2 over redirect','',0,'MediaWiki default','20050419184539','sysop',4,0,0,1,0,'20050419184539','79949580815460'),(4,8,'Monobook.css','/* edit this file to customize the monobook skin for the entire site */','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(5,8,'Monobook.js','/* tooltips and access keys */\nta = new Object();\nta[\'pt-userpage\'] = new Array(\'.\',\'My user page\');\nta[\'pt-anonuserpage\'] = new Array(\'.\',\'The user page for the ip you\\\'re editing as\');\nta[\'pt-mytalk\'] = new Array(\'n\',\'My talk page\');\nta[\'pt-anontalk\'] = new Array(\'n\',\'Discussion about edits from this ip address\');\nta[\'pt-preferences\'] = new Array(\'\',\'My preferences\');\nta[\'pt-watchlist\'] = new Array(\'l\',\'The list of pages you\\\'re monitoring for changes.\');\nta[\'pt-mycontris\'] = new Array(\'y\',\'List of my contributions\');\nta[\'pt-login\'] = new Array(\'o\',\'You are encouraged to log in, it is not mandatory however.\');\nta[\'pt-anonlogin\'] = new Array(\'o\',\'You are encouraged to log in, it is not mandatory however.\');\nta[\'pt-logout\'] = new Array(\'o\',\'Log out\');\nta[\'ca-talk\'] = new Array(\'t\',\'Discussion about the content page\');\nta[\'ca-edit\'] = new Array(\'e\',\'You can edit this page. Please use the preview button before saving.\');\nta[\'ca-addsection\'] = new Array(\'+\',\'Add a comment to this discussion.\');\nta[\'ca-viewsource\'] = new Array(\'e\',\'This page is protected. You can view its source.\');\nta[\'ca-history\'] = new Array(\'h\',\'Past versions of this page.\');\nta[\'ca-protect\'] = new Array(\'=\',\'Protect this page\');\nta[\'ca-delete\'] = new Array(\'d\',\'Delete this page\');\nta[\'ca-undelete\'] = new Array(\'d\',\'Restore the edits done to this page before it was deleted\');\nta[\'ca-move\'] = new Array(\'m\',\'Move this page\');\nta[\'ca-nomove\'] = new Array(\'\',\'You don\\\'t have the permissions to move this page\');\nta[\'ca-watch\'] = new Array(\'w\',\'Add this page to your watchlist\');\nta[\'ca-unwatch\'] = new Array(\'w\',\'Remove this page from your watchlist\');\nta[\'search\'] = new Array(\'f\',\'Search this wiki\');\nta[\'p-logo\'] = new Array(\'\',\'Main Page\');\nta[\'n-mainpage\'] = new Array(\'z\',\'Visit the Main Page\');\nta[\'n-portal\'] = new Array(\'\',\'About the project, what you can do, where to find things\');\nta[\'n-currentevents\'] = new Array(\'\',\'Find background information on current events\');\nta[\'n-recentchanges\'] = new Array(\'r\',\'The list of recent changes in the wiki.\');\nta[\'n-randompage\'] = new Array(\'x\',\'Load a random page\');\nta[\'n-help\'] = new Array(\'\',\'The place to find out.\');\nta[\'n-sitesupport\'] = new Array(\'\',\'Support us\');\nta[\'t-whatlinkshere\'] = new Array(\'j\',\'List of all wiki pages that link here\');\nta[\'t-recentchangeslinked\'] = new Array(\'k\',\'Recent changes in pages linked from this page\');\nta[\'feed-rss\'] = new Array(\'\',\'RSS feed for this page\');\nta[\'feed-atom\'] = new Array(\'\',\'Atom feed for this page\');\nta[\'t-contributions\'] = new Array(\'\',\'View the list of contributions of this user\');\nta[\'t-emailuser\'] = new Array(\'\',\'Send a mail to this user\');\nta[\'t-upload\'] = new Array(\'u\',\'Upload images or media files\');\nta[\'t-specialpages\'] = new Array(\'q\',\'List of all special pages\');\nta[\'ca-nstab-main\'] = new Array(\'c\',\'View the content page\');\nta[\'ca-nstab-user\'] = new Array(\'c\',\'View the user page\');\nta[\'ca-nstab-media\'] = new Array(\'c\',\'View the media page\');\nta[\'ca-nstab-special\'] = new Array(\'\',\'This is a special page, you can\\\'t edit the page itself.\');\nta[\'ca-nstab-wp\'] = new Array(\'a\',\'View the project page\');\nta[\'ca-nstab-image\'] = new Array(\'c\',\'View the image page\');\nta[\'ca-nstab-mediawiki\'] = new Array(\'c\',\'View the system message\');\nta[\'ca-nstab-template\'] = new Array(\'c\',\'View the template\');\nta[\'ca-nstab-help\'] = new Array(\'c\',\'View the help page\');\nta[\'ca-nstab-category\'] = new Array(\'c\',\'View the category page\');\n','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(6,8,'About','About','',0,'MediaWiki default','20050419184539','sysop',5,0,0,1,0,'20050419184539','79949580815460'),(7,8,'Aboutpage','Project:About','',0,'MediaWiki default','20050419184539','sysop',5,0,0,1,0,'20050419184539','79949580815460'),(8,8,'Aboutsite','About {{SITENAME}}','',0,'MediaWiki default','20050419184539','sysop',5,0,0,1,0,'20050419184539','79949580815460'),(9,8,'Accesskey-compareselectedversions','v','',0,'MediaWiki default','20050419184539','sysop',5,0,0,1,0,'20050419184539','79949580815460'),(10,8,'Accesskey-minoredit','i','',0,'MediaWiki default','20050419184539','sysop',5,0,0,1,0,'20050419184539','79949580815460'),(11,8,'Accesskey-preview','p','',0,'MediaWiki default','20050419184539','sysop',5,0,0,1,0,'20050419184539','79949580815460'),(12,8,'Accesskey-save','s','',0,'MediaWiki default','20050419184539','sysop',5,0,0,1,0,'20050419184539','79949580815460'),(13,8,'Accesskey-search','f','',0,'MediaWiki default','20050419184539','sysop',5,0,0,1,0,'20050419184539','79949580815460'),(14,8,'Accmailtext','The Password for \'$1\' has been sent to $2.','',0,'MediaWiki default','20050419184539','sysop',5,0,0,1,0,'20050419184539','79949580815460'),(15,8,'Accmailtitle','Password sent.','',0,'MediaWiki default','20050419184539','sysop',5,0,0,1,0,'20050419184539','79949580815460'),(16,8,'Acct_creation_throttle_hit','Sorry, you have already created $1 accounts. You can\'t make any more.','',0,'MediaWiki default','20050419184539','sysop',5,0,0,1,0,'20050419184539','79949580815460'),(17,8,'Actioncomplete','Action complete','',0,'MediaWiki default','20050419184539','sysop',5,0,0,1,0,'20050419184539','79949580815460'),(18,8,'Addedwatch','Added to watchlist','',0,'MediaWiki default','20050419184539','sysop',5,0,0,1,0,'20050419184539','79949580815460'),(19,8,'Addedwatchtext','The page \"$1\" has been added to your [[Special:Watchlist|watchlist]].\nFuture changes to this page and its associated Talk page will be listed there,\nand the page will appear \'\'\'bolded\'\'\' in the [[Special:Recentchanges|list of recent changes]] to\nmake it easier to pick out.\n\n<p>If you want to remove the page from your watchlist later, click \"Stop watching\" in the sidebar.','',0,'MediaWiki default','20050419184539','sysop',5,0,0,1,0,'20050419184539','79949580815460'),(20,8,'Addgroup','Add Group','',0,'MediaWiki default','20050419184539','sysop',5,0,0,1,0,'20050419184539','79949580815460'),(21,8,'Addsection','+','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(22,8,'Administrators','Project:Administrators','',0,'MediaWiki default','20050419184539','sysop',2,0,0,1,0,'20050419184539','79949580815460'),(23,8,'Affirmation','I affirm that the copyright holder of this file\nagrees to license it under the terms of the $1.','',0,'MediaWiki default','20050419184539','sysop',2,0,0,1,0,'20050419184539','79949580815460'),(24,8,'All','all','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(25,8,'Allarticles','All articles','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(26,8,'Alllogstext','Combined display of upload, deletion, protection, blocking, and sysop logs.\nYou can narrow down the view by selecting a log type, the user name, or the affected page.','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(27,8,'Allmessages','All system messages','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(28,8,'Allmessagescurrent','Current text','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(29,8,'Allmessagesdefault','Default text','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(30,8,'Allmessagesname','Name','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(31,8,'AllmessagesnotsupportedDB','Special:AllMessages not supported because wgUseDatabaseMessages is off.','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(32,8,'AllmessagesnotsupportedUI','Your current interface language <b>$1</b> is not supported by Special:AllMessages at this site. ','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(33,8,'Allmessagestext','This is a list of all system messages available in the MediaWiki: namespace.','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(34,8,'Allpages','All pages','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(35,8,'Allpagesformtext1','Display pages starting at: $1','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(36,8,'Allpagesformtext2','Choose namespace: $1 $2','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(37,8,'Allpagesnamespace','All pages ($1 namespace)','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(38,8,'Allpagesnext','Next','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(39,8,'Allpagesprev','Previous','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(40,8,'Allpagessubmit','Go','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(41,8,'Alphaindexline','$1 to $2','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(42,8,'Alreadyloggedin','<font color=red><b>User $1, you are already logged in!</b></font><br />\n','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(43,8,'Alreadyrolled','Cannot rollback last edit of [[$1]]\nby [[User:$2|$2]] ([[User talk:$2|Talk]]); someone else has edited or rolled back the page already.\n\nLast edit was by [[User:$3|$3]] ([[User talk:$3|Talk]]). ','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(44,8,'Ancientpages','Oldest pages','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(45,8,'And','and','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(46,8,'Anontalk','Talk for this IP','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(47,8,'Anontalkpagetext','----\'\'This is the discussion page for an anonymous user who has not created an account yet or who does not use it. We therefore have to use the numerical [[IP address]] to identify him/her. Such an IP address can be shared by several users. If you are an anonymous user and feel that irrelevant comments have been directed at you, please [[Special:Userlogin|create an account or log in]] to avoid future confusion with other anonymous users.\'\' ','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(48,8,'Anonymous','Anonymous user(s) of OpenLife','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(49,8,'Apr','Apr','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(50,8,'April','April','',0,'MediaWiki default','20050419184539','sysop',2,0,0,1,0,'20050419184539','79949580815460'),(51,8,'Article','Content page','',0,'MediaWiki default','20050419184539','sysop',4,0,0,1,0,'20050419184539','79949580815460'),(52,8,'Articleexists','A page of that name already exists, or the\nname you have chosen is not valid.\nPlease choose another name.','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(53,8,'Articlenamespace','(articles)','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(54,8,'Articlepage','View content page','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(55,8,'Asksql','SQL query','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(56,8,'Asksqlpheading','asksql level','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(57,8,'Asksqltext','Use the form below to make a direct query of the\ndatabase.\nUse single quotes (\'like this\') to delimit string literals.\nThis can often add considerable load to the server, so please use\nthis function sparingly.','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(58,8,'Aug','Aug','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(59,8,'August','August','',0,'MediaWiki default','20050419184539','sysop',2,0,0,1,0,'20050419184539','79949580815460'),(60,8,'Autoblocker','Autoblocked because you share an IP address with \"$1\". Reason \"$2\".','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(61,8,'Badarticleerror','This action cannot be performed on this page.','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(62,8,'Badfilename','Image name has been changed to \"$1\".','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(63,8,'Badfiletype','\".$1\" is not a recommended image file format.','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(64,8,'Badipaddress','Invalid IP address','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(65,8,'Badquery','Badly formed search query','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(66,8,'Badquerytext','We could not process your query.\nThis is probably because you have attempted to search for a\nword fewer than three letters long, which is not yet supported.\nIt could also be that you have mistyped the expression, for\nexample \"fish and and scales\".\nPlease try another query.','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(67,8,'Badretype','The passwords you entered do not match.','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(68,8,'Badtitle','Bad title','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(69,8,'Badtitletext','The requested page title was invalid, empty, or\nan incorrectly linked inter-language or inter-wiki title.','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(70,8,'Blanknamespace','(Main)','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(71,8,'Block_compress_delete','Can\'t delete this article because it contains block-compressed revisions. \nThis is a temporary situation which the developers are well aware of, and should be fixed within a month or two. \nPlease mark the article for deletion and wait for a developer to fix our buggy software.','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(72,8,'Blockedtext','Your user name or IP address has been blocked by $1.\nThe reason given is this:<br />\'\'$2\'\'<p>You may contact $1 or one of the other\n[[Project:Administrators|administrators]] to discuss the block.\n\nNote that you may not use the \"email this user\" feature unless you have a valid email address registered in your [[Special:Preferences|user preferences]].\n\nYour IP address is $3. Please include this address in any queries you make.\n','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(73,8,'Blockedtitle','User is blocked','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(74,8,'Blockip','Block user','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(75,8,'Blockipsuccesssub','Block succeeded','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(76,8,'Blockipsuccesstext','\"$1\" has been blocked.\n<br />See [[Special:Ipblocklist|IP block list]] to review blocks.','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(77,8,'Blockiptext','Use the form below to block write access\nfrom a specific IP address or username.\nThis should be done only only to prevent vandalism, and in\naccordance with [[Project:Policy|policy]].\nFill in a specific reason below (for example, citing particular\npages that were vandalized).','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(78,8,'Blocklink','block','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(79,8,'Blocklistline','$1, $2 blocked $3 (expires $4)','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(80,8,'Blocklogentry','blocked \"$1\" with an expiry time of $2','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(81,8,'Blocklogpage','Block_log','',0,'MediaWiki default','20050419184539','sysop',4,0,0,1,0,'20050419184539','79949580815460'),(82,8,'Blocklogtext','This is a log of user blocking and unblocking actions. Automatically\nblocked IP addresses are not listed. See the [[Special:Ipblocklist|IP block list]] for\nthe list of currently operational bans and blocks.','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(83,8,'Blockpheading','block level','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(84,8,'Bold_sample','Bold text','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(85,8,'Bold_tip','Bold text','',0,'MediaWiki default','20050419184539','sysop',4,0,0,1,0,'20050419184539','79949580815460'),(86,8,'Booksources','Book sources','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(87,8,'Booksourcetext','Below is a list of links to other sites that\nsell new and used books, and may also have further information\nabout books you are looking for.\n{{SITENAME}} is not affiliated with any of these businesses, and\nthis list should not be construed as an endorsement.','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(88,8,'Brokenredirects','Broken Redirects','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(89,8,'Brokenredirectstext','The following redirects link to a non-existing pages.','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(90,8,'Bugreports','Bug reports','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(91,8,'Bugreportspage','Project:Bug_reports','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(92,8,'Bureaucratlog','Bureaucrat_log','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(93,8,'Bureaucratlogentry','Rights for user \"$1\" set \"$2\"','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(94,8,'Bureaucrattext','The action you have requested can only be\nperformed by sysops with  \"bureaucrat\" status.','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(95,8,'Bureaucrattitle','Bureaucrat access required','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(96,8,'Bydate','by date','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(97,8,'Byname','by name','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(98,8,'Bysize','by size','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(99,8,'Cachederror','The following is a cached copy of the requested page, and may not be up to date.','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(100,8,'Cancel','Cancel','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(101,8,'Cannotdelete','Could not delete the page or image specified. (It may have already been deleted by someone else.)','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(102,8,'Cantrollback','Cannot revert edit; last contributor is only author of this page.','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(103,8,'Categories','Categories','',0,'MediaWiki default','20050419184539','sysop',4,0,0,1,0,'20050419184539','79949580815460'),(104,8,'Categoriespagetext','The following categories exist in the wiki.','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(105,8,'Category','category','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(106,8,'Category_header','Articles in category \"$1\"','',0,'MediaWiki default','20050419184539','sysop',2,0,0,1,0,'20050419184539','79949580815460'),(107,8,'Categoryarticlecount','There are $1 articles in this category.','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(108,8,'Categoryarticlecount1','There is $1 article in this category.','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(109,8,'Changepassword','Change password','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(110,8,'Changes','changes','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(111,8,'Clearyourcache','\'\'\'Note:\'\'\' After saving, you have to clear your browser cache to see the changes: \'\'\'Mozilla:\'\'\' click \'\'Reload\'\' (or \'\'Ctrl-R\'\'), \'\'\'IE / Opera:\'\'\' \'\'Ctrl-F5\'\', \'\'\'Safari:\'\'\' \'\'Cmd-R\'\', \'\'\'Konqueror\'\'\' \'\'Ctrl-R\'\'.','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(112,8,'Columns','Columns','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(113,8,'Compareselectedversions','Compare selected versions','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(114,8,'Confirm','Confirm','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(115,8,'Confirmcheck','Yes, I really want to delete this.','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(116,8,'Confirmdelete','Confirm delete','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(117,8,'Confirmdeletetext','You are about to permanently delete a page\nor image along with all of its history from the database.\nPlease confirm that you intend to do this, that you understand the\nconsequences, and that you are doing this in accordance with\n[[Project:Policy]].','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(118,8,'Confirmprotect','Confirm protection','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(119,8,'Confirmprotecttext','Do you really want to protect this page?','',0,'MediaWiki default','20050419184539','sysop',4,0,0,1,0,'20050419184539','79949580815460'),(120,8,'Confirmunprotect','Confirm unprotection','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(121,8,'Confirmunprotecttext','Do you really want to unprotect this page?','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(122,8,'Contextchars','Characters of context per line','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(123,8,'Contextlines','Lines to show per hit','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(124,8,'Contribslink','contribs','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(125,8,'Contribsub','For $1','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(126,8,'Contributions','User contributions','',0,'MediaWiki default','20050419184539','sysop',2,0,0,1,0,'20050419184539','79949580815460'),(127,8,'Copyright','Content is available under $1.','',0,'MediaWiki default','20050419184539','sysop',2,0,0,1,0,'20050419184539','79949580815460'),(128,8,'Copyrightpage','Project:Copyrights','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(129,8,'Copyrightpagename','{{SITENAME}} copyright','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(130,8,'Copyrightwarning','Please note that all contributions to {{SITENAME}} are\nconsidered to be released under the $2 (see $1 for details).\nIf you don\'t want your writing to be edited mercilessly and redistributed\nat will, then don\'t submit it here.<br />\nYou are also promising us that you wrote this yourself, or copied it from a\npublic domain or similar free resource.\n<strong>DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!</strong>','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(131,8,'Copyrightwarning2','Please note that all contributions to {{SITENAME}}\nmay be edited, altered, or removed by other contributors.\nIf you don\'t want your writing to be edited mercilessly, then don\'t submit it here.<br />\nYou are also promising us that you wrote this yourself, or copied it from a\npublic domain or similar free resource (see $1 for details).\n<strong>DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!</strong>','',0,'MediaWiki default','20050419184539','sysop',3,0,0,1,0,'20050419184539','79949580815460'),(132,8,'Couldntremove','Couldn\'t remove item \'$1\'...','',0,'MediaWiki default','20050419184539','sysop',2,0,0,1,0,'20050419184539','79949580815460'),(133,8,'Createaccount','Create new account','',0,'MediaWiki default','20050419184539','sysop',2,0,0,1,0,'20050419184539','79949580815460'),(134,8,'Createaccountmail','by email','',0,'MediaWiki default','20050419184539','sysop',2,0,0,1,0,'20050419184539','79949580815460'),(135,8,'Createaccountpheading','createaccount level','',0,'MediaWiki default','20050419184539','sysop',2,0,0,1,0,'20050419184539','79949580815460'),(136,8,'Creditspage','Page credits','',0,'MediaWiki default','20050419184539','sysop',2,0,0,1,0,'20050419184539','79949580815460'),(137,8,'Cur','cur','',0,'MediaWiki default','20050419184539','sysop',2,0,0,1,0,'20050419184539','79949580815460'),(138,8,'Currentevents','Current events','',0,'MediaWiki default','20050419184539','sysop',2,0,0,1,0,'20050419184539','79949580815460'),(139,8,'Currentevents-url','Current events','',0,'MediaWiki default','20050419184539','sysop',2,0,0,1,0,'20050419184539','79949580815460'),(140,8,'Currentrev','Current revision','',0,'MediaWiki default','20050419184539','sysop',2,0,0,1,0,'20050419184539','79949580815460'),(141,8,'Currentrevisionlink','view current revision','',0,'MediaWiki default','20050419184539','sysop',2,0,0,1,0,'20050419184539','79949580815460'),(142,8,'Data','Data','',0,'MediaWiki default','20050419184539','sysop',2,0,0,1,0,'20050419184539','79949580815460'),(143,8,'Databaseerror','Database error','',0,'MediaWiki default','20050419184539','sysop',2,0,0,1,0,'20050419184539','79949580815460'),(144,8,'Dateformat','Date format','',0,'MediaWiki default','20050419184539','sysop',2,0,0,1,0,'20050419184539','79949580815460'),(145,8,'Dberrortext','A database query syntax error has occurred.\nThis may indicate a bug in the software.\nThe last attempted database query was:\n<blockquote><tt>$1</tt></blockquote>\nfrom within function \"<tt>$2</tt>\".\nMySQL returned error \"<tt>$3: $4</tt>\".','',0,'MediaWiki default','20050419184539','sysop',2,0,0,1,0,'20050419184539','79949580815460'),(146,8,'Dberrortextcl','A database query syntax error has occurred.\nThe last attempted database query was:\n\"$1\"\nfrom within function \"$2\".\nMySQL returned error \"$3: $4\".\n','',0,'MediaWiki default','20050419184539','sysop',2,0,0,1,0,'20050419184539','79949580815460'),(147,8,'Deadendpages','Dead-end pages','',0,'MediaWiki default','20050419184539','sysop',2,0,0,1,0,'20050419184539','79949580815460'),(148,8,'Debug','Debug','',0,'MediaWiki default','20050419184539','sysop',2,0,0,1,0,'20050419184539','79949580815460'),(149,8,'Dec','Dec','',0,'MediaWiki default','20050419184539','sysop',2,0,0,1,0,'20050419184539','79949580815460'),(150,8,'December','December','',0,'MediaWiki default','20050419184539','sysop',2,0,0,1,0,'20050419184539','79949580815460'),(151,8,'Default','default','',0,'MediaWiki default','20050419184539','sysop',2,0,0,1,0,'20050419184539','79949580815460'),(152,8,'Defaultns','Search in these namespaces by default:','',0,'MediaWiki default','20050419184539','sysop',2,0,0,1,0,'20050419184539','79949580815460'),(153,8,'Defemailsubject','{{SITENAME}} e-mail','',0,'MediaWiki default','20050419184539','sysop',2,0,0,1,0,'20050419184539','79949580815460'),(154,8,'Delete','Delete','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(155,8,'Deletecomment','Reason for deletion','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(156,8,'Deletedarticle','deleted \"$1\"','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(157,8,'Deletedrevision','Deleted old revision $1.','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(158,8,'Deletedtext','\"$1\" has been deleted.\nSee $2 for a record of recent deletions.','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(159,8,'Deleteimg','del','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(160,8,'Deleteimgcompletely','Delete all revisions','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(161,8,'Deletepage','Delete page','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(162,8,'Deletepheading','delete level','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(163,8,'Deletesub','(Deleting \"$1\")','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(164,8,'Deletethispage','Delete this page','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(165,8,'Deletionlog','deletion log','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(166,8,'Dellogpage','Deletion_log','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(167,8,'Dellogpagetext','Below is a list of the most recent deletions.','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(168,8,'Developertext','The action you have requested can only be\nperformed by users with \"developer\" status.\nSee $1.','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(169,8,'Developertitle','Developer access required','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(170,8,'Diff','diff','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(171,8,'Difference','(Difference between revisions)','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(172,8,'Disambiguations','Disambiguation pages','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(173,8,'Disambiguationspage','Project:Links_to_disambiguating_pages','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(174,8,'Disambiguationstext','The following pages link to a <i>disambiguation page</i>. They should link to the appropriate topic instead.<br />A page is treated as dismbiguation if it is linked from $1.<br />Links from other namespaces are <i>not</i> listed here.','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(175,8,'Disclaimerpage','Project:General_disclaimer','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(176,8,'Disclaimers','Disclaimers','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(177,8,'Doubleredirects','Double Redirects','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(178,8,'Doubleredirectstext','<b>Attention:</b> This list may contain false positives. That usually means there is additional text with links below the first #REDIRECT.<br />\nEach row contains links to the first and second redirect, as well as the first line of the second redirect text, usually giving the \"real\" target page, which the first redirect should point to.','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(179,8,'Edit','Edit','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(180,8,'Editcomment','The edit comment was: \"<i>$1</i>\".','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(181,8,'Editconflict','Edit conflict: $1','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(182,8,'Editcurrent','Edit the current version of this page','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(183,8,'Editgroup','Edit Group','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(184,8,'Edithelp','Editing help','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(185,8,'Edithelppage','Help:Editing','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(186,8,'Editing','Editing $1','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(187,8,'Editingcomment','Editing $1 (comment)','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(188,8,'Editingold','<strong>WARNING: You are editing an out-of-date\nrevision of this page.\nIf you save it, any changes made since this revision will be lost.</strong>\n','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(189,8,'Editingsection','Editing $1 (section)','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(190,8,'Editsection','edit','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(191,8,'Editthispage','Edit this page','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(192,8,'Editusergroup','Edit User Groups','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(193,8,'Emailflag','Disable e-mail from other users','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(194,8,'Emailforlost','Fields marked with a star (*) are optional.  Storing an email address enables people to contact you through the website without you having to reveal your\nemail address to them, and it can be used to send you a new password if you forget it.<br /><br />Your real name, if you choose to provide it, will be used for giving you attribution for your work.','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(195,8,'Emailfrom','From','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(196,8,'Emailmessage','Message','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(197,8,'Emailpage','E-mail user','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(198,8,'Emailpagetext','If this user has entered a valid e-mail address in\nhis or her user preferences, the form below will send a single message.\nThe e-mail address you entered in your user preferences will appear\nas the \"From\" address of the mail, so the recipient will be able\nto reply.','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(199,8,'Emailsend','Send','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(200,8,'Emailsent','E-mail sent','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(201,8,'Emailsenttext','Your e-mail message has been sent.','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(202,8,'Emailsubject','Subject','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(203,8,'Emailto','To','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(204,8,'Emailuser','E-mail this user','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(205,8,'Emptyfile','The file you uploaded seems to be empty. This might be due to a typo in the file name. Please check whether you really want to upload this file.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(206,8,'Enterlockreason','Enter a reason for the lock, including an estimate\nof when the lock will be released','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(207,8,'Error','Error','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(208,8,'Errorpagetitle','Error','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(209,8,'Exbeforeblank','content before blanking was:','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(210,8,'Exblank','page was empty','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(211,8,'Excontent','content was:','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(212,8,'Explainconflict','Someone else has changed this page since you\nstarted editing it.\nThe upper text area contains the page text as it currently exists.\nYour changes are shown in the lower text area.\nYou will have to merge your changes into the existing text.\n<b>Only</b> the text in the upper text area will be saved when you\npress \"Save page\".\n<p>','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(213,8,'Export','Export pages','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(214,8,'Exportcuronly','Include only the current revision, not the full history','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(215,8,'Exporttext','You can export the text and editing history of a particular page or\nset of pages wrapped in some XML. In the future, this may then be imported into another\nwiki running MediaWiki software, although there is no support for this feature in the\ncurrent version.\n\nTo export article pages, enter the titles in the text box below, one title per line, and\nselect whether you want the current version as well as all old versions, with the page\nhistory lines, or just the current version with the info about the last edit.\n\nIn the latter case you can also use a link, e.g. [[{{ns:Special}}:Export/Train]] for the\narticle [[Train]].\n','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(216,8,'Extlink_sample','http://www.example.com link title','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(217,8,'Extlink_tip','External link (remember http:// prefix)','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(218,8,'Faq','FAQ','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(219,8,'Faqpage','Project:FAQ','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(220,8,'Feb','Feb','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(221,8,'February','February','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(222,8,'Feedlinks','Feed:','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(223,8,'Filecopyerror','Could not copy file \"$1\" to \"$2\".','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(224,8,'Filedeleteerror','Could not delete file \"$1\".','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(225,8,'Filedesc','Summary','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(226,8,'Fileexists','A file with this name exists already, please check $1 if you are not sure if you want to change it.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(227,8,'Filemissing','File missing','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(228,8,'Filename','Filename','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(229,8,'Filenotfound','Could not find file \"$1\".','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(230,8,'Filerenameerror','Could not rename file \"$1\" to \"$2\".','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(231,8,'Filesource','Source','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(232,8,'Filestatus','Copyright status','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(233,8,'Fileuploaded','File $1 uploaded successfully.\nPlease follow this link: $2 to the description page and fill\nin information about the file, such as where it came from, when it was\ncreated and by whom, and anything else you may know about it. If this is an image, you can insert it like this: <tt><nowiki>[[Image:$1|thumb|Description]]</nowiki></tt>','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(234,8,'Formerror','Error: could not submit form','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(235,8,'Friday','Friday','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(236,8,'Geo','GEO coordinates','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(237,8,'Getimagelist','fetching image list','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(238,8,'Go','Go','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(239,8,'Googlesearch','\n<!-- SiteSearch Google -->\n<FORM method=GET action=\"http://www.google.com/search\">\n<TABLE bgcolor=\"#FFFFFF\"><tr><td>\n<A HREF=\"http://www.google.com/\">\n<IMG SRC=\"http://www.google.com/logos/Logo_40wht.gif\"\nborder=\"0\" ALT=\"Google\"></A>\n</td>\n<td>\n<INPUT TYPE=text name=q size=31 maxlength=255 value=\"$1\">\n<INPUT type=submit name=btnG VALUE=\"Google Search\">\n<font size=-1>\n<input type=hidden name=domains value=\"{{SERVER}}\"><br /><input type=radio name=sitesearch value=\"\"> WWW <input type=radio name=sitesearch value=\"{{SERVER}}\" checked> {{SERVER}} <br />\n<input type=\'hidden\' name=\'ie\' value=\'$2\'>\n<input type=\'hidden\' name=\'oe\' value=\'$2\'>\n</font>\n</td></tr></TABLE>\n</FORM>\n<!-- SiteSearch Google -->','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(240,8,'Guesstimezone','Fill in from browser','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(241,8,'Headline_sample','Headline text','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(242,8,'Headline_tip','Level 2 headline','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(243,8,'Help','Help','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(244,8,'Helppage','Help:Contents','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(245,8,'Hide','hide','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(246,8,'Hidetoc','hide','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(247,8,'Hist','hist','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(248,8,'Histlegend','Diff selection: mark the radio boxes of the versions to compare and hit enter or the button at the bottom.<br />\nLegend: (cur) = difference with current version,\n(last) = difference with preceding version, M = minor edit.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(249,8,'History','Page history','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(250,8,'History_copyright','-','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(251,8,'History_short','History','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(252,8,'Historywarning','Warning: The page you are about to delete has a history: ','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(253,8,'Hr_tip','Horizontal line (use sparingly)','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(254,8,'Ignorewarning','Ignore warning and save file anyway.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(255,8,'Illegalfilename','The filename \"$1\" contains characters that are not allowed in page titles. Please rename the file and try uploading it again.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(256,8,'Ilshowmatch','Show all images with names matching','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(257,8,'Ilsubmit','Search','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(258,8,'Image_sample','Example.jpg','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(259,8,'Image_tip','Embedded image','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(260,8,'Imagelinks','Image links','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(261,8,'Imagelist','Image list','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(262,8,'Imagelisttext','Below is a list of $1 images sorted $2.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(263,8,'Imagemaxsize','Limit images on image description pages to: ','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(264,8,'Imagepage','View image page','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(265,8,'Imagereverted','Revert to earlier version was successful.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(266,8,'Imgdelete','del','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(267,8,'Imgdesc','desc','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(268,8,'Imghistlegend','Legend: (cur) = this is the current image, (del) = delete\nthis old version, (rev) = revert to this old version.\n<br /><i>Click on date to see image uploaded on that date</i>.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(269,8,'Imghistory','Image history','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(270,8,'Imglegend','Legend: (desc) = show/edit image description.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(271,8,'Import','Import pages','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(272,8,'Importfailed','Import failed: $1','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(273,8,'Importhistoryconflict','Conflicting history revision exists (may have imported this page before)','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(274,8,'Importnotext','Empty or no text','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(275,8,'Importsuccess','Import succeeded!','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(276,8,'Importtext','Please export the file from the source wiki using the Special:Export utility, save it to your disk and upload it here.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(277,8,'Info_short','Information','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(278,8,'Infobox','Click a button to get an example text','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(279,8,'Infobox_alert','Please enter the text you want to be formatted.\\n It will be shown in the infobox for copy and pasting.\\nExample:\\n$1\\nwill become:\\n$2','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(280,8,'Infosubtitle','Information for page','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(281,8,'Internalerror','Internal error','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(282,8,'Intl','Interlanguage links','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(283,8,'Ip_range_invalid','Invalid IP range.\n','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(284,8,'Ipaddress','IP Address/username','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(285,8,'Ipb_expiry_invalid','Expiry time invalid.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(286,8,'Ipbexpiry','Expiry','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(287,8,'Ipblocklist','List of blocked IP addresses and usernames','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(288,8,'Ipbreason','Reason','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(289,8,'Ipbsubmit','Block this user','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(290,8,'Ipusubmit','Unblock this address','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(291,8,'Ipusuccess','\"$1\" unblocked','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(292,8,'Isbn','ISBN','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(293,8,'Isredirect','redirect page','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(294,8,'Italic_sample','Italic text','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(295,8,'Italic_tip','Italic text','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(296,8,'Iteminvalidname','Problem with item \'$1\', invalid name...','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(297,8,'Jan','Jan','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(298,8,'January','January','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(299,8,'Jul','Jul','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(300,8,'July','July','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(301,8,'Jun','Jun','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(302,8,'June','June','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(303,8,'Laggedslavemode','Warning: Page may not contain recent updates.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(304,8,'Largefile','It is recommended that images not exceed 100k in size.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(305,8,'Last','last','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(306,8,'Lastmodified','This page was last modified $1.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(307,8,'Lastmodifiedby','This page was last modified $1 by $2.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(308,8,'Lineno','Line $1:','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(309,8,'Link_sample','Link title','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(310,8,'Link_tip','Internal link','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(311,8,'Linklistsub','(List of links)','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(312,8,'Linkshere','The following pages link to here:','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(313,8,'Linkstoimage','The following pages link to this image:','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(314,8,'Linktrail','/^([a-z]+)(.*)$/sD','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(315,8,'Listadmins','Admins list','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(316,8,'Listform','list','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(317,8,'Listingcontinuesabbrev',' cont.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(318,8,'Listusers','User list','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(319,8,'Loadhist','Loading page history','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(320,8,'Loadingrev','loading revision for diff','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(321,8,'Localtime','Local time display','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(322,8,'Lockbtn','Lock database','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(323,8,'Lockconfirm','Yes, I really want to lock the database.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(324,8,'Lockdb','Lock database','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(325,8,'Lockdbsuccesssub','Database lock succeeded','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(326,8,'Lockdbsuccesstext','The database has been locked.\n<br />Remember to remove the lock after your maintenance is complete.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(327,8,'Lockdbtext','Locking the database will suspend the ability of all\nusers to edit pages, change their preferences, edit their watchlists, and\nother things requiring changes in the database.\nPlease confirm that this is what you intend to do, and that you will\nunlock the database when your maintenance is done.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(328,8,'Locknoconfirm','You did not check the confirmation box.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(329,8,'Log','Logs','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(330,8,'Login','Log in','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(331,8,'Loginend','&nbsp;','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(332,8,'Loginerror','Login error','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(333,8,'Loginpagetitle','User login','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(334,8,'Loginproblem','<b>There has been a problem with your login.</b><br />Try again!','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(335,8,'Loginprompt','You must have cookies enabled to log in to {{SITENAME}}.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(336,8,'Loginreqtext','You must [[special:Userlogin|login]] to view other pages.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(337,8,'Loginreqtitle','Login Required','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(338,8,'Loginsuccess','You are now logged in to {{SITENAME}} as \"$1\".','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(339,8,'Loginsuccesstitle','Login successful','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(340,8,'Logout','Log out','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(341,8,'Logouttext','You are now logged out.\nYou can continue to use {{SITENAME}} anonymously, or you can log in\nagain as the same or as a different user. Note that some pages may\ncontinue to be displayed as if you were still logged in, until you clear\nyour browser cache\n','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(342,8,'Logouttitle','User logout','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(343,8,'Lonelypages','Orphaned pages','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(344,8,'Longpages','Long pages','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(345,8,'Longpagewarning','WARNING: This page is $1 kilobytes long; some\nbrowsers may have problems editing pages approaching or longer than 32kb.\nPlease consider breaking the page into smaller sections.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(346,8,'Mailerror','Error sending mail: $1','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(347,8,'Mailmypassword','Mail me a new password','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(348,8,'Mailnologin','No send address','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(349,8,'Mailnologintext','You must be <a href=\"{{localurl:Special:Userlogin\">logged in</a>\nand have a valid e-mail address in your <a href=\"{{localurl:Special:Preferences}}\">preferences</a>\nto send e-mail to other users.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(350,8,'Mainpage','Main Page','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(351,8,'Mainpagedocfooter','Please see [http://meta.wikipedia.org/wiki/MediaWiki_i18n documentation on customizing the interface]\nand the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User\'s Guide] for usage and configuration help.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(352,8,'Mainpagetext','Wiki software successfully installed.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(353,8,'Maintenance','Maintenance page','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(354,8,'Maintenancebacklink','Back to Maintenance Page','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(355,8,'Maintnancepagetext','This page includes several handy tools for everyday maintenance. Some of these functions tend to stress the database, so please do not hit reload after every item you fixed ;-)','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(356,8,'Makesysop','Make a user into a sysop','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(357,8,'Makesysopfail','<b>User \"$1\" could not be made into a sysop. (Did you enter the name correctly?)</b>','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(358,8,'Makesysopname','Name of the user:','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(359,8,'Makesysopok','<b>User \"$1\" is now a sysop</b>','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(360,8,'Makesysopsubmit','Make this user into a sysop','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(361,8,'Makesysoptext','This form is used by bureaucrats to turn ordinary users into administrators.\nType the name of the user in the box and press the button to make the user an administrator','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(362,8,'Makesysoptitle','Make a user into a sysop','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(363,8,'Mar','Mar','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(364,8,'March','March','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(365,8,'Markaspatrolleddiff','Mark as patrolled','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(366,8,'Markaspatrolledlink','<div class=\'patrollink\'>[$1]</div>','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(367,8,'Markaspatrolledtext','Mark this article as patrolled','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(368,8,'Markedaspatrolled','Marked as patrolled','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(369,8,'Markedaspatrolledtext','The selected revision has been marked as patrolled.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(370,8,'Matchtotals','The query \"$1\" matched $2 page titles\nand the text of $3 pages.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(371,8,'Math','Rendering math','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(372,8,'Math_bad_output','Can\'t write to or create math output directory','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(373,8,'Math_bad_tmpdir','Can\'t write to or create math temp directory','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(374,8,'Math_failure','Failed to parse','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(375,8,'Math_image_error','PNG conversion failed; check for correct installation of latex, dvips, gs, and convert','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(376,8,'Math_lexing_error','lexing error','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(377,8,'Math_notexvc','Missing texvc executable; please see math/README to configure.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(378,8,'Math_sample','Insert formula here','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(379,8,'Math_syntax_error','syntax error','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(380,8,'Math_tip','Mathematical formula (LaTeX)','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(381,8,'Math_unknown_error','unknown error','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(382,8,'Math_unknown_function','unknown function ','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(383,8,'May','May','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(384,8,'May_long','May','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(385,8,'Media_sample','Example.mp3','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(386,8,'Media_tip','Media file link','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(387,8,'Minlength','Image names must be at least three letters.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(388,8,'Minoredit','This is a minor edit','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(389,8,'Minoreditletter','m','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(390,8,'Mispeelings','Pages with misspellings','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(391,8,'Mispeelingspage','List of common misspellings','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(392,8,'Mispeelingstext','The following pages contain a common misspelling, which are listed on $1. The correct spelling might be given (like this).','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(393,8,'Missingarticle','The database did not find the text of a page\nthat it should have found, named \"$1\".\n\n<p>This is usually caused by following an outdated diff or history link to a\npage that has been deleted.\n\n<p>If this is not the case, you may have found a bug in the software.\nPlease report this to an administrator, making note of the URL.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(394,8,'Missingimage','<b>Missing image</b><br /><i>$1</i>\n','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(395,8,'Missinglanguagelinks','Missing Language Links','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(396,8,'Missinglanguagelinksbutton','Find missing language links for','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(397,8,'Missinglanguagelinkstext','These pages do <i>not</i> link to their counterpart in $1. Redirects and subpages are <i>not</i> shown.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(398,8,'Monday','Monday','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(399,8,'Moredotdotdot','More...','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(400,8,'Move','Move','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(401,8,'Movearticle','Move page','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(402,8,'Movedto','moved to','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(403,8,'Movenologin','Not logged in','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(404,8,'Movenologintext','You must be a registered user and <a href=\"{{localurl:Special:Userlogin}}\">logged in</a>\nto move a page.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(405,8,'Movepage','Move page','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(406,8,'Movepagebtn','Move page','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(407,8,'Movepagetalktext','The associated talk page, if any, will be automatically moved along with it \'\'\'unless:\'\'\'\n*You are moving the page across namespaces,\n*A non-empty talk page already exists under the new name, or\n*You uncheck the box below.\n\nIn those cases, you will have to move or merge the page manually if desired.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(408,8,'Movepagetext','Using the form below will rename a page, moving all\nof its history to the new name.\nThe old title will become a redirect page to the new title.\nLinks to the old page title will not be changed; be sure to\n[[Special:Maintenance|check]] for double or broken redirects.\nYou are responsible for making sure that links continue to\npoint where they are supposed to go.\n\nNote that the page will \'\'\'not\'\'\' be moved if there is already\na page at the new title, unless it is empty or a redirect and has no\npast edit history. This means that you can rename a page back to where\nit was just renamed from if you make a mistake, and you cannot overwrite\nan existing page.\n\n<b>WARNING!</b>\nThis can be a drastic and unexpected change for a popular page;\nplease be sure you understand the consequences of this before\nproceeding.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(409,8,'Movetalk','Move \"talk\" page as well, if applicable.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(410,8,'Movethispage','Move this page','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(411,8,'Mw_math_html','HTML if possible or else PNG','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(412,8,'Mw_math_mathml','MathML if possible (experimental)','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(413,8,'Mw_math_modern','Recommended for modern browsers','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(414,8,'Mw_math_png','Always render PNG','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(415,8,'Mw_math_simple','HTML if very simple or else PNG','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(416,8,'Mw_math_source','Leave it as TeX (for text browsers)','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(417,8,'Mycontris','My contributions','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(418,8,'Mypage','My page','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(419,8,'Mytalk','My talk','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(420,8,'Navigation','Navigation','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(421,8,'Nbytes','$1 bytes','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(422,8,'Nchanges','$1 changes','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(423,8,'Newarticle','(New)','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(424,8,'Newarticletext','You\'ve followed a link to a page that doesn\'t exist yet.\nTo create the page, start typing in the box below\n(see the [[Project:Help|help page]] for more info).\nIf you are here by mistake, just click your browser\'s \'\'\'back\'\'\' button.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(425,8,'Newbies','newbies','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(426,8,'Newimages','New images gallery','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(427,8,'Newmessages','You have $1.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(428,8,'Newmessageslink','new messages','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(429,8,'Newpage','New page','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(430,8,'Newpageletter','N','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(431,8,'Newpages','New pages','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(432,8,'Newpassword','New password','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(433,8,'Newtitle','To new title','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(434,8,'Newusersonly',' (new users only)','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(435,8,'Newwindow','(opens in new window)','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(436,8,'Next','next','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(437,8,'Nextdiff','Go to next diff &rarr;','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(438,8,'Nextn','next $1','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(439,8,'Nextpage','Next page ($1)','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(440,8,'Nextrevision','Newer revision&rarr;','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(441,8,'Nlinks','$1 links','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(442,8,'Noaffirmation','You must affirm that your upload does not violate any copyrights.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(443,8,'Noarticletext','(There is currently no text in this page)','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(444,8,'Noblockreason','You must supply a reason for the block.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(445,8,'Noconnect','Sorry! The wiki is experiencing some technical difficulties, and cannot contact the database server. <br />\n$1','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(446,8,'Nocontribs','No changes were found matching these criteria.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(447,8,'Nocookieslogin','{{SITENAME}} uses cookies to log in users. You have cookies disabled. Please enable them and try again.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(448,8,'Nocookiesnew','The user account was created, but you are not logged in. {{SITENAME}} uses cookies to log in users. You have cookies disabled. Please enable them, then log in with your new username and password.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(449,8,'Nocreativecommons','Creative Commons RDF metadata disabled for this server.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(450,8,'Nocredits','There is no credits info available for this page.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(451,8,'Nodb','Could not select database $1','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(452,8,'Nodublincore','Dublin Core RDF metadata disabled for this server.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(453,8,'Noemail','There is no e-mail address recorded for user \"$1\".','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(454,8,'Noemailtext','This user has not specified a valid e-mail address,\nor has chosen not to receive e-mail from other users.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(455,8,'Noemailtitle','No e-mail address','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(456,8,'Nogomatch','No page with this exact title exists, trying full text search.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(457,8,'Nohistory','There is no edit history for this page.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(458,8,'Noimages','Nothing to see.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(459,8,'Nolinkshere','No pages link to here.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(460,8,'Nolinkstoimage','There are no pages that link to this image.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(461,8,'Noname','You have not specified a valid user name.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(462,8,'Nonefound','\'\'\'Note\'\'\': unsuccessful searches are\noften caused by searching for common words like \"have\" and \"from\",\nwhich are not indexed, or by specifying more than one search term (only pages\ncontaining all of the search terms will appear in the result).','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(463,8,'Nonunicodebrowser','<strong>WARNING: Your browser is not unicode compliant, please change it before editing an article.</strong>','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(464,8,'Nospecialpagetext','You have requested a special page that is not\nrecognized by the wiki.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(465,8,'Nosuchaction','No such action','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(466,8,'Nosuchactiontext','The action specified by the URL is not\nrecognized by the wiki','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(467,8,'Nosuchspecialpage','No such special page','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(468,8,'Nosuchuser','There is no user by the name \"$1\".\nCheck your spelling, or use the form below to create a new user account.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(469,8,'Nosuchusershort','There is no user by the name \"$1\". Check your spelling.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(470,8,'Notacceptable','The wiki server can\'t provide data in a format your client can read.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(471,8,'Notanarticle','Not a content page','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(472,8,'Notargettext','You have not specified a target page or user\nto perform this function on.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(473,8,'Notargettitle','No target','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(474,8,'Note','<strong>Note:</strong> ','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(475,8,'Notextmatches','No page text matches','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(476,8,'Notitlematches','No page title matches','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(477,8,'Notloggedin','Not logged in','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(478,8,'Nov','Nov','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(479,8,'November','November','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(480,8,'Nowatchlist','You have no items on your watchlist.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(481,8,'Nowiki_sample','Insert non-formatted text here','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(482,8,'Nowiki_tip','Ignore wiki formatting','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(483,8,'Nstab-category','Category','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(484,8,'Nstab-help','Help','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(485,8,'Nstab-image','Image','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(486,8,'Nstab-main','Article','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(487,8,'Nstab-media','Media','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(488,8,'Nstab-mediawiki','Message','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(489,8,'Nstab-special','Special','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(490,8,'Nstab-template','Template','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(491,8,'Nstab-user','User page','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(492,8,'Nstab-wp','About','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(493,8,'Numauthors','Number of distinct authors (article): $1','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(494,8,'Numedits','Number of edits (article): $1','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(495,8,'Numtalkauthors','Number of distinct authors (discussion page): $1','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(496,8,'Numtalkedits','Number of edits (discussion page): $1','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(497,8,'Numwatchers','Number of watchers: $1','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(498,8,'Nviews','$1 views','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(499,8,'Oct','Oct','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(500,8,'October','October','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(501,8,'Ok','OK','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(502,8,'Oldpassword','Old password','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(503,8,'Orig','orig','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(504,8,'Orphans','Orphaned pages','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(505,8,'Othercontribs','Based on work by $1.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(506,8,'Otherlanguages','Other languages','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(507,8,'Others','others','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(508,8,'Pagemovedsub','Move succeeded','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(509,8,'Pagemovedtext','Page \"[[$1]]\" moved to \"[[$2]]\".','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(510,8,'Pagetitle','$1 - {{SITENAME}}','',0,'MediaWiki default','20050419184539','sysop',1,0,0,1,0,'20050419184539','79949580815460'),(511,8,'Passwordremindertext','Someone (probably you, from IP address $1)\nrequested that we send you a new {{SITENAME}} login password.\nThe password for user \"$2\" is now \"$3\".\nYou should log in and change your password now.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(512,8,'Passwordremindertitle','Password reminder from {{SITENAME}}','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(513,8,'Passwordsent','A new password has been sent to the e-mail address\nregistered for \"$1\".\nPlease log in again after you receive it.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(514,8,'Perfcached','The following data is cached and may not be completely up to date:','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(515,8,'Perfdisabled','Sorry! This feature has been temporarily disabled\nbecause it slows the database down to the point that no one can use\nthe wiki.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(516,8,'Perfdisabledsub','Here\'s a saved copy from $1:','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(517,8,'Personaltools','Personal tools','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(518,8,'Popularpages','Popular pages','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(519,8,'Portal','Community portal','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(520,8,'Portal-url','Project:Community Portal','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(521,8,'Postcomment','Post a comment','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(522,8,'Poweredby','{{SITENAME}} is powered by [http://www.mediawiki.org/ MediaWiki], an open source wiki engine.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(523,8,'Powersearch','Search','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(524,8,'Powersearchtext','\nSearch in namespaces :<br />\n$1<br />\n$2 List redirects &nbsp; Search for $3 $9','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(525,8,'Preferences','Preferences','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(526,8,'Prefs-help-userdata','* <strong>Real name</strong> (optional): if you choose to provide it this will be used for giving you attribution for your work.<br />\n* <strong>Email</strong> (optional): Enables people to contact you through the website without you having to reveal your\nemail address to them, and it can be used to send you a new password if you forget it.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(527,8,'Prefs-misc','Misc settings','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(528,8,'Prefs-personal','User data','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(529,8,'Prefs-rc','Recent changes and stub display','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(530,8,'Prefslogintext','You are logged in as \"$1\".\nYour internal ID number is $2.\n\nSee [[Project:User preferences help]] for help deciphering the options.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(531,8,'Prefsnologin','Not logged in','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(532,8,'Prefsnologintext','You must be <a href=\"{{localurl:Special:Userlogin}}\">logged in</a>\nto set user preferences.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(533,8,'Prefsreset','Preferences have been reset from storage.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(534,8,'Preview','Preview','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(535,8,'Previewconflict','This preview reflects the text in the upper\ntext editing area as it will appear if you choose to save.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(536,8,'Previewnote','Remember that this is only a preview, and has not yet been saved!','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(537,8,'Previousdiff','&larr; Go to previous diff','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(538,8,'Previousrevision','&larr;Older revision','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(539,8,'Prevn','previous $1','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(540,8,'Printableversion','Printable version','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(541,8,'Printsubtitle','(From {{SERVER}})','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(542,8,'Protect','Protect','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(543,8,'Protectcomment','Reason for protecting','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(544,8,'Protectedarticle','protected $1','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(545,8,'Protectedpage','Protected page','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(546,8,'Protectedpagewarning','WARNING:  This page has been locked so that only\nusers with sysop privileges can edit it. Be sure you are following the\n<a href=\'/index.php/Project:Protected_page_guidelines\'>protected page\nguidelines</a>.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(547,8,'Protectedtext','This page has been locked to prevent editing; there are\na number of reasons why this may be so, please see\n[[Project:Protected page]].\n\nYou can view and copy the source of this page:','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(548,8,'Protectlogpage','Protection_log','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(549,8,'Protectlogtext','Below is a list of page locks/unlocks.\nSee [[Project:Protected page]] for more information.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(550,8,'Protectmoveonly','Protect from moves only','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(551,8,'Protectpage','Protect page','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(552,8,'Protectreason','(give a reason)','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(553,8,'Protectsub','(Protecting \"$1\")','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(554,8,'Protectthispage','Protect this page','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(555,8,'Proxyblocker','Proxy blocker','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(556,8,'Proxyblockreason','Your IP address has been blocked because it is an open proxy. Please contact your Internet service provider or tech support and inform them of this serious security problem.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(557,8,'Proxyblocksuccess','Done.\n','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(558,8,'Pubmedurl','http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=pubmed&dopt=Abstract&list_uids=$1','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(559,8,'Qbbrowse','Browse','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(560,8,'Qbedit','Edit','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(561,8,'Qbfind','Find','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(562,8,'Qbmyoptions','My pages','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(563,8,'Qbpageinfo','Context','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(564,8,'Qbpageoptions','This page','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(565,8,'Qbsettings','Quickbar settings','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(566,8,'Qbsettingsnote','This preference only works in the \'Standard\' and the \'CologneBlue\' skin.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(567,8,'Qbspecialpages','Special pages','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(568,8,'Querybtn','Submit query','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(569,8,'Querysuccessful','Query successful','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(570,8,'Randompage','Random page','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(571,8,'Randompage-url','Special:Randompage','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(572,8,'Range_block_disabled','The sysop ability to create range blocks is disabled.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(573,8,'Rchide','in $4 form; $1 minor edits; $2 secondary namespaces; $3 multiple edits.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(574,8,'Rclinks','Show last $1 changes in last $2 days<br />$3','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(575,8,'Rclistfrom','Show new changes starting from $1','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(576,8,'Rcliu','; $1 edits from logged in users','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(577,8,'Rcloaderr','Loading recent changes','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(578,8,'Rclsub','(to pages linked from \"$1\")','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(579,8,'Rcnote','Below are the last <strong>$1</strong> changes in last <strong>$2</strong> days.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(580,8,'Rcnotefrom','Below are the changes since <b>$2</b> (up to <b>$1</b> shown).','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(581,8,'Rcpatroldisabled','Recent Changes Patrol disabled','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(582,8,'Rcpatroldisabledtext','The Recent Changes Patrol feature is currently disabled.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(583,8,'Readonly','Database locked','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(584,8,'Readonlytext','The database is currently locked to new\nentries and other modifications, probably for routine database maintenance,\nafter which it will be back to normal.\nThe administrator who locked it offered this explanation:\n<p>$1','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(585,8,'Readonlywarning','WARNING: The database has been locked for maintenance,\nso you will not be able to save your edits right now. You may wish to cut-n-paste\nthe text into a text file and save it for later.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(586,8,'Recentchanges','Recent changes','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(587,8,'Recentchanges-url','Special:Recentchanges','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(588,8,'Recentchangescount','Number of titles in recent changes','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(589,8,'Recentchangeslinked','Related changes','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(590,8,'Recentchangestext','Track the most recent changes to the wiki on this page.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(591,8,'Redirectedfrom','(Redirected from $1)','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(592,8,'Remembermypassword','Remember my password across sessions.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(593,8,'Removechecked','Remove checked items from watchlist','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(594,8,'Removedwatch','Removed from watchlist','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(595,8,'Removedwatchtext','The page \"$1\" has been removed from your watchlist.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(596,8,'Removingchecked','Removing requested items from watchlist...','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(597,8,'Resetprefs','Reset preferences','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(598,8,'Restorelink','$1 deleted edits','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(599,8,'Resultsperpage','Hits to show per page','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(600,8,'Retrievedfrom','Retrieved from \"$1\"','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(601,8,'Returnto','Return to $1.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(602,8,'Retypenew','Retype new password','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(603,8,'Reupload','Re-upload','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(604,8,'Reuploaddesc','Return to the upload form.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(605,8,'Reverted','Reverted to earlier revision','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(606,8,'Revertimg','rev','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(607,8,'Revertpage','Reverted edit of $2, changed back to last version by $1','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(608,8,'Revhistory','Revision history','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(609,8,'Revisionasof','Revision as of $1','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(610,8,'Revisionasofwithlink','Revision as of $1; $2<br />$3 | $4','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(611,8,'Revnotfound','Revision not found','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(612,8,'Revnotfoundtext','The old revision of the page you asked for could not be found.\nPlease check the URL you used to access this page.\n','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(613,8,'Rfcurl','http://www.faqs.org/rfcs/rfc$1.html','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(614,8,'Rights','Rights:','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(615,8,'Rightslogtext','This is a log of changes to user rights.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(616,8,'Rollback','Roll back edits','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(617,8,'Rollback_short','Rollback','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(618,8,'Rollbackfailed','Rollback failed','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(619,8,'Rollbacklink','rollback','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(620,8,'Rows','Rows','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(621,8,'Saturday','Saturday','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(622,8,'Savearticle','Save page','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(623,8,'Savedprefs','Your preferences have been saved.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(624,8,'Savefile','Save file','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(625,8,'Savegroup','Save Group','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(626,8,'Saveprefs','Save preferences','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(627,8,'Saveusergroups','Save User Groups','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(628,8,'Search','Search','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(629,8,'Searchdisabled','<p style=\"margin: 1.5em 2em 1em\">{{SITENAME}} search is disabled for performance reasons. You can search via Google in the meantime.\n<span style=\"font-size: 89%; display: block; margin-left: .2em\">Note that their indexes of {{SITENAME}} content may be out of date.</span></p>','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(630,8,'Searchquery','For query \"$1\"','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(631,8,'Searchresults','Search results','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(632,8,'Searchresultshead','Search result settings','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(633,8,'Searchresulttext','For more information about searching {{SITENAME}}, see [[Project:Searching|Searching {{SITENAME}}]].','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(634,8,'Sectionlink','&rarr;','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(635,8,'Selectnewerversionfordiff','Select a newer version for comparison','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(636,8,'Selectolderversionfordiff','Select an older version for comparison','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(637,8,'Selectonly','Only read-only queries are allowed.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(638,8,'Selflinks','Pages with Self Links','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(639,8,'Selflinkstext','The following pages contain a link to themselves, which they should not.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(640,8,'Sep','Sep','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(641,8,'September','September','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(642,8,'Seriousxhtmlerrors','There were serious xhtml markup errors detected by tidy.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(643,8,'Servertime','Server time is now','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(644,8,'Sessionfailure','There seems to be a problem with your login session;\nthis action has been canceled as a precaution against session hijacking.\nPlease hit \"back\" and reload the page you came from, then try again.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(645,8,'Set_rights_fail','<b>User rights for \"$1\" could not be set. (Did you enter the name correctly?)</b>','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(646,8,'Set_user_rights','Set user rights','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(647,8,'Setbureaucratflag','Set bureaucrat flag','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(648,8,'Sharedupload','This file is a shared upload and may be used by other projects.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(649,8,'Shortpages','Short pages','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(650,8,'Show','show','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(651,8,'Showbigimage','Download high resolution version ($1x$2, $3 KB)','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(652,8,'Showhideminor','$1 minor edits | $2 bots | $3 logged in users | $4 patrolled edits ','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(653,8,'Showingresults','Showing below up to <b>$1</b> results starting with #<b>$2</b>.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(654,8,'Showingresultsnum','Showing below <b>$3</b> results starting with #<b>$2</b>.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(655,8,'Showlast','Show last $1 images sorted $2.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(656,8,'Showpreview','Show preview','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(657,8,'Showtoc','show','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(658,8,'Sig_tip','Your signature with timestamp','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(659,8,'Siteadminpheading','siteadmin level','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(660,8,'Sitenotice','-','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(661,8,'Sitesettings','Site Settings','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(662,8,'Sitesettings-caching','Page caching','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(663,8,'Sitesettings-cookies','Cookies','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(664,8,'Sitesettings-debugging','Debugging','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(665,8,'Sitesettings-features','Features','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(666,8,'Sitesettings-images','Images','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(667,8,'Sitesettings-memcached','Memcache Daemon','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(668,8,'Sitesettings-performance','Performance','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(669,8,'Sitesettings-permissions','Permissions','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(670,8,'Sitesettings-permissions-banning','User banning','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(671,8,'Sitesettings-permissions-miser','Performance settings','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(672,8,'Sitesettings-permissions-readonly','Maintenance mode: Disable write access','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(673,8,'Sitesettings-permissions-whitelist','Whitelist mode','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(674,8,'Sitesettings-wgAllowExternalImages','Allow to include external images into articles','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(675,8,'Sitesettings-wgDefaultBlockExpiry','By default, blocks expire after:','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(676,8,'Sitesettings-wgDisableQueryPages','When in miser mode, disable all query pages, not only \"expensive\" ones','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(677,8,'Sitesettings-wgHitcounterUpdateFreq','Hit counter update frequency','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(678,8,'Sitesettings-wgMiserMode','Enable miser mode, which disables most \"expensive\" features','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(679,8,'Sitesettings-wgReadOnly','Readonly mode','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(680,8,'Sitesettings-wgReadOnlyFile','Readonly message file','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(681,8,'Sitesettings-wgShowIPinHeader','Show IP in header (for non-logged in users)','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(682,8,'Sitesettings-wgSysopRangeBans','Sysops may block IP-ranges','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(683,8,'Sitesettings-wgSysopUserBans','Sysops may block logged-in users','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(684,8,'Sitesettings-wgUseCategoryBrowser','Enable experimental dmoz-like category browsing. Outputs things like:  Encyclopedia > Music > Style of Music > Jazz','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(685,8,'Sitesettings-wgUseCategoryMagic','Enable categories','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(686,8,'Sitesettings-wgUseDatabaseMessages','Use database messages for user interface labels','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(687,8,'Sitesettings-wgUseWatchlistCache','Generate a watchlist once every hour or so','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(688,8,'Sitesettings-wgWLCacheTimeout','The hour or so mentioned above (in seconds):','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(689,8,'Sitesettings-wgWhitelistAccount-developer','Developers may create accounts for users','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(690,8,'Sitesettings-wgWhitelistAccount-sysop','Sysops may create accounts for users','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(691,8,'Sitesettings-wgWhitelistAccount-user','Users may create accounts themself','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(692,8,'Sitesettings-wgWhitelistEdit','Users must be logged in to edit','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(693,8,'Sitesettings-wgWhitelistRead','Anonymous users may only read these pages:','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(694,8,'Sitestats','Site statistics','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(695,8,'Sitestatstext','There are \'\'\'$1\'\'\' total pages in the database.\nThis includes \"talk\" pages, pages about {{SITENAME}}, minimal \"stub\"\npages, redirects, and others that probably don\'t qualify as content pages.\nExcluding those, there are \'\'\'$2\'\'\' pages that are probably legitimate\ncontent pages.\n\nThere have been a total of \'\'\'$3\'\'\' page views, and \'\'\'$4\'\'\' page edits\nsince the wiki was setup.\nThat comes to \'\'\'$5\'\'\' average edits per page, and \'\'\'$6\'\'\' views per edit.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(696,8,'Sitesubtitle','The Free Encyclopedia','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(697,8,'Sitesupport','-','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(698,8,'Sitesupport-url','Project:Site support','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(699,8,'Sitetitle','{{SITENAME}}','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(700,8,'Siteuser','OpenLife user $1','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(701,8,'Siteusers','OpenLife user(s) $1','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(702,8,'Skin','Skin','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(703,8,'Spamprotectionmatch','The following text is what triggered our spam filter: $1','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(704,8,'Spamprotectiontext','The page you wanted to save was blocked by the spam filter. This is probably caused by a link to an external site.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(705,8,'Spamprotectiontitle','Spam protection filter','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(706,8,'Special_version_postfix','&nbsp;','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(707,8,'Special_version_prefix','&nbsp;','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(708,8,'Speciallogtitlelabel','Title: ','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(709,8,'Specialloguserlabel','User: ','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(710,8,'Specialpage','Special Page','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(711,8,'Specialpages','Special pages','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(712,8,'Spheading','Special pages for all users','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(713,8,'Sqlislogged','Please note that all queries are logged.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(714,8,'Sqlquery','Enter query','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(715,8,'Statistics','Statistics','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(716,8,'Storedversion','Stored version','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(717,8,'Stubthreshold','Threshold for stub display','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(718,8,'Subcategories','Subcategories','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(719,8,'Subcategorycount','There are $1 subcategories to this category.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(720,8,'Subcategorycount1','There is $1 subcategory to this category.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(721,8,'Subject','Subject/headline','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(722,8,'Subjectpage','View subject','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(723,8,'Successfulupload','Successful upload','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(724,8,'Summary','Summary','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(725,8,'Sunday','Sunday','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(726,8,'Sysoptext','The action you have requested can only be\nperformed by users with \"sysop\" status.\nSee $1.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(727,8,'Sysoptitle','Sysop access required','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(728,8,'Tableform','table','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(729,8,'Tagline','From {{SITENAME}}','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(730,8,'Talk','Discussion','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(731,8,'Talkexists','The page itself was moved successfully, but the\ntalk page could not be moved because one already exists at the new\ntitle. Please merge them manually.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(732,8,'Talkpage','Discuss this page','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(733,8,'Talkpagemoved','The corresponding talk page was also moved.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(734,8,'Talkpagenotmoved','The corresponding talk page was <strong>not</strong> moved.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(735,8,'Talkpagetext','<!-- MediaWiki:talkpagetext -->','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(736,8,'Templatesused','Templates used on this page:','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(737,8,'Textboxsize','Editing','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(738,8,'Textmatches','Page text matches','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(739,8,'Thisisdeleted','View or restore $1?','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(740,8,'Thumbnail-more','Enlarge','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(741,8,'Thursday','Thursday','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(742,8,'Timezonelegend','Time zone','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(743,8,'Timezoneoffset','Offset','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(744,8,'Timezonetext','Enter number of hours your local time differs\nfrom server time (UTC).','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(745,8,'Titlematches','Article title matches','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(746,8,'Toc','Table of contents','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(747,8,'Tog-editondblclick','Edit pages on double click (JavaScript)','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(748,8,'Tog-editsection','Enable section editing via [edit] links','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(749,8,'Tog-editsectiononrightclick','Enable section editing by right clicking<br /> on section titles (JavaScript)','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(750,8,'Tog-editwidth','Edit box has full width','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(751,8,'Tog-fancysig','Raw signatures (without automatic link)','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(752,8,'Tog-hideminor','Hide minor edits in recent changes','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(753,8,'Tog-highlightbroken','Format broken links <a href=\"\" class=\"new\">like this</a> (alternative: like this<a href=\"\" class=\"internal\">?</a>).','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(754,8,'Tog-hover','Show hoverbox over wiki links','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(755,8,'Tog-justify','Justify paragraphs','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(756,8,'Tog-minordefault','Mark all edits minor by default','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(757,8,'Tog-nocache','Disable page caching','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(758,8,'Tog-numberheadings','Auto-number headings','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(759,8,'Tog-previewonfirst','Show preview on first edit','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(760,8,'Tog-previewontop','Show preview before edit box and not after it','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(761,8,'Tog-rememberpassword','Remember password across sessions','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(762,8,'Tog-showtoc','Show table of contents<br />(for pages with more than 3 headings)','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(763,8,'Tog-showtoolbar','Show edit toolbar','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(764,8,'Tog-underline','Underline links','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(765,8,'Tog-usenewrc','Enhanced recent changes (not for all browsers)','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(766,8,'Tog-watchdefault','Add pages you edit to your watchlist','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(767,8,'Toolbox','Toolbox','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(768,8,'Tooltip-compareselectedversions','See the differences between the two selected versions of this page. [alt-v]','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(769,8,'Tooltip-minoredit','Mark this as a minor edit [alt-i]','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(770,8,'Tooltip-preview','Preview your changes, please use this before saving! [alt-p]','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(771,8,'Tooltip-save','Save your changes [alt-s]','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(772,8,'Tooltip-search','Search this wiki [alt-f]','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(773,8,'Tooltip-watch','Add this page to your watchlist [alt-w]','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(774,8,'Tuesday','Tuesday','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(775,8,'Uclinks','View the last $1 changes; view the last $2 days.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(776,8,'Ucnote','Below are this user\'s last <b>$1</b> changes in the last <b>$2</b> days.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(777,8,'Uctop',' (top)','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(778,8,'Unblockip','Unblock user','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(779,8,'Unblockiptext','Use the form below to restore write access\nto a previously blocked IP address or username.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(780,8,'Unblocklink','unblock','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(781,8,'Unblocklogentry','unblocked \"$1\"','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(782,8,'Uncategorizedcategories','Uncategorized categories','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(783,8,'Uncategorizedpages','Uncategorized pages','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(784,8,'Undelete','Restore deleted page','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(785,8,'Undelete_short','Undelete $1 edits','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(786,8,'Undeletearticle','Restore deleted page','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(787,8,'Undeletebtn','Restore!','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(788,8,'Undeletedarticle','restored \"$1\"','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(789,8,'Undeletedrevisions','$1 revisions restored','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(790,8,'Undeletedtext','[[$1]] has been successfully restored.\nSee [[Special:Log/delete]] for a record of recent deletions and restorations.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(791,8,'Undeletehistory','If you restore the page, all revisions will be restored to the history.\nIf a new page with the same name has been created since the deletion, the restored\nrevisions will appear in the prior history, and the current revision of the live page\nwill not be automatically replaced.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(792,8,'Undeletepage','View and restore deleted pages','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(793,8,'Undeletepagetext','The following pages have been deleted but are still in the archive and\ncan be restored. The archive may be periodically cleaned out.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(794,8,'Undeleterevision','Deleted revision as of $1','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(795,8,'Undeleterevisions','$1 revisions archived','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(796,8,'Unexpected','Unexpected value: \"$1\"=\"$2\".','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(797,8,'Unlockbtn','Unlock database','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(798,8,'Unlockconfirm','Yes, I really want to unlock the database.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(799,8,'Unlockdb','Unlock database','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(800,8,'Unlockdbsuccesssub','Database lock removed','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(801,8,'Unlockdbsuccesstext','The database has been unlocked.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(802,8,'Unlockdbtext','Unlocking the database will restore the ability of all\nusers to edit pages, change their preferences, edit their watchlists, and\nother things requiring changes in the database.\nPlease confirm that this is what you intend to do.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(803,8,'Unprotect','Unprotect','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(804,8,'Unprotectcomment','Reason for unprotecting','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(805,8,'Unprotectedarticle','unprotected $1','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(806,8,'Unprotectsub','(Unprotecting \"$1\")','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(807,8,'Unprotectthispage','Unprotect this page','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(808,8,'Unusedimages','Unused images','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(809,8,'Unusedimagestext','<p>Please note that other web sites may link to an image with\na direct URL, and so may still be listed here despite being\nin active use.</p>','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(810,8,'Unwatch','Unwatch','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(811,8,'Unwatchthispage','Stop watching','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(812,8,'Updated','(Updated)','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(813,8,'Upload','Upload file','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(814,8,'Uploadbtn','Upload file','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(815,8,'Uploadcorrupt','The file is corrupt or has an incorrect extension. Please check the file and upload again.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(816,8,'Uploaddisabled','Sorry, uploading is disabled.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(817,8,'Uploadedfiles','Uploaded files','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(818,8,'Uploadedimage','uploaded \"$1\"','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(819,8,'Uploaderror','Upload error','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(820,8,'Uploadfile','Upload images, sounds, documents etc.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(821,8,'Uploadlink','Upload images','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(822,8,'Uploadlog','upload log','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(823,8,'Uploadlogpage','Upload_log','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(824,8,'Uploadlogpagetext','Below is a list of the most recent file uploads.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(825,8,'Uploadnologin','Not logged in','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(826,8,'Uploadnologintext','You must be <a href=\"{{localurl:Special:Userlogin}}\">logged in</a>\nto upload files.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(827,8,'Uploadtext','\'\'\'STOP!\'\'\' Before you upload here,\nmake sure to read and follow the [[Project:Image use policy|image use policy]].\n\nTo view or search previously uploaded images,\ngo to the [[Special:Imagelist|list of uploaded images]].\nUploads and deletions are logged on the\n[[Project:Upload log|upload log]].\n\nUse the form below to upload new image files for use in\nillustrating your pages.\nOn most browsers, you will see a \"Browse...\" button, which will\nbring up your operating system\'s standard file open dialog.\nChoosing a file will fill the name of that file into the text\nfield next to the button.\nYou must also check the box affirming that you are not\nviolating any copyrights by uploading the file.\nPress the \"Upload\" button to finish the upload.\nThis may take some time if you have a slow internet connection.\n\nThe preferred formats are JPEG for photographic images, PNG\nfor drawings and other iconic images, and OGG for sounds.\nPlease name your files descriptively to avoid confusion.\nTo include the image in a page, use a link in the form\n\'\'\'<nowiki>[[{{ns:6}}:file.jpg]]</nowiki>\'\'\' or\n\'\'\'<nowiki>[[{{ns:6}}:file.png|alt text]]</nowiki>\'\'\' or\n\'\'\'<nowiki>[[{{ns:-2}}:file.ogg]]</nowiki>\'\'\' for sounds.\n\nPlease note that as with wiki pages, others may edit or\ndelete your uploads if they think it serves the project, and\nyou may be blocked from uploading if you abuse the system.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(828,8,'Uploadwarning','Upload warning','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(829,8,'Usenewcategorypage','1\n\nSet first character to \"0\" to disable the new category page layout.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(830,8,'User_rights_set','<b>User rights for \"$1\" updated</b>','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(831,8,'Usercssjsyoucanpreview','<strong>Tip:</strong> Use the \'Show preview\' button to test your new CSS/JS before saving.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(832,8,'Usercsspreview','\'\'\'Remember that you are only previewing your user CSS, it has not yet been saved!\'\'\'','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(833,8,'Userexists','The user name you entered is already in use. Please choose a different name.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(834,8,'Userjspreview','\'\'\'Remember that you are only testing/previewing your user JavaScript, it has not yet been saved!\'\'\'','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(835,8,'Userlevels','User levels management','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(836,8,'Userlevels-addgroup','Add group','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(837,8,'Userlevels-editgroup','Edit group','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(838,8,'Userlevels-editgroup-description','Group description (max 255 characters):<br />','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(839,8,'Userlevels-editgroup-name','Group name: ','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(840,8,'Userlevels-editusergroup','Edit user groups','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(841,8,'Userlevels-group-edit','Existent groups: ','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(842,8,'Userlevels-groupsavailable','Available groups:','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(843,8,'Userlevels-groupshelp','Select groups you want the user to be removed from or added to.\nUnselected groups will not be changed. You can unselect a group by using CTRL + Left Click','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(844,8,'Userlevels-groupsmember','Member of:','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(845,8,'Userlevels-lookup-group','Manage group rights','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(846,8,'Userlevels-lookup-user','Manage user groups','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(847,8,'Userlevels-user-editname','Enter a username: ','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(848,8,'Userlogin','Create an account or log in','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(849,8,'Userlogout','Log out','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(850,8,'Usermailererror','Mail object returned error: ','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(851,8,'Userpage','View user page','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(852,8,'Userrightspheading','userrights level','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(853,8,'Userstats','User statistics','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(854,8,'Userstatstext','There are \'\'\'$1\'\'\' registered users.\n\'\'\'$2\'\'\' of these are administrators (see $3).','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(855,8,'Val_article_lists','List of validated articles','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(856,8,'Val_clear_old','Clear my other validation data for $1','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(857,8,'Val_form_note','<b>Hint:</b> Merging your data means that for the article\nrevision you select, all options where you have specified <i>no opinion</i>\nwill be set to the value and comment of the most recent revision for which you\nhave expressed an opinion. For example, if you want to change a single option\nfor a newer revision, but also keep your other settings for this article in\nthis revision, just select which option you intend to <i>change</i>, and\nmerging will fill in the other options with your previous settings.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(858,8,'Val_merge_old','Use my previous assessment where selected \'No opinion\'','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(859,8,'Val_no_anon_validation','You have to be logged in to validate an article.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(860,8,'Val_noop','No opinion','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(861,8,'Val_page_validation_statistics','Page validation statistics for $1','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(862,8,'Val_percent','<b>$1%</b><br />($2 of $3 points<br />by $4 users)','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(863,8,'Val_percent_single','<b>$1%</b><br />($2 of $3 points<br />by one user)','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(864,8,'Val_stat_link_text','Validation statistics for this article','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(865,8,'Val_tab','Validate','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(866,8,'Val_table_header','<tr><th>Class</th>$1<th colspan=4>Opinion</th>$1<th>Comment</th></tr>\n','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(867,8,'Val_this_is_current_version','this is the latest version','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(868,8,'Val_total','Total','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(869,8,'Val_user_validations','This user has validated $1 pages.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(870,8,'Val_validate_article_namespace_only','Only articles can be validated. This page is <i>not</i> in the article namespace.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(871,8,'Val_validate_version','Validate this version','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(872,8,'Val_validated','Validation done.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(873,8,'Val_version','Version','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(874,8,'Val_version_of','Version of $1','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(875,8,'Val_view_version','View this version','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(876,8,'Validate','Validate page','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(877,8,'Variantname-zh','zh','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(878,8,'Variantname-zh-cn','cn','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(879,8,'Variantname-zh-hk','hk','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(880,8,'Variantname-zh-sg','sg','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(881,8,'Variantname-zh-tw','tw','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(882,8,'Version','Version','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(883,8,'Viewcount','This page has been accessed $1 times.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(884,8,'Viewprevnext','View ($1) ($2) ($3).','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(885,8,'Viewsource','View source','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(886,8,'Viewtalkpage','View discussion','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(887,8,'Wantedpages','Wanted pages','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(888,8,'Watch','Watch','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(889,8,'Watchdetails','($1 pages watched not counting talk pages;\n$2 total pages edited since cutoff;\n$3...\n<a href=\'$4\'>show and edit complete list</a>.)','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(890,8,'Watcheditlist','Here\'s an alphabetical list of your\nwatched pages. Check the boxes of pages you want to remove\nfrom your watchlist and click the \'remove checked\' button\nat the bottom of the screen.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(891,8,'Watchlist','My watchlist','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(892,8,'Watchlistcontains','Your watchlist contains $1 pages.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(893,8,'Watchlistsub','(for user \"$1\")','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(894,8,'Watchmethod-list','checking watched pages for recent edits','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(895,8,'Watchmethod-recent','checking recent edits for watched pages','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(896,8,'Watchnochange','None of your watched items were edited in the time period displayed.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(897,8,'Watchnologin','Not logged in','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(898,8,'Watchnologintext','You must be <a href=\"{{localurl:Special:Userlogin}}\">logged in</a>\nto modify your watchlist.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(899,8,'Watchthis','Watch this page','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(900,8,'Watchthispage','Watch this page','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(901,8,'Wednesday','Wednesday','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(902,8,'Welcomecreation','== Welcome, $1! ==\n\nYour account has been created. Don\'t forget to change your {{SITENAME}} preferences.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(903,8,'Whatlinkshere','What links here','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(904,8,'Whitelistacctext','To be allowed to create accounts in this Wiki you have to [[Special:Userlogin|log]] in and have the appropriate permissions.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(905,8,'Whitelistacctitle','You are not allowed to create an account','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(906,8,'Whitelistedittext','You have to [[Special:Userlogin|login]] to edit pages.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(907,8,'Whitelistedittitle','Login required to edit','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(908,8,'Whitelistreadtext','You have to [[Special:Userlogin|login]] to read pages.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(909,8,'Whitelistreadtitle','Login required to read','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(910,8,'Wikipediapage','View project page','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(911,8,'Wikititlesuffix','{{SITENAME}}','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(912,8,'Wlnote','Below are the last $1 changes in the last <b>$2</b> hours.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(913,8,'Wlsaved','This is a saved version of your watchlist.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(914,8,'Wlshowlast','Show last $1 hours $2 days $3','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(915,8,'Wrong_wfQuery_params','Incorrect parameters to wfQuery()<br />\nFunction: $1<br />\nQuery: $2\n','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(916,8,'Wrongpassword','The password you entered is incorrect. Please try again.','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(917,8,'Yourdiff','Differences','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(918,8,'Youremail','Your email*','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(919,8,'Yourlanguage','Interface language','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(920,8,'Yourname','Your user name','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(921,8,'Yournick','Your nickname (for signatures)','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(922,8,'Yourpassword','Your password','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(923,8,'Yourpasswordagain','Retype password','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(924,8,'Yourrealname','Your real name*','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(925,8,'Yourtext','Your text','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(926,8,'Yourvariant','Language variant','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460'),(927,8,'Zhconversiontable','-{}-','',0,'MediaWiki default','20050419184539','sysop',0,0,0,1,0,'20050419184539','79949580815460');
UNLOCK TABLES;
/*!40000 ALTER TABLE `wiki_cur` ENABLE KEYS */;

--
-- Table structure for table `wiki_externallinks`
--

DROP TABLE IF EXISTS `wiki_externallinks`;
CREATE TABLE `wiki_externallinks` (
  `el_from` int(8) unsigned NOT NULL default '0',
  `el_to` blob NOT NULL,
  `el_index` blob NOT NULL,
  KEY `el_from` (`el_from`,`el_to`(40)),
  KEY `el_to` (`el_to`(60),`el_from`),
  KEY `el_index` (`el_index`(60))
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wiki_externallinks`
--


/*!40000 ALTER TABLE `wiki_externallinks` DISABLE KEYS */;
LOCK TABLES `wiki_externallinks` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `wiki_externallinks` ENABLE KEYS */;

--
-- Table structure for table `wiki_hitcounter`
--

DROP TABLE IF EXISTS `wiki_hitcounter`;
CREATE TABLE `wiki_hitcounter` (
  `hc_id` int(10) unsigned NOT NULL default '0'
) ENGINE=HEAP DEFAULT CHARSET=latin1 MAX_ROWS=25000;

--
-- Dumping data for table `wiki_hitcounter`
--


/*!40000 ALTER TABLE `wiki_hitcounter` DISABLE KEYS */;
LOCK TABLES `wiki_hitcounter` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `wiki_hitcounter` ENABLE KEYS */;

--
-- Table structure for table `wiki_image`
--

DROP TABLE IF EXISTS `wiki_image`;
CREATE TABLE `wiki_image` (
  `img_name` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
  `img_size` int(8) unsigned NOT NULL default '0',
  `img_description` tinyblob NOT NULL,
  `img_user` int(5) unsigned NOT NULL default '0',
  `img_user_text` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
  `img_timestamp` varchar(14) character set latin1 collate latin1_bin NOT NULL default '',
  `img_width` int(5) NOT NULL default '0',
  `img_height` int(5) NOT NULL default '0',
  `img_bits` int(5) NOT NULL default '0',
  `img_metadata` mediumblob NOT NULL,
  `img_media_type` enum('UNKNOWN','BITMAP','DRAWING','AUDIO','VIDEO','MULTIMEDIA','OFFICE','TEXT','EXECUTABLE','ARCHIVE') default NULL,
  `img_major_mime` enum('unknown','application','audio','image','text','video','message','model','multipart') NOT NULL default 'unknown',
  `img_minor_mime` varchar(32) NOT NULL default 'unknown',
  PRIMARY KEY  (`img_name`),
  KEY `img_size` (`img_size`),
  KEY `img_timestamp` (`img_timestamp`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wiki_image`
--


/*!40000 ALTER TABLE `wiki_image` DISABLE KEYS */;
LOCK TABLES `wiki_image` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `wiki_image` ENABLE KEYS */;

--
-- Table structure for table `wiki_imagelinks`
--

DROP TABLE IF EXISTS `wiki_imagelinks`;
CREATE TABLE `wiki_imagelinks` (
  `il_from` int(8) unsigned NOT NULL default '0',
  `il_to` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
  UNIQUE KEY `il_from` (`il_from`,`il_to`),
  KEY `il_to` (`il_to`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wiki_imagelinks`
--


/*!40000 ALTER TABLE `wiki_imagelinks` DISABLE KEYS */;
LOCK TABLES `wiki_imagelinks` WRITE;
INSERT INTO `wiki_imagelinks` VALUES (1,'Other-langs2.png');
UNLOCK TABLES;
/*!40000 ALTER TABLE `wiki_imagelinks` ENABLE KEYS */;

--
-- Table structure for table `wiki_interwiki`
--

DROP TABLE IF EXISTS `wiki_interwiki`;
CREATE TABLE `wiki_interwiki` (
  `iw_prefix` char(32) NOT NULL default '',
  `iw_url` char(127) NOT NULL default '',
  `iw_local` tinyint(1) NOT NULL default '0',
  `iw_trans` tinyint(1) NOT NULL default '0',
  UNIQUE KEY `iw_prefix` (`iw_prefix`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wiki_interwiki`
--


/*!40000 ALTER TABLE `wiki_interwiki` DISABLE KEYS */;
LOCK TABLES `wiki_interwiki` WRITE;
INSERT INTO `wiki_interwiki` VALUES ('AbbeNormal','http://www.ourpla.net/cgi-bin/pikie.cgi?$1',0,0),('AcadWiki','http://xarch.tu-graz.ac.at/autocad/wiki/$1',0,0),('Acronym','http://www.acronymfinder.com/af-query.asp?String=exact&Acronym=$1',0,0),('Advogato','http://www.advogato.org/$1',0,0),('AIWiki','http://www.ifi.unizh.ch/ailab/aiwiki/aiw.cgi?$1',0,0),('ALife','http://news.alife.org/wiki/index.php?$1',0,0),('AndStuff','http://andstuff.org/wiki.php?$1',0,0),('Annotation','http://bayle.stanford.edu/crit/nph-med.cgi/$1',0,0),('AnnotationWiki','http://www.seedwiki.com/page.cfm?wikiid=368&doc=$1',0,0),('AwarenessWiki','http://taoriver.net/aware/$1',0,0),('BenefitsWiki','http://www.benefitslink.com/cgi-bin/wiki.cgi?$1',0,0),('BridgesWiki','http://c2.com/w2/bridges/$1',0,0),('C2find','http://c2.com/cgi/wiki?FindPage&value=$1',0,0),('Cache','http://www.google.com/search?q=cache:$1',0,0),('CLiki','http://ww.telent.net/cliki/$1',0,0),('CmWiki','http://www.ourpla.net/cgi-bin/wiki.pl?$1',0,0),('CreationMatters','http://www.ourpla.net/cgi-bin/wiki.pl?$1',0,0),('DejaNews','http://www.deja.com/=dnc/getdoc.xp?AN=$1',0,0),('Dictionary','http://www.dict.org/bin/Dict?Database=*&Form=Dict1&Strategy=*&Query=$1',0,0),('DiveIntoOsx','http://diveintoosx.org/$1',0,0),('DocBook','http://docbook.org/wiki/moin.cgi/$1',0,0),('DolphinWiki','http://www.object-arts.com/wiki/html/Dolphin/$1',0,0),('EfnetCeeWiki','http://purl.net/wiki/c/$1',0,0),('EfnetCppWiki','http://purl.net/wiki/cpp/$1',0,0),('EfnetPythonWiki','http://purl.net/wiki/python/$1',0,0),('EfnetXmlWiki','http://purl.net/wiki/xml/$1',0,0),('EljWiki','http://elj.sourceforge.net/phpwiki/index.php/$1',0,0),('EmacsWiki','http://www.emacswiki.org/cgi-bin/wiki.pl?$1',0,0),('FinalEmpire','http://final-empire.sourceforge.net/cgi-bin/wiki.pl?$1',0,0),('Foldoc','http://www.foldoc.org/foldoc/foldoc.cgi?$1',0,0),('FoxWiki','http://fox.wikis.com/wc.dll?Wiki~$1',0,0),('FreeBSDman','http://www.FreeBSD.org/cgi/man.cgi?apropos=1&query=$1',0,0),('Google','http://www.google.com/search?q=$1',0,0),('GoogleGroups','http://groups.google.com/groups?q=$1',0,0),('GreenCheese','http://www.greencheese.org/$1',0,0),('HammondWiki','http://www.dairiki.org/HammondWiki/index.php3?$1',0,0),('Haribeau','http://wiki.haribeau.de/cgi-bin/wiki.pl?$1',0,0),('IAWiki','http://www.IAwiki.net/$1',0,0),('IMDB','http://us.imdb.com/Title?$1',0,0),('JargonFile','http://sunir.org/apps/meta.pl?wiki=JargonFile&redirect=$1',0,0),('JiniWiki','http://www.cdegroot.com/cgi-bin/jini?$1',0,0),('JspWiki','http://www.ecyrd.com/JSPWiki/Wiki.jsp?page=$1',0,0),('KmWiki','http://www.voght.com/cgi-bin/pywiki?$1',0,0),('KnowHow','http://www2.iro.umontreal.ca/~paquetse/cgi-bin/wiki.cgi?$1',0,0),('LanifexWiki','http://opt.lanifex.com/cgi-bin/wiki.pl?$1',0,0),('LegoWiki','http://www.object-arts.com/wiki/html/Lego-Robotics/$1',0,0),('LinuxWiki','http://www.linuxwiki.de/$1',0,0),('LugKR','http://lug-kr.sourceforge.net/cgi-bin/lugwiki.pl?$1',0,0),('MathSongsWiki','http://SeedWiki.com/page.cfm?wikiid=237&doc=$1',0,0),('MbTest','http://www.usemod.com/cgi-bin/mbtest.pl?$1',0,0),('MeatBall','http://www.usemod.com/cgi-bin/mb.pl?$1',0,0),('MetaWiki','http://sunir.org/apps/meta.pl?$1',0,0),('MetaWikiPedia','http://meta.wikipedia.org/wiki/$1',0,0),('MoinMoin','http://purl.net/wiki/moin/$1',0,0),('MuWeb','http://www.dunstable.com/scripts/MuWebWeb?$1',0,0),('NetVillage','http://www.netbros.com/?$1',0,0),('OpenWiki','http://openwiki.com/?$1',0,0),('OrgPatterns','http://www.bell-labs.com/cgi-user/OrgPatterns/OrgPatterns?$1',0,0),('PangalacticOrg','http://www.pangalactic.org/Wiki/$1',0,0),('PersonalTelco','http://www.personaltelco.net/index.cgi/$1',0,0),('PhpWiki','http://phpwiki.sourceforge.net/phpwiki/index.php?$1',0,0),('Pikie','http://pikie.darktech.org/cgi/pikie?$1',0,0),('PPR','http://c2.com/cgi/wiki?$1',0,0),('PurlNet','http://purl.oclc.org/NET/$1',0,0),('PythonInfo','http://www.python.org/cgi-bin/moinmoin/$1',0,0),('PythonWiki','http://www.pythonwiki.de/$1',0,0),('PyWiki','http://www.voght.com/cgi-bin/pywiki?$1',0,0),('RFC','http://www.rfc-editor.org/rfc/rfc$1.txt',0,0),('SeaPig','http://www.seapig.org/ $1',0,0),('SeattleWireless','http://seattlewireless.net/?$1',0,0),('SenseisLibrary','http://senseis.xmp.net/?$1',0,0),('Shakti','http://cgi.algonet.se/htbin/cgiwrap/pgd/ShaktiWiki/$1',0,0),('SourceForge','http://sourceforge.net/$1',0,0),('Squeak','http://minnow.cc.gatech.edu/squeak/$1',0,0),('StrikiWiki','http://ch.twi.tudelft.nl/~mostert/striki/teststriki.pl?$1',0,0),('SVGWiki','http://www.protocol7.com/svg-wiki/default.asp?$1',0,0),('Tavi','http://tavi.sourceforge.net/index.php?$1',0,0),('TmNet','http://www.technomanifestos.net/?$1',0,0),('TMwiki','http://www.EasyTopicMaps.com/?page=$1',0,0),('TWiki','http://twiki.org/cgi-bin/view/$1',0,0),('TwistedWiki','http://purl.net/wiki/twisted/$1',0,0),('Unreal','http://wiki.beyondunreal.com/wiki/$1',0,0),('UseMod','http://www.usemod.com/cgi-bin/wiki.pl?$1',0,0),('VisualWorks','http://wiki.cs.uiuc.edu/VisualWorks/$1',0,0),('WebDevWikiNL','http://www.promo-it.nl/WebDevWiki/index.php?page=$1',0,0),('WebSeitzWiki','http://webseitz.fluxent.com/wiki/$1',0,0),('Why','http://clublet.com/c/c/why?$1',0,0),('Wiki','http://c2.com/cgi/wiki?$1',0,0),('WikiPedia','http://en.wikipedia.org/wiki/$1',0,0),('Wiktionary','http://en.wiktionary.org/wiki/$1',0,0),('Wikiquote','http://en.wikiquote.org/wiki/$1',0,0),('WikiWorld','http://WikiWorld.com/wiki/index.php/$1',0,0),('YpsiEyeball','http://sknkwrks.dyndns.org:1957/writewiki/wiki.pl?$1',0,0),('ZWiki','http://www.zwiki.org/$1',0,0),('ReVo','http://purl.org/NET/voko/revo/art/$1.html',0,0),('EcheI','http://www.ikso.net/cgi-bin/wiki.pl?$1',0,0),('EcxeI','http://www.ikso.net/cgi-bin/wiki.pl?$1',0,0),('EĉeI','http://www.ikso.net/cgi-bin/wiki.pl?$1',0,0),('JEFO','http://www.esperanto-jeunes.org/vikio/index.php?$1',0,0),('PMEG','http://www.bertilow.com/pmeg/$1.php',0,0),('TEJO','http://www.tejo.org/vikio/$1',0,0),('USEJ','http://www.tejo.org/usej/$1',0,0),('UEA','http://www.tejo.org/uea/$1',0,0),('Turismo','http://www.tejo.org/turismo/$1',0,0),('GEJ','http://www.esperanto.de/cgi-bin/aktivikio/wiki.pl?$1',0,0),('BEMI','http://bemi.free.fr/vikio/index.php?$1',0,0),('EnciclopediaLibre','http://enciclopedia.us.es/index.php/$1',0,0),('WikiBooks','http://en.wikibooks.org/wiki/$1',0,0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `wiki_interwiki` ENABLE KEYS */;

--
-- Table structure for table `wiki_ipblocks`
--

DROP TABLE IF EXISTS `wiki_ipblocks`;
CREATE TABLE `wiki_ipblocks` (
  `ipb_id` int(8) NOT NULL auto_increment,
  `ipb_address` varchar(40) character set latin1 collate latin1_bin NOT NULL default '',
  `ipb_user` int(8) unsigned NOT NULL default '0',
  `ipb_by` int(8) unsigned NOT NULL default '0',
  `ipb_reason` tinyblob NOT NULL,
  `ipb_timestamp` varchar(14) character set latin1 collate latin1_bin NOT NULL default '',
  `ipb_auto` tinyint(1) NOT NULL default '0',
  `ipb_expiry` varchar(14) character set latin1 collate latin1_bin NOT NULL default '',
  `ipb_range_start` varchar(32) NOT NULL default '',
  `ipb_range_end` varchar(32) NOT NULL default '',
  PRIMARY KEY  (`ipb_id`),
  KEY `ipb_address` (`ipb_address`),
  KEY `ipb_user` (`ipb_user`),
  KEY `ipb_range` (`ipb_range_start`(8),`ipb_range_end`(8))
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wiki_ipblocks`
--


/*!40000 ALTER TABLE `wiki_ipblocks` DISABLE KEYS */;
LOCK TABLES `wiki_ipblocks` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `wiki_ipblocks` ENABLE KEYS */;

--
-- Table structure for table `wiki_job`
--

DROP TABLE IF EXISTS `wiki_job`;
CREATE TABLE `wiki_job` (
  `job_id` int(9) unsigned NOT NULL auto_increment,
  `job_cmd` varchar(255) NOT NULL default '',
  `job_namespace` int(11) NOT NULL default '0',
  `job_title` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
  `job_params` blob NOT NULL,
  PRIMARY KEY  (`job_id`),
  KEY `job_cmd` (`job_cmd`,`job_namespace`,`job_title`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wiki_job`
--


/*!40000 ALTER TABLE `wiki_job` DISABLE KEYS */;
LOCK TABLES `wiki_job` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `wiki_job` ENABLE KEYS */;

--
-- Table structure for table `wiki_links`
--

DROP TABLE IF EXISTS `wiki_links`;
CREATE TABLE `wiki_links` (
  `l_from` int(8) unsigned NOT NULL default '0',
  `l_to` int(8) unsigned NOT NULL default '0',
  UNIQUE KEY `l_from` (`l_from`,`l_to`),
  KEY `l_to` (`l_to`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wiki_links`
--


/*!40000 ALTER TABLE `wiki_links` DISABLE KEYS */;
LOCK TABLES `wiki_links` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `wiki_links` ENABLE KEYS */;

--
-- Table structure for table `wiki_linkscc`
--

DROP TABLE IF EXISTS `wiki_linkscc`;
CREATE TABLE `wiki_linkscc` (
  `lcc_pageid` int(10) unsigned NOT NULL default '0',
  `lcc_cacheobj` mediumblob NOT NULL,
  UNIQUE KEY `lcc_pageid` (`lcc_pageid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wiki_linkscc`
--


/*!40000 ALTER TABLE `wiki_linkscc` DISABLE KEYS */;
LOCK TABLES `wiki_linkscc` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `wiki_linkscc` ENABLE KEYS */;

--
-- Table structure for table `wiki_logging`
--

DROP TABLE IF EXISTS `wiki_logging`;
CREATE TABLE `wiki_logging` (
  `log_type` varchar(10) NOT NULL default '',
  `log_action` varchar(10) NOT NULL default '',
  `log_timestamp` varchar(14) NOT NULL default '19700101000000',
  `log_user` int(10) unsigned NOT NULL default '0',
  `log_namespace` int(11) NOT NULL default '0',
  `log_title` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
  `log_comment` varchar(255) NOT NULL default '',
  `log_params` blob NOT NULL,
  KEY `type_time` (`log_type`,`log_timestamp`),
  KEY `user_time` (`log_user`,`log_timestamp`),
  KEY `page_time` (`log_namespace`,`log_title`,`log_timestamp`),
  KEY `times` (`log_timestamp`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wiki_logging`
--


/*!40000 ALTER TABLE `wiki_logging` DISABLE KEYS */;
LOCK TABLES `wiki_logging` WRITE;
INSERT INTO `wiki_logging` VALUES ('rights','rights','20050419201053',1,2,'Reclarke','+sysop +bureaucrat',''),('protect','protect','20050420054102',2,0,'Main_Page','I want the root pages to be stable.','');
UNLOCK TABLES;
/*!40000 ALTER TABLE `wiki_logging` ENABLE KEYS */;

--
-- Table structure for table `wiki_math`
--

DROP TABLE IF EXISTS `wiki_math`;
CREATE TABLE `wiki_math` (
  `math_inputhash` varchar(16) NOT NULL default '',
  `math_outputhash` varchar(16) NOT NULL default '',
  `math_html_conservativeness` tinyint(1) NOT NULL default '0',
  `math_html` text,
  `math_mathml` text,
  UNIQUE KEY `math_inputhash` (`math_inputhash`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wiki_math`
--


/*!40000 ALTER TABLE `wiki_math` DISABLE KEYS */;
LOCK TABLES `wiki_math` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `wiki_math` ENABLE KEYS */;

--
-- Table structure for table `wiki_objectcache`
--

DROP TABLE IF EXISTS `wiki_objectcache`;
CREATE TABLE `wiki_objectcache` (
  `keyname` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
  `value` mediumblob,
  `exptime` datetime default NULL,
  UNIQUE KEY `keyname` (`keyname`),
  KEY `exptime` (`exptime`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wiki_objectcache`
--


/*!40000 ALTER TABLE `wiki_objectcache` DISABLE KEYS */;
LOCK TABLES `wiki_objectcache` WRITE;
INSERT INTO `wiki_objectcache` VALUES ('lcmwikidb:rcfeed:atom:limit:50:minor:1','��Qk� ���_!�G�v�#K�?�1�\n��=����Ao���OӲn��s��;�Pl7yA�i0�|��Vt�rJ�J�h�U�mvO��r�e��@��*�pB.C�Dyh+�ǂ�i�ؤ{͌nA���j�V�\Zs���6p�Y�4,MIA�q��ن�]�x��z�\\,J�h�~�>����`�H}��ϒ_\\�o��SQa��w���w	m8�Q��9�zAja����`�m54�:Ϸ�|������?�\\Nt���\'��.`�S�,%D�l��@F����Ұ,x���O�h��+v��ߤh\\.�#j��\r','9999-12-31 12:59:59'),('lcmwikidb:rcfeed:rss:limit:50:minor:0','���n�0���S<פe�@�J4�A��@A���H�����)�������%��~��e�;ON��D|++���\r=���3V_��\\/��\ZX�s�V2�Y[\")��V�̱�t:�Q9<��d�	=\'R!\r���I�0M��@�\n�%��:�R\'\'{�{���sr��\ZL�t�*-�Uc��{py�jفy���&b%�f�(�H<���苫������{8�8��BhE�ع��/����{ �0r^��Sg��GS �c/�T�E�yF�@5�=d��o�Y2�s�CQ�:��C����ԍZ7�M� �ogt�]�`�3|��x�,6�VTU���y�q�/�����7:���_\0','9999-12-31 12:59:59'),('lcmwikidb:rcfeed:rss:limit:50:minor:1','���n�0���S<Ǥ�:E�H4P�%F��@A�	S$�]�ۗ����z[b��̒��}Y7�ݜ&�^ �\r�㵨8��`���{�Q׋m�tv���#t��DR#rf�;n�b#��xG{���=h3\'m&�-R��\"�Q�z�:LS�r0�B)A	��m���=6�~��9��2h	&����զ�\\�Z��@���s�b?Ag7+��=���ʋ������KX?�ID7��A��5����\\��>\0�d#���.����\0�K����H%��g�,�#�V~�,��9K\n|�z=e�����?X-֢j�tA }����jg�Vݱmf�U�Z7�>���]��h��-������','9999-12-31 12:59:59'),('lcmwikidb:rcfeed:atom:limit:50:minor:0','���n� D��W ��Z�v~�U�6R�V] |mP0XpS\'_�D},��h��b�-w�ޒO�xW�%��S�1��������l�#�-D\r��T�\\�H��VT#��8������A��81�̇�ǃq�+����aS�T4]~x[S��+\'p��YV�A��\0�!U��<��D��H�}���ָ	`+*-Bp��ޠ���a\\\'6�a7U/(#mqa��P>��E[M�b���|y��X�������<Nv��}��@P�}Ą�g\"�Y��w�l\"d,�La8}��1�u�/ن���Hɸ��#jz�','9999-12-31 12:59:59'),('lcmwikidb-wiki_:pcache:idhash:1-0!1!0!!en!2!edit=0','�Wmo�6��_q֐�-��q�҉��[�`M�!�Ѡ%��B�I���Q�,��C��\"y��{�H]�8a�Gn��W�/+��%��؈E�T�h��0>�蔃�8��J��˅�ug�\\���7ye�|v)�t�J�f���%q��&�}>9͓	l��h\r�5�bq�ޗ��_�V=��ipX4�z�.���;w!0a5W�	\"x�x�+�Y���(eV�$`���>�\n���i��f��_�N�K��ޔ�CQ���Y&���˻h�`;=7ޛ�A�n��B�X��F���	���q��˕\\j���n�`�Nʻ1(�E7�H���}�2i��K���^��?��]�\"�\\��K�}ϋr�*ο�8{�sa���Kz�^6Y�b�pQ�`_,�<>��\'P\r��h��M�\r�`�.BFڌ��y=8�&u$to��+E&yH<=�ߞ��֐��o3Z3������vɥ�}Dp��������0y(䩗F��S�(eddς1���h2m�4m��}	2Hz#Q�\0��_�HKGq2:�B C��\'�RS��_�ݖ�.�Dn~Q4G�Y\r�uS��Aꅱ\'oX��q���u�?��ޚ�\nh�	؞e4�zm��^�]9N�����C��G�l�o񾡽��c��Ɛ����RI�í�7>B��z�!��#X	�V@ZY���\ZV��`���5|�J�eꚈ���Aݸ�L��M|���an��|���%t.�A\r��L)$�p\r�V�2�S�B��	Rg���T*�/���\"I`*<�ԭph���\\e�kt�&R8��;��XTJ�#j�T�i�w&��������aR\'w�����JSV�[t�������nf�А��\n!y�E\rJ��[;/\n׃s�Cd%~���d��,�WٚL��Z#oT� �+�vl��J�?%\'��ϝ���`n�\rd�w^b�x����J��*|�-05wU&\rF�5��d!\ZG���R�z�O(;r$�M�)^^�l!k��d�����*ה=��]��A\0K��E��p��\"�/��Z�͎�ڄ_\Zj�P(��S�~�#n�c����HF��&�� ��(��qG���>$m��&�(pSVs%Ӱ&]C&n�2%��\"�54���6�=%�ك:~/vbH86�m��6	��^����c\r݅���d~kz-=�Wb=�k��\'J݅��`��n��~Ε\n�����Px\';�w��\"x�Jjk�8@/�����R̫�r�F%563�D��G�\"�:��7�Bx��}I���L�\'�iW���zp�{�%�=��L�%��HӸ邧��+������7�߱�&���]�z��{�A�4�\r1L��_w8�uP$X8��l�@.T�ۿp�v�]��	U�WHy��N}#֠҂Pe�.}�X��r�rw��3�t��$:R�as�%��)J:�^\r��0��\'�t��z��-����Ec���=��8��{���5�&���땻R�%_�4\Z�YL�\n�Mq������	.���lzķ����G[S�����%�݂L�g���ஹ�iܱ_�v�g����zŽd�h�9����V��[0�(2�\"�8W�0V;A|_���Q<��0��F�MC��ݓެ�/ǎG��rc8\Z~�a���(��_���C�R�\Zǯ���ᠡbu-6��Cj����2���n%ے�hpL�G�0���\0','2007-02-03 12:38:55'),('lcmwikidb-wiki_:pcache:idhash:1365-0!1!0!!en!2','�Z�r�6��S��{���&M���q�xz�т�h�\n��v&�g�UlV $!�WN����V��>����\r+6����[��^��^��,�ˋ�8��󛃫9��W1~0��ڣx�0��5E�yF�1%�nY�Uh��-�=�	E��^�X����v�A���׫M��PT�\"�y JaY^{<و�0�J;`�U�\\(J���<����nj;�^��\r0��Q�J�8I�iQ�)\n֨d�����8&��W�p�ki��v�t�B8���@g�A���蟿	(�\Z�[�+H#���[FAJanA��01����ƢRө��ϐ�1\Z�_��~\'B� �1�1��ԁQ�f(޸KhF(�?�Q>��p�2�3�W�϶�	(�pF�z^�o~q��3�&��D�H(�^���\r��SY`��)�j\nE���(f���UZqt������M�e�\0�p������hZ^\"EX$�Fy-����%,�#��1�^��L�Q�5�9_\r>:[v����!~�$C,�o8���yԅZ��d�������篯1%Q�JX���xRڌt��D�1\n6؍ͥ#�H��T|�+X�l�OVfQ��jȨ���f��0LM�斮6\\\0I\'�\r��=	ļK\nt�>i#$�#�7������yTahN�d0:S=C5u�!3��\"A��&R�ɨ9e���������G:�G(��m\rU5��L���1G�3���(�є�,Z5* ���#;�05]��\n�Bǚ��E�xP��������1G�\03���N���	�(�F���J0H�9�%�d=-9\r�\"���=863��6�����ho$��m.�(�H\r��cdg���-���xb�\'�(��\Z2�j�9�3Sӱr Fa�Ț��6��˗@�:$�^�z8�j�XL�����Q	4k�F/P=}�\\k�\r��|TN,ze\Z��l0s����^;E� �T�s���JfQt�\Z2��O�=�I�sǜ����D���̢��kȘ�;u�v5�NH�KuB8��)����\Z2�6kxtg��0LMGt%���J8�S�R��ڸ9em��y�!���\r/�L&���z�+��\Z�)+�U��JU�sS�*�F]\Z̼X5����N1P�9�?����D��z�QR���Րc���3�����B��׏�F1{Lo8�Ɂf����#�o���i�H�ja�t�/{T����\'*��y��o������b�sP�.��F	[��^A\ZeU����5,vx���I������x����yu	$C%�Y��/��_\\����栺^��^vs��F�8*�%���w�{Z���W\0��yy��wp�#o�\n���ߍ���s��zz���PV��rw�-���OP<T�����Y%V��EY�r���J�oJ������5��Iu��c���8��Eۺ}#K�-���-\\��$,.Z�$���U��Mpٲ�������U�\r1�g���\"�p�o��mO=���#z}7;��Ϗt�B��~#B�z|��*\'����K�3틱��q;i\"/{|J��b�i=�z<�:+��c1���v��nZg����9u���K=���D�!�����z��A:#�=X�\\=H\'L����jh�9e;CѧG��p��>�p͏tL�����w� 5�u�.�믮ՠ����=v��j�\Z^���꺃��P}��*]߈�F�}�^>���ak��ՃԿ�=XL������W?�u�h\Z%��a�e��!�Ϡ�!{�5��F�3�V<�~��V����t^���P�ƭlۍ�ůw���O�E�ϾlV��]��	m����f�T}\"a���A�hR�t���8���','2007-02-04 10:29:17'),('lcmwikidb-wiki_:messages-status','+�2�R��OL��KW�\0','2007-02-03 09:57:31'),('lcmwikidb-wiki_:messages','���rY� ����`��d	\0w)��5��ڒ�R��T�����tw�D��l��y��G�u^�S�K��\\HE�uUX���z��Oz�;������z��K6n�ڃ�R�>~���)��)������=W����y�Ƀ��*%�Y%T05�t�,�aY~��\Z�z�k��O�T�4Wy�\\��릜��Ums�����EYQjV4�xR�M�|���.~����є��gu��$���N>g�\Z�v�4�!)�����g���H��>k��uV���l���x\\U�bc�����j�`vB��JZ��]��Э�M&�%�r��u��F^\\&i�Z�.�t��^���Uø�ʳ����H�a9o�KX����6�h��5r-Ϊ�\"�����(�ծ�ft5��]i\"��yIyA�m`��p!p�FWi��hIF0�*_\Z�\Z~)�N	�\Z���ؤ�̋v���\')nD1*����5O�b+��\n+T�M2�����Uy��y��?�({�����fI�Q���$4�N�E\\0�\\щ�6���d2��p�+v���,��S�p:��P6���l+���lq�u��KCjw�����1�^�t�#�E��6\r�vW����aFGOF��=��:���D�C��k�M���&nJ��+h�m\n�6\n�R��\Z���\r��\rpV�窍�I�,Mf��H9++͋۫�f8����lYiud�`o�Sȧ�Ʈ}�� }� �k\\�ކ~a\0�$�?�[9ͦQ��V�Tgi����rF9��u�9�kG�n�K�ez�&ZlO!i�#��K^�|�VT�����<�+\n_���*mpvtd�%&d-�E^�r�uhz4�\0@7\0J�f������eU�p�?M�6&�?��H}k�xH�n�j�y.����*w]�\0����!\0�\"�B�*����l��p�I:\nkk�:D4���p�W�>�\0fZ6X�I^|�q��u~voP:����kp˰bB��h1�Y���t�����r\r���e�Ȳ�vU���ӳ��YU�����wTm��w��� �m�ш*�Dl)4����PҊm��K�����|6��Ӯ:���)\'ɧ��0�)@Ĕ0R��,�鄖����[{.ey�*�&xh�0�r�3̵W-@T{	5\r���3_YY��!��u4�-N[oC���m�lr�]��z�~p�V�v�ιQ�;���]\rԋ�ɦ�Fu���0���FmX�v�U�+��V�~�]��J�3%��	$��������H~cQ����zˋ�T�\':����_�N�=�����~cJr���@\0w 0\0�@�K1&j�x��=��yQ\"9�H����\"�aJ���\0��$�{ڏr�͗��\'!�I��Pϻ@��S��uY1�[��[K�\0;\ZfY�Ԃ���w���F�f���jX�J�y8�����=o�\0�:�W<�}X����|��`>\0i������^�[x��ڐ�u$%>C�b�U�u��`?���)�ϩI����q6&$�v\ZSp��ZY�VVWnp`Kp���c��uK�1B�>~<c0r�A�j�|���7s�t��pV����%.�\r\\�wJ#�S�yȏv���V\'%l)sE��ND���>,\'04���Jܩ���Fq>}��uh\0�Q�h�����g�B:���G\'���)��J���V46ARm%�	6�����5d���aZ�^�^!R7�[���-�+t�\\�\r{	������Yd�`)����E.�#u��$I)� ~�f�*��j�������G��^Vo,�/+jZ=�f*���Tp�=MA�d\"�R�E��LҪ�G�ە��i\\�ZOlo.��r:�8\'@c�^`��Dl113�R��~\'��3��[t�(gH��ݎ��EZU�5��׼SL/���!f@���j�y�N�SF��9��t3�����|�W�]�PR�z]�����2ĥ��E:�X�g�J�E�q�7��^��~�D�ޝ��=!� 4���ĥC�Ȑ�Ȕl�\"s��}�=K�\rL����l\\t���=�ū��M�Wu���n�����{������7cm�έ\Zn*D<>��K�+�pQ�\'!1�9_�I��L��+�V>\0�rL���p�OCջ>$��L�G��ѣe����3IxE�DZ9�+v[m�Í{zU��!6��`���S�]7�d*X����\\Qa8Lz�\\6���\0o(絁0)RχS~J�ޏeȞ]:>�n��ʤ\r\n��a�衅�y	KO`m�=�W��������{�0sض�ޗ��Ur��\"U�pUN&٘1\\L>혊9��Z0h8�t���;>��Jl�\r�&�0&���惤.��v�	�����	wLdxod��6�����|�7X�r�]��p����7\0��&J\\�b����9&�\"k��y�֐8)����Mm��F����00�$#�v1�à����E�P�\nK1b�,�K�ˌ����&2F)�kF\Z�\"e��iV�# �>~<y�LvBx��&�X$W��>��M��+�6���\0`}\'l�o���>�\"�-�\n�#��\'��\0�&��7��Z�x	c�\rN��K��1;7�>�����+����<��K�Cׂ���Ŝ6�:o��W�5Һ����K3���Jnԛx��\r(7��_{�+��#dbD�^@Gy�%�\"�\r�g>�;�\"�B`�tٽ�`w(ϰ��@�Bߒ/�$w;�11�%����];�<��\"����̦��`s�i8jM�?��Ȃ���e�yV-8R��\n&o��QJ�	�lb($����@k����[kh�&F�qo��u��w;X������+x�\'�g��ob;���\0��\"A� \Z������])/\Z&-pވW���H�#�� \Z]�z��`u�L\n�Zc�������>��3}�f̛��¬��i�!�]w#����,�Y �P����n����\Z�{��XPz��^3F\ng�8Y\"�^�Y�W�I:���RJ����$:��`E���lN�����sW�o\0�@�.}�\nSE��H8�k#ҫ�X�\"e-�$�E @�t\"�qH^�,j{o��|&���IAW�-��0P�{��Y&�w�����8��\'c\Z\'�$]����rY�4���.d|�L���E:����l�����\"�xP���$#�q}�CyY(|�;�vN\Z܌w�Q�u<(K��ov3��!:z�d7)�\0�����b�9�4�m\0���Њ\',���\rŬZ!��g���K�x	�\r�c,n-	,�~�7�CYUè�:�J���|�\\��fXѼ��\"�a��m�?����S{���pY��BĮ����������\"\\��jc�<��>G0�������v�>G�n�9��\0��ވp�/�\\j;hy�x��m��[&�[7�RdY���@��Y�\"D\n!9�Y\"�q�!A}�?�!}���\r��@/����S�������Mӊ�O:%����fA�\"��✛/�p~y	��������!��!���Ʊ�����a�,AX�)�2>Ϡ����v2�J:��!�\n�*��W�P���\'�P��Ru\Z`����f�QQ,��m� D� k\0ERB���D �\0�@���Pe��#��̶�ro���W6���u��z�`��\0wn2�a�\"�(��B�B\0��è�m�+��dn�-��E\\H\n�s�]h\"��l,��a��A$�?~��ע>�����^�u_^�S���9��n5q2�R��5��Y��d�&��A�g�iڻ\r�+ԝbe�1Exs���Ε|Ue��6)�@N�ٚ���Hc8U���A^t�:��)�F��x[N����w9�,l@r�x�u�JF�15#�1��UljZ�Q .��%o���\\|���D�\'���@�\'R����\r��{��q������\n���ɭ��Q[�f�dm�)Aa3�C3���H�!�]&��	�.�)7��`^�O��\0�#\Z��Zx�\'���7�~��!ś.Ͳ���xD$�e&����\0�:L���gZW5\">z������_N��5�]5H1�䡔h�٪ln��̺>ƦxBJ�.m��ʻa�XF,<R���iБ��X���6�0zl�/\n�qB�4_�+��41:��EU�ڟ��(���IU~�\nU�4�\'\'q��Rq��^����rS�>��14���D�*eY�_V��f���\'�BF��\nx,�K�#8>z-v}�]��V�p9��_ɔ�E�i66s�τrb�\\xd�;��u�$䒽�%J� ��h(�ޠt�f���\r��5�6�:le�U?�!C��b��9cA\"�,����Q�����P�,���\Z@e��/ܽ���\nF%wڧ��J��G��)g]Q��9�0�	���>�CCu@��HR����˄�$BQ�a��G\"Tf|����v7]ߍreip{�Y��8f�>`��i�����!H��UY�ʁz[���>x��r�S\"~砽#+Ǽ�H�J�����ϑ����s��<�4E�Mآ� 1ϏQ�\'�<1\r���*#Q�k�a�\r��*ᳪ)E�-�,���-�����M�R�|���|��5(l��0�rZ�}X���u�ȏQP���A�Oڭ[��+;x����V�5*��|g���ëJ�(�~U�(Q��O^��\\��_g�EZ��\nPY���~v�_4��\Z,I��8���f���Nt/�~����&�Te�*m@�t�\0�=�!�U:�|�C9y��;���V��bo}�Z�SY �_V��1�x�\"��C��-k�\r�8$�3Pɘ��:�,��ټ���q�ޕ� s���Y_��I(\'�i��\"��׍D^���E��D�_�\Z/P$��%lh���2���kX�	�€����#�\rq��F����ĥ��\ZN�{Hd2�X�D�4-}�^YS��\0nʒ�\0㹀�\0�CUљV��,	�^e{�،�E�KA�8f厭�Gz\0�F��F��������b%q���$�6��‘!�6�Gk�D�o\0XF\Z����0��鵴7n����\"i�Ҽp}d��-Czwy�啖V�oE�#P)�\r�T�;)���\0q��U�L��*z�7QIxk���Ց${�䛉rX������k]yb��9GXZ�L�\n��N��W\"j$܉T3��0 ����WL\niF/�\n\n/a�%�:�\n!pv�U�;Q��R��5��l�����tQCc�8��0�����E�7Mv�z�\'���*���AO�j���5�3ŘH���2CT�\"ݕB\Zd�;�!���2�c\0	8��E>\0����Jej�xPi��X�9SM\"���|���;)�)l/ �0 ͆��?{��~�.9{���ɻ�雷==��wϟ%ޜ�)�p��7��%o���:9;;y�:�]����}�Om �[��\0�&�z���6!�LL:����w�v:�oV�c�6B��֔��&�7�x������z�`ɹE�mO��]�A�(2U\Z�2���[_0�s@�ό�OI6�˨�����	ؑ.��\Z���؈æ�v�4|��y5������8)��Y(I��gs��t�j^��8#�2������C�sRt%1%i%\r���Bh��0X׋�Io�ub�#\Z�Xx�x��b���x�p�43UBA������uZwË��6\ri�����]:3pE�b��5*ާ�k�Ϋ�����W���c�2���ޮ��u\r�0���GW�wMi�[&p��y�kz��!�Z����.�m#i�{�8d������F�C�E|����(_N5���@]1*�C��H�J*+]\n�����ϊ{��\0J�������#}����t�t/e�F<�ԩ����3���0RJ�W�\ZI�L�<ðz���)�X�^��v��XK�P	�\Z;-k|ݵ��z�T�u,P�g��\n�\Z�3m��H!� 4�k3	�B6��ҌPL�mDN��A)���jl�\r�`��怼G#��9��@�x*N�w�K�;�j(e��J�7������(b[m����2�Ot暉�נ�,擼Y��u�D�w���U,T��_\\�ϱ������,P�b#$�`�k�ۑ��i�%���0�d�z��[���u���x��wbIt<�2��	O�^�M�IU/y�?\Z/���-T��5Hd?�pV��$�\0�˱�t,x�c��nT����}/��X�{KF�=n�%	S(-��	�DF\r�6�R\r;������$ͧ엁Vb?�s?f*�����]$K�oK�=-�͖-��,hi79��>O�@�\0��01�q�\nSԮ\08(�WE������Q��H���l� ��\\�9�.�/�$ɒ5��%MZ��n}P��9\r�2\'�BW��s1�r?q��{����N��ͪ1@JrBsrEG�Z��\0*���\\�MK]{\n�\r-K�U�.���.c�KoC��b��ϏW�������RX��]aK2�]Kq+׏�%���j_nc?h�x|���lj��P�#�#m��(��أI*:Bl�1\\�-��P+�)``��9�7ɚ0�+x�1E�W��,?=����Cf(�=������p*>$a���(1�h�������I�xCb�ڌN�6�h�^Y��сć�KR7�I���u>n��	ɦk��O��X$�M�4��57]�Vn��a�|\n�M�R�t�+G\\\0��3[�\Z�F��أ$�6sƜ7F�W?o��у����tOI�\r�	u���Ƹ��13��>��ôE�	�&;�B~ښ��\\�W�K+{��9���\\{�PVw����BToтʋG�Fv֫:m��khUj6D�e�SC�ֽ�*Y����ZAEG�/h�4�Y�:�g9AT�)<�R�MLI�V	,�p&?]V�ZdK\Z�2f�+�u2S�}l ۍ6��8��g�h�T�;K?4��}Z�v�r�fa��7$&9��o6��S�u�A*��Q�i�1~�,f�R���lzm$�A/V���π�&���\0�yVt�WfW���1r��i��h�	�|9�\"��p��=-g���`�}�+c�&X�tqQ�J�߰_�!j�*	���2��pl�#/M��ƪaolr��]��FZӇ^�\Z�u�Uxb0@t��m�d��f\'�/�fhꆜys\0��m��H�e�R�+3�ΫI��4����:��8� �\ne���͵o�\rDi�TPH�X��\nR��A�L��\r�Id���7&�o�B���c>+�G��kg�9��n0Tۧ�.���җ#T�ˀ�������R�`��6�:�q�,)4D��4e�}�J�X��`��N7P���)�BH�Μӱ�\n�+`�H���K��bo�O�֓V_u�I|Nq���|�S\Z���Mm���λRGM=o1��)�N�nMhX��E�ìǮ�7z�;,Y�\0C�h��H2;	��-&��Twt�H�G���V�\"��97bf��>��\\@�����.IPg9%JV�{�]V��cp��__���cu���o�e���RF>\'A�g�.���if��___wE��H����q��E�p@ЪA��	�ި2V&K�Mz��MaH�H����Y`\"�ylF)S)�E�a��~U�Դw��~fc\"��^U4�Aq�1�*a�GTܢ׍xrd��_��\nk33��V�`Y�o��=��i\Z�:��#4��&䌡�b�\\F���6��^ �`ɦڨ$�W`p�p^�;��u�ud���d*�m}j\r���g)�)�\n����DW��f�nD�8��c��3��lR(Tl���K��+NħBV�5 K���za��Q�]�cw,��l,R��|f�$6E�W�����\0>p�[���-V�I���[l��	F����*E��Sr��h�*b}.`����*I��̂�X�qr�P�/Gf�X\'(2y�\0�y���	�@S��j>~}f����R�e+r5��i7�P��cgE&�X\\��U>NKpm�J=J?>�\0%����?f\r��\\�@�Y3���c�9f��W	�L𐳿���Ȟ)�<�5�ׄ�����Ta�}i ɱ�o�Q\'�����_̀(����X���\Z��5$����g�O�����PL����|j5�v~O�<�\np�~G�r��r\rBb����H����\\�iz`㲹�a���\Z��Y�HKæ�1TH�/��Z��Ԛ������%&ȚA���<�����	՚��p��}�������R7���q�3K���>F��8G+�|��R���A2*!F��]��	^DvR��hr�軲� @}�R���\\I��?	3�<䟞E,A�K��x>�Z?�gS�$�ʗ�K�K��ɓ�RH�~�ǂu5S��q��	��TT)ٯ��s�K���c�a	_S�!yI�\'�9n&?$� &�w��Pnu6u\\Ur��%\"w�l�\n��o0F5m�\r����E�c���m�)\0$[լhw�>�����y����E[�R�#�JSر���*�,a8?�U�y�`^���f�n�G\'���\rU81�T�\Z�M	|x�Ӆ� \'8&��\"�g����HF;;W�pt+E<���`~[�D�c���&�\Z�]0񝤗Ѕ�f\'����z���+|��>��F:$b‱�L�ח}���ɠ���y����yv)�5��ێ`�c3C��v�Ol��_��#ˬU=�ui��1�WJYQ5\n�9 U�$u~�	xL�^m^��uk)��B�7�؏�Ӟ�����ɃK{�U@&p�a�\'����D8�q�Zg�A9�$�VP�?��˫���`F1:O�2R��x���Ճ#������*�L��\Zo>�=%uu�����O��pfb��-�R$L\r���*Wt4\\\Z/S�.r1m��08V�!�I�F��\rV{\Z�D�����X�E��#�+lj*`�w�3d���v ���Y1&�m�L\"���v;���)�7��v�*��<����4̮�������#5_T���~&Tu]��3|�16oH	aKe��p�ן��O<�6NT�r(<:���wRࡦ;�t7�T_a��d\r[����hy��y\nD�$�cǎB�����%�:9+���=W3��m?�RR�\"^%��z���^�o��\0���,�vP�؉��\Z�`Q��HP� \'�:0\'��p���+����;G����\\��h�&�[NHf�s6������i���r����NF������3�ڒ��Mɔ�=�þꅅ��z��d6w��`F���82﷕���r�ʘu�(���I=T���ٓ��BE��7u��P\0֔�Z�;\'��c��}_Q�&��ޘ��QN2�[J�[��,�۠?�E��~)�.��R�I�k�~-Z?)��Q��!�g�2E�t��Ҵ��C[	[V�L�n\"*]��_�j�UDT�vHK���?8�a_c�~`��\r`�b����݈�l���9[��>���D~\"��d��t*��: �ALh-�u�|��B�ݕ�H_�S4o)JA2�J�z�񔽌ɇRF��a�jCkCx����^qX��ꊞ�d\Zkya9�ȡ�Mi�����ʶQǮ�MT������t��O����~���YX��!�&��*}&|�e����)n�S� ���P��aC��Ʉ���q$�A�xz�PF��Rh�Y�Ty�REJ�JCZ������t��<4�N�4�>�B�?M3�G�&��V�	�uFuzF!c<��+�A�;��d�?��V5��O��m2���ɩ�GbG��SJ���)!˯j��ʼn�n�-*���;�v9I2�d��Y&N�EAT�wX�ID�E0\'��>ԍ}�|1�zM��uC�H�;�uq���-׫� [ƍ8�μX���.-\"�k�Q��዆��q.b ��4W6Dƾ\0���%�	��_\Z݋n!��݃ݺK��t�`�Fb��n=II\"l��\"���Z�#pF�Y�1@݇�Gl*��\'3�r�RQ3]���1}�~͐�]4,4���4��k��Q��n8��@]֩m�Ս�G�$��͏�%o��/�\"S>stj��J���<���n��>��i���\n%�v��fI�:��d����k��·��ʉ|ɹ����h7(1��Ro��5��b�3�x�Rt�.�T��;ס#�j���#Ν�\'��V�M�C.R#�g0���~��/qV�V�$OX1\0U��[�C\n��;�e\0[�w�����j���T��&��F�M5��9z���Pj��`/q\\GRa^�3�Bm\Z�9������8�&�Ȥ��(A.hm:���k����h׈����d� yc��8�)�~tҐ�+�H-���<LH�!�ak�nv�tt��t�v/!jiQr�e�[P�u)j��ZڋJrd���j��v�>}��w9z�ۻ[�ح��0ջ\\�U^U�J�.�Jr�+�?.G%\\\Z�y��}M��ѿ�H�Y�v��2C��nY]�ǯ��ts������9l9���	}�jH+�U��\'�u~�!�1k踩N�?t:��`P�i�b�XT�s�_�٩�y���I��X2���-�x��c������ZR�M��B�/���6���#6��@:��HF���=PG��族�+�5�;�n\0Y��-�k.:�|/��%:�(JG�;f,�ޘ�iy���v�� 6��@�b�XC�6g�\0K�\nZ�����C��	*����b�	��\0�d�Q�2�eX<��(�\"/\'��Rg�J Ul�`{�����F��bgʤ4��i��#.`.�B;d�����0c~�N7�x����2M�D8�5���4-uh�����RE�q8R���$|48rj{���~�\\M�z:��\Z�w.I`\'ʁ ��K�$�\'���+4]G��JMи��gg��n1��J��+�,R��!	��)O!S��q���Y��ǁ�^ſh!E\"��ū>��,m8D���pb/�yK��02���R�D^;�r��v��?�&|ˌXEY�ފ:mw���zk��f��c�� ���|a�f:�$�$Y��Z�!ⵣho��x����~su>L����Q��}u�N=�Y�$t�~�pY��\\|Yc�t&a�Q�twch��j�/M!��W�l|Ar#�u�V��P�8N�Z�7����С,Q ��/����f+�g@�_��7ՄC�N�x�B�8rNK�4*L�/$y��4�L(1�n�ѼAB�u���\n�?}��٫�7����˕g�$�����\'i�|<4��ǃ�f��wAYa)��;�����]�o�ቄ:�U�\n�bI=�{����j\r�N�f��n爻���T�\"��V�A*���=IPe6:X,/X���\nWEQ@�g�Ǚ����\\�wC!�\\�;Z\r�\'6-̍P����v�U�U�|��A}5Mg�IJ�A�a��Aʃ|v�\0ߨ����Y���OW4����e�Mkِ��[�>j�`0�.�7Lir�x�r��{�A��9T���\r02Jb3?e_��u�E�;f�D�ܙ��+yC��=��=�I��8��\n\n�l�	�.{(�8\rR5f��������cD���~��9�A�g!�+ޟ�4~�,n���B�����+X���r*5�h�A��*15�4�^U�Q\Z��(���S\'����a0+\Z\n�:~\\k�\0�~�M:z�C�9h�]�%�Ss]K�P��br�g+�UY���Ax$���	�D�sC�\'�����s���F�K�?��g�}�Ƒ��Pμ�b�A�ݼ[��oqI-���?#�!ɓ�~N:l���R��P�9�P�̺x���s�BZZ,�����h���9��\04�e��w����h�&JGUY���V����TOl��?��\Z\Z�j�>�^Fc��}���`�������-.�%�.�s�)\n��־@�d�X������)��l[��f^*�*ˁ��G���ɱ����HA������F���7�F|�lIS1�{@\n\'s\nr�	x�}-����[w͉PZ3d\n%��@RnL�rמW�a�T�_�WQ��2\n�`�B#���GϤ�LbN���ʩ�ȓ&�mi�4N���T��-)3�����,L��\Z�fiἵ!_;�g��V�$;捬���x�6��n¨1�li�	�X��I�`�(�o�	O�;|�:��.M����Q}v3cRL�p�gV�̊�AGpn=�~A����jY���6�_\Zn�/�s%���g�K3��,y}�d��U3�(r�ӻW/qY�,�D\\�T��֤��5�[u7p��}@��ͥ�%,��çN=���X�$�Zy&�}\n�x�.P�I\0n�8Ʌo�����YwM2X0!��2�98�@�p�6���\ZKl��My��b�(%�v�C��Z��s�E�A�՗�Ҵ�S��kSV����C٭��(B1d\05< �0�\'>���QL��>U��Hȳ�E�fͥ��\n���Ս��\"���٨-��%\"S��#�K�~���M��� �3����l��h�>�B?,�07�E�:�<�/R�G�x�)iK롆�Q(�>cC�Ȫz�^T̴q��qI�G��萾\"4ɍ��ס���iU?�Hl4�2�v���b����iP�x�j��w9�b�����0����R��,+HH�8oS�Z�ú�kc�60՘��f��?���Ǵ��I���jӑ޸��S�i\"���Ye�;����1|=��\'!�i�z�a�>f5;�`�]���%/\'�r��I<�޺�;=�>�%fs_?����6{h6c���o�(r�.l\\P��s\0]�M��$Ji����_������B;�Q�bч�z���|r�Ʈ+T��&t�vb����ܡ\"J�:��	u��HL�H�r��f���\n�o�C+�&W\'��ǜHC��>vQ9�Q#c�ui\Z<$�g2^�LD�3B���S�r`;��4$^#̓yM��	�\"��\0���á��Ұ�	�`jv4�t��Fw�ҎĨ�I=q-�(���n!�̧���&�Y�O��B��Q�*���ڕ/i���9W�ò\'�u�#�SNON��@[�O�\r&\\9�0G��G�������C<�w�\0x]����f�^��`�QN���$cDB��7 ��D`��8�:�ۉ��\r�jJKs��Z\Z\n\\\rjN�hV\Z_�=��������)+I�7�7Z�(� �a������,�^�{�:L?�Ʊi0%5`{���p$�u���p������؊��[��`u�rK>�\Z�}Z�j��LZ���}m���F�Fʼ��z]��v��p��k��Yp~�j��|̋� AN����8��9˙�J��5��k8�5	k�Bl���8V��.�ӱ=\Z���%���S�L\0��d�\\��\"u�#.��B�JG^�g��Ϧ�N�\'�������jg|A�K��R�5_�h��cr��V�q<��$�o*r����Rz�QO�<j��cb^=>{zrE)]�U#u\r��&��MS�`?�Z�R<O�L\"-��G��GW��GjiD(�q\\έ�=��Л(QB�1<�֠�4ȩvY׊<KD�+_���\"��\n�z��� �,0Ơf�U|X\"h�-�R+:?ۀ�`�\Z��`8�[5�d�Sb��d8A�������d�g{{�lw-lЩ�\n�\r���\nA�:�M���[�(�5��Մ�1�*��m���>dNx��\\K�cC��p��F��p��…R�9S\'.t1�1\'\ZV�TWH@�����&�G��ݑ	��\\m����\Z�V�U(�a�i�}��Z���\'�l\Z�Tu?ZoRr\"�d��E�R�9�~�vLT����y%Lj�cUU���x�j���pF�}��Vt4j�\n]-�t��Rfx|Y�WE�1���Ck�IKO��@�b�B\nZbǘ�hTH��9_a�����ɾs�a��ȏt�<��\n\\��[�\r�\0l>�pw�Hs\nZ~\0�w��\\\"ِ��y����l7Tg|��o>E����%���Ç��Z��q�b�6У�t��������B�~Ǯ�O��7���~Я2�$p_�ћ��O:�7�q���f2��J���iG)?TY��qj�wOE#�zBq���,!�����`0�,�(g_��Gi��$-j0�,�؂i�J��Q=��9��])�)�澍�Ph��#�Xg�VV�B��qp|?8<\n.*7P����-��\\��{��N@�$�qۅoD��!x�EZ���I����B��M��	��L=�3yN���ܶV\nd^D�3Y�T�A��5i�`�l\r��[�E�*J�����{[P���7,�b�����<�f�r��$���S��d�c�\\ޤ���	�o�\0��En�#_�*��	َ�_�B�����[��ŜQ�����+����~[��ѭZ������!>��b�ʂ�ǴC�H���t��)���1|�2/��}����5�9����8��\0gO\"�\Z���R\0576�j<�[D���r��8����hbRq	X A��NH�@�-�����h��͐���4��„�sZõ�����?}\Z(F�H��\0]ͪ��Q�\r�\n.�p�v{�`2�i���fx��7��@C�n4��E�w��|SOA�r!R���pl�Z��OH\r.����bX�$g�~o��;��C�ے�8�&$����ę\Z 7�D��Su�n{�Q��vx����JT��H�D�(�<r��#�����3� 7ث��ث��$ e�9����%;n�Ά�y��”bw�4�N1\r�V��żQQ�����>����Oss��J~ұ�̙�B���V�� Ђ�U<e���T*��\Z섀���QMٗs�6�\'ϒ�q8�V\0��	�m�x�DNJrS��\0sQe޹��~S�k?.h\\���@�w�Yr<���e6�8��9�\r6C�9��<���.��(��N_Mt8ھ��-7mP�ݺC)��\\�Sվ��t,��\n���)�j�r�n�a�5���Ҋ=ؗ>�y�M)����D�͉��,%�ŜPv\'��Y�Bg3����� P�zm���1��Ko��G�CnڞZ����}�\0&�(�F��|ߪ�a�qb�\"�\Z^zl��g�EE�+Ig�x�΂��рc-\0>B\'Å�\"��@ut��zN�UE��O��RZy|,V��a�c��h�H.��΢i%!�ӧ�ɚ1Xw�p�I�{E��F=�5�է\n�(� :+X��\\ں�r&�3R�J�l��3�>[xG[>��qk_}���ڊ`ʚ���J�z�\Z��}��Pw[p�=�X�E�ʥ��TՋ~���ɐ%\0\"��K��uK$-���9EaQI����J�5~k7�E�c���…^Vm����m���n�O�ݐ�[yz׎���r�h&�s�������\Zb1�L�/�W�!�u8+֠�c)��5�Hг�F�0u�F���x�	ܫ0i��hA�Q��0�b4̻�d�-��e��>�C��>Y�u/F��F����p�e<�aF��P�� `��s����3���H�s?������E�hi!�/�\'�?��M�yќ3��?�=.�����C�4ߵq�`OhD�u�|�y���c(`���M,�aD����j���x=Q����-ٓ�<[O�Ϫ.��8)�����l|�O�OQk��&m�^%*{����g��\Z��\Z��\0��nP���C�P���U�s��;%vtH�=��\'��H�7��ɳ�>B{LuC��H=� Ѵb�X�лC0����#��Cs�@�=@�l��:H�PYEOG���v���q�I�ZN�\'�tQ3Uto`�8�K���Pa�ZA\"D[ �G/3�/�kΩr�Kf�R�@x�RP|V�%��j��r�F n�D_5�\r\ZSy=�H�V�.	�@q��Q*��LV���uÂa/�`h��d�F�r��!���„%�ገ�i�l,��RYB�=�f�R�ė��۪b���]݊�\"��\0�9�w���*���b����o��E��	�\Z��\\|.2�]ɍ8\"�VbL_D!�\ZoЇ���\\\rl	��5��wSU�D<&d���b	AǕ#�sA\\z�2�T��\\���0�+�t�r��/��S��e0i�\"�1��6�6L��dR�A����f��F[��kt ����RZݮ�@P�U-��|�Z��삃VQc��]j�U��Ó[m���c�BEU:�\r���2b��`_U*�F>8��ia���t��ݰ �^��\n �rn�d���a���oy�酜d��M@X�\n<`v;\'j��s|p/O�;JR�kU�ꇴU5��\Zm�2��1��TW��U�j4z\'s��d��j>b3H��(��(Ny��^Cd�d���O�\'\r�mRJ�:TG����Ox�f\"�=�����2�BI/�APt�!����$b=��\0D��<�)!�[{�XmU��7o3����@���xH\0�9y�}{�䞇r�EB�pq��ۂY���p!��8mO��{��(AL6>~D�9J��!����iSYIc���r�j�a�:�aL�Y%-������k:P^�y��i͞��F������6�]Q	�<E���������Bb� �ɶ�r�����QyQţ�J��Zߛȏ\r�����%*l���p�%�w�p/F�[��� iHu1��yon��:%�Ee�#�0�tL��ș\0��Т?�eb�:{\\�r2�b�V\"&�G&��R,�o�u���������~H֓\0�U�=j����ԋ}�����>�O<#l0����c���@��h�v��/�X[n}G1����x���.��-t���Q����+���W$G�m�D�ԓb��,yw��4)勖��q�%d�xV���u�:s��CYjˤM`��h��K������� +���\\�z�*�t��i?.�w��6NB�5b?�-r�xzgZ�����LJ�\'�Cd�/E��H��@#$��*���-��0CT�1����Bk%2�W�vZ+*tGst��9!z��p��M�M\\��\\|!H}ȡ�E�ы��`^p�;/�M��^G�߆i�M���E�_��	@vu;{���_4�Ycڇ��-��n��|���C�@r�)�?*En����Ҁd	��`���b�!�t[-�?�yIG�ڷ�?|�oZ(EM<�%��lH�)�	{�\"!�(e!2鉠W���$��^����$�w�E�#c�����期�s�5�ܹq�)���5 ����9�!�t���L��i���9�e!S�\nn�8`�����O�l��9��O՟Q18��cXx.g�2G���x��j��Q���<�x�=@��uA#��I#�-\'��\n6�n���\'7\n�B^1�h����x��1��\Z��`���hR��]x��*�\'�L$)xtt�����7�A����}�8��-r}�3�ZCre�%޾뙓k�F%�H�I!�[-����i+	�S�s�8\0*\0�tf\0�$�{f�j���@�	\n{�������rS���9�3��l�NșK����G�ڲ0k.m�<�ʌ���~k��l8���v`9��o����S��Iܗ\r�W��j���4�ͱ1NH��@��3�۪$��ԴNJh.iUr�T��o�A{h��0-\n�h]ڠ��.�=�h��?	��-T��:Pw���J\'�_O��I�w��6��&�*��4!ш%K��/#v����΢�cM[���$Ӏ���Y�b&�r�חϲ��E�	axpw�,\05��-��PО���+w\Z�!q�[s)����(�mMyK�Fcl�^\n�N�\Z\ZGu��qe!��[���X�)�ˋ*�p����8SB����T+O��+�+��\r�zg�����̆�����ȑ~��A�P�a��ZGm0D�D�~�҂�6���D8}�6/0�\'_�]�#��Ž���J��(�gq�vQ�Fr�\'�F��,J�	\n�p�v�2�.�̪f�k+t�ڭ𘶽�jŹ�f��剳R$�弗޷L2���l��Z˰�\"����2J�vq�`@���hR�{��Q�j^�#�{�,&�ݡ	L����� _���H�@�E���꫐�s�K���E2�J<��]��%Ŝ]\r�����}��5O����b�;c�������i��c_�rd>�����#�]&\\�7`\'\"�Cd�o����z�-:��Ԡ�c6�W��&>�hy�	|�Ԃ���52��ou<LJ���ݰ�)�ο�o����\\*kU�\"=kM)�P��N���\'�ƙ��X*.n$�k`%j�I�1SrАialT>�L���18�zBΊ�\n_\nJ�,I���F���w��\\�Y*(tDᵺ��:R�t���T,�M�	0y\'�I~�@�՛n����\n+Ǖ5E\n��ㄜe;�[ۓ�2���M։[M:�|���<D���U�_ЬT��Vh�l�œČ]� z�Òs�Q,Ԭ��p�S|s���ź{X7EO�Zݤ5��},D�R&?f��RԄi5��	���ó>ϒ��aB�>%�(�Z��\0�1md:YNT��(Pam*E�K�*�<1��N0n B#n�\"FmK�rs�����T\"�8\nEW_$�٨7�8��Y��$:b��)�{	�:%N�JK���//I��&����*t?l7 �N,��8E��$�#S���Ёx\0$\r)��Â�Vt	���/�}�JB�th���΅�p>��\"����4BK��U���E	\n���c)H���0p-�[k��[聳��FbH�b�k�Q��\n��\n�C@�����?*��\nG�0��b�ʜ��ƫ��$p��S6!�!	�-~(�SpB(S{��]Mlk���GO�U9�\\�i��\0�rd�0F�V\'�ąiM���^������D�&Q���\"C�� jk��%n�g�h߷���xm;��PQ��]]�������\'!�ҧ�%�}Q[�Cq�8�t��+�Ųg�9E� ��#�N�}�q8(;�AV�Vk���EORT�Z�d�\n���{�+j�\"�T�����b��%���bk\n�c^~����Di%$P�:>�\r{�\"M#s��K�*���&�-_�m����l~|���W���L��~=i J��gvtx˨�\r\'�Njv(<6]=m�eM�}�)U#�٪]����mos���I��MEK��l)�m��c�ZK��AC��C��YzΖ����q ��%�\Z���kQ��G�n5j�>\\�?(�|w5��4�lOōQ�t��{5�� ���`m�`�6�~ĉ	��K�� M��������K!�\r;�M\rFHF�*f�8��NԔ� �J6޿{�6w���m��mג�߇�&^4�-����F<��pB�A��o��-,��3;�c�%=�P�f��\rId7k�Y�j�b(8����_Hz��Vʂ�I6���[[��*�TRX;&��_\\��,�~�����1���	�}��f����i1Z���{�^t�֝���uI��*6�\"YВ¢��~y5���n�i{$�GG>☛�l?L�.~X��d���[u�E�xx?}�l��Kя�q��Y�ڣ?`�M\\Ө�\'5��Jr(�2A<�����rT����ؤ�U:�2\\�\n	XH����E\Z��U�#e���c5k�S���\\�3�a[%+�yZK�P�U$[���*!<�7�~~V�)-�LT�]j��0�U�^���TA�˾Ȧ�M���lG�dCE\n}��Y�����\rl%\"�͖�.h��ܔ3n���aܐ�}u/	|������	�5�\"#�yq���q[	w�3Yxb���\\��x[INt��t����y�V�_$>�|��j\"�ƽD��$Ig���9EU�a�\\�+ĉ��3K+G�z��#���/��՞�>��4��_qhn!�v�[pr���wa��f��.\"�;�p*��g�–qӵ�y�\Z�)��fQ���=�Zɴ�����WQŋO�4qES]F�����-ecn�n+ �5,}�w�4�����H0�y�v�!�lC�t����7��������r�f�\ZGj|$\0��o�o�A�� �Fn��$!Q~��2��A�c[��Ѽ�î��Lz�0F��D6�y����ܭ��`�+J���K41\\)�J=}��J���c:ad�ݒq \\���]�ۭ!�B<V۠s��㡍�P2(���T3�\n����ɪļ���*ft�V�;\\��7?@��y�\r���X��\r)��Z��q8KR-8����\0�[��T�Q+a�~Y^���B8�l3M���i0�qE���N����KŹ�����?�(.:I5��My\r����7ǥ�h�kR�\n�e�:	|l��:>�.:��c���*����S,��T�\'�hw\"��(�O����@l��9��/jY^�8�u��E>L��.�������bxˌI��Y$u�=��2���4�r�r,sÐ߅6oқ-�3�LFQ�R���{!��{����(�R�K��rT��)��L��6vOL�.&S|D���l��H�\0�ݤ\n�-D�*h��^�o�����V����Z�@\ZU�,��o<��@rfD�?�Du�`�H�p��6�M&�É�Qer��U��V��z��t� XH�a�D�3GG�z��P0Xهx\Z��Z�����q�,�9�g�}�-;D�A�����Z�6 Ԟ���y�Z�	F���5�|!��7?�e��J9ߖ�\"����ܠ\0���ђ���:���E�N~C�\0��\r]�\"��3\\\ZZGb��z�(�0C�x��=\"��0����G�K���_|�ؔ�/Kf|�dװ&�)?kC>��}����kp�•�\"S(	��!��EcW�qEOΨ5�%��\n�����\r�a�j���]�62�	Ցesd6�a7$�S⊚�/KP���$�+k�v4M�mp`��4b�r s��ͧDdgͨW7�A�z�[�eGG�h���>�h�[Z��x�p����+m���p��t�u�*iԝȻ\Z�pR��:ڄ��n#_|�-L�\"�g��qD�\rQl�,��$�H\\���j���}���KF\'�a�dR�^檍�rկa���ϻ�|�Ub����H��LZZ�5@%���r~$����<��ޗ\\(�uW�Yq�hg����04�r��ք��*P���Mh��*O�D�9K�p��zH;��\n�B�6h}�5š3���vg�[a���D���(])p������]i��Z�c5�苎���]�ia��L�g��y��zݳ\r�]�{T\\\n1_�����Y̭	���w��H�X���+u���aQ4���-t��KZ��D�c�BD��2\"��T�\"��؏�-�B��R�5!^�h�g?2i�{2�V0��+\'8�����J��̆�h(\\T��G��6�x��ZyW�ݏ�&�FdkI\rK�W��F{o���:Q�+��lLӛ����Zl��P��V6��N��V1�81�K\\ɬ=�}�9Ъ#�~/��C�Fx��p�m�Vm����c�5$uo�V��=2<#CA�15\"6���]�\\ �b<&�A��0&���\".k0H�Kq8�T��>}w�2���ev�$OU����4�\'|U��0)�ϰ�ac0\"$�Z�>�����j\ZO��*��4>�K[j��P�nR���}QD���7�o��F���U�./_\n��\r+\0�鐢|��YK�1��D��`}j����̽Sy�*^�Ȩ���r�U��ϔTu�+�S���kWꦶ�Qƒ^�т�c�p>I��ÿ���x�7uB1+�\rB(����s!�\'\n��ڽ�1g����@p�Xy1չ(<!O�)&��E�o�6B#��U�9W.�����\0�����+�)����ث��dD�����o3�Ļ�D*6՞�#C)X���^�5��Zq!n��_$B|:m�(��u��̐i�~��n����\rE��R����E�P�w��+�\"\n�Ȋ8�{~β/SŪv�m�ri,�����×>c��:\rpJ6�M�e�p�=�����U\\ןR��ô����Jk��&\\�y�\0��a�a�Ey�eqΡIp��|���gwLM�j�hi�u�Wo\0� ������$̂��;�(�`v�j`�:�)�w�=�1߸�\'��=���7%��nz�Qc�|���6Q����џ#�9P�-���Q�96Ӥð̴\nd%�ԕY!�=l�=E�����׽|�]�Գ��a��ޝ���)�cJ��G},��9�O���N���2�X�G�+q$m�⋞��/g�L���ۉ��{�\'��J�`#�m�ۜ���!ژ�/���ܚ�:��a��j����g�a�w�Dl~�za�x�[Z������s����\0��$��u�K��+��_N���^\0;p��ܴ\"d!�0\0.�/,�>^������Q!%F�-%�4.\r�XQ�����-%�k)�\\/�Z�%�z�h\rV�?f�0�E��6.>�F�Q��*V˜��O�QtC�B<s�c�I�h�=�T+�B���?�LeN\n2�=LR���˒\"IH�(��b4�r���Zi�\"EϺ����}ā�E��$I4bH8|2���Iި�J!��X\'Fl:�]�ÌD{�У�:��\r�S��K�g���H�5�<�1�Cj�ě�\"�sʝ�ﰄ��E�������|48�TX��0��)@�E�B�C �x[SS\\��vs�����\n�#��?R��f�֎a�s��mD!`M��N��o[<7)��F�G��ApƠ%p7�K\r�j�g����T���W��mfzh�\Z{�C]el2p-I���j���v���/���!>���/�s��*߂zv�&Q²2��%A���d6.L]��Mղ	��qxeզ����dm���.�����`�m��n�,�$�G��i����R�	�BQ(\\\Z�ư�CԿ}�\'\0�49HI�Tح��tl��J*�6z i��-[���rA��YU��j�X�7�@���uĮ:��w���C���l���1�˸��r׮fԬ��zI·�nÛ�F�A�?9���e8���é�ʖ�� Y�{�	zUg�\0�{\\����bw������h�Õ��c�+T�H�^͉>L�Kg@���T_j����5p��\ZV�m���c#������u�����Ԧ�{*	��m)��)�^H�S�`�$*\0�}���+�\"��w р�n�حӯ�1�gAU@��@�Ȋ�@j��fb���*/���u�ܼ���®���X|�?��N�/B��(>Q#O��$����Wp�)����i���QN��H�Q����W��Y3�+��ۿ�����cB�?g�mۆ�/\nr� Rwܥt���%G,yaT�IN���@�m�ZEYDl9v�B�7��)ݴ�A��\r�O�{�S1*e�I\'��n����X��c���Ob��z﷈��$.�GA�\0|�V�i���+E���X8��j3K��<I�=��7�i\\A;y�o��\nd��WG���AݐbN��_�e�J�bW���X� _���\\>��V/>�}�?B]&����<�b1���5·�\0�.�<�Sw\nq��s��#��N�����AVݳGC@��(�D}YK��qI*�>S��	g!-t� ���v/[i�ZV���?�t�\r(䧲�����=�1�Ǿ���>BX12pf�`PyV�T�I��\Z\"���Dt넫N*l�5�J��i���n���\'���Y�š���ښ������7�k5�#j�*M��S�^�,��ݕǭ;@��$�I�I���/�\Z�\Z�R�������i�\\�$����=��e꘿z\'���nۛCk��oi� ���k�Zw�6�{��f���œw���iw��]� �u���}�<��(<���u7��c��̎`�	�����D��\r���r�Y��J9�{#��h�����\0W2@��B�@��:0K���+�:��>�?���S\"����&�8�hE�Ꙣ�9��9r{�d�H2�U�<D�B]hU�F�=��<������Z-�����3ѭ2r�i�,&%qf,�iLۘ#����BCl��X��%��R��ZBЀ���nFQ�2t�1��I���<,����Π�C�,�2r>V�A.�)6����u;O�v��:U�l\n������(	�^\"�[�G,�b�{���k4a��d�O=�j�*ȶ�Qa�ĮD�ⷑ�b{�+�l6��0�����M�cgL�~��u�xNfՕ��fG\0;���F�JU�L9��8~�dwW[�9�#��#��5Yu�+��\n��KU�-[\ZY�\ZL9- ͨ��i���t��	���t\n/DQQmCV+�)�����B�Ur���wO:y��3�ɾա�61;9��>��w/���r��O�_���ٛӧ���{���>v����ҍ%�9e�硩s��\0A�o�������l��N�:v9r̍������_�����7��O��T��х����\n���?���e�i����O\'�sK���Jj�$��#d�\\\0\r���2/&�����u�T�EG��b�s�Z�:�ur�D�d�B���t:�����E�ã�\"�Ԩ\'�֚l��lo:��}�*[<�N����a^M�Wg~���y�ec\n�o���X@���xu{?�C��?��L&\ZLf���l��a�[�\"�`-��Js��D�T�����j��rn,EvYlyf�\Z�[_*Y,c|��T�7�MQ���Ӄ6z���Z��q#�#D�!5�%\0��	�G%j3G��#\r1CB�:A�(SWx~�_l�@W#D\"�a\Z=�4�QT�jD��O�d��0�8B5)�h��M��- �r�+�2Z��r<��0}(=�Hgi����ljO���3��PILIB�R�m��V���D7�]���j���_�\'E���L����r^���<D��8L���U�*������G4;�L����=���w�&b���U|�ū�U|W�r��J�I�W�})�D+͚grJg�Mf,�vH�ѸB*��p�O]�\Z �S�lՐ�\'+�0�[K��9����?\Z�Bp���/�q�ӝ|N�ò�I�����y3,/ni�/%~R>⮕�-�\ZM�+�wTH˥�uSN�gbRMLJC�YU\"A�����\0OKk�U�g� w���\"���8�Oh}kE�ml�:.h�q�.D����3_��p��䴁./x��}[��Z���&X����8C�\0AZ��4�:��\"6c:�����^�|>��3���7@Ѕ�#����N�`�ͬĨ��<u\0�6�3̉.�V��D�J�z�*o7طn�G+J��\Z���D�n/o�0_�s��Q�����.f���^V�4����mH_ZU�#��2�8��9��U�	��y�Y��4�}s<� E+��?owV��ɟ]��}���U��d��bP(3k��8ȳ	���(Cd�_a��-M^ �Z�h�ɾ���;��++\0�9�.`oE�IYg@�Ϯʦt���QLQ�5��E	\0����}j���|������W^�~�.��0���Q!�H��K:X*ɇ�}v�T�C.��걽���(��9W�BIH�G->��n=coð�/�@��m_�C-y�_$��3)&����|�H=��e�WTȋ��t\n�ar��n�`/��;�i�*P�7�~�x#?�f����E�o�Ð`c{�_���:7��؍;�����������j��Ŕ=�g#��\'.f�ˊb�2���u��X�*lP�\'����5=.��[��*@�[y[�Y�N������s��T�bUv�=j���}�J\0igP�~�2����3ԂI��Ƥ2.���#,gJ�nL��fi��9��OŒ�9�qE�π���4�1�������pCt��䛹�q��:���(�w��\Z�$\r;�y/�[c�z��A�Z�^������ţ*	�*��RYGr�4��Z�ˡ��� -r�\\���s��U.�S=�����˻�R��]5�Z�z�?���	�0�yܤ��e�a�bn��Z����S��%��:g+>�ض\06���[�C�O�]Z取��L��\0&�5��9���#w0��Ќm>G�m��\n�Z�C֮�7�}�	2a0	�����4E�z�U����jx*��|�L��c?Ʃ0Ǽ�g�b!�VV�t�Zp�nN�MCw�h��4?k{+���P&	��٪�ŘL�㍢-g��ΟIz�����:�3�оQ�<ϰ��j��Ϻ��\'�d�\"|dt�V��\ZS=8�(��݅�m�T�M�>!TD����n=��hl67.��(q���۩^:xr�z��W�\Z���\ZWZ�������b����C:m�)����l�ZSIXir��ʮm��[56��	�&�`��MS��^&-�/*O\0��k�����!rɾ/��}4{1�ڡ/���yF񞾅�v�,:O�h��I�Y}F+����S\Zb;���7L�&���?�2�e��GƸ���݋#.����͉�G��u�J\r\r��Pf-�����N�%q]��rYF��;�碍S�r=y�����m�Ѫ�Ǝ|:)��Er��(<��BO���*m�1Q1�h�CH.&�.ٽl<K�vv������䠷����[\"�L���EBQ�^\'�������M��K��r�����H��ݻ��=EB?�h��K;����9Ѓq��0�\\�o�rxK�\'�W9����[�P_���0�[���1B�bo�B=-�G��:����T�vn/��Y\0O�ˤ��h�i�j�\n�y�{��@_�w�>Ʀ�Jˉ����Vߕ;�@�J)�x����E�٣��)� UJQ7.P��jaXv�8�}TH�^^̯�D��XK�/YLӛ%9,��M>�O�G��^*���` \n�ݯ$m���K��+���c�8v{����)�l|�,�za�Q=>6{rjn\"<es{�]��W�I��]tO���	�Wܷ��қƋ�=^zt,mߗZqh��2�f֔�ϡtc��Q���sѤ�x�J:\\.j\\\' \\U�����$���+$��F%Qb[Y˸X�eC�\\�Ý����Z|Ws����オΞ�����<}���X~C��G\r}��=:ķ�+���KԞ������H`�#B�fU�v�$ʲY���-�I�[շ�Au��Qc_n�_��ZP=��c�1�O�:\n(��`re�l\\mW;��TV��M�%�\n\\Htԛ��5�s��z��EE��y�4`����ٰq��jU��p���}Q���\'[�JV�T<��\Z�u8���.��ަ9�:{��Yv��4U��:��Ӽ�nž�衷�#��$D �9����z_����z�\'j��{m��0��ᐯǃu�b}�_7h�D�s�:��&��>�`��*}���G�|��F�:,����mK��F��v���-yg$�cl�v5��a@R�.�o���.ޗ�UTyw�>D���A���N�R���x�xwǚ�(؎�3�`m�P�s���ȉ����/o�nу}uپވ7E�=��g	錑��벺��@k��.����vRг�*�\'z���\"G�܉w���	���1�MZ}�Ρ�pK}.���UZ�T\'�l��w80���B/ZҀZ.�V�2�H��Ii��y\0M�*��uZ�����Ւ+F��ֳ�사(�т#�C{as~b���-,:��	mQ�Q���YɊ<��0{�h2v��=3G�>���\0)1�C�Y\\��U����ekž�4)cgxѝ̙D\"���u���qz����\Z����JB��W�fwWP��+����}��OQ�$QײwW\Z肳�	�Z��8]�(�-ż�\ZƁ�oɐ�0B}|`�F�yw�>ӌv��6��*�ao$�݂>�p/�\Z0�qu�\'���\'Q�/�lva��zT���A��0���(��K<ZQZ��EՌ��*�t3E�m�ڞ�F��tgx\\��8�w;�k����m�Q�x�t@�G��*�g����\\���h8�=�..`�����x»[�W\0U7I��jS�/����3~����zx����C�\\\"��W�?�t��f³����EA<B0*�k�Q��?�0������g���MR�6\"�L-H����P(�\\��a����~�\Zck:u�zb�aBX��z���:y��0���!ڡ��!��I�q�ȓ�6�8 ��Tf@�|rF���cz���b��}���M�F���I۞z{V�S�\0ȿ$,���3�\0�Kk�G���(.�FX�\Z�7d���<̒�@�5���ٴ�F#vNq��ժ�:\'��.O�k�0��ڍ�TVHƥĩEX6d�c�S�b����7+8��M����c�ζ���c�������0�\Z�j�1`���[��!��/��r�3~�{+\Z�f�tŁ����N�\'��������h<�\'ETNS\"[8\\X������5`��?�V#��m�ޫL�Q|f�E�j9�����T:����MQ0�o}��q`�[���G�rH�Dj���	��ΐ�3z{a���A�M���wO�����Y�kB����<�!!�-�+3=y�V�<�O�V7S�e�d�/���O=��/��tZsﵕ��alA�a�s┥<gB\r���r�\'�3�y� e�i�[+����z���֥�a���?��\n���WQ*Co��R\n��6��\Z��MQ��#+-ʈ��I�cq�8�7�cá�$\"^����$f����N�q��C�2�j_a�����iW�1�0\nj����d�.��l���f�yR�p�T����9ͨ:vB�0�˜��\Zo���=r$Ι\\{\0�-�\\��zQp&j��Țy	���u6�ls5�vf�Y�/�hЕ�{����%<�d�RKe5w��Ȝ�m�x9:��7��h�;rZ�g�-�\\���ć81T�bn��w���܎�߭9u;�?�s�e����V��`=��S�����/ԥ�X�l�k���:؇c����}��m��	��J��n�Ģ:/��3:}�-4������_o�����l�����ӿn޻_?ӫKPއ���08	~��!:���E<���	��!6����M6�D�Ł	�ekTFbs�S|h���W�#Y�WY���J�S$��}��+�{��8�eeM�./SN�;���� ���u�)]k/*a��wV�\"�e���\r���a�N�5�����u�%��-�^~�+	Z�޳�:�L_��\r9�c\0\0�X��oY}���_��2�e��t�v��{n8 �B\"��G\n<�,�8//�5��3��O�*_8�c�\'��\Z�����,.��Lz?�\rl�Ң��S\r�n��2���a?�2�d�e�i��d_��Qd���p�߫˳\r���d�8y^�T��Z\\��\\��\np��+{H\0�ypo��Z2qh�L��~�҉��wK�+�c���_�;��Η9r���{A��i9���MK���v�)s���i��F�LҬ�z‹Z�_`Z���Pt�4V/s�Q�&���`�x�^�����H�;���IJw^⩬�I\Z�̕(��W���\'xr�\Z� �#`����Yg���:=I��Y�<,_q�ܓ[�%�|��f�|�ŽA�@E�g^�ѱ�F�5\\\\FW9����j�er�\0�S�ӯ���1��b}�\'J��s�ˇpDC��\'�d&V�����\\���36ď>�T\0��\0�p�9Wbc<\0����t�Z-@Et��Gt�\"��}m�a�@�\\m�2�-R=&���C\n\Zu��s�J���\n������CGҾ.8;��K�5��\0x�E7�\n�BN0�Qז����P ��u�^wx;�׶�>�cLVi\0t����OW%���落��Ӿxו�����TDaP��=\0�/�%{_��{tPU��LD=�lϫ�W�����`�Ԕ�`���8*�P��2�q�}b&5\Z��\n%ˆ�T�}+�q�9���m���MIge54����铳���\'/iQ$������ϹQ#�#�n�O&y���P�J\0�7�8)���5��-��P����GF!\rV������h0���`���-�\\������(���*�oD��ٟ_&GG�	glJ�wW�{ զ\rRBA�!�X1�w�<��_��롞�<�S	]@v�	��VXn��s\\-�j�Y�8d��y���M5�H�\"�\Z��?��+؀�Bb���^E�OXv��-�3�0�=�$Z}���p��o�\r(�\\@A��Cn6f Z��}>����eOX��G�9�U_��#�r�)��2u���(!��h�n��&��Oӂ\\_�3}��%�&�I����QF��b���� ��{o/9N>�.�0���%�u��8���k���F��G+�1Ix��{���P���B���g=ň�X�ļW���-�0t���nFY���QnO�8��	V)kD=�--՞K� #\n�\r��	�Myy�U��&5�.���vO��<�s�z�6�L�<�3*��N\'����}hm.���zmb���P��Ě\nR_�o\nh��A��xmv��(�ī�37\nB���(ڪ`.�5ʷ�⋂��L�hCrh�*��5�)�� aɜ��A�)S&�i;g���wllq���	�Jq���}:]W9�j�EU�!��v&%�tv��P���د�`&\rד��,I��=�����0?�{��BISQ�pL\\3�} ���8��0KLg�g� �P}���C�K^��jp�B�[�iB���Oa��UF��P*���1i58\'g��Z��z�L�ըj���_r��8�*�\\��\Z���p��d��s\Z���un�F=5�F�*��n�5��_�z��WQ��Upt��9y�x<v�Ŀ�np��p��sVO�\"{j�A���_��H�=zW��&�)��?�	�1�c��T�\n\r��=ǴB6}y��q玡A���N�/�G��DI7��o��/��S�,�b�7�[@*�F�㮼Z�@�H�)]���\"¿.]*ǫ;$m\r�T�����E=��tQp�A(j�f�w�/�ۣKR�irUe?��G����~�HQi���;u��A\\�\\�sA9�Ŭ�W:1�0��#a��2���-(iD�%�߮+j�����(�M�x%�7\n�1S�ɵ,	�z�Mn�ΩsqH8a�H���O�*��s�RI{�-Jd�It�I�Y��:��,���CrB-<�|)��B���g�&i�������t�j����&�-��yw\"��E#%\\i�R��J����j�o .q���Eo�mt�A,��>�8P�^U8� �B,��f�� ���8臨�|]�8ݗU$_]Q���ۛ��!l�X�9/��\'J����n���g\"�V�eC����l4��0�t\\f����(�+�X��)i}�T��D+tH����Dj� �wp��|�2_zJ5���j^__��1���Yzʃu g`E5��f�	��5�e��3����q��*�B@��T��ؕu���B�B_[�\n��NPU�稧h�G�.:�Z����5�h��|&��SI8˴0\\%���g���sn��C��k���u�a �(�@]�XAA��-�p1.p����p?88܍#��6U7i��T�\0FY�5��ܣu�s�J&��.�0��NY��1\rĬ\\�Ñ%�`G4��.��	P9�$�\0���	F�!���dF�^��O��S�|IY����l^]�f�]\'����*3����N�i�F��9\\���7�}�.�^o�o��>�hX�G��\Z�����#��6�A�J�����Q�~�t���8����}a*��(شP`0\"�s|���N$�M<7LĿ�>m�\\&���^ >Nq��\0�����\\�;�x����Y�(�`�!���q}Gv�P��3\'ȯ�[99dϜ3X,ycU���!�ңo�*��I4���� �̘n���~�Q��N���e�N;V�0!��u\n�<k���Kg	�ip��O�VQ���U ܐt%Ǐ8EM�x�R?�n{;y�R䪟�+�HC �U�!(^�˱��H	:�p�>&����=Z0\n��kKU�\'�+\r�]��0�\n^]�=~���|�\"V���e]AV��ʃ��ۆ�:�>�4����X���y��5U�0�z��}�t�A���x�\"嬢i��	ݝ�P�~fU��0�0��Y\\1���j��߾�2�P�q.x	)l2�	�| �?�(q�:\"�,��̻��$�k�q�w�Q�-�W�2Ҽ�5�ϚAOf �yC.ՙD���Dzqҥ����A5N���|��+)ɶON5�p��;x-\0�S����V�(��\"\\Q*E+������k��a?&!��q%ң	Z�€\'p4./uh���y\'�\r7���܊N�Jc�P�8�ΚR�?���893V��VJ_K�$Ж���ޗ)���x��<[t�r$M4h��\\^QR��\n���*��;�/]�Ialb�ab����=z¦*��@�p\05��^ww|&���Xߡ8̡c�0\\�w�^�0%X���]�秧oN�)�������y#�������`u��(B�*|���[��z��TG)Ln����<�q�ƓU	@P��7�hS�|���\"�k[LcY5RdBe#��V��Z�\Z7\r^U�Ð�tV����(,�~y�͞�/JZgvH�|���\n���v��)��bM��4�*���!�?+� i&�ɆSh��Ҷi�$���}�i���� SL���N���|Ob���T�o�}>$yl>�_-\'�N���g�-kK1���@\\$O����O�p��N�X1e�w��96T���\"(a�;��(�O�v�LD�![����M��L�m���Qݤ!ڣ�lj.�D�Q4�\nI�\\�[��+%�_��Q�����jT[J0h��Tw�\'�L�&�b�?�e�2�@٨ݘ�@	/�ڴ��n��䌔�3�PXX�0R���|3 �Ðʺ�ŋ��#z�K�Up[J���wQ�cKW�eF��-���R�V_.�\0�V�}�H�r�a�=����#�.\Z�)D��W����(_BQ=嶠��oC�#u-��3M�{I�HKwU�=�\\��|�ɾ�h��r�]�#vP�n�F�����y�Q�Dm�����[\"�#�D!r[�H��	Uz��z\'�\0\0�DIַ[���qY]�oAls�~]N��=Y�DAQ���H\\���:�	���g�u?{V��D����c�c�v�ѤSknW\n�\0\'�=ֿ�oB䏾&�h ��%Y�q�Lf�����D�$�u�*����\\���\no�X��d_��6��ZY�3��Qi�=G&�q��4��H3Q�^\0.�6�C��mxbG*����8<��L�p�|+�v��*\':�Q�ޠTA�n�*R7�댓��9�mT	1^�[�y���}A+��]�H�����TIO�rZ�,:�.�x�!�:3	B-��?�¨��A�`:�Z13v8�����5d%u6K+�F�׾�Y̍��s ؄��z:�x�*\rv�mKW��\nCq4|@��Ǯe&��5���Ț7j^n�8	��`��7j�f7\nâCy�ve듦$Dl\"S��n��)J�۵���(̇��o?�#�H���uU��e�\Z��ٗm�m{��G�H���_o�v8��졨ڍ&i]��ݶ�S�:i��h�I#�:��!��Q����+@4�7Um�_E����>�+v�ï�bD���7����t-��O]���Ҍ͖f��d��I�7�v�H\n5�n��A�y�q\\�KVG&lu�\"͆�D\'H�\r���&���ݻ�E��ncj�p2������-U8�RϏg��B,��pAȴ�� �F���͎�m��sph�0��]$�V%]����������-�ԝd�YaL�P��,�sj��C�����UQA��A&����#�#H�a�Ƣ���H�gg�FV9Ց������L�k�3��*\r���]_�XK=�����d\"V�z!Xœ�ΐm��I\050�0&u�\\�Z���t�\0�njmW�Lt\\�hu,��)jC\Zp����U��\n����څ5\"/�Py���1�	A�@�3Q���\0�	z�u�J�66���Ũ�o���n3�Ά*����]�$�����\\���.^�\0[p��d���L�B�Z/��!��$$+�`b�V��?���84�Z�>H�\\�qt�s��:w+=��fv�h\r�]�!���fI�h�������j	��$Ñ�� ~�\'�t!*�t\Z�mQ!D�(ќ��~�	�c�޲SD��H$�f�0�R�0��m*��e&�u\"/�O�����|&�O��D\ZB�P�rF7=N��l6:(y<�8 .�G �^o+��B[bS<I�뫱��n�,#*Fd�βk�n��?o[���\ZJ\0X��{��AF����u\"���i/��	�����ڑ(�lLs�*�Kh���k6\"ٱc���[Ng����\r��\"Fl2}�Ռ��9�����ɾ鷬��Җ�D+�1VVmY`�Zgf��r��;7���/���d�\r�6�ۤ�M�\Z٪(׃ǴˎwX2z��d�/B0t�S�j�z�zB2��U�M�\n\'ώu��8B���ׂ�Q�C[6�%)_9��\"fy�1U-����JR�p0��� [@��BL�\Z퉂���@?�)�jJ3u0�\r�-�i�P�Xlxn��>��Tg7���:n(�d�\09R�(\Zm�cA�M���T�m�‘�\\�$zĻ\n�pO�-Ȩ��]��]�B���\"�ΐ*h79�XO���)�tG5�\0�\\�9D\rE|	��jD`��J��e7!ݘeyZ�,?s}X�٬Q��y��t��t�~��:��WyZ���v��u��u_}�vƎΰ��^Uh�\nMn)�k���Z�ٵĿI�`��E�$�\0l���*W»Šbz���F��l6�`��SG]F�*+\"No3�{&\'8,\'���{�6�Pz>	��N���yT$e�&���O=90�F)��Ӧ\"pmnYeR�b��Ę��i�OIx,�k_u�_�`HL)ʎ��k+�a���5DdNu~�L�EC��$bexP����$��L<���k�#�-av��%�\'b�/e�\n��\0��ӄ^�ⰻ����,ND��]�d(�#��\Zr賥z&�9���j8Z�ݫ7<�q�e�9%=_����3�S���U�ޡ/\\���\'&�]��׋*�m�6D�^D���b�2��)4K6����\Z\rH�V��Y�O|\ZJ�Ө&)��R�$����\0ߣT\"if\r=QF�5e;�dN_���;ZN��X�*0-���~@�.ȇ���Z��z�h}+�6�t������m��ϾeI=Ÿ<���+���m>�3&ɦe;w����ߑW�S�,�r2^����	A���n��H)|��@��2�8���&�0��9�e.�!\"˒	�MǾ�8���py�0�*\0\ZYI�Xz��̞���\\�(�\'A�B��%ܸ����\0�e+��7�񶢜�^+L�\'ƴ�/pW�w[���K)s�*�:P�E�>���)#\r��H�q�Ke��@���V0�i>�w��b�-��oH4���ts�|�T�-cO��|!ZY�c2�cm�`���L��Ql�x�ʒ�p)�Ne��!˛��e��&�aC]��`���VZ������h�x���$��\'%���q�퉙�L�c��\r`��k%Z�ac�Ɯo�����%�3�me�j\n��Dy��8�wmCs�h\nc�6�9z���aV�xP簷�p(]?+��NT��\Z[���	�N��3��)ܥ�����U�S���\Z��h)+Z�å��ɕ_�Srң]�A��1�6*����|�V�ck?̗e�M�-��}��喅@� *h��%9jU��\0�Wd/�<�+����]&�V��ˬl���_-up�Z;k�!�u�n�疉�Z�\\K��5٪:ŘU=���Օ���^���b1^:2T�ѐ�6N��6�����#����\r\r?.�	��k�,?�c�Uk�\\ܱ��t=㪧M�Eq��͈�C�o\\Z��(���)�R!��ؖob(X,��vn��X�=.��|��*z�҈N��\n�j�zjF#\'\r�5��]�[���Ξ��ky,cO�pH�mx���]��~�ȍ�l��b���×V�����Jug	l$�8\\�Ɛ���O��UJШF��k�X@�NfC<��A�=$G8�C��C�+�%s��Wa������S�I�˭��E�y�S�`���X����EZ٨����JȎ�E5\0�$�w�&��]rv4��e��_&\"��e���n��(`�c�.�i������J���A\Z��$@Q�3�3�9�*jQ�69�4��O�ӱs����\\{4�eDKٷi�m��v���,y�o���(+��7HF�ģ��-���\'�)�ʲ@�?�1e�~ Wcm^����MuG��_��~+�Ls��\r�ϋR,�ö�@���qxA�&>~r�<i��s���a6�=�e�ZL/ɥ\0dߖW��y\'�]�~�B*��*[�e���F|�����t8�8�(�d�!9L�Σ��f�F}��mX]��6��H��F-e��\0�݀���','2007-02-04 09:56:32');
UNLOCK TABLES;
/*!40000 ALTER TABLE `wiki_objectcache` ENABLE KEYS */;

--
-- Table structure for table `wiki_oldimage`
--

DROP TABLE IF EXISTS `wiki_oldimage`;
CREATE TABLE `wiki_oldimage` (
  `oi_name` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
  `oi_archive_name` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
  `oi_size` int(8) unsigned NOT NULL default '0',
  `oi_description` tinyblob NOT NULL,
  `oi_user` int(5) unsigned NOT NULL default '0',
  `oi_user_text` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
  `oi_timestamp` varchar(14) character set latin1 collate latin1_bin NOT NULL default '',
  `oi_width` int(5) NOT NULL default '0',
  `oi_height` int(5) NOT NULL default '0',
  `oi_bits` int(3) NOT NULL default '0',
  KEY `oi_name` (`oi_name`(10))
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wiki_oldimage`
--


/*!40000 ALTER TABLE `wiki_oldimage` DISABLE KEYS */;
LOCK TABLES `wiki_oldimage` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `wiki_oldimage` ENABLE KEYS */;

--
-- Table structure for table `wiki_page`
--

DROP TABLE IF EXISTS `wiki_page`;
CREATE TABLE `wiki_page` (
  `page_id` int(8) unsigned NOT NULL auto_increment,
  `page_namespace` int(11) NOT NULL default '0',
  `page_title` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
  `page_restrictions` tinyblob NOT NULL,
  `page_counter` bigint(20) unsigned NOT NULL default '0',
  `page_is_redirect` tinyint(1) unsigned NOT NULL default '0',
  `page_is_new` tinyint(1) unsigned NOT NULL default '0',
  `page_random` double unsigned NOT NULL default '0',
  `page_touched` varchar(14) character set latin1 collate latin1_bin NOT NULL default '',
  `page_latest` int(8) unsigned NOT NULL default '0',
  `page_len` int(8) unsigned NOT NULL default '0',
  PRIMARY KEY  (`page_id`),
  UNIQUE KEY `name_title` (`page_namespace`,`page_title`),
  KEY `page_random` (`page_random`),
  KEY `page_len` (`page_len`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wiki_page`
--


/*!40000 ALTER TABLE `wiki_page` DISABLE KEYS */;
LOCK TABLES `wiki_page` WRITE;
INSERT INTO `wiki_page` VALUES (1,0,'Main_Page','move=sysop:edit=sysop',933,0,0,0.581312246230722,'20050420055232',7,2189),(2,8,'1movedto2','sysop',5,0,0,0.420274830814707,'20060516031145',1513,22),(3,8,'1movedto2_redir','sysop',4,0,0,0.357437446115015,'20060516031145',1514,36),(4,8,'Monobook.css','sysop',1,0,1,0.526362768864597,'20050419184539',10,71),(5,8,'Monobook.js','sysop',1,0,0,0.559501536711586,'20060403201223',1495,3353),(6,8,'About','sysop',5,0,1,0.218419407697785,'20050419184539',12,5),(7,8,'Aboutpage','sysop',5,0,1,0.413592459087812,'20050419184539',13,13),(8,8,'Aboutsite','sysop',5,0,1,0.412704103079349,'20050419184539',14,18),(9,8,'Accesskey-compareselectedversions','sysop',5,0,1,0.822743168866954,'20050419184539',15,1),(10,8,'Accesskey-minoredit','sysop',5,0,1,0.875603565830368,'20050419184539',16,1),(11,8,'Accesskey-preview','sysop',5,0,1,0.909788353284624,'20050419184539',17,1),(12,8,'Accesskey-save','sysop',5,0,1,0.92213109966566,'20050419184539',18,1),(13,8,'Accesskey-search','sysop',5,0,1,0.881290469208071,'20050419184539',19,1),(14,8,'Accmailtext','sysop',5,0,0,0.640059077777024,'20060516031145',1515,42),(15,8,'Accmailtitle','sysop',5,0,1,0.556424011994548,'20050419184539',21,14),(16,8,'Acct_creation_throttle_hit','sysop',5,0,1,0.861942857375315,'20050419184539',22,69),(17,8,'Actioncomplete','sysop',5,0,1,0.640442281626577,'20050419184539',23,15),(18,8,'Addedwatch','sysop',5,0,1,0.616382866740583,'20050419184539',24,18),(19,8,'Addedwatchtext','sysop',5,0,0,0.160587519556831,'20060516031145',1516,372),(20,8,'Addgroup','sysop',5,0,1,0.953789028296051,'20050419184539',26,9),(21,8,'Addsection','sysop',3,0,1,0.287182613543405,'20050419184539',27,1),(22,8,'Administrators','sysop',2,0,1,0.574546013562517,'20050419184539',28,22),(23,8,'Affirmation','sysop',2,0,1,0.0111822579160167,'20050419184539',29,95),(24,8,'All','sysop',3,0,1,0.332273279626177,'20050419184539',30,3),(25,8,'Allarticles','sysop',3,0,1,0.62781965511648,'20050419184539',31,12),(26,8,'Alllogstext','sysop',3,0,1,0.142278467437512,'20050419184539',32,166),(27,8,'Allmessages','sysop',3,0,0,0.827933402571765,'20060304042533',940,15),(28,8,'Allmessagescurrent','sysop',3,0,1,0.712831641279935,'20050419184539',34,12),(29,8,'Allmessagesdefault','sysop',3,0,1,0.0803580294180271,'20050419184539',35,12),(30,8,'Allmessagesname','sysop',3,0,1,0.263295253983974,'20050419184539',36,4),(31,8,'AllmessagesnotsupportedDB','sysop',3,0,0,0.0754022123994326,'20060516031145',1519,72),(32,8,'AllmessagesnotsupportedUI','sysop',3,0,0,0.587125330778887,'20060516031145',1520,95),(33,8,'Allmessagestext','sysop',3,0,0,0.709420047429781,'20060304042533',941,72),(34,8,'Allpages','sysop',3,0,1,0.785724275545892,'20050419184539',40,9),(35,8,'Allpagesformtext1','sysop',3,0,1,0.800361266173759,'20050419184539',41,29),(36,8,'Allpagesformtext2','sysop',3,0,1,0.644633534964764,'20050419184539',42,23),(37,8,'Allpagesnamespace','sysop',3,0,1,0.822083907036189,'20050419184539',43,24),(38,8,'Allpagesnext','sysop',3,0,1,0.176518961020297,'20050419184539',44,4),(39,8,'Allpagesprev','sysop',3,0,1,0.416343114726565,'20050419184539',45,8),(40,8,'Allpagessubmit','sysop',3,0,1,0.552158721305578,'20050419184539',46,2),(41,8,'Alphaindexline','sysop',3,0,1,0.511764293081839,'20050419184539',47,8),(42,8,'Alreadyloggedin','sysop',3,0,0,0.902345332226106,'20060403201224',1496,58),(43,8,'Alreadyrolled','sysop',3,0,0,0.97643381261866,'20060516031145',1523,193),(44,8,'Ancientpages','sysop',3,0,1,0.175133097148624,'20050419184539',50,12),(45,8,'And','sysop',3,0,1,0.946364078620788,'20050419184539',51,3),(46,8,'Anontalk','sysop',3,0,1,0.206421132391711,'20050419184539',52,16),(47,8,'Anontalkpagetext','sysop',3,0,0,0.193013456829836,'20060516031145',1526,443),(48,8,'Anonymous','sysop',3,0,0,0.345803917707693,'20060304042533',949,33),(49,8,'Apr','sysop',3,0,1,0.149979248782601,'20050419184539',55,3),(50,8,'April','sysop',2,0,1,0.712484521523569,'20050419184539',56,5),(51,8,'Article','sysop',4,0,1,0.11248489200369,'20050419184539',57,12),(52,8,'Articleexists','sysop',3,0,1,0.424970926181386,'20050419184539',58,105),(53,8,'Articlenamespace','sysop',3,0,1,0.787399985629506,'20050419184539',59,10),(54,8,'Articlepage','sysop',3,0,1,0.662087180337019,'20050419184539',60,17),(55,8,'Asksql','sysop',3,0,1,0.948235975530218,'20050419184539',61,9),(56,8,'Asksqlpheading','sysop',3,0,1,0.754918367373681,'20050419184539',62,12),(57,8,'Asksqltext','sysop',3,0,1,0.929883941011395,'20050419184539',63,209),(58,8,'Aug','sysop',3,0,1,0.384664633669578,'20050419184539',64,3),(59,8,'August','sysop',2,0,1,0.13367137604735,'20050419184539',65,6),(60,8,'Autoblocker','sysop',3,0,0,0.51436300996166,'20060304042533',950,126),(61,8,'Badarticleerror','sysop',3,0,1,0.170800952399895,'20050419184539',67,45),(62,8,'Badfilename','sysop',3,0,0,0.310915762848142,'20060304042533',953,35),(63,8,'Badfiletype','sysop',3,0,1,0.0421759877746701,'20050419184539',69,45),(64,8,'Badipaddress','sysop',3,0,1,0.278132681062569,'20050419184539',70,18),(65,8,'Badquery','sysop',3,0,1,0.264135472722478,'20050419184539',71,25),(66,8,'Badquerytext','sysop',3,0,1,0.486279351158328,'20050419184539',72,273),(67,8,'Badretype','sysop',3,0,1,0.638990368357851,'20050419184539',73,39),(68,8,'Badtitle','sysop',3,0,1,0.736113819047915,'20050419184539',74,9),(69,8,'Badtitletext','sysop',3,0,0,0.763598020899666,'20060516031145',1529,172),(70,8,'Blanknamespace','sysop',3,0,1,0.609648678088234,'20050419184539',76,6),(71,8,'Block_compress_delete','sysop',3,0,1,0.757449358475813,'20050419184539',77,277),(72,8,'Blockedtext','sysop',3,0,0,0.95830078884801,'20060516031145',1530,430),(73,8,'Blockedtitle','sysop',3,0,1,0.519155899546254,'20050419184539',79,15),(74,8,'Blockip','sysop',3,0,1,0.720877161920888,'20050419184539',80,10),(75,8,'Blockipsuccesssub','sysop',3,0,1,0.0469181416993198,'20050419184539',81,15),(76,8,'Blockipsuccesstext','sysop',3,0,0,0.0719592534675815,'20060516031145',1531,129),(77,8,'Blockiptext','sysop',3,0,1,0.219041872973593,'20050419184539',83,275),(78,8,'Blocklink','sysop',3,0,1,0.879331635198865,'20050419184539',84,5),(79,8,'Blocklistline','sysop',3,0,0,0.73953258780719,'20060304042533',955,22),(80,8,'Blocklogentry','sysop',3,0,0,0.0596680641730019,'20060304042533',956,42),(81,8,'Blocklogpage','sysop',4,0,1,0.0797425881770836,'20050419184539',87,9),(82,8,'Blocklogtext','sysop',3,0,1,0.219708779100057,'20050419184539',88,206),(83,8,'Blockpheading','sysop',3,0,1,0.859316161702681,'20050419184539',89,11),(84,8,'Bold_sample','sysop',3,0,1,0.63745450194688,'20050419184539',90,9),(85,8,'Bold_tip','sysop',4,0,1,0.609324055360001,'20050419184539',91,9),(86,8,'Booksources','sysop',3,0,1,0.134256801693008,'20050419184539',92,12),(87,8,'Booksourcetext','sysop',3,0,0,0.843311873118684,'20060304042534',957,140),(88,8,'Brokenredirects','sysop',3,0,0,0.813788991248039,'20060516031145',1532,16),(89,8,'Brokenredirectstext','sysop',3,0,0,0.539009367617787,'20060516031145',1533,51),(90,8,'Bugreports','sysop',3,0,1,0.253679895078465,'20050419184539',96,11),(91,8,'Bugreportspage','sysop',3,0,1,0.65137140327261,'20050419184539',97,19),(92,8,'Bureaucratlog','sysop',3,0,1,0.495817361861297,'20050419184539',98,14),(93,8,'Bureaucratlogentry','sysop',3,0,0,0.524972630222303,'20060304042534',958,45),(94,8,'Bureaucrattext','sysop',3,0,1,0.137411096261266,'20050419184539',100,88),(95,8,'Bureaucrattitle','sysop',3,0,1,0.112137621373066,'20050419184539',101,26),(96,8,'Bydate','sysop',3,0,1,0.148454848815179,'20050419184539',102,7),(97,8,'Byname','sysop',3,0,1,0.405861410690342,'20050419184539',103,7),(98,8,'Bysize','sysop',3,0,1,0.583942537739819,'20050419184539',104,7),(99,8,'Cachederror','sysop',3,0,1,0.702128487361715,'20050419184539',105,80),(100,8,'Cancel','sysop',3,0,1,0.75881485432276,'20050419184539',106,6),(101,8,'Cannotdelete','sysop',3,0,0,0.687688840262302,'20060304042534',959,96),(102,8,'Cantrollback','sysop',3,0,1,0.161999669076875,'20050419184539',108,65),(103,8,'Categories','sysop',4,0,1,0.746931855331112,'20050419184539',109,10),(104,8,'Categoriespagetext','sysop',3,0,1,0.248660300158579,'20050419184539',110,43),(105,8,'Category','sysop',3,0,1,0.00250596553320621,'20050419184539',111,8),(106,8,'Category_header','sysop',2,0,1,0.266548957923938,'20050419184539',112,25),(107,8,'Categoryarticlecount','sysop',3,0,1,0.325226923753719,'20050419184539',113,39),(108,8,'Categoryarticlecount1','sysop',3,0,1,0.826487775730423,'20050419184539',114,37),(109,8,'Changepassword','sysop',3,0,1,0.156758138124606,'20050419184539',115,15),(110,8,'Changes','sysop',3,0,1,0.304327394165404,'20050419184539',116,7),(111,8,'Clearyourcache','sysop',3,0,0,0.0513625871868456,'20060304042534',962,463),(112,8,'Columns','sysop',3,0,0,0.343830784171662,'20060516031145',1535,8),(113,8,'Compareselectedversions','sysop',3,0,1,0.565066190031419,'20050419184539',119,25),(114,8,'Confirm','sysop',3,0,1,0.793838628375752,'20050419184539',120,7),(115,8,'Confirmcheck','sysop',3,0,1,0.273994602518151,'20050419184539',121,34),(116,8,'Confirmdelete','sysop',3,0,1,0.988457158197143,'20050419184539',122,14),(117,8,'Confirmdeletetext','sysop',3,0,1,0.120302014164908,'20050419184539',123,248),(118,8,'Confirmprotect','sysop',3,0,1,0.636138626966755,'20050419184539',124,18),(119,8,'Confirmprotecttext','sysop',4,0,1,0.819787123072694,'20050419184539',125,40),(120,8,'Confirmunprotect','sysop',3,0,1,0.190519765196852,'20050419184539',126,20),(121,8,'Confirmunprotecttext','sysop',3,0,1,0.493237487499823,'20050419184539',127,42),(122,8,'Contextchars','sysop',3,0,0,0.894628172642205,'20060516031146',1541,17),(123,8,'Contextlines','sysop',3,0,0,0.9934284314452,'20060516031146',1542,14),(124,8,'Contribslink','sysop',3,0,1,0.283257670033032,'20050419184539',130,8),(125,8,'Contribsub','sysop',3,0,1,0.436003086563203,'20050419184539',131,6),(126,8,'Contributions','sysop',2,0,1,0.330242453450563,'20050419184539',132,18),(127,8,'Copyright','sysop',2,0,1,0.343203038296851,'20050419184539',133,30),(128,8,'Copyrightpage','sysop',3,0,1,0.725287861866213,'20050419184539',134,18),(129,8,'Copyrightpagename','sysop',3,0,1,0.596830225174157,'20050419184539',135,22),(130,8,'Copyrightwarning','sysop',3,0,0,0.808287571005791,'20060516031146',1543,415),(131,8,'Copyrightwarning2','sysop',3,0,0,0.250947210240129,'20060516031146',1544,403),(132,8,'Couldntremove','sysop',2,0,1,0.829873368916915,'20050419184539',138,28),(133,8,'Createaccount','sysop',2,0,0,0.396525244597835,'20060516031146',1545,14),(134,8,'Createaccountmail','sysop',2,0,0,0.493006146972073,'20060516031146',1546,9),(135,8,'Createaccountpheading','sysop',2,0,1,0.275455031800508,'20050419184539',141,19),(136,8,'Creditspage','sysop',2,0,1,0.898256748819963,'20050419184539',142,12),(137,8,'Cur','sysop',2,0,1,0.664918679431936,'20050419184539',143,3),(138,8,'Currentevents','sysop',2,0,1,0.629823181433439,'20050419184539',144,14),(139,8,'Currentevents-url','sysop',2,0,1,0.154359899605028,'20050419184539',145,14),(140,8,'Currentrev','sysop',2,0,1,0.882329984458471,'20050419184539',146,16),(141,8,'Currentrevisionlink','sysop',2,0,1,0.948570254210914,'20050419184539',147,21),(142,8,'Data','sysop',2,0,1,0.0958613484128018,'20050419184539',148,4),(143,8,'Databaseerror','sysop',2,0,1,0.633596010164913,'20050419184539',149,14),(144,8,'Dateformat','sysop',2,0,1,0.880396036319803,'20050419184539',150,11),(145,8,'Dberrortext','sysop',2,0,1,0.501192181837924,'20050419184539',151,236),(146,8,'Dberrortextcl','sysop',2,0,0,0.864772830963854,'20060516031146',1549,144),(147,8,'Deadendpages','sysop',2,0,1,0.820287640039146,'20050419184539',153,14),(148,8,'Debug','sysop',2,0,1,0.50711973803781,'20050419184539',154,5),(149,8,'Dec','sysop',2,0,1,0.0747358008052556,'20050419184539',155,3),(150,8,'December','sysop',2,0,1,0.852319820646494,'20050419184539',156,8),(151,8,'Default','sysop',2,0,1,0.0373917315503505,'20050419184539',157,7),(152,8,'Defaultns','sysop',2,0,1,0.629999226545914,'20050419184539',158,38),(153,8,'Defemailsubject','sysop',2,0,1,0.0378209688121648,'20050419184539',159,19),(154,8,'Delete','sysop',1,0,1,0.299107195156726,'20050419184539',160,6),(155,8,'Deletecomment','sysop',1,0,1,0.382073100080782,'20050419184539',161,19),(156,8,'Deletedarticle','sysop',1,0,0,0.0130439456673748,'20060304042534',982,16),(157,8,'Deletedrevision','sysop',1,0,1,0.919000458828174,'20050419184539',163,24),(158,8,'Deletedtext','sysop',1,0,1,0.555870487872391,'20050419184539',164,63),(159,8,'Deleteimg','sysop',1,0,1,0.0223510936110756,'20050419184539',165,3),(160,8,'Deleteimgcompletely','sysop',1,0,0,0.444144035171852,'20060304042534',984,33),(161,8,'Deletepage','sysop',1,0,1,0.153666925759676,'20050419184539',167,11),(162,8,'Deletepheading','sysop',1,0,1,0.43590255401647,'20050419184539',168,12),(163,8,'Deletesub','sysop',1,0,1,0.718512023536965,'20050419184539',169,15),(164,8,'Deletethispage','sysop',1,0,1,0.284852486369063,'20050419184539',170,16),(165,8,'Deletionlog','sysop',1,0,1,0.268726391968063,'20050419184539',171,12),(166,8,'Dellogpage','sysop',1,0,1,0.48907453146677,'20050419184539',172,12),(167,8,'Dellogpagetext','sysop',1,0,1,0.639193512163305,'20050419184539',173,45),(168,8,'Developertext','sysop',1,0,0,0.728743997149862,'20060304042534',986,97),(169,8,'Developertitle','sysop',1,0,1,0.726139479993041,'20050419184539',175,25),(170,8,'Diff','sysop',1,0,1,0.444465439249264,'20050419184539',176,4),(171,8,'Difference','sysop',1,0,1,0.0439087870008394,'20050419184539',177,30),(172,8,'Disambiguations','sysop',1,0,1,0.886147647990051,'20050419184539',178,20),(173,8,'Disambiguationspage','sysop',1,0,0,0.299011909681383,'20060304042534',987,17),(174,8,'Disambiguationstext','sysop',1,0,0,0.836616635170408,'20060304042534',988,235),(175,8,'Disclaimerpage','sysop',1,0,1,0.286047477541536,'20050419184539',181,26),(176,8,'Disclaimers','sysop',1,0,1,0.920387512930098,'20050419184539',182,11),(177,8,'Doubleredirects','sysop',1,0,0,0.743795162759531,'20060304042534',989,16),(178,8,'Doubleredirectstext','sysop',1,0,0,0.957813305741002,'20060304042534',990,193),(179,8,'Edit','sysop',1,0,1,0.557681071160064,'20050419184539',185,4),(180,8,'Editcomment','sysop',1,0,1,0.914965469310959,'20050419184539',186,34),(181,8,'Editconflict','sysop',1,0,1,0.901784163808249,'20050419184539',187,17),(182,8,'Editcurrent','sysop',1,0,1,0.764024441842013,'20050419184539',188,37),(183,8,'Editgroup','sysop',1,0,1,0.11476974851896,'20050419184539',189,10),(184,8,'Edithelp','sysop',1,0,1,0.281775447802409,'20050419184539',190,12),(185,8,'Edithelppage','sysop',1,0,1,0.0645680241888091,'20050419184539',191,12),(186,8,'Editing','sysop',1,0,1,0.477513808270464,'20050419184539',192,10),(187,8,'Editingcomment','sysop',1,0,1,0.193864999519535,'20050419184539',193,20),(188,8,'Editingold','sysop',1,0,0,0.536783603519931,'20060304042534',994,146),(189,8,'Editingsection','sysop',1,0,1,0.102323049774694,'20050419184539',195,20),(190,8,'Editsection','sysop',1,0,1,0.901264469047323,'20050419184539',196,4),(191,8,'Editthispage','sysop',1,0,1,0.199353226646179,'20050419184539',197,14),(192,8,'Editusergroup','sysop',1,0,1,0.292972756822568,'20050419184539',198,16),(193,8,'Emailflag','sysop',1,0,1,0.86680413490795,'20050419184539',199,31),(194,8,'Emailforlost','sysop',1,0,0,0.45510243480569,'20060516031146',1559,252),(195,8,'Emailfrom','sysop',1,0,1,0.675099800038244,'20050419184539',201,4),(196,8,'Emailmessage','sysop',1,0,1,0.0101917265077976,'20050419184539',202,7),(197,8,'Emailpage','sysop',1,0,1,0.0256592631578997,'20050419184539',203,11),(198,8,'Emailpagetext','sysop',1,0,1,0.0977211669997509,'20050419184539',204,265),(199,8,'Emailsend','sysop',1,0,1,0.4116280762587,'20050419184539',205,4),(200,8,'Emailsent','sysop',1,0,1,0.764976911027894,'20050419184539',206,11),(201,8,'Emailsenttext','sysop',1,0,1,0.590000357097015,'20050419184539',207,34),(202,8,'Emailsubject','sysop',0,0,1,0.655071083135038,'20050419184539',208,7),(203,8,'Emailto','sysop',0,0,1,0.505354375117788,'20050419184539',209,2),(204,8,'Emailuser','sysop',0,0,1,0.561558656917474,'20050419184539',210,16),(205,8,'Emptyfile','sysop',0,0,1,0.291730189967649,'20050419184539',211,144),(206,8,'Enterlockreason','sysop',0,0,1,0.773975009819469,'20050419184539',212,84),(207,8,'Error','sysop',0,0,1,0.994684509928044,'20050419184539',213,5),(208,8,'Errorpagetitle','sysop',0,0,1,0.651497550915459,'20050419184539',214,5),(209,8,'Exbeforeblank','sysop',0,0,0,0.273434255526806,'20060304042534',1006,33),(210,8,'Exblank','sysop',0,0,1,0.412678655621296,'20050419184539',216,14),(211,8,'Excontent','sysop',0,0,0,0.24309054225971,'20060304042534',1007,17),(212,8,'Explainconflict','sysop',0,0,0,0.977416775168308,'20060516031148',1566,330),(213,8,'Export','sysop',0,0,1,0.157812279796053,'20050419184539',219,12),(214,8,'Exportcuronly','sysop',0,0,1,0.856811104208986,'20050419184539',220,55),(215,8,'Exporttext','sysop',0,0,0,0.810618712390418,'20060516031148',1568,568),(216,8,'Extlink_sample','sysop',0,0,1,0.482660280058775,'20050419184539',222,33),(217,8,'Extlink_tip','sysop',0,0,1,0.981445293856268,'20050419184539',223,39),(218,8,'Faq','sysop',0,0,1,0.459245659838659,'20050419184539',224,3),(219,8,'Faqpage','sysop',0,0,1,0.351892448358138,'20050419184539',225,11),(220,8,'Feb','sysop',0,0,1,0.381725293008355,'20050419184539',226,3),(221,8,'February','sysop',0,0,1,0.852949150701006,'20050419184539',227,8),(222,8,'Feedlinks','sysop',0,0,1,0.119569905213611,'20050419184539',228,5),(223,8,'Filecopyerror','sysop',0,0,1,0.0390021046986823,'20050419184539',229,33),(224,8,'Filedeleteerror','sysop',0,0,1,0.836300838586223,'20050419184539',230,27),(225,8,'Filedesc','sysop',0,0,1,0.0644979095687139,'20050419184539',231,7),(226,8,'Fileexists','sysop',0,0,1,0.813587062818545,'20050419184539',232,99),(227,8,'Filemissing','sysop',0,0,1,0.874441616120228,'20050419184539',233,12),(228,8,'Filename','sysop',0,0,1,0.931446922879151,'20050419184539',234,8),(229,8,'Filenotfound','sysop',0,0,1,0.0339097967687154,'20050419184539',235,25),(230,8,'Filerenameerror','sysop',0,0,1,0.375208245939769,'20050419184539',236,35),(231,8,'Filesource','sysop',0,0,1,0.774311870126344,'20050419184539',237,6),(232,8,'Filestatus','sysop',0,0,1,0.745934643546058,'20050419184539',238,16),(233,8,'Fileuploaded','sysop',0,0,1,0.406737638084905,'20050419184539',239,331),(234,8,'Formerror','sysop',0,0,1,0.795884290519994,'20050419184539',240,28),(235,8,'Friday','sysop',0,0,1,0.7592085690789,'20050419184539',241,6),(236,8,'Geo','sysop',0,0,1,0.408390004568165,'20050419184539',242,15),(237,8,'Getimagelist','sysop',0,0,0,0.764324346337769,'20060304042536',1250,18),(238,8,'Go','sysop',0,0,1,0.596451748717997,'20050419184539',244,2),(239,8,'Googlesearch','sysop',0,0,0,0.689285735310321,'20060304042536',1251,660),(240,8,'Guesstimezone','sysop',0,0,1,0.657073461131261,'20050419184539',246,20),(241,8,'Headline_sample','sysop',0,0,1,0.217510130458987,'20050419184539',247,13),(242,8,'Headline_tip','sysop',0,0,1,0.116330299634794,'20050419184539',248,16),(243,8,'Help','sysop',0,0,1,0.929121137530656,'20050419184539',249,4),(244,8,'Helppage','sysop',0,0,1,0.296614819482541,'20050419184539',250,13),(245,8,'Hide','sysop',0,0,0,0.695710715554385,'20060304042536',1274,4),(246,8,'Hidetoc','sysop',0,0,1,0.588709150057946,'20050419184539',252,4),(247,8,'Hist','sysop',0,0,1,0.856413634360222,'20050419184539',253,4),(248,8,'Histlegend','sysop',0,0,1,0.515940752360915,'20050419184539',254,221),(249,8,'History','sysop',0,0,1,0.0104628894575526,'20050419184539',255,12),(250,8,'History_copyright','sysop',0,0,1,0.504492220938664,'20050419184539',256,1),(251,8,'History_short','sysop',0,0,1,0.491072467054308,'20050419184539',257,7),(252,8,'Historywarning','sysop',0,0,0,0.941885703189192,'20060516031148',1575,56),(253,8,'Hr_tip','sysop',0,0,1,0.236211145516682,'20050419184539',259,31),(254,8,'Ignorewarning','sysop',0,0,1,0.355398648749477,'20050419184539',260,36),(255,8,'Illegalfilename','sysop',0,0,1,0.0683598379309846,'20050419184539',261,125),(256,8,'Ilshowmatch','sysop',0,0,1,0.275603274140138,'20050419184539',262,35),(257,8,'Ilsubmit','sysop',0,0,1,0.172936887641379,'20050419184539',263,6),(258,8,'Image_sample','sysop',0,0,1,0.0378746465201254,'20050419184539',264,11),(259,8,'Image_tip','sysop',0,0,1,0.670562600410136,'20050419184539',265,14),(260,8,'Imagelinks','sysop',0,0,0,0.239189093223949,'20060304042536',1277,5),(261,8,'Imagelist','sysop',0,0,0,0.184257695622982,'20060304042536',1278,9),(262,8,'Imagelisttext','sysop',0,0,0,0.203721229176709,'20060304042536',1280,38),(263,8,'Imagemaxsize','sysop',0,0,0,0.465833089748242,'20060516031148',1578,43),(264,8,'Imagepage','sysop',0,0,1,0.718001791944729,'20050419184539',270,15),(265,8,'Imagereverted','sysop',0,0,1,0.192509721212564,'20050419184539',271,41),(266,8,'Imgdelete','sysop',0,0,1,0.808543260962277,'20050419184539',272,3),(267,8,'Imgdesc','sysop',0,0,1,0.465187171907338,'20050419184539',273,4),(268,8,'Imghistlegend','sysop',0,0,0,0.900306107383506,'20060304042536',1281,176),(269,8,'Imghistory','sysop',0,0,0,0.105969051929162,'20060304042536',1282,12),(270,8,'Imglegend','sysop',0,0,0,0.828926968228935,'20060304042536',1283,44),(271,8,'Import','sysop',0,0,1,0.826727716090835,'20050419184539',277,12),(272,8,'Importfailed','sysop',0,0,1,0.646857706501016,'20050419184539',278,17),(273,8,'Importhistoryconflict','sysop',0,0,1,0.75410541496622,'20050419184539',279,72),(274,8,'Importnotext','sysop',0,0,1,0.829953986061694,'20050419184539',280,16),(275,8,'Importsuccess','sysop',0,0,1,0.887453716143457,'20050419184539',281,17),(276,8,'Importtext','sysop',0,0,1,0.947406653265847,'20050419184539',282,118),(277,8,'Info_short','sysop',0,0,1,0.0746721486325116,'20050419184539',283,11),(278,8,'Infobox','sysop',0,0,1,0.531140814098661,'20050419184539',284,37),(279,8,'Infobox_alert','sysop',0,0,1,0.431687655329413,'20050419184539',285,135),(280,8,'Infosubtitle','sysop',0,0,1,0.56501586508473,'20050419184539',286,20),(281,8,'Internalerror','sysop',0,0,1,0.530016390169055,'20050419184539',287,14),(282,8,'Intl','sysop',0,0,1,0.955034386324728,'20050419184539',288,19),(283,8,'Ip_range_invalid','sysop',0,0,0,0.185122791850122,'20060516031148',1581,17),(284,8,'Ipaddress','sysop',0,0,0,0.0605108310100723,'20060304042536',1292,10),(285,8,'Ipb_expiry_invalid','sysop',0,0,1,0.747185810233639,'20050419184539',291,20),(286,8,'Ipbexpiry','sysop',0,0,1,0.554396588871625,'20050419184539',292,6),(287,8,'Ipblocklist','sysop',0,0,1,0.530425544390851,'20050419184539',293,42),(288,8,'Ipbreason','sysop',0,0,1,0.988937986073026,'20050419184539',294,6),(289,8,'Ipbsubmit','sysop',0,0,1,0.353413327926223,'20050419184539',295,15),(290,8,'Ipusubmit','sysop',0,0,1,0.800252712145683,'20050419184539',296,20),(291,8,'Ipusuccess','sysop',0,0,0,0.94102360768339,'20060304042537',1298,18),(292,8,'Isbn','sysop',0,0,1,0.304359932713546,'20050419184539',298,4),(293,8,'Isredirect','sysop',0,0,1,0.698728871251204,'20050419184539',299,13),(294,8,'Italic_sample','sysop',0,0,1,0.580564588849027,'20050419184539',300,11),(295,8,'Italic_tip','sysop',0,0,1,0.806636361225169,'20050419184539',301,11),(296,8,'Iteminvalidname','sysop',0,0,1,0.291488070312411,'20050419184539',302,39),(297,8,'Jan','sysop',0,0,1,0.0375312986201898,'20050419184539',303,3),(298,8,'January','sysop',0,0,1,0.313192312897362,'20050419184539',304,7),(299,8,'Jul','sysop',0,0,1,0.453367699359886,'20050419184539',305,3),(300,8,'July','sysop',0,0,1,0.327261588840989,'20050419184539',306,4),(301,8,'Jun','sysop',0,0,1,0.276204876858932,'20050419184539',307,3),(302,8,'June','sysop',0,0,1,0.399239648505337,'20050419184539',308,4),(303,8,'Laggedslavemode','sysop',0,0,1,0.167583642683535,'20050419184539',309,45),(304,8,'Largefile','sysop',0,0,0,0.640199298635311,'20060304042537',1299,80),(305,8,'Last','sysop',0,0,1,0.698245595859592,'20050419184539',311,4),(306,8,'Lastmodified','sysop',0,0,1,0.570630114125675,'20050419184539',312,31),(307,8,'Lastmodifiedby','sysop',0,0,1,0.758413813783241,'20050419184539',313,37),(308,8,'Lineno','sysop',0,0,1,0.0801787572728272,'20050419184539',314,8),(309,8,'Link_sample','sysop',0,0,1,0.125652375748057,'20050419184539',315,10),(310,8,'Link_tip','sysop',0,0,1,0.38772563765545,'20050419184539',316,13),(311,8,'Linklistsub','sysop',0,0,1,0.561671091766722,'20050419184539',317,15),(312,8,'Linkshere','sysop',0,0,1,0.645178576600904,'20050419184539',318,33),(313,8,'Linkstoimage','sysop',0,0,0,0.540879638438001,'20060304042537',1301,38),(314,8,'Linktrail','sysop',0,0,1,0.768862493120937,'20050419184539',320,18),(315,8,'Listadmins','sysop',0,0,1,0.221673581024328,'20050419184539',321,11),(316,8,'Listform','sysop',0,0,1,0.801780456492473,'20050419184539',322,4),(317,8,'Listingcontinuesabbrev','sysop',0,0,1,0.343881570123026,'20050419184539',323,6),(318,8,'Listusers','sysop',0,0,1,0.314066511871355,'20050419184539',324,9),(319,8,'Loadhist','sysop',0,0,1,0.538687879721343,'20050419184539',325,20),(320,8,'Loadingrev','sysop',0,0,1,0.751239893726297,'20050419184539',326,25),(321,8,'Localtime','sysop',0,0,0,0.140135860201098,'20060304042537',1302,10),(322,8,'Lockbtn','sysop',0,0,1,0.446959650560245,'20050419184539',328,13),(323,8,'Lockconfirm','sysop',0,0,1,0.814390702931574,'20050419184539',329,40),(324,8,'Lockdb','sysop',0,0,1,0.731074593710783,'20050419184539',330,13),(325,8,'Lockdbsuccesssub','sysop',0,0,1,0.212200890492835,'20050419184539',331,23),(326,8,'Lockdbsuccesstext','sysop',0,0,1,0.867780702065472,'20050419184539',332,99),(327,8,'Lockdbtext','sysop',0,0,1,0.702300869582501,'20050419184539',333,294),(328,8,'Locknoconfirm','sysop',0,0,1,0.908162272449734,'20050419184539',334,39),(329,8,'Log','sysop',0,0,1,0.433908784234811,'20050419184539',335,4),(330,8,'Login','sysop',0,0,1,0.4450571345585,'20050419184539',336,6),(331,8,'Loginend','sysop',0,0,0,0.92355935082171,'20060516031148',1590,0),(332,8,'Loginerror','sysop',0,0,1,0.282625381166698,'20050419184539',338,11),(333,8,'Loginpagetitle','sysop',0,0,1,0.642448884102003,'20050419184539',339,10),(334,8,'Loginproblem','sysop',0,0,1,0.364368307743565,'20050419184539',340,64),(335,8,'Loginprompt','sysop',0,0,1,0.89449491714546,'20050419184539',341,56),(336,8,'Loginreqtext','sysop',0,0,1,0.379369693230251,'20050419184539',342,57),(337,8,'Loginreqtitle','sysop',0,0,1,0.213363745448518,'20050419184539',343,14),(338,8,'Loginsuccess','sysop',0,0,0,0.928709678285485,'20060516031149',1593,52),(339,8,'Loginsuccesstitle','sysop',0,0,1,0.00345718581551424,'20050419184539',345,16),(340,8,'Logout','sysop',0,0,1,0.231156924954762,'20050419184539',346,7),(341,8,'Logouttext','sysop',0,0,0,0.145413098060911,'20060516031149',1594,274),(342,8,'Logouttitle','sysop',0,0,1,0.0335947461739134,'20050419184539',348,11),(343,8,'Lonelypages','sysop',0,0,1,0.73173446742048,'20050419184539',349,14),(344,8,'Longpages','sysop',0,0,1,0.557888129314304,'20050419184539',350,10),(345,8,'Longpagewarning','sysop',0,0,0,0.594237275043723,'20060304042537',1304,193),(346,8,'Mailerror','sysop',0,0,1,0.297522018009352,'20050419184539',352,22),(347,8,'Mailmypassword','sysop',0,0,0,0.704898295649233,'20060516031149',1596,15),(348,8,'Mailnologin','sysop',0,0,1,0.631925454951753,'20050419184539',354,15),(349,8,'Mailnologintext','sysop',0,0,0,0.0449324185447138,'20060304042537',1305,150),(350,8,'Mainpage','sysop',0,0,1,0.328885758601954,'20050419184539',356,9),(351,8,'Mainpagedocfooter','sysop',0,0,0,0.509631568109273,'20060516031149',1597,394),(352,8,'Mainpagetext','sysop',0,0,0,0.561500595474151,'20060516031149',1598,59),(353,8,'Maintenance','sysop',0,0,1,0.278608303776577,'20050419184539',359,16),(354,8,'Maintenancebacklink','sysop',0,0,1,0.70853976319408,'20050419184539',360,24),(355,8,'Maintnancepagetext','sysop',0,0,1,0.706873935374314,'20050419184539',361,176),(356,8,'Makesysop','sysop',0,0,1,0.408750418022974,'20050419184539',362,24),(357,8,'Makesysopfail','sysop',0,0,1,0.923130314725572,'20050419184539',363,84),(358,8,'Makesysopname','sysop',0,0,1,0.389400350292586,'20050419184539',364,17),(359,8,'Makesysopok','sysop',0,0,1,0.177610838019858,'20050419184539',365,31),(360,8,'Makesysopsubmit','sysop',0,0,1,0.719853169955176,'20050419184539',366,27),(361,8,'Makesysoptext','sysop',0,0,1,0.0664333664499534,'20050419184539',367,168),(362,8,'Makesysoptitle','sysop',0,0,1,0.172607353117883,'20050419184539',368,24),(363,8,'Mar','sysop',0,0,1,0.663736696973198,'20050419184539',369,3),(364,8,'March','sysop',0,0,1,0.800861456245986,'20050419184539',370,5),(365,8,'Markaspatrolleddiff','sysop',0,0,1,0.0130972210439827,'20050419184539',371,17),(366,8,'Markaspatrolledlink','sysop',0,0,0,0.6629017672156,'20060304042537',1306,4),(367,8,'Markaspatrolledtext','sysop',0,0,1,0.275217203679697,'20050419184539',373,30),(368,8,'Markedaspatrolled','sysop',0,0,1,0.387380747485329,'20050419184539',374,19),(369,8,'Markedaspatrolledtext','sysop',0,0,1,0.1112521571212,'20050419184539',375,51),(370,8,'Matchtotals','sysop',0,0,1,0.394118573883659,'20050419184539',376,63),(371,8,'Math','sysop',0,0,0,0.636836428788338,'20060304042537',1307,4),(372,8,'Math_bad_output','sysop',0,0,1,0.00182645302435984,'20050419184539',378,46),(373,8,'Math_bad_tmpdir','sysop',0,0,1,0.0986230094904294,'20050419184539',379,44),(374,8,'Math_failure','sysop',0,0,1,0.487635719112713,'20050419184539',380,15),(375,8,'Math_image_error','sysop',0,0,1,0.14230959782592,'20050419184539',381,86),(376,8,'Math_lexing_error','sysop',0,0,1,0.248640862525106,'20050419184539',382,12),(377,8,'Math_notexvc','sysop',0,0,1,0.816275549881417,'20050419184539',383,62),(378,8,'Math_sample','sysop',0,0,1,0.335455192565411,'20050419184539',384,19),(379,8,'Math_syntax_error','sysop',0,0,1,0.228449343916447,'20050419184539',385,12),(380,8,'Math_tip','sysop',0,0,1,0.135881172619649,'20050419184539',386,28),(381,8,'Math_unknown_error','sysop',0,0,1,0.99405786208255,'20050419184539',387,13),(382,8,'Math_unknown_function','sysop',0,0,0,0.562645823287448,'20060516031149',1601,16),(383,8,'May','sysop',0,0,1,0.831055560923233,'20050419184539',389,3),(384,8,'May_long','sysop',0,0,1,0.467340365487468,'20050419184539',390,3),(385,8,'Media_sample','sysop',0,0,0,0.843535175401285,'20060304042537',1308,11),(386,8,'Media_tip','sysop',0,0,1,0.815654811277664,'20050419184539',392,15),(387,8,'Minlength','sysop',0,0,0,0.547668560918112,'20060304042537',1312,42),(388,8,'Minoredit','sysop',0,0,1,0.291378401491212,'20050419184539',394,20),(389,8,'Minoreditletter','sysop',0,0,1,0.81388635543537,'20050419184539',395,1),(390,8,'Mispeelings','sysop',0,0,1,0.195296603436858,'20050419184539',396,23),(391,8,'Mispeelingspage','sysop',0,0,1,0.534823981611826,'20050419184539',397,27),(392,8,'Mispeelingstext','sysop',0,0,1,0.0882301284821985,'20050419184539',398,122),(393,8,'Missingarticle','sysop',0,0,0,0.836678728309161,'20060516031149',1608,318),(394,8,'Missingimage','sysop',0,0,0,0.918703286832854,'20060516031149',1610,35),(395,8,'Missinglanguagelinks','sysop',0,0,1,0.0834802799704301,'20050419184539',401,22),(396,8,'Missinglanguagelinksbutton','sysop',0,0,1,0.661291570087235,'20050419184539',402,31),(397,8,'Missinglanguagelinkstext','sysop',0,0,1,0.0560170412585298,'20050419184539',403,103),(398,8,'Monday','sysop',0,0,1,0.296210526764589,'20050419184539',404,6),(399,8,'Moredotdotdot','sysop',0,0,1,0.313001540781,'20050419184539',405,7),(400,8,'Move','sysop',0,0,1,0.676376154344879,'20050419184539',406,4),(401,8,'Movearticle','sysop',0,0,1,0.442876180115041,'20050419184539',407,9),(402,8,'Movedto','sysop',0,0,1,0.18525246827421,'20050419184539',408,8),(403,8,'Movenologin','sysop',0,0,1,0.597633831759574,'20050419184539',409,13),(404,8,'Movenologintext','sysop',0,0,0,0.432411784708883,'20060304042537',1317,81),(405,8,'Movepage','sysop',0,0,1,0.369157458999341,'20050419184539',411,9),(406,8,'Movepagebtn','sysop',0,0,1,0.548551971603699,'20050419184539',412,9),(407,8,'Movepagetalktext','sysop',0,0,1,0.635287511754117,'20050419184539',413,300),(408,8,'Movepagetext','sysop',0,0,0,0.530781674693135,'20060304042537',1318,787),(409,8,'Movetalk','sysop',0,0,0,0.748045868936969,'20060516031149',1616,25),(410,8,'Movethispage','sysop',0,0,1,0.147884351339083,'20050419184539',416,14),(411,8,'Mw_math_html','sysop',0,0,1,0.495284180618156,'20050419184539',417,28),(412,8,'Mw_math_mathml','sysop',0,0,1,0.0327678798071741,'20050419184539',418,33),(413,8,'Mw_math_modern','sysop',0,0,1,0.677986887915048,'20050419184539',419,31),(414,8,'Mw_math_png','sysop',0,0,1,0.291630830887361,'20050419184539',420,17),(415,8,'Mw_math_simple','sysop',0,0,1,0.424193521425308,'20050419184539',421,31),(416,8,'Mw_math_source','sysop',0,0,1,0.246075145198102,'20050419184539',422,35),(417,8,'Mycontris','sysop',0,0,1,0.957795192448232,'20050419184539',423,16),(418,8,'Mypage','sysop',0,0,1,0.0507505573804961,'20050419184539',424,7),(419,8,'Mytalk','sysop',0,0,1,0.380367240291431,'20050419184539',425,7),(420,8,'Navigation','sysop',0,0,1,0.749584560049311,'20050419184539',426,10),(421,8,'Nbytes','sysop',0,0,1,0.606821110105907,'20050419184539',427,8),(422,8,'Nchanges','sysop',0,0,1,0.785351901115246,'20050419184539',428,10),(423,8,'Newarticle','sysop',0,0,1,0.106296205992155,'20050419184539',429,5),(424,8,'Newarticletext','sysop',0,0,1,0.175425357348682,'20050419184539',430,231),(425,8,'Newbies','sysop',0,0,1,0.558238199500589,'20050419184539',431,7),(426,8,'Newimages','sysop',0,0,0,0.264914956190544,'20060304042537',1322,20),(427,8,'Newmessages','sysop',0,0,1,0.649860213184599,'20050419184539',433,12),(428,8,'Newmessageslink','sysop',0,0,1,0.454556228085008,'20050419184539',434,12),(429,8,'Newpage','sysop',0,0,1,0.323200531604887,'20050419184539',435,8),(430,8,'Newpageletter','sysop',0,0,1,0.252334004503055,'20050419184539',436,1),(431,8,'Newpages','sysop',0,0,1,0.292068458434258,'20050419184539',437,9),(432,8,'Newpassword','sysop',0,0,0,0.703340309395772,'20060516031149',1620,13),(433,8,'Newtitle','sysop',0,0,1,0.64049620240973,'20050419184539',439,12),(434,8,'Newusersonly','sysop',0,0,1,0.0924601145949775,'20050419184539',440,17),(435,8,'Newwindow','sysop',0,0,1,0.540811996479344,'20050419184539',441,21),(436,8,'Next','sysop',0,0,1,0.426679669345431,'20050419184539',442,4),(437,8,'Nextdiff','sysop',0,0,0,0.510962388022768,'20060304042537',1323,13),(438,8,'Nextn','sysop',0,0,1,0.274772962811192,'20050419184539',444,7),(439,8,'Nextpage','sysop',0,0,1,0.840977680721299,'20050419184539',445,14),(440,8,'Nextrevision','sysop',0,0,0,0.380569545906567,'20060304042537',1324,17),(441,8,'Nlinks','sysop',0,0,1,0.379914718102584,'20050419184539',447,8),(442,8,'Noaffirmation','sysop',0,0,1,0.757864983526864,'20050419184539',448,65),(443,8,'Noarticletext','sysop',0,0,0,0.649580794060212,'20060516031149',1621,201),(444,8,'Noblockreason','sysop',0,0,1,0.974309050454115,'20050419184539',450,39),(445,8,'Noconnect','sysop',0,0,1,0.922802900823581,'20050419184539',451,110),(446,8,'Nocontribs','sysop',0,0,1,0.691087383489206,'20050419184539',452,46),(447,8,'Nocookieslogin','sysop',0,0,1,0.687028245708932,'20050419184539',453,103),(448,8,'Nocookiesnew','sysop',0,0,1,0.361879108810685,'20050419184539',454,195),(449,8,'Nocreativecommons','sysop',0,0,1,0.748310837660274,'20050419184539',455,55),(450,8,'Nocredits','sysop',0,0,1,0.655916892602962,'20050419184539',456,49),(451,8,'Nodb','sysop',0,0,1,0.0346519807676337,'20050419184539',457,28),(452,8,'Nodublincore','sysop',0,0,1,0.205509256762927,'20050419184539',458,50),(453,8,'Noemail','sysop',0,0,1,0.923590372245377,'20050419184539',459,50),(454,8,'Noemailtext','sysop',0,0,1,0.00142412167175125,'20050419184539',460,105),(455,8,'Noemailtitle','sysop',0,0,1,0.236349522356269,'20050419184539',461,17),(456,8,'Nogomatch','sysop',0,0,0,0.177475277499738,'20060403201228',1502,68),(457,8,'Nohistory','sysop',0,0,1,0.178327851163529,'20050419184539',463,39),(458,8,'Noimages','sysop',0,0,1,0.359213454052073,'20050419184539',464,15),(459,8,'Nolinkshere','sysop',0,0,1,0.261083747503426,'20050419184539',465,22),(460,8,'Nolinkstoimage','sysop',0,0,0,0.227778406094553,'20060304042537',1328,42),(461,8,'Noname','sysop',0,0,1,0.355640818696135,'20050419184539',467,41),(462,8,'Nonefound','sysop',0,0,1,0.0948689059306578,'20050419184539',468,245),(463,8,'Nonunicodebrowser','sysop',0,0,0,0.40742210429853,'20060304042537',1329,198),(464,8,'Nospecialpagetext','sysop',0,0,0,0.752503834434323,'20060304042537',1330,122),(465,8,'Nosuchaction','sysop',0,0,1,0.540252890009669,'20050419184539',471,14),(466,8,'Nosuchactiontext','sysop',0,0,1,0.443752977479019,'20050419184539',472,61),(467,8,'Nosuchspecialpage','sysop',0,0,1,0.598006248099735,'20050419184539',473,20),(468,8,'Nosuchuser','sysop',0,0,0,0.658772338795264,'20060516031149',1631,80),(469,8,'Nosuchusershort','sysop',0,0,1,0.499842980410757,'20050419184539',475,55),(470,8,'Notacceptable','sysop',0,0,1,0.522897916401641,'20050419184539',476,68),(471,8,'Notanarticle','sysop',0,0,1,0.114960671509579,'20050419184539',477,18),(472,8,'Notargettext','sysop',0,0,1,0.00610963907661814,'20050419184539',478,73),(473,8,'Notargettitle','sysop',0,0,1,0.685666211587997,'20050419184539',479,9),(474,8,'Note','sysop',0,0,0,0.410002171443777,'20060516031149',1632,22),(475,8,'Notextmatches','sysop',0,0,1,0.99301225318854,'20050419184539',481,20),(476,8,'Notitlematches','sysop',0,0,1,0.735054782345011,'20050419184539',482,21),(477,8,'Notloggedin','sysop',0,0,1,0.69623718289308,'20050419184539',483,13),(478,8,'Nov','sysop',0,0,1,0.276021598164012,'20050419184539',484,3),(479,8,'November','sysop',0,0,1,0.291396472874467,'20050419184539',485,8),(480,8,'Nowatchlist','sysop',0,0,1,0.628917600613942,'20050419184539',486,36),(481,8,'Nowiki_sample','sysop',0,0,1,0.270398615179955,'20050419184539',487,30),(482,8,'Nowiki_tip','sysop',0,0,1,0.465240304791592,'20050419184539',488,22),(483,8,'Nstab-category','sysop',0,0,1,0.515005709151743,'20050419184539',489,8),(484,8,'Nstab-help','sysop',0,0,1,0.179307662117582,'20050419184539',490,4),(485,8,'Nstab-image','sysop',0,0,0,0.351521213866324,'20060304042538',1331,4),(486,8,'Nstab-main','sysop',0,0,1,0.219683113712522,'20050419184539',492,7),(487,8,'Nstab-media','sysop',0,0,0,0.0438519576972834,'20060304042538',1332,10),(488,8,'Nstab-mediawiki','sysop',0,0,1,0.560210478082495,'20050419184539',494,7),(489,8,'Nstab-special','sysop',0,0,1,0.669496548054271,'20050419184539',495,7),(490,8,'Nstab-template','sysop',0,0,1,0.666851336757514,'20050419184539',496,8),(491,8,'Nstab-user','sysop',0,0,1,0.325767070358402,'20050419184539',497,9),(492,8,'Nstab-wp','sysop',0,0,0,0.628281372253114,'20060304042538',1333,12),(493,8,'Numauthors','sysop',0,0,1,0.164105680924007,'20050419184539',499,40),(494,8,'Numedits','sysop',0,0,1,0.935684318594341,'20050419184539',500,29),(495,8,'Numtalkauthors','sysop',0,0,1,0.186104580933326,'20050419184539',501,48),(496,8,'Numtalkedits','sysop',0,0,1,0.123469979617251,'20050419184539',502,37),(497,8,'Numwatchers','sysop',0,0,1,0.0590361860199237,'20050419184539',503,22),(498,8,'Nviews','sysop',0,0,1,0.92477102198151,'20050419184539',504,8),(499,8,'Oct','sysop',0,0,1,0.446746582581426,'20050419184539',505,3),(500,8,'October','sysop',0,0,1,0.459419877696242,'20050419184539',506,7),(501,8,'Ok','sysop',0,0,1,0.956859671470578,'20050419184539',507,2),(502,8,'Oldpassword','sysop',0,0,0,0.406038754997811,'20060516031149',1634,13),(503,8,'Orig','sysop',0,0,1,0.159614791310965,'20050419184539',509,4),(504,8,'Orphans','sysop',0,0,1,0.579957722295036,'20050419184539',510,14),(505,8,'Othercontribs','sysop',0,0,1,0.420944268275932,'20050419184539',511,20),(506,8,'Otherlanguages','sysop',0,0,0,0.364848205228195,'20060304042538',1336,18),(507,8,'Others','sysop',0,0,1,0.561408252046824,'20050419184539',513,6),(508,8,'Pagemovedsub','sysop',0,0,1,0.712496675283179,'20050419184539',514,14),(509,8,'Pagemovedtext','sysop',0,0,1,0.87825865100907,'20050419184539',515,32),(510,8,'Pagetitle','sysop',1,0,1,0.253803259929459,'20050419184539',516,17),(511,8,'Passwordremindertext','sysop',0,0,0,0.634240377353728,'20060516031150',1635,389),(512,8,'Passwordremindertitle','sysop',0,0,1,0.409792137713909,'20050419184539',518,35),(513,8,'Passwordsent','sysop',0,0,1,0.146239587242007,'20050419184539',519,113),(514,8,'Perfcached','sysop',0,0,1,0.501821553801951,'20050419184539',520,66),(515,8,'Perfdisabled','sysop',0,0,0,0.0703890380173819,'20060516031150',1636,127),(516,8,'Perfdisabledsub','sysop',0,0,0,0.8464805594147,'20060516031150',1637,29),(517,8,'Personaltools','sysop',0,0,1,0.0212357137550001,'20050419184539',523,14),(518,8,'Popularpages','sysop',0,0,1,0.566736921264545,'20050419184539',524,13),(519,8,'Portal','sysop',0,0,1,0.76997749579137,'20050419184539',525,16),(520,8,'Portal-url','sysop',0,0,1,0.149676745896858,'20050419184539',526,24),(521,8,'Postcomment','sysop',0,0,1,0.438451272843826,'20050419184539',527,14),(522,8,'Poweredby','sysop',0,0,1,0.743226157262201,'20050419184539',528,93),(523,8,'Powersearch','sysop',0,0,1,0.400776998513171,'20050419184539',529,6),(524,8,'Powersearchtext','sysop',0,0,1,0.774206551512896,'20050419184539',530,80),(525,8,'Preferences','sysop',0,0,1,0.668701792758612,'20050419184539',531,11),(526,8,'Prefs-help-userdata','sysop',0,0,1,0.0208893399880168,'20050419184539',532,342),(527,8,'Prefs-misc','sysop',0,0,0,0.0983413523978939,'20060304042538',1341,4),(528,8,'Prefs-personal','sysop',0,0,0,0.429038772759064,'20060516031150',1642,12),(529,8,'Prefs-rc','sysop',0,0,0,0.850169837335283,'20060516031150',1643,14),(530,8,'Prefslogintext','sysop',0,0,1,0.963732899132867,'20050419184539',536,130),(531,8,'Prefsnologin','sysop',0,0,1,0.268155014392133,'20050419184539',537,13),(532,8,'Prefsnologintext','sysop',0,0,0,0.449576405295708,'20060304042538',1343,68),(533,8,'Prefsreset','sysop',0,0,1,0.443417014035785,'20050419184539',539,41),(534,8,'Preview','sysop',0,0,1,0.868355885025445,'20050419184539',540,7),(535,8,'Previewconflict','sysop',0,0,1,0.0115284137535174,'20050419184539',541,102),(536,8,'Previewnote','sysop',0,0,0,0.452574444424896,'20060516031150',1644,73),(537,8,'Previousdiff','sysop',0,0,0,0.228287011597573,'20060304042538',1344,17),(538,8,'Previousrevision','sysop',0,0,0,0.783711755446821,'20060304042538',1345,17),(539,8,'Prevn','sysop',0,0,1,0.233697773175033,'20050419184539',545,11),(540,8,'Printableversion','sysop',0,0,1,0.817353630268344,'20050419184539',546,17),(541,8,'Printsubtitle','sysop',0,0,1,0.385674862550269,'20050419184539',547,17),(542,8,'Protect','sysop',0,0,1,0.476313452679956,'20050419184539',548,7),(543,8,'Protectcomment','sysop',0,0,1,0.224542706482618,'20050419184539',549,21),(544,8,'Protectedarticle','sysop',0,0,0,0.693773205106867,'20060304042538',1347,18),(545,8,'Protectedpage','sysop',0,0,1,0.795237936820125,'20050419184539',551,14),(546,8,'Protectedpagewarning','sysop',0,0,0,0.89487009951367,'20060304042538',1348,201),(547,8,'Protectedtext','sysop',0,0,1,0.0886367178416222,'20050419184539',553,182),(548,8,'Protectlogpage','sysop',0,0,1,0.758573321400744,'20050419184539',554,14),(549,8,'Protectlogtext','sysop',0,0,1,0.5269564842125,'20050419184539',555,91),(550,8,'Protectmoveonly','sysop',0,0,1,0.35906248759391,'20050419184539',556,23),(551,8,'Protectpage','sysop',0,0,1,0.214443016065697,'20050419184539',557,12),(552,8,'Protectreason','sysop',0,0,1,0.9950276482804,'20050419184539',558,15),(553,8,'Protectsub','sysop',0,0,1,0.331809223938556,'20050419184539',559,17),(554,8,'Protectthispage','sysop',0,0,1,0.673963205585222,'20050419184539',560,17),(555,8,'Proxyblocker','sysop',0,0,1,0.374388386844088,'20050419184539',561,13),(556,8,'Proxyblockreason','sysop',0,0,1,0.850052348198418,'20050419184539',562,173),(557,8,'Proxyblocksuccess','sysop',0,0,0,0.127096611193471,'20060516031150',1653,5),(558,8,'Pubmedurl','sysop',0,0,1,0.0853260421057474,'20050419184539',564,95),(559,8,'Qbbrowse','sysop',0,0,1,0.0453404076819684,'20050419184539',565,6),(560,8,'Qbedit','sysop',0,0,1,0.970723942826245,'20050419184539',566,4),(561,8,'Qbfind','sysop',0,0,1,0.717598521818964,'20050419184539',567,4),(562,8,'Qbmyoptions','sysop',0,0,1,0.675820811349732,'20050419184539',568,8),(563,8,'Qbpageinfo','sysop',0,0,1,0.226308522025411,'20050419184539',569,7),(564,8,'Qbpageoptions','sysop',0,0,1,0.104080206811503,'20050419184539',570,9),(565,8,'Qbsettings','sysop',0,0,0,0.841475498714927,'20060304042538',1349,8),(566,8,'Qbsettingsnote','sysop',0,0,1,0.895136903873772,'20050419184539',572,72),(567,8,'Qbspecialpages','sysop',0,0,1,0.951258053957725,'20050419184539',573,13),(568,8,'Querybtn','sysop',0,0,1,0.0708795889009532,'20050419184539',574,12),(569,8,'Querysuccessful','sysop',0,0,1,0.500623813365236,'20050419184539',575,16),(570,8,'Randompage','sysop',0,0,1,0.290480330856964,'20050419184539',576,11),(571,8,'Randompage-url','sysop',0,0,0,0.950530244922759,'20060304042538',1350,14),(572,8,'Range_block_disabled','sysop',0,0,1,0.881210262776548,'20050419184539',578,53),(573,8,'Rchide','sysop',0,0,1,0.554460609848109,'20050419184539',579,71),(574,8,'Rclinks','sysop',0,0,1,0.128672291644544,'20050419184539',580,44),(575,8,'Rclistfrom','sysop',0,0,1,0.979979659412037,'20050419184539',581,33),(576,8,'Rcliu','sysop',0,0,1,0.5138814528602,'20050419184539',582,31),(577,8,'Rcloaderr','sysop',0,0,1,0.629468316798535,'20050419184539',583,22),(578,8,'Rclsub','sysop',0,0,1,0.605697256145717,'20050419184539',584,27),(579,8,'Rcnote','sysop',0,0,1,0.140081361066626,'20050419184539',585,80),(580,8,'Rcnotefrom','sysop',0,0,1,0.883315067629623,'20050419184539',586,62),(581,8,'Rcpatroldisabled','sysop',0,0,1,0.996331285681884,'20050419184539',587,30),(582,8,'Rcpatroldisabledtext','sysop',0,0,1,0.331711256254195,'20050419184539',588,56),(583,8,'Readonly','sysop',0,0,1,0.66956245495897,'20050419184539',589,15),(584,8,'Readonlytext','sysop',0,0,0,0.352678536765909,'20060516031150',1662,216),(585,8,'Readonlywarning','sysop',0,0,0,0.754705349686281,'20060304042538',1353,202),(586,8,'Recentchanges','sysop',0,0,1,0.715491168867323,'20050419184539',592,14),(587,8,'Recentchanges-url','sysop',0,0,1,0.313339826011415,'20050419184539',593,21),(588,8,'Recentchangescount','sysop',0,0,0,0.420225654188754,'20060516031150',1663,25),(589,8,'Recentchangeslinked','sysop',0,0,1,0.161108823643167,'20050419184539',595,15),(590,8,'Recentchangestext','sysop',0,0,1,0.544867186383221,'20050419184539',596,55),(591,8,'Redirectedfrom','sysop',0,0,1,0.241009491720246,'20050419184539',597,20),(592,8,'Remembermypassword','sysop',0,0,0,0.570445930185212,'20060304042538',1356,11),(593,8,'Removechecked','sysop',0,0,1,0.129201206498967,'20050419184539',599,35),(594,8,'Removedwatch','sysop',0,0,1,0.934668272672843,'20050419184539',600,22),(595,8,'Removedwatchtext','sysop',0,0,0,0.285737774600962,'20060516031150',1667,56),(596,8,'Removingchecked','sysop',0,0,1,0.624684085719925,'20050419184539',602,42),(597,8,'Resetprefs','sysop',0,0,0,0.266207135530382,'20060304042538',1358,5),(598,8,'Restorelink','sysop',0,0,1,0.456983451225779,'20050419184539',604,16),(599,8,'Resultsperpage','sysop',0,0,0,0.486295880271397,'20060516031150',1670,14),(600,8,'Retrievedfrom','sysop',0,0,1,0.0605290784132938,'20050419184539',606,19),(601,8,'Returnto','sysop',0,0,1,0.843757781985922,'20050419184539',607,13),(602,8,'Retypenew','sysop',0,0,0,0.0372017054233716,'20060516031150',1671,20),(603,8,'Reupload','sysop',0,0,1,0.654735211892738,'20050419184539',609,9),(604,8,'Reuploaddesc','sysop',0,0,1,0.162070973927221,'20050419184539',610,26),(605,8,'Reverted','sysop',0,0,1,0.846149264691537,'20050419184539',611,28),(606,8,'Revertimg','sysop',0,0,1,0.744533432409664,'20050419184539',612,3),(607,8,'Revertpage','sysop',0,0,0,0.184219398707356,'20060622180740',1760,121),(608,8,'Revhistory','sysop',0,0,1,0.687496727041431,'20050419184539',614,16),(609,8,'Revisionasof','sysop',0,0,1,0.884825469818735,'20050419184539',615,17),(610,8,'Revisionasofwithlink','sysop',0,0,1,0.361637198703026,'20050419184539',616,34),(611,8,'Revnotfound','sysop',0,0,1,0.153709614792568,'20050419184539',617,18),(612,8,'Revnotfoundtext','sysop',0,0,0,0.683636508587409,'20060516031150',1688,113),(613,8,'Rfcurl','sysop',0,0,0,0.957053729292987,'20060304042538',1363,33),(614,8,'Rights','sysop',0,0,1,0.73435915143635,'20050419184539',620,7),(615,8,'Rightslogtext','sysop',0,0,1,0.800634600036437,'20050419184539',621,40),(616,8,'Rollback','sysop',0,0,1,0.80009557660678,'20050419184539',622,15),(617,8,'Rollback_short','sysop',0,0,1,0.598574113658233,'20050419184539',623,8),(618,8,'Rollbackfailed','sysop',0,0,1,0.592583869204469,'20050419184539',624,15),(619,8,'Rollbacklink','sysop',0,0,1,0.167197035781291,'20050419184539',625,8),(620,8,'Rows','sysop',0,0,0,0.058233602026695,'20060516031150',1689,5),(621,8,'Saturday','sysop',0,0,1,0.789576933523246,'20050419184539',627,8),(622,8,'Savearticle','sysop',0,0,1,0.77318389226979,'20050419184539',628,9),(623,8,'Savedprefs','sysop',0,0,1,0.497188691512857,'20050419184539',629,33),(624,8,'Savefile','sysop',0,0,1,0.166391811488561,'20050419184539',630,9),(625,8,'Savegroup','sysop',0,0,1,0.340393013637879,'20050419184539',631,10),(626,8,'Saveprefs','sysop',0,0,0,0.202789664457356,'20060304042538',1364,4),(627,8,'Saveusergroups','sysop',0,0,1,0.992769312106789,'20050419184539',633,16),(628,8,'Search','sysop',0,0,1,0.355477597895523,'20050419184539',634,6),(629,8,'Searchdisabled','sysop',0,0,0,0.799080083890893,'20060304042538',1368,143),(630,8,'Searchquery','sysop',0,0,1,0.928967656501539,'20050419184539',636,14),(631,8,'Searchresults','sysop',0,0,1,0.247598061568661,'20050419184539',637,14),(632,8,'Searchresultshead','sysop',0,0,0,0.451087369072332,'20060304042538',1370,6),(633,8,'Searchresulttext','sysop',0,0,1,0.512642691389325,'20050419184539',639,100),(634,8,'Sectionlink','sysop',0,0,0,0.209951380463272,'20060304042538',1371,3),(635,8,'Selectnewerversionfordiff','sysop',0,0,1,0.511828858882029,'20050419184539',641,37),(636,8,'Selectolderversionfordiff','sysop',0,0,1,0.929290183753977,'20050419184539',642,38),(637,8,'Selectonly','sysop',0,0,1,0.110964372857441,'20050419184539',643,35),(638,8,'Selflinks','sysop',0,0,1,0.766951343758918,'20050419184539',644,21),(639,8,'Selflinkstext','sysop',0,0,1,0.501863630955912,'20050419184539',645,72),(640,8,'Sep','sysop',0,0,1,0.208464154236451,'20050419184539',646,3),(641,8,'September','sysop',0,0,1,0.536729909048164,'20050419184539',647,9),(642,8,'Seriousxhtmlerrors','sysop',0,0,1,0.0582571132651131,'20050419184539',648,56),(643,8,'Servertime','sysop',0,0,0,0.681095869914718,'20060304042538',1373,11),(644,8,'Sessionfailure','sysop',0,0,1,0.230708040511895,'20050419184539',650,194),(645,8,'Set_rights_fail','sysop',0,0,1,0.110252623548966,'20050419184539',651,81),(646,8,'Set_user_rights','sysop',0,0,1,0.859139026942792,'20050419184539',652,15),(647,8,'Setbureaucratflag','sysop',0,0,1,0.964937294800707,'20050419184539',653,19),(648,8,'Sharedupload','sysop',0,0,1,0.247269423908805,'20050419184539',654,63),(649,8,'Shortpages','sysop',0,0,1,0.341535265875547,'20050419184539',655,11),(650,8,'Show','sysop',0,0,0,0.965868088384967,'20060516031150',1696,4),(651,8,'Showbigimage','sysop',0,0,1,0.80473467503184,'20050419184539',657,47),(652,8,'Showhideminor','sysop',0,0,1,0.126069140737941,'20050419184539',658,67),(653,8,'Showingresults','sysop',0,0,1,0.21614170932783,'20050419184539',659,63),(654,8,'Showingresultsnum','sysop',0,0,1,0.702501155158972,'20050419184539',660,57),(655,8,'Showlast','sysop',0,0,0,0.864080678545014,'20060304042539',1378,29),(656,8,'Showpreview','sysop',0,0,1,0.212899957981799,'20050419184539',662,12),(657,8,'Showtoc','sysop',0,0,1,0.472257785007598,'20050419184539',663,4),(658,8,'Sig_tip','sysop',0,0,1,0.722589081826237,'20050419184539',664,29),(659,8,'Siteadminpheading','sysop',0,0,1,0.196172084842037,'20050419184539',665,15),(660,8,'Sitenotice','sysop',0,0,1,0.813093209465121,'20050419184539',666,1),(661,8,'Sitesettings','sysop',0,0,1,0.476949823533138,'20050419184539',667,13),(662,8,'Sitesettings-caching','sysop',0,0,1,0.945469520003972,'20050419184539',668,12),(663,8,'Sitesettings-cookies','sysop',0,0,1,0.296498160154091,'20050419184539',669,7),(664,8,'Sitesettings-debugging','sysop',0,0,1,0.646082271492185,'20050419184539',670,9),(665,8,'Sitesettings-features','sysop',0,0,1,0.340916907732298,'20050419184539',671,8),(666,8,'Sitesettings-images','sysop',0,0,1,0.766337754918577,'20050419184539',672,6),(667,8,'Sitesettings-memcached','sysop',0,0,1,0.808938082129637,'20050419184539',673,15),(668,8,'Sitesettings-performance','sysop',0,0,1,0.745677176626099,'20050419184539',674,11),(669,8,'Sitesettings-permissions','sysop',0,0,1,0.301571667475227,'20050419184539',675,11),(670,8,'Sitesettings-permissions-banning','sysop',0,0,1,0.270826838231484,'20050419184539',676,12),(671,8,'Sitesettings-permissions-miser','sysop',0,0,1,0.449419219465385,'20050419184539',677,20),(672,8,'Sitesettings-permissions-readonly','sysop',0,0,1,0.434615613366119,'20050419184539',678,38),(673,8,'Sitesettings-permissions-whitelist','sysop',0,0,1,0.824820439168085,'20050419184539',679,14),(674,8,'Sitesettings-wgAllowExternalImages','sysop',0,0,1,0.820255386475712,'20050419184539',680,46),(675,8,'Sitesettings-wgDefaultBlockExpiry','sysop',0,0,1,0.626815645607948,'20050419184539',681,32),(676,8,'Sitesettings-wgDisableQueryPages','sysop',0,0,1,0.67331209934625,'20050419184539',682,70),(677,8,'Sitesettings-wgHitcounterUpdateFreq','sysop',0,0,1,0.486113590641053,'20050419184539',683,28),(678,8,'Sitesettings-wgMiserMode','sysop',0,0,1,0.410631685900159,'20050419184539',684,59),(679,8,'Sitesettings-wgReadOnly','sysop',0,0,1,0.59481768831128,'20050419184539',685,13),(680,8,'Sitesettings-wgReadOnlyFile','sysop',0,0,1,0.74219341458957,'20050419184539',686,21),(681,8,'Sitesettings-wgShowIPinHeader','sysop',0,0,1,0.926514038747655,'20050419184539',687,43),(682,8,'Sitesettings-wgSysopRangeBans','sysop',0,0,1,0.40598998070321,'20050419184539',688,26),(683,8,'Sitesettings-wgSysopUserBans','sysop',0,0,1,0.250407818006731,'20050419184539',689,32),(684,8,'Sitesettings-wgUseCategoryBrowser','sysop',0,0,1,0.0340691786576707,'20050419184539',690,115),(685,8,'Sitesettings-wgUseCategoryMagic','sysop',0,0,1,0.419122470001804,'20050419184539',691,17),(686,8,'Sitesettings-wgUseDatabaseMessages','sysop',0,0,1,0.993404844769654,'20050419184539',692,47),(687,8,'Sitesettings-wgUseWatchlistCache','sysop',0,0,1,0.709656844576501,'20050419184539',693,42),(688,8,'Sitesettings-wgWLCacheTimeout','sysop',0,0,1,0.56806971930719,'20050419184539',694,44),(689,8,'Sitesettings-wgWhitelistAccount-developer','sysop',0,0,1,0.711378093540089,'20050419184539',695,40),(690,8,'Sitesettings-wgWhitelistAccount-sysop','sysop',0,0,1,0.852681340512523,'20050419184539',696,36),(691,8,'Sitesettings-wgWhitelistAccount-user','sysop',0,0,1,0.129272452675991,'20050419184539',697,34),(692,8,'Sitesettings-wgWhitelistEdit','sysop',0,0,1,0.0883182725760325,'20050419184539',698,31),(693,8,'Sitesettings-wgWhitelistRead','sysop',0,0,1,0.0537740355858337,'20050419184539',699,42),(694,8,'Sitestats','sysop',0,0,0,0.00391539093471634,'20060304042539',1380,23),(695,8,'Sitestatstext','sysop',0,0,0,0.858254878649725,'20060516031151',1700,572),(696,8,'Sitesubtitle','sysop',0,0,0,0.279528251178123,'20060516031151',1701,0),(697,8,'Sitesupport','sysop',0,0,0,0.822876650675085,'20060304042539',1381,9),(698,8,'Sitesupport-url','sysop',0,0,1,0.2757985305747,'20050419184539',704,20),(699,8,'Sitetitle','sysop',0,0,1,0.910362731581892,'20050419184539',705,12),(700,8,'Siteuser','sysop',0,0,0,0.724418096919002,'20060304042539',1382,20),(701,8,'Siteusers','sysop',0,0,0,0.891002320582981,'20060304042539',1383,23),(702,8,'Skin','sysop',0,0,1,0.281757342891542,'20050419184539',708,4),(703,8,'Spamprotectionmatch','sysop',0,0,1,0.735779783442411,'20050419184539',709,56),(704,8,'Spamprotectiontext','sysop',0,0,1,0.833626919271077,'20050419184539',710,114),(705,8,'Spamprotectiontitle','sysop',0,0,1,0.960795276761796,'20050419184539',711,22),(706,8,'Special_version_postfix','sysop',0,0,1,0.303095656729392,'20050419184539',712,6),(707,8,'Special_version_prefix','sysop',0,0,1,0.63309248409522,'20050419184539',713,6),(708,8,'Speciallogtitlelabel','sysop',0,0,0,0.256175481021568,'20060516031151',1705,6),(709,8,'Specialloguserlabel','sysop',0,0,0,0.381599983555824,'20060516031151',1706,5),(710,8,'Specialpage','sysop',0,0,1,0.13947350544806,'20050419184539',716,12),(711,8,'Specialpages','sysop',0,0,1,0.552567607306473,'20050419184539',717,13),(712,8,'Spheading','sysop',0,0,1,0.344417550921829,'20050419184539',718,27),(713,8,'Sqlislogged','sysop',0,0,1,0.0643849634233722,'20050419184539',719,40),(714,8,'Sqlquery','sysop',0,0,1,0.288672195085019,'20050419184539',720,11),(715,8,'Statistics','sysop',0,0,1,0.250206115888624,'20050419184539',721,10),(716,8,'Storedversion','sysop',0,0,1,0.385014024921706,'20050419184539',722,14),(717,8,'Stubthreshold','sysop',0,0,0,0.174451807676304,'20060516031151',1707,27),(718,8,'Subcategories','sysop',0,0,1,0.717216994350047,'20050419184539',724,13),(719,8,'Subcategorycount','sysop',0,0,1,0.0627295794549674,'20050419184539',725,44),(720,8,'Subcategorycount1','sysop',0,0,1,0.161996944958341,'20050419184539',726,41),(721,8,'Subject','sysop',0,0,1,0.621796017160449,'20050419184539',727,16),(722,8,'Subjectpage','sysop',0,0,1,0.622989281660867,'20050419184539',728,12),(723,8,'Successfulupload','sysop',0,0,1,0.249558387556633,'20050419184539',729,17),(724,8,'Summary','sysop',0,0,1,0.37882412353421,'20050419184539',730,7),(725,8,'Sunday','sysop',0,0,1,0.145445485734796,'20050419184539',731,6),(726,8,'Sysoptext','sysop',0,0,0,0.590755088804993,'20060304042539',1390,93),(727,8,'Sysoptitle','sysop',0,0,1,0.517439017554223,'20050419184539',733,21),(728,8,'Tableform','sysop',0,0,1,0.814929852089779,'20050419184539',734,5),(729,8,'Tagline','sysop',0,0,1,0.522332238519874,'20050419184539',735,17),(730,8,'Talk','sysop',0,0,1,0.166871667063676,'20050419184539',736,10),(731,8,'Talkexists','sysop',0,0,0,0.267361650492401,'20060516031151',1708,155),(732,8,'Talkpage','sysop',0,0,1,0.836193282004626,'20050419184539',738,17),(733,8,'Talkpagemoved','sysop',0,0,1,0.37888148927957,'20050419184539',739,43),(734,8,'Talkpagenotmoved','sysop',0,0,1,0.385827631117616,'20050419184539',740,59),(735,8,'Talkpagetext','sysop',0,0,1,0.792493718483014,'20050419184539',741,31),(736,8,'Templatesused','sysop',0,0,1,0.804985729795867,'20050419184539',742,28),(737,8,'Textboxsize','sysop',0,0,1,0.64744752426394,'20050419184539',743,7),(738,8,'Textmatches','sysop',0,0,1,0.822280462665745,'20050419184539',744,17),(739,8,'Thisisdeleted','sysop',0,0,1,0.169059771270547,'20050419184539',745,19),(740,8,'Thumbnail-more','sysop',0,0,1,0.378457499089146,'20050419184539',746,7),(741,8,'Thursday','sysop',0,0,1,0.385108212367732,'20050419184539',747,8),(742,8,'Timezonelegend','sysop',0,0,1,0.79016859530487,'20050419184539',748,9),(743,8,'Timezoneoffset','sysop',0,0,0,0.795518370154797,'20060304042539',1393,8),(744,8,'Timezonetext','sysop',0,0,0,0.607086095593019,'20060304042539',1394,67),(745,8,'Titlematches','sysop',0,0,1,0.648875398234348,'20050419184539',751,21),(746,8,'Toc','sysop',0,0,0,0.42311873512633,'20060304042539',1395,8),(747,8,'Tog-editondblclick','sysop',0,0,1,0.168967511662252,'20050419184539',753,39),(748,8,'Tog-editsection','sysop',0,0,1,0.575481383665913,'20050419184539',754,39),(749,8,'Tog-editsectiononrightclick','sysop',0,0,1,0.370504414076455,'20050419184539',755,77),(750,8,'Tog-editwidth','sysop',0,0,1,0.126077950118182,'20050419184539',756,23),(751,8,'Tog-fancysig','sysop',0,0,1,0.51887653909519,'20050419184539',757,39),(752,8,'Tog-hideminor','sysop',0,0,1,0.216148875855048,'20050419184539',758,34),(753,8,'Tog-highlightbroken','sysop',0,0,1,0.524114792723316,'20050419184539',759,115),(754,8,'Tog-hover','sysop',0,0,1,0.972127366785079,'20050419184539',760,29),(755,8,'Tog-justify','sysop',0,0,1,0.288292486489092,'20050419184539',761,18),(756,8,'Tog-minordefault','sysop',0,0,1,0.525080362823867,'20050419184539',762,31),(757,8,'Tog-nocache','sysop',0,0,1,0.760524385385704,'20050419184539',763,20),(758,8,'Tog-numberheadings','sysop',0,0,1,0.227380869190563,'20050419184539',764,20),(759,8,'Tog-previewonfirst','sysop',0,0,1,0.855331220529351,'20050419184539',765,26),(760,8,'Tog-previewontop','sysop',0,0,0,0.594513525808708,'20060304042539',1402,28),(761,8,'Tog-rememberpassword','sysop',0,0,0,0.406573998189135,'20060304042539',1403,24),(762,8,'Tog-showtoc','sysop',0,0,0,0.249329444253193,'20060304042539',1405,60),(763,8,'Tog-showtoolbar','sysop',0,0,0,0.0269252574322049,'20060304042539',1406,30),(764,8,'Tog-underline','sysop',0,0,0,0.386637985135091,'20060516031151',1717,16),(765,8,'Tog-usenewrc','sysop',0,0,0,0.852414184112487,'20060304042539',1407,36),(766,8,'Tog-watchdefault','sysop',0,0,0,0.102156995890808,'20060516031151',1720,32),(767,8,'Toolbox','sysop',0,0,1,0.953542457850224,'20050419184539',773,7),(768,8,'Tooltip-compareselectedversions','sysop',0,0,1,0.461241332312339,'20050419184539',774,75),(769,8,'Tooltip-minoredit','sysop',0,0,1,0.44557931874467,'20050419184539',775,33),(770,8,'Tooltip-preview','sysop',0,0,1,0.844172627519977,'20050419184539',776,60),(771,8,'Tooltip-save','sysop',0,0,1,0.88412521209952,'20050419184539',777,25),(772,8,'Tooltip-search','sysop',0,0,0,0.888108208671313,'20060304042539',1409,27),(773,8,'Tooltip-watch','sysop',0,0,1,0.788165437791651,'20050419184539',779,39),(774,8,'Tuesday','sysop',0,0,1,0.276502593677959,'20050419184539',780,7),(775,8,'Uclinks','sysop',0,0,1,0.0180166857484883,'20050419184539',781,48),(776,8,'Ucnote','sysop',0,0,1,0.26057567844221,'20050419184539',782,72),(777,8,'Uctop','sysop',0,0,1,0.248828365699228,'20050419184539',783,6),(778,8,'Unblockip','sysop',0,0,1,0.462414823903157,'20050419184539',784,12),(779,8,'Unblockiptext','sysop',0,0,1,0.565589053151746,'20050419184539',785,90),(780,8,'Unblocklink','sysop',0,0,1,0.440700824782905,'20050419184539',786,7),(781,8,'Unblocklogentry','sysop',0,0,0,0.506736995192931,'20060304042539',1417,12),(782,8,'Uncategorizedcategories','sysop',0,0,1,0.211582532349585,'20050419184539',788,24),(783,8,'Uncategorizedpages','sysop',0,0,1,0.537701706902778,'20050419184539',789,19),(784,8,'Undelete','sysop',0,0,0,0.0537609681987771,'20060516031151',1724,18),(785,8,'Undelete_short','sysop',0,0,1,0.655699751019198,'20050419184539',791,17),(786,8,'Undeletearticle','sysop',0,0,1,0.117215881233305,'20050419184539',792,20),(787,8,'Undeletebtn','sysop',0,0,1,0.618980183842573,'20050419184539',793,8),(788,8,'Undeletedarticle','sysop',0,0,0,0.743253306246599,'20060304042539',1419,17),(789,8,'Undeletedrevisions','sysop',0,0,1,0.859326010438917,'20050419184539',795,21),(790,8,'Undeletedtext','sysop',0,0,0,0.0668701641884355,'20060516031151',1725,120),(791,8,'Undeletehistory','sysop',0,0,1,0.756372820359071,'20050419184539',797,276),(792,8,'Undeletepage','sysop',0,0,1,0.581253639963692,'20050419184539',798,30),(793,8,'Undeletepagetext','sysop',0,0,1,0.637149769474892,'20050419184539',799,132),(794,8,'Undeleterevision','sysop',0,0,1,0.441987958217028,'20050419184539',800,25),(795,8,'Undeleterevisions','sysop',0,0,1,0.298490513394112,'20050419184539',801,21),(796,8,'Unexpected','sysop',0,0,1,0.166488723053121,'20050419184539',802,28),(797,8,'Unlockbtn','sysop',0,0,1,0.936972105816912,'20050419184539',803,15),(798,8,'Unlockconfirm','sysop',0,0,1,0.185394390658843,'20050419184539',804,42),(799,8,'Unlockdb','sysop',0,0,1,0.116055666577123,'20050419184539',805,15),(800,8,'Unlockdbsuccesssub','sysop',0,0,1,0.0240951916427307,'20050419184539',806,21),(801,8,'Unlockdbsuccesstext','sysop',0,0,1,0.77230898921593,'20050419184539',807,31),(802,8,'Unlockdbtext','sysop',0,0,1,0.789259401885103,'20050419184539',808,227),(803,8,'Unprotect','sysop',0,0,0,0.629370072511369,'20060304042539',1424,9),(804,8,'Unprotectcomment','sysop',0,0,1,0.779072187635183,'20050419184539',810,23),(805,8,'Unprotectedarticle','sysop',0,0,0,0.00725075137545425,'20060304042539',1425,20),(806,8,'Unprotectsub','sysop',0,0,1,0.699037224705366,'20050419184539',812,19),(807,8,'Unprotectthispage','sysop',0,0,1,0.473433900134111,'20050419184539',813,19),(808,8,'Unusedimages','sysop',0,0,0,0.270057857288102,'20060304042539',1428,12),(809,8,'Unusedimagestext','sysop',0,0,1,0.929987616771821,'20050419184539',815,140),(810,8,'Unwatch','sysop',0,0,1,0.839764542728443,'20050419184539',816,7),(811,8,'Unwatchthispage','sysop',0,0,1,0.408859894060399,'20050419184539',817,13),(812,8,'Updated','sysop',0,0,1,0.525005872850312,'20050419184539',818,9),(813,8,'Upload','sysop',0,0,1,0.398449712804006,'20050419184539',819,11),(814,8,'Uploadbtn','sysop',0,0,1,0.41723097620274,'20050419184539',820,11),(815,8,'Uploadcorrupt','sysop',0,0,1,0.890805773335328,'20050419184539',821,90),(816,8,'Uploaddisabled','sysop',0,0,0,0.202335968802065,'20060516031151',1729,16),(817,8,'Uploadedfiles','sysop',0,0,1,0.339262554737984,'20050419184539',823,14),(818,8,'Uploadedimage','sysop',0,0,0,0.08930489801737,'20060304042539',1430,17),(819,8,'Uploaderror','sysop',0,0,1,0.428736856606544,'20050419184539',825,12),(820,8,'Uploadfile','sysop',0,0,1,0.875769619714254,'20050419184539',826,37),(821,8,'Uploadlink','sysop',0,0,1,0.0926375594852842,'20050419184539',827,13),(822,8,'Uploadlog','sysop',0,0,1,0.835878969017304,'20050419184539',828,10),(823,8,'Uploadlogpage','sysop',0,0,1,0.90148219736431,'20050419184539',829,10),(824,8,'Uploadlogpagetext','sysop',0,0,1,0.999774110503284,'20050419184539',830,48),(825,8,'Uploadnologin','sysop',0,0,1,0.294423991157137,'20050419184539',831,13),(826,8,'Uploadnologintext','sysop',0,0,0,0.472797655009476,'20060304042539',1432,60),(827,8,'Uploadtext','sysop',0,0,0,0.480716332309615,'20060516031151',1732,455),(828,8,'Uploadwarning','sysop',0,0,1,0.985188727253292,'20050419184539',834,14),(829,8,'Usenewcategorypage','sysop',0,0,1,0.483794670071262,'20050419184539',835,70),(830,8,'User_rights_set','sysop',0,0,1,0.463407199330076,'20050419184539',836,35),(831,8,'Usercssjsyoucanpreview','sysop',0,0,1,0.865652017170239,'20050419184539',837,90),(832,8,'Usercsspreview','sysop',0,0,1,0.938038518594614,'20050419184539',838,85),(833,8,'Userexists','sysop',0,0,0,0.0932365721959961,'20060516031151',1733,64),(834,8,'Userjspreview','sysop',0,0,1,0.652067335929784,'20050419184539',840,100),(835,8,'Userlevels','sysop',0,0,1,0.980626993794578,'20050419184539',841,22),(836,8,'Userlevels-addgroup','sysop',0,0,1,0.946932991917183,'20050419184539',842,9),(837,8,'Userlevels-editgroup','sysop',0,0,1,0.792784008935824,'20050419184539',843,10),(838,8,'Userlevels-editgroup-description','sysop',0,0,1,0.123121099661217,'20050419184539',844,45),(839,8,'Userlevels-editgroup-name','sysop',0,0,1,0.237253502232259,'20050419184539',845,12),(840,8,'Userlevels-editusergroup','sysop',0,0,1,0.816904242911287,'20050419184539',846,16),(841,8,'Userlevels-group-edit','sysop',0,0,1,0.372760738593303,'20050419184539',847,17),(842,8,'Userlevels-groupsavailable','sysop',0,0,1,0.413090994966301,'20050419184539',848,17),(843,8,'Userlevels-groupshelp','sysop',0,0,1,0.947172789785241,'20050419184539',849,154),(844,8,'Userlevels-groupsmember','sysop',0,0,1,0.496590994760944,'20050419184539',850,10),(845,8,'Userlevels-lookup-group','sysop',0,0,1,0.641436635182646,'20050419184539',851,19),(846,8,'Userlevels-lookup-user','sysop',0,0,1,0.71741022236404,'20050419184539',852,18),(847,8,'Userlevels-user-editname','sysop',0,0,1,0.662741237005909,'20050419184539',853,18),(848,8,'Userlogin','sysop',0,0,0,0.16147554867107,'20060516031151',1735,23),(849,8,'Userlogout','sysop',0,0,1,0.819154063071268,'20050419184539',855,7),(850,8,'Usermailererror','sysop',0,0,0,0.611343700076774,'20060516031151',1736,27),(851,8,'Userpage','sysop',0,0,1,0.599256341903709,'20050419184539',857,14),(852,8,'Userrightspheading','sysop',0,0,1,0.162250640021871,'20050419184539',858,16),(853,8,'Userstats','sysop',0,0,1,0.01348420513187,'20050419184539',859,15),(854,8,'Userstatstext','sysop',0,0,0,0.580669136327383,'20060304042539',1444,98),(855,8,'Val_article_lists','sysop',0,0,1,0.862893096974951,'20050419184539',861,26),(856,8,'Val_clear_old','sysop',0,0,0,0.572458106626252,'20060304042540',1446,30),(857,8,'Val_form_note','sysop',0,0,0,0.27361127294005,'20060304042540',1450,500),(858,8,'Val_merge_old','sysop',0,0,1,0.65068207555514,'20050419184539',864,54),(859,8,'Val_no_anon_validation','sysop',0,0,1,0.432576589689196,'20050419184539',865,48),(860,8,'Val_noop','sysop',0,0,1,0.210836752514203,'20050419184539',866,10),(861,8,'Val_page_validation_statistics','sysop',0,0,1,0.756454024237072,'20050419184539',867,33),(862,8,'Val_percent','sysop',0,0,1,0.149759894376397,'20050419184539',868,50),(863,8,'Val_percent_single','sysop',0,0,1,0.479437429904414,'20050419184539',869,50),(864,8,'Val_stat_link_text','sysop',0,0,1,0.947907497126523,'20050419184539',870,38),(865,8,'Val_tab','sysop',0,0,1,0.301225226653018,'20050419184539',871,8),(866,8,'Val_table_header','sysop',0,0,1,0.662403672619167,'20050419184539',872,70),(867,8,'Val_this_is_current_version','sysop',0,0,1,0.408342713870427,'20050419184539',873,26),(868,8,'Val_total','sysop',0,0,1,0.0545025822282793,'20050419184539',874,5),(869,8,'Val_user_validations','sysop',0,0,1,0.0474848002637595,'20050419184539',875,33),(870,8,'Val_validate_article_namespace_only','sysop',0,0,1,0.0739162853676046,'20050419184539',876,81),(871,8,'Val_validate_version','sysop',0,0,1,0.22712705678039,'20050419184539',877,21),(872,8,'Val_validated','sysop',0,0,1,0.913886458532779,'20050419184539',878,16),(873,8,'Val_version','sysop',0,0,1,0.888051153056371,'20050419184539',879,7),(874,8,'Val_version_of','sysop',0,0,1,0.698596420417164,'20050419184539',880,13),(875,8,'Val_view_version','sysop',0,0,0,0.828828673650351,'20060304042540',1468,18),(876,8,'Validate','sysop',0,0,1,0.0483541377339085,'20050419184539',882,13),(877,8,'Variantname-zh','sysop',0,0,1,0.755284698452134,'20050419184539',883,2),(878,8,'Variantname-zh-cn','sysop',0,0,1,0.631361109792591,'20050419184539',884,2),(879,8,'Variantname-zh-hk','sysop',0,0,1,0.890951484340198,'20050419184539',885,2),(880,8,'Variantname-zh-sg','sysop',0,0,1,0.560674123056861,'20050419184539',886,2),(881,8,'Variantname-zh-tw','sysop',0,0,1,0.130516192997355,'20050419184539',887,2),(882,8,'Version','sysop',0,0,1,0.970558626549839,'20050419184539',888,7),(883,8,'Viewcount','sysop',0,0,1,0.461244584490773,'20050419184539',889,37),(884,8,'Viewprevnext','sysop',0,0,1,0.394547073537993,'20050419184539',890,20),(885,8,'Viewsource','sysop',0,0,1,0.589001644951293,'20050419184539',891,11),(886,8,'Viewtalkpage','sysop',0,0,1,0.76136703487613,'20050419184539',892,15),(887,8,'Wantedpages','sysop',0,0,1,0.0398302702604144,'20050419184539',893,12),(888,8,'Watch','sysop',0,0,1,0.915050277407328,'20050419184539',894,5),(889,8,'Watchdetails','sysop',0,0,0,0.455760606989042,'20060403201230',1510,104),(890,8,'Watcheditlist','sysop',0,0,0,0.533652233456869,'20060304042540',1476,270),(891,8,'Watchlist','sysop',0,0,1,0.300979377050865,'20050419184539',897,12),(892,8,'Watchlistcontains','sysop',0,0,1,0.903940215617363,'20050419184539',898,33),(893,8,'Watchlistsub','sysop',0,0,1,0.616762977667863,'20050419184539',899,15),(894,8,'Watchmethod-list','sysop',0,0,1,0.371994272220874,'20050419184539',900,39),(895,8,'Watchmethod-recent','sysop',0,0,1,0.00968245883442691,'20050419184539',901,39),(896,8,'Watchnochange','sysop',0,0,0,0.932429508243156,'20060304042540',1479,67),(897,8,'Watchnologin','sysop',0,0,1,0.633100195446145,'20050419184539',903,13),(898,8,'Watchnologintext','sysop',0,0,0,0.368212483234901,'20060304042540',1480,69),(899,8,'Watchthis','sysop',0,0,1,0.941761860569717,'20050419184539',905,15),(900,8,'Watchthispage','sysop',0,0,1,0.604171883877527,'20050419184539',906,15),(901,8,'Wednesday','sysop',0,0,1,0.195573868412128,'20050419184539',907,9),(902,8,'Welcomecreation','sysop',0,0,1,0.165353721161702,'20050419184539',908,104),(903,8,'Whatlinkshere','sysop',0,0,1,0.240047031305774,'20050419184539',909,15),(904,8,'Whitelistacctext','sysop',0,0,1,0.704174023777409,'20050419184539',910,124),(905,8,'Whitelistacctitle','sysop',0,0,1,0.800729055703365,'20050419184539',911,40),(906,8,'Whitelistedittext','sysop',0,0,1,0.891123237918246,'20050419184539',912,54),(907,8,'Whitelistedittitle','sysop',0,0,1,0.0534290532147782,'20050419184539',913,22),(908,8,'Whitelistreadtext','sysop',0,0,1,0.593775583052799,'20050419184539',914,54),(909,8,'Whitelistreadtitle','sysop',0,0,1,0.808590786353304,'20050419184539',915,22),(910,8,'Wikipediapage','sysop',0,0,1,0.261627213341768,'20050419184539',916,17),(911,8,'Wikititlesuffix','sysop',0,0,1,0.882363738382574,'20050419184539',917,12),(912,8,'Wlnote','sysop',0,0,1,0.62693708262121,'20050419184539',918,58),(913,8,'Wlsaved','sysop',0,0,1,0.487594228691975,'20050419184539',919,42),(914,8,'Wlshowlast','sysop',0,0,1,0.557159926329888,'20050419184539',920,29),(915,8,'Wrong_wfQuery_params','sysop',0,0,0,0.323016976307162,'20060516031152',1750,68),(916,8,'Wrongpassword','sysop',0,0,0,0.94360513327979,'20060516031152',1751,45),(917,8,'Yourdiff','sysop',0,0,1,0.74897476821111,'20050419184539',923,11),(918,8,'Youremail','sysop',0,0,0,0.914058471949825,'20060516031152',1754,8),(919,8,'Yourlanguage','sysop',0,0,0,0.323368085849442,'20060516031152',1755,9),(920,8,'Yourname','sysop',0,0,0,0.874665044131377,'20060304042540',1490,8),(921,8,'Yournick','sysop',0,0,0,0.403220993842204,'20060516031152',1756,9),(922,8,'Yourpassword','sysop',0,0,0,0.392109867550535,'20060304042540',1492,8),(923,8,'Yourpasswordagain','sysop',0,0,1,0.750886386959708,'20050419184539',929,15),(924,8,'Yourrealname','sysop',0,0,0,0.578102362880579,'20060304042540',1493,11),(925,8,'Yourtext','sysop',0,0,1,0.637852684257415,'20050419184539',931,9),(926,8,'Yourvariant','sysop',0,0,0,0.454956363378983,'20060304042540',1494,7),(927,8,'Zhconversiontable','sysop',0,0,1,0.361223794856317,'20050419184539',933,4),(928,8,'Accesskey-diff','sysop',0,0,0,0.282152356797,'20060304042533',935,1),(929,8,'Addgrouplogentry','sysop',0,0,0,0.25010811003,'20060304042533',938,14),(930,8,'Allinnamespace','sysop',0,0,0,0.601057492276,'20060304042533',939,24),(931,8,'Allnonarticles','sysop',0,0,0,0.524348054187,'20060304042533',942,16),(932,8,'Allnotinnamespace','sysop',0,0,0,0.724835260487,'20060304042533',943,31),(933,8,'Allpagesfrom','sysop',0,0,0,0.786773201681,'20060304042533',944,26),(934,8,'Already_bureaucrat','sysop',0,0,0,0.048280163486,'20060304042533',945,33),(935,8,'Already_steward','sysop',0,0,0,0.757843422369,'20060304042533',946,30),(936,8,'Already_sysop','sysop',0,0,0,0.054415251475,'20060304042533',947,37),(937,8,'Badaccess','sysop',0,0,0,0.085758778053,'20060304042533',951,16),(938,8,'Badaccesstext','sysop',0,0,0,0.039353701078,'20060304042533',952,92),(939,8,'Changed','sysop',0,0,0,0.504882059336,'20060304042534',960,7),(940,8,'Changegrouplogentry','sysop',0,0,0,0.575415419136,'20060304042534',961,16),(941,8,'Confirmemail','sysop',0,0,0,0.023845773865,'20060304042534',963,22),(942,8,'Confirmemail_body','sysop',0,0,0,0.70524811677,'20060403201224',1497,340),(943,8,'Confirmemail_error','sysop',0,0,0,0.235331061138,'20060304042534',965,46),(944,8,'Confirmemail_invalid','sysop',0,0,0,0.850057609778,'20060304042534',966,53),(945,8,'Confirmemail_loggedin','sysop',0,0,0,0.08153864559,'20060304042534',967,43),(946,8,'Confirmemail_send','sysop',0,0,0,0.384060874252,'20060304042534',968,24),(947,8,'Confirmemail_sendfailed','sysop',0,0,0,0.928026790735,'20060304042534',969,71),(948,8,'Confirmemail_sent','sysop',0,0,0,0.420642726242,'20060304042534',970,25),(949,8,'Confirmemail_subject','sysop',0,0,0,0.484800679212,'20060304042534',971,40),(950,8,'Confirmemail_success','sysop',0,0,0,0.606717264925,'20060304042534',972,78),(951,8,'Confirmemail_text','sysop',0,0,0,0.72853289976,'20060304042534',973,281),(952,8,'Contribs-showhideminor','sysop',0,0,0,0.07932061474,'20060304042534',976,14),(953,8,'Createarticle','sysop',0,0,0,0.234382127563,'20060304042534',977,14),(954,8,'Created','sysop',0,0,0,0.972391420756,'20060304042534',978,7),(955,8,'Delete_and_move','sysop',0,0,0,0.040184555406,'20060304042534',979,15),(956,8,'Delete_and_move_reason','sysop',0,0,0,0.568596771461,'20060304042534',980,28),(957,8,'Delete_and_move_text','sysop',0,0,0,0.866395551334,'20060304042534',981,122),(958,8,'Deletedrev','sysop',0,0,0,0.513640555712,'20060304042534',983,9),(959,8,'Destfilename','sysop',0,0,0,0.977845614608,'20060304042534',985,20),(960,8,'Eauthentsent','sysop',0,0,0,0.615721455416,'20060516031146',1554,217),(961,8,'Edit-externally','sysop',0,0,0,0.663668725533,'20060304042534',992,44),(962,8,'Edit-externally-help','sysop',0,0,0,0.639915179989,'20060304042534',993,103),(963,8,'Email','sysop',0,0,0,0.147631425372,'20060516031146',1557,6),(964,8,'Emailauthenticated','sysop',0,0,0,0.865521280211,'20060516031146',1558,44),(965,8,'Emailconfirmlink','sysop',0,0,0,0.773169198964,'20060304042534',997,27),(966,8,'Emailnotauthenticated','sysop',0,0,0,0.383127604304,'20060516031146',1560,120),(967,8,'Enotif_body','sysop',0,0,0,0.653646128156,'20060304042534',1000,692),(968,8,'Enotif_lastvisited','sysop',0,0,0,0.3175361754,'20060304042534',1001,45),(969,8,'Enotif_mailer','sysop',0,0,0,0.822413613601,'20060304042534',1002,32),(970,8,'Enotif_newpagetext','sysop',0,0,0,0.762103980758,'20060304042534',1003,19),(971,8,'Enotif_reset','sysop',0,0,0,0.235941972379,'20060304042534',1004,22),(972,8,'Enotif_subject','sysop',0,0,0,0.152172151709,'20060304042534',1005,70),(973,8,'Excontentauthor','sysop',0,0,0,0.570479187764,'20060304042534',1008,53),(974,8,'Exif-aperturevalue','sysop',0,0,0,0.067194455143,'20060304042534',1009,8),(975,8,'Exif-artist','sysop',0,0,0,0.831623867201,'20060304042534',1010,6),(976,8,'Exif-bitspersample','sysop',0,0,0,0.100002195093,'20060304042534',1011,18),(977,8,'Exif-brightnessvalue','sysop',0,0,0,0.1566189785,'20060304042534',1012,10),(978,8,'Exif-cfapattern','sysop',0,0,0,0.45615494385,'20060304042534',1013,11),(979,8,'Exif-colorspace','sysop',0,0,0,0.21156576233,'20060304042534',1014,11),(980,8,'Exif-colorspace-1','sysop',0,0,0,0.153549746811,'20060304042534',1015,4),(981,8,'Exif-colorspace-ffff.h','sysop',0,0,0,0.650299196908,'20060304042534',1016,6),(982,8,'Exif-componentsconfiguration','sysop',0,0,0,0.928116469697,'20060304042534',1017,25),(983,8,'Exif-componentsconfiguration-0','sysop',0,0,0,0.60784847162,'20060304042534',1018,14),(984,8,'Exif-componentsconfiguration-1','sysop',0,0,0,0.149354009642,'20060304042534',1019,1),(985,8,'Exif-componentsconfiguration-2','sysop',0,0,0,0.996966026302,'20060304042534',1020,2),(986,8,'Exif-componentsconfiguration-3','sysop',0,0,0,0.087208645913,'20060304042534',1021,2),(987,8,'Exif-componentsconfiguration-4','sysop',0,0,0,0.208910803339,'20060304042534',1022,1),(988,8,'Exif-componentsconfiguration-5','sysop',0,0,0,0.418223284918,'20060304042534',1023,1),(989,8,'Exif-componentsconfiguration-6','sysop',0,0,0,0.509892705842,'20060304042534',1024,1),(990,8,'Exif-compressedbitsperpixel','sysop',0,0,0,0.923302731914,'20060304042534',1025,22),(991,8,'Exif-compression','sysop',0,0,0,0.837249906856,'20060304042534',1026,18),(992,8,'Exif-compression-1','sysop',0,0,0,0.000468749439,'20060304042534',1027,12),(993,8,'Exif-compression-6','sysop',0,0,0,0.784531844524,'20060304042534',1028,4),(994,8,'Exif-contrast','sysop',0,0,0,0.849618972435,'20060304042534',1029,8),(995,8,'Exif-contrast-0','sysop',0,0,0,0.146695151007,'20060304042535',1030,6),(996,8,'Exif-contrast-1','sysop',0,0,0,0.798342608295,'20060304042535',1031,4),(997,8,'Exif-contrast-2','sysop',0,0,0,0.832468295818,'20060304042535',1032,4),(998,8,'Exif-copyright','sysop',0,0,0,0.458386832391,'20060304042535',1033,16),(999,8,'Exif-customrendered','sysop',0,0,0,0.661130636223,'20060304042535',1034,23),(1000,8,'Exif-customrendered-0','sysop',0,0,0,0.638798108394,'20060304042535',1035,14),(1001,8,'Exif-customrendered-1','sysop',0,0,0,0.511846536821,'20060304042535',1036,14),(1002,8,'Exif-datetime','sysop',0,0,0,0.799976152742,'20060304042535',1037,25),(1003,8,'Exif-datetimedigitized','sysop',0,0,0,0.94139723453,'20060304042535',1038,27),(1004,8,'Exif-datetimeoriginal','sysop',0,0,0,0.694775905331,'20060304042535',1039,32),(1005,8,'Exif-devicesettingdescription','sysop',0,0,0,0.899513689895,'20060304042535',1040,27),(1006,8,'Exif-digitalzoomratio','sysop',0,0,0,0.623259340391,'20060304042535',1041,18),(1007,8,'Exif-exifversion','sysop',0,0,0,0.772318029477,'20060304042535',1042,12),(1008,8,'Exif-exposurebiasvalue','sysop',0,0,0,0.524528570997,'20060304042535',1043,13),(1009,8,'Exif-exposureindex','sysop',0,0,0,0.163765113442,'20060304042535',1044,14),(1010,8,'Exif-exposuremode','sysop',0,0,0,0.182115126538,'20060304042535',1045,13),(1011,8,'Exif-exposuremode-0','sysop',0,0,0,0.203246492737,'20060304042535',1046,13),(1012,8,'Exif-exposuremode-1','sysop',0,0,0,0.343677623674,'20060304042535',1047,15),(1013,8,'Exif-exposuremode-2','sysop',0,0,0,0.604600542589,'20060304042535',1048,12),(1014,8,'Exif-exposureprogram','sysop',0,0,0,0.926413571695,'20060304042535',1049,16),(1015,8,'Exif-exposureprogram-0','sysop',0,0,0,0.955067594725,'20060304042535',1050,11),(1016,8,'Exif-exposureprogram-1','sysop',0,0,0,0.159981915884,'20060304042535',1051,6),(1017,8,'Exif-exposureprogram-2','sysop',0,0,0,0.924313895087,'20060304042535',1052,14),(1018,8,'Exif-exposureprogram-3','sysop',0,0,0,0.258914194866,'20060304042535',1053,17),(1019,8,'Exif-exposureprogram-4','sysop',0,0,0,0.423617217897,'20060304042535',1054,16),(1020,8,'Exif-exposureprogram-5','sysop',0,0,0,0.869011525376,'20060304042535',1055,47),(1021,8,'Exif-exposureprogram-6','sysop',0,0,0,0.505068898247,'20060304042535',1056,49),(1022,8,'Exif-exposureprogram-7','sysop',0,0,0,0.531220605062,'20060304042535',1057,67),(1023,8,'Exif-exposureprogram-8','sysop',0,0,0,0.325301518209,'20060304042535',1058,66),(1024,8,'Exif-exposuretime','sysop',0,0,0,0.513018063991,'20060304042535',1059,13),(1025,8,'Exif-filesource','sysop',0,0,0,0.805364944516,'20060304042535',1060,11),(1026,8,'Exif-filesource-3','sysop',0,0,0,0.552752599078,'20060304042535',1061,3),(1027,8,'Exif-flash','sysop',0,0,0,0.488503325578,'20060304042535',1062,5),(1028,8,'Exif-flashenergy','sysop',0,0,0,0.524336762416,'20060304042535',1063,12),(1029,8,'Exif-flashpixversion','sysop',0,0,0,0.698018800597,'20060304042535',1064,26),(1030,8,'Exif-fnumber','sysop',0,0,0,0.623279625278,'20060304042535',1065,8),(1031,8,'Exif-focallength','sysop',0,0,0,0.992219277149,'20060304042535',1066,17),(1032,8,'Exif-focallengthin35mmfilm','sysop',0,0,0,0.299685068867,'20060304042535',1067,26),(1033,8,'Exif-focalplaneresolutionunit','sysop',0,0,0,0.721553767771,'20060304042535',1068,27),(1034,8,'Exif-focalplaneresolutionunit-2','sysop',0,0,0,0.987812778264,'20060304042535',1069,6),(1035,8,'Exif-focalplanexresolution','sysop',0,0,0,0.573613031502,'20060304042535',1070,24),(1036,8,'Exif-focalplaneyresolution','sysop',0,0,0,0.114757225483,'20060304042535',1071,24),(1037,8,'Exif-gaincontrol','sysop',0,0,0,0.435418317637,'20060304042535',1072,13),(1038,8,'Exif-gaincontrol-0','sysop',0,0,0,0.481447442005,'20060304042535',1073,4),(1039,8,'Exif-gaincontrol-1','sysop',0,0,0,0.834080584383,'20060304042535',1074,11),(1040,8,'Exif-gaincontrol-2','sysop',0,0,0,0.826914774452,'20060304042535',1075,12),(1041,8,'Exif-gaincontrol-3','sysop',0,0,0,0.237004218783,'20060304042535',1076,13),(1042,8,'Exif-gaincontrol-4','sysop',0,0,0,0.185219442264,'20060304042535',1077,14),(1043,8,'Exif-gpsaltitude','sysop',0,0,0,0.903342235595,'20060304042535',1078,8),(1044,8,'Exif-gpsaltituderef','sysop',0,0,0,0.232979400132,'20060304042535',1079,18),(1045,8,'Exif-gpsareainformation','sysop',0,0,0,0.583698847441,'20060304042535',1080,16),(1046,8,'Exif-gpsdatestamp','sysop',0,0,0,0.258068618301,'20060304042535',1081,8),(1047,8,'Exif-gpsdestbearing','sysop',0,0,0,0.134797936522,'20060304042535',1082,22),(1048,8,'Exif-gpsdestbearingref','sysop',0,0,0,0.720417528288,'20060304042535',1083,36),(1049,8,'Exif-gpsdestdistance','sysop',0,0,0,0.105885947857,'20060304042535',1084,23),(1050,8,'Exif-gpsdestdistanceref','sysop',0,0,0,0.257844926278,'20060304042535',1085,37),(1051,8,'Exif-gpsdestlatitude','sysop',0,0,0,0.321362738554,'20060304042535',1086,20),(1052,8,'Exif-gpsdestlatituderef','sysop',0,0,0,0.551577884163,'20060304042535',1087,37),(1053,8,'Exif-gpsdestlongitude','sysop',0,0,0,0.087011032255,'20060304042535',1088,24),(1054,8,'Exif-gpsdestlongituderef','sysop',0,0,0,0.55803383649,'20060304042535',1089,38),(1055,8,'Exif-gpsdifferential','sysop',0,0,0,0.474795553612,'20060304042535',1090,27),(1056,8,'Exif-gpsdirection-m','sysop',0,0,0,0.300464968385,'20060304042535',1091,18),(1057,8,'Exif-gpsdirection-t','sysop',0,0,0,0.376914884914,'20060304042535',1092,14),(1058,8,'Exif-gpsdop','sysop',0,0,0,0.885650248449,'20060304042535',1093,21),(1059,8,'Exif-gpsimgdirection','sysop',0,0,0,0.649286149025,'20060304042535',1094,18),(1060,8,'Exif-gpsimgdirectionref','sysop',0,0,0,0.588037595122,'20060304042535',1095,32),(1061,8,'Exif-gpslatitude','sysop',0,0,0,0.236230289206,'20060304042535',1096,8),(1062,8,'Exif-gpslatitude-n','sysop',0,0,0,0.137498147218,'20060304042535',1097,14),(1063,8,'Exif-gpslatitude-s','sysop',0,0,0,0.58193877944,'20060304042535',1098,14),(1064,8,'Exif-gpslatituderef','sysop',0,0,0,0.345850964381,'20060304042535',1099,23),(1065,8,'Exif-gpslongitude','sysop',0,0,0,0.31395478111,'20060304042535',1100,9),(1066,8,'Exif-gpslongitude-e','sysop',0,0,0,0.455397285553,'20060304042535',1101,14),(1067,8,'Exif-gpslongitude-w','sysop',0,0,0,0.113275677862,'20060304042535',1102,14),(1068,8,'Exif-gpslongituderef','sysop',0,0,0,0.411379090241,'20060304042535',1103,22),(1069,8,'Exif-gpsmapdatum','sysop',0,0,0,0.996205837169,'20060304042535',1104,25),(1070,8,'Exif-gpsmeasuremode','sysop',0,0,0,0.610139491145,'20060304042535',1105,16),(1071,8,'Exif-gpsmeasuremode-2','sysop',0,0,0,0.185216385805,'20060304042535',1106,25),(1072,8,'Exif-gpsmeasuremode-3','sysop',0,0,0,0.293018762883,'20060304042535',1107,25),(1073,8,'Exif-gpsprocessingmethod','sysop',0,0,0,0.244413415572,'20060304042535',1108,29),(1074,8,'Exif-gpssatellites','sysop',0,0,0,0.863226812659,'20060304042535',1109,31),(1075,8,'Exif-gpsspeed','sysop',0,0,0,0.342612035368,'20060304042535',1110,21),(1076,8,'Exif-gpsspeed-k','sysop',0,0,0,0.331713246623,'20060304042535',1111,19),(1077,8,'Exif-gpsspeed-m','sysop',0,0,0,0.077276788837,'20060304042535',1112,14),(1078,8,'Exif-gpsspeed-n','sysop',0,0,0,0.52474857237,'20060304042535',1113,5),(1079,8,'Exif-gpsspeedref','sysop',0,0,0,0.541228035145,'20060304042535',1114,10),(1080,8,'Exif-gpsstatus','sysop',0,0,0,0.54856375605,'20060304042535',1115,15),(1081,8,'Exif-gpsstatus-a','sysop',0,0,0,0.891627660342,'20060304042535',1116,23),(1082,8,'Exif-gpsstatus-v','sysop',0,0,0,0.362098604691,'20060304042535',1117,28),(1083,8,'Exif-gpstimestamp','sysop',0,0,0,0.077205609632,'20060304042535',1118,23),(1084,8,'Exif-gpstrack','sysop',0,0,0,0.841457405303,'20060304042535',1119,21),(1085,8,'Exif-gpstrackref','sysop',0,0,0,0.723146098116,'20060304042535',1120,35),(1086,8,'Exif-gpsversionid','sysop',0,0,0,0.090767131644,'20060304042535',1121,15),(1087,8,'Exif-imagedescription','sysop',0,0,0,0.040990646207,'20060304042535',1122,11),(1088,8,'Exif-imagelength','sysop',0,0,0,0.947199336179,'20060304042535',1123,6),(1089,8,'Exif-imageuniqueid','sysop',0,0,0,0.527707488207,'20060304042535',1124,15),(1090,8,'Exif-imagewidth','sysop',0,0,0,0.896200785641,'20060304042535',1125,5),(1091,8,'Exif-isospeedratings','sysop',0,0,0,0.583839578744,'20060304042535',1126,16),(1092,8,'Exif-jpeginterchangeformat','sysop',0,0,0,0.191358362956,'20060304042535',1127,18),(1093,8,'Exif-jpeginterchangeformatlength','sysop',0,0,0,0.983082548993,'20060304042535',1128,18),(1094,8,'Exif-lightsource','sysop',0,0,0,0.032460525758,'20060304042535',1129,12),(1095,8,'Exif-lightsource-0','sysop',0,0,0,0.422163419893,'20060304042535',1130,7),(1096,8,'Exif-lightsource-1','sysop',0,0,0,0.189189304901,'20060304042535',1131,8),(1097,8,'Exif-lightsource-10','sysop',0,0,0,0.61167745432,'20060516031147',1564,14),(1098,8,'Exif-lightsource-11','sysop',0,0,0,0.683981993057,'20060304042535',1133,5),(1099,8,'Exif-lightsource-12','sysop',0,0,0,0.674943717634,'20060304042535',1134,39),(1100,8,'Exif-lightsource-13','sysop',0,0,0,0.778418303779,'20060304042535',1135,40),(1101,8,'Exif-lightsource-14','sysop',0,0,0,0.288733301135,'20060304042535',1136,41),(1102,8,'Exif-lightsource-15','sysop',0,0,0,0.329352742451,'20060304042535',1137,37),(1103,8,'Exif-lightsource-17','sysop',0,0,0,0.06812907508,'20060304042535',1138,16),(1104,8,'Exif-lightsource-18','sysop',0,0,0,0.087647448534,'20060304042535',1139,16),(1105,8,'Exif-lightsource-19','sysop',0,0,0,0.545465876528,'20060304042535',1140,16),(1106,8,'Exif-lightsource-2','sysop',0,0,0,0.288381578823,'20060304042535',1141,11),(1107,8,'Exif-lightsource-20','sysop',0,0,0,0.617415448139,'20060304042535',1142,3),(1108,8,'Exif-lightsource-21','sysop',0,0,0,0.669534898974,'20060304042535',1143,3),(1109,8,'Exif-lightsource-22','sysop',0,0,0,0.579223367962,'20060304042535',1144,3),(1110,8,'Exif-lightsource-23','sysop',0,0,0,0.462627003801,'20060304042535',1145,3),(1111,8,'Exif-lightsource-24','sysop',0,0,0,0.693452527393,'20060304042535',1146,19),(1112,8,'Exif-lightsource-255','sysop',0,0,0,0.782252978583,'20060304042535',1147,18),(1113,8,'Exif-lightsource-3','sysop',0,0,0,0.813202207665,'20060304042535',1148,29),(1114,8,'Exif-lightsource-4','sysop',0,0,0,0.317880706785,'20060304042535',1149,5),(1115,8,'Exif-lightsource-9','sysop',0,0,0,0.727132123228,'20060304042535',1150,12),(1116,8,'Exif-make','sysop',0,0,0,0.848512919752,'20060304042535',1151,19),(1117,8,'Exif-make-value','sysop',0,0,0,0.232656744024,'20060304042535',1152,2),(1118,8,'Exif-makernote','sysop',0,0,0,0.766938258522,'20060304042535',1153,18),(1119,8,'Exif-maxaperturevalue','sysop',0,0,0,0.253789024127,'20060304042535',1154,21),(1120,8,'Exif-meteringmode','sysop',0,0,0,0.719700523225,'20060304042535',1155,13),(1121,8,'Exif-meteringmode-0','sysop',0,0,0,0.611687182186,'20060304042535',1156,7),(1122,8,'Exif-meteringmode-1','sysop',0,0,0,0.182288588898,'20060304042535',1157,7),(1123,8,'Exif-meteringmode-2','sysop',0,0,0,0.164171083024,'20060304042535',1158,21),(1124,8,'Exif-meteringmode-255','sysop',0,0,0,0.909882221593,'20060304042535',1159,5),(1125,8,'Exif-meteringmode-3','sysop',0,0,0,0.489841674746,'20060304042535',1160,4),(1126,8,'Exif-meteringmode-4','sysop',0,0,0,0.386667422809,'20060304042535',1161,9),(1127,8,'Exif-meteringmode-5','sysop',0,0,0,0.536174497716,'20060304042535',1162,7),(1128,8,'Exif-meteringmode-6','sysop',0,0,0,0.090692356431,'20060304042535',1163,7),(1129,8,'Exif-model','sysop',0,0,0,0.751916806401,'20060304042535',1164,12),(1130,8,'Exif-model-value','sysop',0,0,0,0.85053026937,'20060304042535',1165,2),(1131,8,'Exif-oecf','sysop',0,0,0,0.384930122263,'20060304042535',1166,32),(1132,8,'Exif-orientation','sysop',0,0,0,0.425070584305,'20060304042535',1167,11),(1133,8,'Exif-orientation-1','sysop',0,0,0,0.247067812073,'20060304042535',1168,6),(1134,8,'Exif-orientation-2','sysop',0,0,0,0.663748919512,'20060304042535',1169,20),(1135,8,'Exif-orientation-3','sysop',0,0,0,0.956418837362,'20060304042535',1170,13),(1136,8,'Exif-orientation-4','sysop',0,0,0,0.474759690508,'20060304042535',1171,18),(1137,8,'Exif-orientation-5','sysop',0,0,0,0.959340305123,'20060304042535',1172,39),(1138,8,'Exif-orientation-6','sysop',0,0,0,0.108833851982,'20060304042535',1173,15),(1139,8,'Exif-orientation-7','sysop',0,0,0,0.449028389955,'20060304042535',1174,38),(1140,8,'Exif-orientation-8','sysop',0,0,0,0.031445211321,'20060304042535',1175,16),(1141,8,'Exif-photometricinterpretation','sysop',0,0,0,0.065205607621,'20060304042535',1176,17),(1142,8,'Exif-photometricinterpretation-1','sysop',0,0,0,0.495059565331,'20060304042535',1177,3),(1143,8,'Exif-photometricinterpretation-6','sysop',0,0,0,0.94859994715,'20060304042535',1178,5),(1144,8,'Exif-pixelxdimension','sysop',0,0,0,0.931084581608,'20060304042535',1179,19),(1145,8,'Exif-pixelydimension','sysop',0,0,0,0.087270777372,'20060304042535',1180,17),(1146,8,'Exif-planarconfiguration','sysop',0,0,0,0.235533710453,'20060304042535',1181,16),(1147,8,'Exif-planarconfiguration-1','sysop',0,0,0,0.196382248212,'20060304042536',1182,13),(1148,8,'Exif-planarconfiguration-2','sysop',0,0,0,0.284428748259,'20060304042536',1183,13),(1149,8,'Exif-primarychromaticities','sysop',0,0,0,0.135739295859,'20060304042536',1184,29),(1150,8,'Exif-referenceblackwhite','sysop',0,0,0,0.015626432026,'20060304042536',1185,40),(1151,8,'Exif-relatedsoundfile','sysop',0,0,0,0.415589390994,'20060304042536',1186,18),(1152,8,'Exif-resolutionunit','sysop',0,0,0,0.681405784246,'20060304042536',1187,26),(1153,8,'Exif-rowsperstrip','sysop',0,0,0,0.662069478472,'20060304042536',1188,24),(1154,8,'Exif-samplesperpixel','sysop',0,0,0,0.29821163381,'20060304042536',1189,20),(1155,8,'Exif-saturation','sysop',0,0,0,0.910928788334,'20060304042536',1190,10),(1156,8,'Exif-saturation-0','sysop',0,0,0,0.053055838367,'20060304042536',1191,6),(1157,8,'Exif-saturation-1','sysop',0,0,0,0.4053211944,'20060304042536',1192,14),(1158,8,'Exif-saturation-2','sysop',0,0,0,0.591889070195,'20060304042536',1193,15),(1159,8,'Exif-scenecapturetype','sysop',0,0,0,0.624195954316,'20060304042536',1194,18),(1160,8,'Exif-scenecapturetype-0','sysop',0,0,0,0.117270824937,'20060304042536',1195,8),(1161,8,'Exif-scenecapturetype-1','sysop',0,0,0,0.996405732384,'20060304042536',1196,9),(1162,8,'Exif-scenecapturetype-2','sysop',0,0,0,0.061652117043,'20060304042536',1197,8),(1163,8,'Exif-scenecapturetype-3','sysop',0,0,0,0.128460734423,'20060304042536',1198,11),(1164,8,'Exif-scenetype','sysop',0,0,0,0.7720043616,'20060304042536',1199,10),(1165,8,'Exif-scenetype-1','sysop',0,0,0,0.331422743228,'20060304042536',1200,29),(1166,8,'Exif-sensingmethod','sysop',0,0,0,0.504500650542,'20060304042536',1201,14),(1167,8,'Exif-sensingmethod-1','sysop',0,0,0,0.070929065935,'20060304042536',1202,9),(1168,8,'Exif-sensingmethod-2','sysop',0,0,0,0.453019096154,'20060304042536',1203,26),(1169,8,'Exif-sensingmethod-3','sysop',0,0,0,0.510228796848,'20060304042536',1204,26),(1170,8,'Exif-sensingmethod-4','sysop',0,0,0,0.648840168197,'20060304042536',1205,28),(1171,8,'Exif-sensingmethod-5','sysop',0,0,0,0.766088972473,'20060304042536',1206,28),(1172,8,'Exif-sensingmethod-7','sysop',0,0,0,0.615068738876,'20060304042536',1207,16),(1173,8,'Exif-sensingmethod-8','sysop',0,0,0,0.189921824774,'20060304042536',1208,30),(1174,8,'Exif-sharpness','sysop',0,0,0,0.509436819596,'20060304042536',1209,9),(1175,8,'Exif-sharpness-0','sysop',0,0,0,0.279570794842,'20060304042536',1210,6),(1176,8,'Exif-sharpness-1','sysop',0,0,0,0.738531427247,'20060304042536',1211,4),(1177,8,'Exif-sharpness-2','sysop',0,0,0,0.503958665039,'20060304042536',1212,4),(1178,8,'Exif-shutterspeedvalue','sysop',0,0,0,0.002573878086,'20060304042536',1213,13),(1179,8,'Exif-software','sysop',0,0,0,0.759293898744,'20060304042536',1214,13),(1180,8,'Exif-software-value','sysop',0,0,0,0.816595234826,'20060304042536',1215,2),(1181,8,'Exif-spatialfrequencyresponse','sysop',0,0,0,0.941518113681,'20060304042536',1216,26),(1182,8,'Exif-spectralsensitivity','sysop',0,0,0,0.619394997044,'20060304042536',1217,20),(1183,8,'Exif-stripbytecounts','sysop',0,0,0,0.815994769206,'20060304042536',1218,26),(1184,8,'Exif-stripoffsets','sysop',0,0,0,0.724765426927,'20060304042536',1219,19),(1185,8,'Exif-subjectarea','sysop',0,0,0,0.757916618816,'20060304042536',1220,12),(1186,8,'Exif-subjectdistance','sysop',0,0,0,0.794799500305,'20060304042536',1221,16),(1187,8,'Exif-subjectdistance-value','sysop',0,0,0,0.703290948691,'20060304042536',1222,9),(1188,8,'Exif-subjectdistancerange','sysop',0,0,0,0.824481167875,'20060304042536',1223,22),(1189,8,'Exif-subjectdistancerange-0','sysop',0,0,0,0.168887152168,'20060304042536',1224,7),(1190,8,'Exif-subjectdistancerange-1','sysop',0,0,0,0.231689730348,'20060304042536',1225,5),(1191,8,'Exif-subjectdistancerange-2','sysop',0,0,0,0.285742039464,'20060304042536',1226,10),(1192,8,'Exif-subjectdistancerange-3','sysop',0,0,0,0.055630353944,'20060304042536',1227,12),(1193,8,'Exif-subjectlocation','sysop',0,0,0,0.353444956368,'20060304042536',1228,16),(1194,8,'Exif-subsectime','sysop',0,0,0,0.787783935601,'20060304042536',1229,19),(1195,8,'Exif-subsectimedigitized','sysop',0,0,0,0.11913002466,'20060304042536',1230,28),(1196,8,'Exif-subsectimeoriginal','sysop',0,0,0,0.503563526891,'20060304042536',1231,27),(1197,8,'Exif-transferfunction','sysop',0,0,0,0.635613344006,'20060304042536',1232,17),(1198,8,'Exif-usercomment','sysop',0,0,0,0.327886096335,'20060304042536',1233,13),(1199,8,'Exif-whitebalance','sysop',0,0,0,0.263679824325,'20060304042536',1234,13),(1200,8,'Exif-whitebalance-0','sysop',0,0,0,0.735463502559,'20060304042536',1235,18),(1201,8,'Exif-whitebalance-1','sysop',0,0,0,0.965642610307,'20060304042536',1236,20),(1202,8,'Exif-whitepoint','sysop',0,0,0,0.188004764614,'20060304042536',1237,24),(1203,8,'Exif-xresolution','sysop',0,0,0,0.618738249093,'20060304042536',1238,21),(1204,8,'Exif-xyresolution-c','sysop',0,0,0,0.87748158861,'20060304042536',1239,6),(1205,8,'Exif-xyresolution-i','sysop',0,0,0,0.428930920837,'20060304042536',1240,6),(1206,8,'Exif-ycbcrcoefficients','sysop',0,0,0,0.747971341774,'20060304042536',1241,46),(1207,8,'Exif-ycbcrpositioning','sysop',0,0,0,0.09379131958,'20060304042536',1242,19),(1208,8,'Exif-ycbcrsubsampling','sysop',0,0,0,0.360753095027,'20060304042536',1243,27),(1209,8,'Exif-yresolution','sysop',0,0,0,0.189663347027,'20060304042536',1244,19),(1210,8,'Expiringblock','sysop',0,0,0,0.119183076645,'20060304042536',1245,10),(1211,8,'Externaldberror','sysop',0,0,0,0.467504394015,'20060304042536',1247,114),(1212,8,'Fileinfo','sysop',0,0,0,0.167802255009,'20060304042536',1248,32),(1213,8,'Files','sysop',0,0,0,0.974669007149,'20060304042536',1249,5),(1214,8,'Group-admin-desc','sysop',0,0,0,0.214169685466,'20060304042536',1252,53),(1215,8,'Group-admin-name','sysop',0,0,0,0.841760357899,'20060304042536',1253,13),(1216,8,'Group-anon-desc','sysop',0,0,0,0.856869305006,'20060304042536',1254,15),(1217,8,'Group-anon-name','sysop',0,0,0,0.154720088211,'20060304042536',1255,9),(1218,8,'Group-bureaucrat-desc','sysop',0,0,0,0.757103988609,'20060304042536',1256,43),(1219,8,'Group-bureaucrat-name','sysop',0,0,0,0.544660566859,'20060304042536',1257,10),(1220,8,'Group-loggedin-desc','sysop',0,0,0,0.585376539543,'20060304042536',1258,23),(1221,8,'Group-loggedin-name','sysop',0,0,0,0.050050039832,'20060304042536',1259,4),(1222,8,'Group-steward-desc','sysop',0,0,0,0.236658196635,'20060304042536',1260,11),(1223,8,'Group-steward-name','sysop',0,0,0,0.5359060034,'20060304042536',1261,7),(1224,8,'Groups','sysop',0,0,0,0.518380800303,'20060304042536',1262,11),(1225,8,'Groups-addgroup','sysop',0,0,0,0.856059125375,'20060304042536',1263,9),(1226,8,'Groups-already-exists','sysop',0,0,0,0.176132323195,'20060304042536',1264,35),(1227,8,'Groups-editgroup','sysop',0,0,0,0.175495473097,'20060304042536',1265,10),(1228,8,'Groups-editgroup-description','sysop',0,0,0,0.298208899906,'20060304042536',1266,45),(1229,8,'Groups-editgroup-name','sysop',0,0,0,0.003861327323,'20060304042536',1267,11),(1230,8,'Groups-editgroup-preamble','sysop',0,0,0,0.32304650578,'20060304042536',1268,163),(1231,8,'Groups-existing','sysop',0,0,0,0.2614626507,'20060304042536',1269,15),(1232,8,'Groups-group-edit','sysop',0,0,0,0.1452299555,'20060304042536',1270,16),(1233,8,'Groups-lookup-group','sysop',0,0,0,0.599019147575,'20060304042536',1271,19),(1234,8,'Groups-noname','sysop',0,0,0,0.106820418888,'20060304042536',1272,33),(1235,8,'Groups-tableheader','sysop',0,0,0,0.698299510212,'20060304042536',1273,35),(1236,8,'Histfirst','sysop',0,0,0,0.051667157693,'20060304042536',1275,8),(1237,8,'Histlast','sysop',0,0,0,0.143259528292,'20060304042536',1276,6),(1238,8,'Imagelistall','sysop',0,0,0,0.339781744052,'20060304042536',1279,3),(1239,8,'Immobile_namespace','sysop',0,0,0,0.037878564777,'20060304042536',1284,78),(1240,8,'Importinterwiki','sysop',0,0,0,0.971348277196,'20060304042536',1285,16),(1241,8,'Importnofile','sysop',0,0,0,0.351573680567,'20060304042536',1286,28),(1242,8,'Importnosources','sysop',0,0,0,0.136280016638,'20060304042536',1287,86),(1243,8,'Importuploaderror','sysop',0,0,0,0.227570828341,'20060304042536',1288,86),(1244,8,'Infiniteblock','sysop',0,0,0,0.680460504907,'20060304042536',1289,8),(1245,8,'Invalidemailaddress','sysop',0,0,0,0.213457871817,'20060516031148',1580,137),(1246,8,'Invert','sysop',0,0,0,0.600346835889,'20060304042536',1291,16),(1247,8,'Ipadressorusername','sysop',0,0,0,0.985492656852,'20060304042536',1293,22),(1248,8,'Ipblocklistempty','sysop',0,0,0,0.408833470223,'20060304042537',1294,23),(1249,8,'Ipboptions','sysop',0,0,0,0.716561531682,'20060304042537',1295,155),(1250,8,'Ipbother','sysop',0,0,0,0.484437813748,'20060304042537',1296,10),(1251,8,'Ipbotheroption','sysop',0,0,0,0.112621453102,'20060304042537',1297,5),(1252,8,'Linkprefix','sysop',0,0,0,0.525426026633,'20060304042537',1300,31),(1253,8,'Mediawarning','sysop',0,0,0,0.704373638967,'20060304042537',1309,105),(1254,8,'Metadata','sysop',0,0,0,0.180846792215,'20060304042537',1310,8),(1255,8,'Metadata_page','sysop',0,0,0,0.504913732781,'20060304042537',1311,18),(1256,8,'Mostlinked','sysop',0,0,0,0.8827084962,'20060304042537',1314,20),(1257,8,'Movelogpage','sysop',0,0,0,0.003962774322,'20060304042537',1315,8),(1258,8,'Movelogpagetext','sysop',0,0,0,0.329017944532,'20060304042537',1316,30),(1259,8,'Movereason','sysop',0,0,0,0.962890286625,'20060304042537',1319,6),(1260,8,'Namespace','sysop',0,0,0,0.671130582431,'20060304042537',1320,10),(1261,8,'Namespacesall','sysop',0,0,0,0.323882621177,'20060304042537',1321,3),(1262,8,'Noemailprefs','sysop',0,0,0,0.273350421159,'20060516031149',1625,70),(1263,8,'Noimage','sysop',0,0,0,0.97969875509,'20060516031149',1626,40),(1264,8,'Number_of_watching_users_RCview','sysop',0,0,0,0.925909165246,'20060304042538',1334,4),(1265,8,'Number_of_watching_users_pageview','sysop',0,0,0,0.520980862957,'20060304042538',1335,20),(1266,8,'Passwordtooshort','sysop',0,0,0,0.329585391573,'20060304042538',1337,64),(1267,8,'Prefs-help-email','sysop',0,0,0,0.159926674227,'20060516031150',1640,131),(1268,8,'Prefs-help-email-enotif','sysop',0,0,0,0.803162887886,'20060516031150',1641,86),(1269,8,'Prefs-help-realname','sysop',0,0,0,0.029882941997,'20060304042538',1340,111),(1270,8,'Print','sysop',0,0,0,0.350873959397,'20060304042538',1346,5),(1271,8,'Readonly_lag','sysop',0,0,0,0.484002982656,'20060304042538',1351,98),(1272,8,'Recentchangesall','sysop',0,0,0,0.967987599131,'20060304042538',1354,3),(1273,8,'Renamegrouplogentry','sysop',0,0,0,0.321768714363,'20060304042538',1357,22),(1274,8,'Restorelink1','sysop',0,0,0,0.680632094861,'20060304042538',1359,16),(1275,8,'Restrictedpheading','sysop',0,0,0,0.301135813828,'20060304042538',1360,24),(1276,8,'Revertmove','sysop',0,0,0,0.247963515804,'20060304042538',1362,6),(1277,8,'Scarytranscludedisabled','sysop',0,0,0,0.508399762211,'20060304042538',1365,36),(1278,8,'Scarytranscludefailed','sysop',0,0,0,0.370271832378,'20060304042538',1366,37),(1279,8,'Scarytranscludetoolong','sysop',0,0,0,0.47369438994,'20060304042538',1367,24),(1280,8,'Searchfulltext','sysop',0,0,0,0.460026531085,'20060304042538',1369,16),(1281,8,'Selfmove','sysop',0,0,0,0.96809839476,'20060304042538',1372,74),(1282,8,'Setstewardflag','sysop',0,0,0,0.957971994772,'20060304042538',1374,16),(1283,8,'Shareddescriptionfollows','sysop',0,0,0,0.363799970019,'20060304042538',1375,1),(1284,8,'Shareduploadwiki','sysop',0,0,0,0.349923364108,'20060516031150',1694,42),(1285,8,'Showdiff','sysop',0,0,0,0.262212987024,'20060304042538',1377,12),(1286,8,'Sidebar','sysop',0,0,0,0.536886781625,'20060403201229',1503,202),(1287,8,'Skinpreview','sysop',0,0,0,0.274498557572,'20060304042539',1384,9),(1288,8,'Sorbs','sysop',0,0,0,0.081899824515,'20060304042539',1385,11),(1289,8,'Sorbs_create_account_reason','sysop',0,0,0,0.543441627173,'20060304042539',1386,114),(1290,8,'Sorbsreason','sysop',0,0,0,0.217167133407,'20060304042539',1387,85),(1291,8,'Sourcefilename','sysop',0,0,0,0.137586710025,'20060304042539',1388,15),(1292,8,'Sqlhidden','sysop',0,0,0,0.617224362966,'20060304042539',1389,18),(1293,8,'Thumbsize','sysop',0,0,0,0.085811217022,'20060403201229',1504,15),(1294,8,'Tog-enotifminoredits','sysop',0,0,0,0.521229912924,'20060516031151',1711,39),(1295,8,'Tog-enotifrevealaddr','sysop',0,0,0,0.925576207058,'20060516031151',1712,46),(1296,8,'Tog-enotifusertalkpages','sysop',0,0,0,0.287243291217,'20060516031151',1713,43),(1297,8,'Tog-enotifwatchlistpages','sysop',0,0,0,0.99952700561,'20060516031151',1714,25),(1298,8,'Tog-externaldiff','sysop',0,0,0,0.924870130858,'20060304042539',1400,28),(1299,8,'Tog-externaleditor','sysop',0,0,0,0.378992076279,'20060304042539',1401,30),(1300,8,'Tog-shownumberswatching','sysop',0,0,0,0.892101315496,'20060304042539',1404,33),(1301,8,'Tooltip-diff','sysop',0,0,0,0.017352849578,'20060304042539',1408,48),(1302,8,'Trackback','sysop',0,0,0,0.990095783475,'20060403201229',1505,16),(1303,8,'Trackbackbox','sysop',0,0,0,0.669699932285,'20060516031151',1722,69),(1304,8,'Trackbackdeleteok','sysop',0,0,0,0.758347936889,'20060304042539',1412,39),(1305,8,'Trackbackexcerpt','sysop',0,0,0,0.690269368932,'20060403201229',1507,37),(1306,8,'Trackbacklink','sysop',0,0,0,0.626420911911,'20060304042539',1414,9),(1307,8,'Trackbackremove','sysop',0,0,0,0.982756229731,'20060304042539',1415,14),(1308,8,'Tryexact','sysop',0,0,0,0.90146451489,'20060304042539',1416,15),(1309,8,'Undelete_short1','sysop',0,0,0,0.772900286747,'20060304042539',1418,17),(1310,8,'Underline-always','sysop',0,0,0,0.042853183976,'20060304042539',1420,6),(1311,8,'Underline-default','sysop',0,0,0,0.239378943207,'20060304042539',1421,15),(1312,8,'Underline-never','sysop',0,0,0,0.151441641093,'20060304042539',1422,5),(1313,8,'Unit-pixel','sysop',0,0,0,0.635687730211,'20060304042539',1423,2),(1314,8,'Unusedcategories','sysop',0,0,0,0.346274619899,'20060304042539',1426,17),(1315,8,'Unusedcategoriestext','sysop',0,0,0,0.186671248389,'20060304042539',1427,90),(1316,8,'Upload_directory_read_only','sysop',0,0,0,0.791055274407,'20060304042539',1429,59),(1317,8,'Uploadnewversion','sysop',0,0,0,0.087983136261,'20060304042539',1431,38),(1318,8,'Uploadscripted','sysop',0,0,0,0.546754846571,'20060516031151',1731,95),(1319,8,'Uploadvirus','sysop',0,0,0,0.368941966008,'20060304042539',1435,38),(1320,8,'Userrights','sysop',0,0,0,0.25034790952,'20060304042539',1436,22),(1321,8,'Userrights-editusergroup','sysop',0,0,0,0.045408946321,'20060304042539',1437,16),(1322,8,'Userrights-groupsavailable','sysop',0,0,0,0.350710750418,'20060304042539',1438,17),(1323,8,'Userrights-groupshelp','sysop',0,0,0,0.633699636965,'20060304042539',1439,150),(1324,8,'Userrights-groupsmember','sysop',0,0,0,0.387568727808,'20060304042539',1440,10),(1325,8,'Userrights-logcomment','sysop',0,0,0,0.21260900104,'20060304042539',1441,38),(1326,8,'Userrights-lookup-user','sysop',0,0,0,0.45459420896,'20060304042539',1442,18),(1327,8,'Userrights-user-editname','sysop',0,0,0,0.807951681609,'20060403201230',1509,17),(1328,8,'Val_add','sysop',0,0,0,0.459710795019,'20060304042540',1445,3),(1329,8,'Val_del','sysop',0,0,0,0.732504592548,'20060304042540',1447,6),(1330,8,'Val_details_th','sysop',0,0,0,0.743547216692,'20060304042540',1448,34),(1331,8,'Val_details_th_user','sysop',0,0,0,0.670755184106,'20060304042540',1449,7),(1332,8,'Val_iamsure','sysop',0,0,0,0.674303922727,'20060304042540',1451,37),(1333,8,'Val_list_header','sysop',0,0,0,0.90137893,'20060304042540',1452,53),(1334,8,'Val_my_stats_title','sysop',0,0,0,0.055483895752,'20060304042540',1453,22),(1335,8,'Val_no','sysop',0,0,0,0.969206076642,'20060304042540',1454,2),(1336,8,'Val_of','sysop',0,0,0,0.356062060723,'20060304042540',1455,8),(1337,8,'Val_rev_for','sysop',0,0,0,0.343661113851,'20060304042540',1456,16),(1338,8,'Val_rev_stats','sysop',0,0,0,0.630243889672,'20060304042540',1457,60),(1339,8,'Val_revision','sysop',0,0,0,0.510603125415,'20060304042540',1458,8),(1340,8,'Val_revision_changes_ok','sysop',0,0,0,0.123222331915,'20060304042540',1459,30),(1341,8,'Val_revision_number','sysop',0,0,0,0.543479991625,'20060304042540',1460,12),(1342,8,'Val_revision_of','sysop',0,0,0,0.002837803625,'20060304042540',1461,14),(1343,8,'Val_revision_stats_link','sysop',0,0,0,0.716982271727,'20060304042540',1462,7),(1344,8,'Val_show_my_ratings','sysop',0,0,0,0.815677548304,'20060304042540',1463,19),(1345,8,'Val_time','sysop',0,0,0,0.765182431209,'20060304042540',1464,4),(1346,8,'Val_topic_desc_page','sysop',0,0,0,0.99946054431,'20060304042540',1465,25),(1347,8,'Val_user_stats_title','sysop',0,0,0,0.354861310721,'20060304042540',1466,30),(1348,8,'Val_validation_of','sysop',0,0,0,0.009158947377,'20060304042540',1467,18),(1349,8,'Val_votepage_intro','sysop',0,0,0,0.742166635457,'20060304042540',1469,88),(1350,8,'Val_warning','sysop',0,0,0,0.473557132297,'20060304042540',1470,93),(1351,8,'Val_yes','sysop',0,0,0,0.112015634423,'20060304042540',1471,3),(1352,8,'Versionrequired','sysop',0,0,0,0.350674330304,'20060304042540',1472,32),(1353,8,'Versionrequiredtext','sysop',0,0,0,0.636595043036,'20060304042540',1473,77),(1354,8,'Views','sysop',0,0,0,0.268425910433,'20060304042540',1474,5),(1355,8,'Watchlistall1','sysop',0,0,0,0.954523784291,'20060304042540',1477,3),(1356,8,'Watchlistall2','sysop',0,0,0,0.428336598232,'20060304042540',1478,3),(1357,8,'Wlheader-enotif','sysop',0,0,0,0.58968030837,'20060516031152',1748,33),(1358,8,'Wlheader-showupdated','sysop',0,0,0,0.958182853305,'20060304042540',1482,83),(1359,8,'Wlhide','sysop',0,0,0,0.274687709287,'20060304042540',1483,4),(1360,8,'Wlhideshowown','sysop',0,0,0,0.812462622636,'20060304042540',1484,12),(1361,8,'Wlshow','sysop',0,0,0,0.253832273961,'20060304042540',1485,4),(1362,8,'Yourdomainname','sysop',0,0,0,0.235319699135,'20060304042540',1487,11),(1363,8,'Newtalkseperator','sysop',0,0,0,0.112342958437,'20060403201228',1501,2),(1364,8,'Youhavenewmessagesmulti','sysop',0,0,0,0.485200707768,'20060403201230',1511,27),(1365,4,'About','',103,0,1,0.156743988329,'20060418004259',1512,3454),(1366,8,'Allmessagesfilter','sysop',0,0,0,0.794572299406,'20060516031145',1517,20),(1367,8,'Allmessagesmodified','sysop',0,0,0,0.997692405586,'20060516031145',1518,18),(1368,8,'Allowemail','sysop',0,0,0,0.55931497288,'20060516031145',1521,30),(1369,8,'Allpagesprefix','sysop',0,0,0,0.151318769131,'20060516031145',1522,26),(1370,8,'Anoneditwarning','sysop',0,0,0,0.651816636277,'20060516031145',1524,84),(1371,8,'Anonnotice','sysop',0,0,0,0.377957040365,'20060516031145',1525,1),(1372,8,'Articletitles','sysop',0,0,0,0.275835157836,'20060516031145',1527,29),(1373,8,'Badsig','sysop',0,0,0,0.270383310164,'20060516031145',1528,39),(1374,8,'Categories1','sysop',0,0,0,0.463337963138,'20060516031145',1534,8),(1375,8,'Confirm_purge','sysop',0,0,0,0.20755480688,'20060516031145',1536,33),(1376,8,'Confirm_purge_button','sysop',0,0,0,0.244126822635,'20060516031145',1537,2),(1377,8,'Confirmedittext','sysop',0,0,0,0.906741683949,'20060516031145',1538,157),(1378,8,'Confirmedittitle','sysop',0,0,0,0.1214004105,'20060516031145',1539,36),(1379,8,'Confirmrecreate','sysop',0,0,0,0.8185664704,'20060516031146',1540,170),(1380,8,'Datedefault','sysop',0,0,0,0.027119220877,'20060516031146',1547,13),(1381,8,'Datetime','sysop',0,0,0,0.241525943284,'20060516031146',1548,13),(1382,8,'Delete_and_move_confirm','sysop',0,0,0,0.556900356819,'20060516031146',1550,20),(1383,8,'Deletedwhileediting','sysop',0,0,0,0.058157787283,'20060516031146',1551,62),(1384,8,'Doubleredirectsarrow','sysop',0,0,0,0.967013185,'20060516031146',1552,3),(1385,8,'Download','sysop',0,0,0,0.955095134032,'20060516031146',1553,8),(1386,8,'Editsectionhint','sysop',0,0,0,0.739279793812,'20060516031146',1555,16),(1387,8,'Edittools','sysop',0,0,0,0.059306524163,'20060516031146',1556,61),(1388,8,'Exif-exposuretime-format','sysop',0,0,0,0.181520959141,'20060516031147',1561,11),(1389,8,'Exif-fnumber-format','sysop',0,0,0,0.871725709793,'20060516031147',1562,4),(1390,8,'Exif-focallength-format','sysop',0,0,0,0.685436411301,'20060516031147',1563,5),(1391,8,'Exif-photometricinterpretation-2','sysop',0,0,0,0.579886459536,'20060516031147',1565,3),(1392,8,'Exportnohistory','sysop',0,0,0,0.051581849799,'20060516031148',1567,116),(1393,8,'Fileexists-forbidden','sysop',0,0,0,0.684338161203,'20060516031148',1569,120),(1394,8,'Fileexists-shared-forbidden','sysop',0,0,0,0.156559458095,'20060516031148',1570,150),(1395,8,'Fileuploadsummary','sysop',0,0,0,0.268670328601,'20060516031148',1571,8),(1396,8,'Gotaccount','sysop',0,0,0,0.704387757978,'20060516031148',1572,27),(1397,8,'Gotaccountlink','sysop',0,0,0,0.713898858743,'20060516031148',1573,6),(1398,8,'Hideresults','sysop',0,0,0,0.154282896951,'20060516031148',1574,12),(1399,8,'Ignorewarnings','sysop',0,0,0,0.283371158724,'20060516031148',1576,19),(1400,8,'Imagelistforuser','sysop',0,0,0,0.26811998476,'20060516031148',1577,38),(1401,8,'Importing','sysop',0,0,0,0.14116927279,'20060516031148',1579,12),(1402,8,'Istemplate','sysop',0,0,0,0.504453608309,'20060516031148',1582,9),(1403,8,'Jumpto','sysop',0,0,0,0.819337500998,'20060516031148',1583,8),(1404,8,'Jumptonavigation','sysop',0,0,0,0.953206743763,'20060516031148',1584,10),(1405,8,'Jumptosearch','sysop',0,0,0,0.418312420213,'20060516031148',1585,6),(1406,8,'Largefileserver','sysop',0,0,0,0.835611847557,'20060516031148',1586,59),(1407,8,'License','sysop',0,0,0,0.219373336263,'20060516031148',1587,9),(1408,8,'Listredirects','sysop',0,0,0,0.710811013447,'20060516031148',1588,14),(1409,8,'Logempty','sysop',0,0,0,0.844294191209,'20060516031148',1589,25),(1410,8,'Loginreqlink','sysop',0,0,0,0.297971932073,'20060622180738',1758,6),(1411,8,'Loginreqpagetext','sysop',0,0,0,0.460045118796,'20060516031149',1592,32),(1412,8,'Longpageerror','sysop',0,0,0,0.083199953487,'20060516031149',1595,144),(1413,8,'Markedaspatrollederror','sysop',0,0,0,0.671968060135,'20060516031149',1599,24),(1414,8,'Markedaspatrollederrortext','sysop',0,0,0,0.525896092508,'20060516031149',1600,52),(1415,8,'Metadata-collapse','sysop',0,0,0,0.229238205974,'20060516031149',1602,21),(1416,8,'Metadata-expand','sysop',0,0,0,0.878105953596,'20060516031149',1603,21),(1417,8,'Metadata-fields','sysop',0,0,0,0.442401616686,'20060516031149',1604,227),(1418,8,'Metadata-help','sysop',0,0,0,0.75553526358,'20060516031149',1605,233),(1419,8,'Mimesearch','sysop',0,0,0,0.19083078553,'20060516031149',1606,11),(1420,8,'Mimetype','sysop',0,0,0,0.97929038373,'20060516031149',1607,10),(1421,8,'Missingcommenttext','sysop',0,0,0,0.463480421096,'20060516031149',1609,29),(1422,8,'Missingsummary','sysop',0,0,0,0.379265343263,'20060516031149',1611,116),(1423,8,'Mostcategories','sysop',0,0,0,0.274810319436,'20060516031149',1612,33),(1424,8,'Mostimages','sysop',0,0,0,0.774349989414,'20060516031149',1613,21),(1425,8,'Mostlinkedcategories','sysop',0,0,0,0.604981167182,'20060516031149',1614,25),(1426,8,'Mostrevisions','sysop',0,0,0,0.011865515236,'20060516031149',1615,32),(1427,8,'Ncategories','sysop',0,0,0,0.356448743739,'20060516031149',1617,13),(1428,8,'Newarticletextanon','sysop',0,0,0,0.412477669744,'20060516031149',1618,22),(1429,8,'Newmessagesdifflink','sysop',0,0,0,0.768284729474,'20060516031149',1619,28),(1430,8,'Noarticletextanon','sysop',0,0,0,0.805674228183,'20060516031149',1622,21),(1431,8,'Nocreatetext','sysop',0,0,0,0.939289630707,'20060516031149',1623,154),(1432,8,'Nocreatetitle','sysop',0,0,0,0.964728911236,'20060516031149',1624,21),(1433,8,'Noimage-linktext','sysop',0,0,0,0.811757993827,'20060516031149',1627,9),(1434,8,'Nolicense','sysop',0,0,0,0.425195361812,'20060516031149',1628,13),(1435,8,'Nologin','sysop',0,0,0,0.423494037626,'20060516031149',1629,23),(1436,8,'Nologinlink','sysop',0,0,0,0.299328739248,'20060516031149',1630,17),(1437,8,'Nrevisions','sysop',0,0,0,0.857628353612,'20060516031149',1633,12),(1438,8,'Permalink','sysop',0,0,0,0.56779766156,'20060516031150',1638,14),(1439,8,'Prefixindex','sysop',0,0,0,0.419543641729,'20060516031150',1639,12),(1440,8,'Privacy','sysop',0,0,0,0.392153400013,'20060516031150',1645,14),(1441,8,'Privacypage','sysop',0,0,0,0.411999182185,'20060516031150',1646,22),(1442,8,'Protect-default','sysop',0,0,0,0.726086293459,'20060516031150',1647,9),(1443,8,'Protect-level-autoconfirmed','sysop',0,0,0,0.09440368072,'20060516031150',1648,24),(1444,8,'Protect-level-sysop','sysop',0,0,0,0.720662188673,'20060516031150',1649,11),(1445,8,'Protect-text','sysop',0,0,0,0.441084761854,'20060516031150',1650,167),(1446,8,'Protect-unchain','sysop',0,0,0,0.463163599793,'20060516031150',1651,23),(1447,8,'Protect-viewtext','sysop',0,0,0,0.118975872159,'20060516031150',1652,135),(1448,8,'Rc_categories','sysop',0,0,0,0.110050841411,'20060516031150',1654,39),(1449,8,'Rc_categories_any','sysop',0,0,0,0.428971652426,'20060516031150',1655,3),(1450,8,'Rcshowhideanons','sysop',0,0,0,0.206522503394,'20060516031150',1656,18),(1451,8,'Rcshowhidebots','sysop',0,0,0,0.946699728761,'20060516031150',1657,7),(1452,8,'Rcshowhideliu','sysop',0,0,0,0.10560505905,'20060516031150',1658,18),(1453,8,'Rcshowhidemine','sysop',0,0,0,0.530661364215,'20060516031150',1659,11),(1454,8,'Rcshowhideminor','sysop',0,0,0,0.346564314702,'20060516031150',1660,14),(1455,8,'Rcshowhidepatr','sysop',0,0,0,0.048784442908,'20060516031150',1661,18),(1456,8,'Recreate','sysop',0,0,0,0.31339603817,'20060516031150',1664,8),(1457,8,'Redirectingto','sysop',0,0,0,0.92177529214,'20060516031150',1665,24),(1458,8,'Redirectpagesub','sysop',0,0,0,0.653576253378,'20060516031150',1666,13),(1459,8,'Restriction-edit','sysop',0,0,0,0.379852900836,'20060516031150',1668,4),(1460,8,'Restriction-move','sysop',0,0,0,0.111017034847,'20060516031150',1669,4),(1461,8,'Rev-deleted-comment','sysop',0,0,0,0.484012414371,'20060516031150',1672,17),(1462,8,'Rev-deleted-text-permission','sysop',0,0,0,0.730983371271,'20060516031150',1673,198),(1463,8,'Rev-deleted-text-view','sysop',0,0,0,0.330348568165,'20060516031150',1674,248),(1464,8,'Rev-deleted-user','sysop',0,0,0,0.676646959065,'20060516031150',1675,18),(1465,8,'Rev-delundel','sysop',0,0,0,0.018233930149,'20060516031150',1676,9),(1466,8,'Revdelete-hide-comment','sysop',0,0,0,0.700451616437,'20060516031150',1677,17),(1467,8,'Revdelete-hide-restricted','sysop',0,0,0,0.601750025449,'20060516031150',1678,52),(1468,8,'Revdelete-hide-text','sysop',0,0,0,0.757065897242,'20060516031150',1679,18),(1469,8,'Revdelete-hide-user','sysop',0,0,0,0.196781792843,'20060516031150',1680,25),(1470,8,'Revdelete-legend','sysop',0,0,0,0.329316299833,'20060516031150',1681,26),(1471,8,'Revdelete-log','sysop',0,0,0,0.460924883801,'20060516031150',1682,12),(1472,8,'Revdelete-logentry','sysop',0,0,0,0.3965473563,'20060516031150',1683,38),(1473,8,'Revdelete-selected','sysop',0,0,0,0.155527486311,'20060516031150',1684,29),(1474,8,'Revdelete-submit','sysop',0,0,0,0.893647295038,'20060516031150',1685,26),(1475,8,'Revdelete-text','sysop',0,0,0,0.585268374642,'20060516031150',1686,312),(1476,8,'Revisiondelete','sysop',0,0,0,0.39214964974,'20060516031150',1687,25),(1477,8,'Searchcontaining','sysop',0,0,0,0.879075640107,'20060516031150',1690,38),(1478,8,'Searchnamed','sysop',0,0,0,0.996317006501,'20060516031150',1691,33),(1479,8,'Semiprotectedpagewarning','sysop',0,0,0,0.504336609526,'20060516031150',1692,80),(1480,8,'Session_fail_preview','sysop',0,0,0,0.741059504334,'20060516031150',1693,166),(1481,8,'Shareduploadwiki-linktext','sysop',0,0,0,0.741018649229,'20060516031150',1695,21),(1482,8,'Showhidebots','sysop',0,0,0,0.363487480913,'20060516031150',1697,9),(1483,8,'Showlivepreview','sysop',0,0,0,0.158936538119,'20060516031150',1698,12),(1484,8,'Signupend','sysop',0,0,0,0.63224589702,'20060516031150',1699,16),(1485,8,'Spam_blanking','sysop',0,0,0,0.042922914946,'20060516031151',1702,45),(1486,8,'Spam_reverting','sysop',0,0,0,0.09504115389,'20060516031151',1703,52),(1487,8,'Spambot_username','sysop',0,0,0,0.911758918962,'20060516031151',1704,22),(1488,8,'Thumbnail_error','sysop',0,0,0,0.780763381404,'20060516031151',1709,28),(1489,8,'Tog-autopatrol','sysop',0,0,0,0.091614504171,'20060516031151',1710,30),(1490,8,'Tog-forceeditsummary','sysop',0,0,0,0.438882184416,'20060516031151',1715,44),(1491,8,'Tog-showjumplinks','sysop',0,0,0,0.771833195869,'20060516031151',1716,36),(1492,8,'Tog-uselivepreview','sysop',0,0,0,0.670848554022,'20060516031151',1718,44),(1493,8,'Tog-watchcreations','sysop',0,0,0,0.351545727484,'20060516031151',1719,34),(1494,8,'Tooltip-recreate','sysop',0,0,0,0.033754489529,'20060516031151',1721,0),(1495,8,'Uid','sysop',0,0,0,0.056376511515,'20060516031151',1723,8),(1496,8,'Undeletehistorynoadmin','sysop',0,0,0,0.229728302039,'20060516031151',1726,239),(1497,8,'Unwatchedpages','sysop',0,0,0,0.975434243437,'20060516031151',1727,15),(1498,8,'Updatedmarker','sysop',0,0,0,0.933475314029,'20060516031151',1728,27),(1499,8,'Uploaddisabledtext','sysop',0,0,0,0.399872797089,'20060516031151',1730,39),(1500,8,'Userinvalidcssjstitle','sysop',0,0,0,0.027508953156,'20060516031151',1734,164),(1501,8,'Username','sysop',0,0,0,0.11274215427,'20060516031151',1737,9),(1502,8,'Variantname-sr','sysop',0,0,0,0.38187878211,'20060516031151',1738,2),(1503,8,'Variantname-sr-ec','sysop',0,0,0,0.392341405931,'20060516031151',1739,5),(1504,8,'Variantname-sr-el','sysop',0,0,0,0.723518715672,'20060516031151',1740,5),(1505,8,'Variantname-sr-jc','sysop',0,0,0,0.465164677818,'20060516031151',1741,5),(1506,8,'Variantname-sr-jl','sysop',0,0,0,0.940724830792,'20060516031151',1742,5),(1507,8,'Viewdeleted','sysop',0,0,0,0.127224362833,'20060516031151',1743,8),(1508,8,'Viewdeletedpage','sysop',0,0,0,0.437418193017,'20060516031151',1744,18),(1509,8,'Viewsourcefor','sysop',0,0,0,0.901681248862,'20060516031151',1745,6),(1510,8,'Wantedcategories','sysop',0,0,0,0.796302571719,'20060516031152',1746,17),(1511,8,'Widthheight','sysop',0,0,0,0.006599470579,'20060516031152',1747,5),(1512,8,'Wlhideshowbots','sysop',0,0,0,0.062298098732,'20060516031152',1749,13),(1513,8,'Wrongpasswordempty','sysop',0,0,0,0.614700290664,'20060516031152',1752,45),(1514,8,'Youhavenewmessages','sysop',0,0,0,0.518077811971,'20060516031152',1753,17),(1515,8,'Catseparator','sysop',0,0,0,0.192325573803,'20060622180735',1757,1),(1516,8,'Nouserspecified','sysop',0,0,0,0.213360254699,'20060622180739',1759,31),(1517,8,'Session_fail_preview_html','sysop',0,0,0,0.062095823937,'20060622180740',1761,333);
UNLOCK TABLES;
/*!40000 ALTER TABLE `wiki_page` ENABLE KEYS */;

--
-- Table structure for table `wiki_pagelinks`
--

DROP TABLE IF EXISTS `wiki_pagelinks`;
CREATE TABLE `wiki_pagelinks` (
  `pl_from` int(8) unsigned NOT NULL default '0',
  `pl_namespace` int(11) NOT NULL default '0',
  `pl_title` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
  UNIQUE KEY `pl_from` (`pl_from`,`pl_namespace`,`pl_title`),
  KEY `pl_namespace` (`pl_namespace`,`pl_title`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wiki_pagelinks`
--


/*!40000 ALTER TABLE `wiki_pagelinks` DISABLE KEYS */;
LOCK TABLES `wiki_pagelinks` WRITE;
INSERT INTO `wiki_pagelinks` VALUES (1,0,'Main_Page_(table_free)'),(1,0,'OpenLife'),(1,4,'Introduction');
UNLOCK TABLES;
/*!40000 ALTER TABLE `wiki_pagelinks` ENABLE KEYS */;

--
-- Table structure for table `wiki_querycache`
--

DROP TABLE IF EXISTS `wiki_querycache`;
CREATE TABLE `wiki_querycache` (
  `qc_type` char(32) NOT NULL default '',
  `qc_value` int(5) unsigned NOT NULL default '0',
  `qc_namespace` int(11) NOT NULL default '0',
  `qc_title` char(255) character set latin1 collate latin1_bin NOT NULL default '',
  KEY `qc_type` (`qc_type`,`qc_value`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wiki_querycache`
--


/*!40000 ALTER TABLE `wiki_querycache` DISABLE KEYS */;
LOCK TABLES `wiki_querycache` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `wiki_querycache` ENABLE KEYS */;

--
-- Table structure for table `wiki_recentchanges`
--

DROP TABLE IF EXISTS `wiki_recentchanges`;
CREATE TABLE `wiki_recentchanges` (
  `rc_id` int(8) NOT NULL auto_increment,
  `rc_timestamp` varchar(14) character set latin1 collate latin1_bin NOT NULL default '',
  `rc_cur_time` varchar(14) character set latin1 collate latin1_bin NOT NULL default '',
  `rc_user` int(10) unsigned NOT NULL default '0',
  `rc_user_text` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
  `rc_namespace` int(11) NOT NULL default '0',
  `rc_title` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
  `rc_comment` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
  `rc_minor` tinyint(3) unsigned NOT NULL default '0',
  `rc_bot` tinyint(3) unsigned NOT NULL default '0',
  `rc_new` tinyint(3) unsigned NOT NULL default '0',
  `rc_cur_id` int(10) unsigned NOT NULL default '0',
  `rc_this_oldid` int(10) unsigned NOT NULL default '0',
  `rc_last_oldid` int(10) unsigned NOT NULL default '0',
  `rc_type` tinyint(3) unsigned NOT NULL default '0',
  `rc_moved_to_ns` tinyint(3) unsigned NOT NULL default '0',
  `rc_moved_to_title` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
  `rc_patrolled` tinyint(3) unsigned NOT NULL default '0',
  `rc_ip` varchar(15) NOT NULL default '',
  PRIMARY KEY  (`rc_id`),
  KEY `rc_timestamp` (`rc_timestamp`),
  KEY `rc_namespace_title` (`rc_namespace`,`rc_title`),
  KEY `rc_cur_id` (`rc_cur_id`),
  KEY `new_name_timestamp` (`rc_new`,`rc_namespace`,`rc_timestamp`),
  KEY `rc_ip` (`rc_ip`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wiki_recentchanges`
--


/*!40000 ALTER TABLE `wiki_recentchanges` DISABLE KEYS */;
LOCK TABLES `wiki_recentchanges` WRITE;
INSERT INTO `wiki_recentchanges` VALUES (1,'20050419201053','20050419201053',1,'WikiSysop',-1,'Log/rights','Rights for user \"User:Reclarke\" set \"\": +sysop +bureaucrat',0,0,0,0,0,0,3,0,'',1,''),(2,'20050419202410','20050420055232',2,'Reclarke',0,'Main_Page','',0,0,0,1,2,1,0,0,'',0,''),(3,'20050420051906','20050420055232',2,'Reclarke',0,'Main_Page','',0,0,0,1,3,2,0,0,'',0,''),(4,'20050420053142','20050420055232',2,'Reclarke',0,'Main_Page','/* Welcome to OpenLife - The [http://www.lifechurchministries.org/ Life Church Ministries] Wiki!!! */',0,0,0,1,4,3,0,0,'',0,''),(5,'20050420054102','20050420054102',2,'Reclarke',-1,'Log/protect','protected Main Page: I want the root pages to be stable.',0,0,0,0,0,0,3,0,'',1,''),(6,'20050420054702','20050420055232',2,'Reclarke',0,'Main_Page','',0,0,0,1,5,4,0,0,'',0,''),(7,'20050420055140','20050420055232',2,'Reclarke',0,'Main_Page','',0,0,0,1,6,5,0,0,'',0,''),(8,'20050420055232','20050420055232',2,'Reclarke',0,'Main_Page','',0,0,0,1,0,6,0,0,'',0,''),(9,'20060418004259','20060418004259',0,'81.37.158.141',4,'About','',0,0,1,1365,1512,0,1,0,'',0,'');
UNLOCK TABLES;
/*!40000 ALTER TABLE `wiki_recentchanges` ENABLE KEYS */;

--
-- Table structure for table `wiki_revision`
--

DROP TABLE IF EXISTS `wiki_revision`;
CREATE TABLE `wiki_revision` (
  `rev_id` int(8) unsigned NOT NULL auto_increment,
  `rev_page` int(8) unsigned NOT NULL default '0',
  `rev_comment` tinyblob NOT NULL,
  `rev_user` int(5) unsigned NOT NULL default '0',
  `rev_user_text` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
  `rev_timestamp` varchar(14) character set latin1 collate latin1_bin NOT NULL default '',
  `rev_minor_edit` tinyint(1) unsigned NOT NULL default '0',
  `rev_deleted` tinyint(1) unsigned NOT NULL default '0',
  `rev_text_id` int(8) unsigned NOT NULL default '0',
  PRIMARY KEY  (`rev_page`,`rev_id`),
  UNIQUE KEY `rev_id` (`rev_id`),
  KEY `rev_timestamp` (`rev_timestamp`),
  KEY `page_timestamp` (`rev_page`,`rev_timestamp`),
  KEY `user_timestamp` (`rev_user`,`rev_timestamp`),
  KEY `usertext_timestamp` (`rev_user_text`,`rev_timestamp`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wiki_revision`
--


/*!40000 ALTER TABLE `wiki_revision` DISABLE KEYS */;
LOCK TABLES `wiki_revision` WRITE;
INSERT INTO `wiki_revision` VALUES (1,1,'',0,'MediaWiki default','20050419184539',0,0,1),(2,1,'',2,'Reclarke','20050419202410',0,0,2),(3,1,'',2,'Reclarke','20050420051906',0,0,3),(4,1,'/* Welcome to OpenLife - The [http://www.lifechurchministries.org/ Life Church Ministries] Wiki!!! */',2,'Reclarke','20050420053142',0,0,4),(5,1,'',2,'Reclarke','20050420054702',0,0,5),(6,1,'',2,'Reclarke','20050420055140',0,0,6),(7,1,'',2,'Reclarke','20050420055232',0,0,7),(8,2,'',0,'MediaWiki default','20050419184539',0,0,8),(9,3,'',0,'MediaWiki default','20050419184539',0,0,9),(10,4,'',0,'MediaWiki default','20050419184539',0,0,10),(11,5,'',0,'MediaWiki default','20050419184539',0,0,11),(12,6,'',0,'MediaWiki default','20050419184539',0,0,12),(13,7,'',0,'MediaWiki default','20050419184539',0,0,13),(14,8,'',0,'MediaWiki default','20050419184539',0,0,14),(15,9,'',0,'MediaWiki default','20050419184539',0,0,15),(16,10,'',0,'MediaWiki default','20050419184539',0,0,16),(17,11,'',0,'MediaWiki default','20050419184539',0,0,17),(18,12,'',0,'MediaWiki default','20050419184539',0,0,18),(19,13,'',0,'MediaWiki default','20050419184539',0,0,19),(20,14,'',0,'MediaWiki default','20050419184539',0,0,20),(21,15,'',0,'MediaWiki default','20050419184539',0,0,21),(22,16,'',0,'MediaWiki default','20050419184539',0,0,22),(23,17,'',0,'MediaWiki default','20050419184539',0,0,23),(24,18,'',0,'MediaWiki default','20050419184539',0,0,24),(25,19,'',0,'MediaWiki default','20050419184539',0,0,25),(26,20,'',0,'MediaWiki default','20050419184539',0,0,26),(27,21,'',0,'MediaWiki default','20050419184539',0,0,27),(28,22,'',0,'MediaWiki default','20050419184539',0,0,28),(29,23,'',0,'MediaWiki default','20050419184539',0,0,29),(30,24,'',0,'MediaWiki default','20050419184539',0,0,30),(31,25,'',0,'MediaWiki default','20050419184539',0,0,31),(32,26,'',0,'MediaWiki default','20050419184539',0,0,32),(33,27,'',0,'MediaWiki default','20050419184539',0,0,33),(34,28,'',0,'MediaWiki default','20050419184539',0,0,34),(35,29,'',0,'MediaWiki default','20050419184539',0,0,35),(36,30,'',0,'MediaWiki default','20050419184539',0,0,36),(37,31,'',0,'MediaWiki default','20050419184539',0,0,37),(38,32,'',0,'MediaWiki default','20050419184539',0,0,38),(39,33,'',0,'MediaWiki default','20050419184539',0,0,39),(40,34,'',0,'MediaWiki default','20050419184539',0,0,40),(41,35,'',0,'MediaWiki default','20050419184539',0,0,41),(42,36,'',0,'MediaWiki default','20050419184539',0,0,42),(43,37,'',0,'MediaWiki default','20050419184539',0,0,43),(44,38,'',0,'MediaWiki default','20050419184539',0,0,44),(45,39,'',0,'MediaWiki default','20050419184539',0,0,45),(46,40,'',0,'MediaWiki default','20050419184539',0,0,46),(47,41,'',0,'MediaWiki default','20050419184539',0,0,47),(48,42,'',0,'MediaWiki default','20050419184539',0,0,48),(49,43,'',0,'MediaWiki default','20050419184539',0,0,49),(50,44,'',0,'MediaWiki default','20050419184539',0,0,50),(51,45,'',0,'MediaWiki default','20050419184539',0,0,51),(52,46,'',0,'MediaWiki default','20050419184539',0,0,52),(53,47,'',0,'MediaWiki default','20050419184539',0,0,53),(54,48,'',0,'MediaWiki default','20050419184539',0,0,54),(55,49,'',0,'MediaWiki default','20050419184539',0,0,55),(56,50,'',0,'MediaWiki default','20050419184539',0,0,56),(57,51,'',0,'MediaWiki default','20050419184539',0,0,57),(58,52,'',0,'MediaWiki default','20050419184539',0,0,58),(59,53,'',0,'MediaWiki default','20050419184539',0,0,59),(60,54,'',0,'MediaWiki default','20050419184539',0,0,60),(61,55,'',0,'MediaWiki default','20050419184539',0,0,61),(62,56,'',0,'MediaWiki default','20050419184539',0,0,62),(63,57,'',0,'MediaWiki default','20050419184539',0,0,63),(64,58,'',0,'MediaWiki default','20050419184539',0,0,64),(65,59,'',0,'MediaWiki default','20050419184539',0,0,65),(66,60,'',0,'MediaWiki default','20050419184539',0,0,66),(67,61,'',0,'MediaWiki default','20050419184539',0,0,67),(68,62,'',0,'MediaWiki default','20050419184539',0,0,68),(69,63,'',0,'MediaWiki default','20050419184539',0,0,69),(70,64,'',0,'MediaWiki default','20050419184539',0,0,70),(71,65,'',0,'MediaWiki default','20050419184539',0,0,71),(72,66,'',0,'MediaWiki default','20050419184539',0,0,72),(73,67,'',0,'MediaWiki default','20050419184539',0,0,73),(74,68,'',0,'MediaWiki default','20050419184539',0,0,74),(75,69,'',0,'MediaWiki default','20050419184539',0,0,75),(76,70,'',0,'MediaWiki default','20050419184539',0,0,76),(77,71,'',0,'MediaWiki default','20050419184539',0,0,77),(78,72,'',0,'MediaWiki default','20050419184539',0,0,78),(79,73,'',0,'MediaWiki default','20050419184539',0,0,79),(80,74,'',0,'MediaWiki default','20050419184539',0,0,80),(81,75,'',0,'MediaWiki default','20050419184539',0,0,81),(82,76,'',0,'MediaWiki default','20050419184539',0,0,82),(83,77,'',0,'MediaWiki default','20050419184539',0,0,83),(84,78,'',0,'MediaWiki default','20050419184539',0,0,84),(85,79,'',0,'MediaWiki default','20050419184539',0,0,85),(86,80,'',0,'MediaWiki default','20050419184539',0,0,86),(87,81,'',0,'MediaWiki default','20050419184539',0,0,87),(88,82,'',0,'MediaWiki default','20050419184539',0,0,88),(89,83,'',0,'MediaWiki default','20050419184539',0,0,89),(90,84,'',0,'MediaWiki default','20050419184539',0,0,90),(91,85,'',0,'MediaWiki default','20050419184539',0,0,91),(92,86,'',0,'MediaWiki default','20050419184539',0,0,92),(93,87,'',0,'MediaWiki default','20050419184539',0,0,93),(94,88,'',0,'MediaWiki default','20050419184539',0,0,94),(95,89,'',0,'MediaWiki default','20050419184539',0,0,95),(96,90,'',0,'MediaWiki default','20050419184539',0,0,96),(97,91,'',0,'MediaWiki default','20050419184539',0,0,97),(98,92,'',0,'MediaWiki default','20050419184539',0,0,98),(99,93,'',0,'MediaWiki default','20050419184539',0,0,99),(100,94,'',0,'MediaWiki default','20050419184539',0,0,100),(101,95,'',0,'MediaWiki default','20050419184539',0,0,101),(102,96,'',0,'MediaWiki default','20050419184539',0,0,102),(103,97,'',0,'MediaWiki default','20050419184539',0,0,103),(104,98,'',0,'MediaWiki default','20050419184539',0,0,104),(105,99,'',0,'MediaWiki default','20050419184539',0,0,105),(106,100,'',0,'MediaWiki default','20050419184539',0,0,106),(107,101,'',0,'MediaWiki default','20050419184539',0,0,107),(108,102,'',0,'MediaWiki default','20050419184539',0,0,108),(109,103,'',0,'MediaWiki default','20050419184539',0,0,109),(110,104,'',0,'MediaWiki default','20050419184539',0,0,110),(111,105,'',0,'MediaWiki default','20050419184539',0,0,111),(112,106,'',0,'MediaWiki default','20050419184539',0,0,112),(113,107,'',0,'MediaWiki default','20050419184539',0,0,113),(114,108,'',0,'MediaWiki default','20050419184539',0,0,114),(115,109,'',0,'MediaWiki default','20050419184539',0,0,115),(116,110,'',0,'MediaWiki default','20050419184539',0,0,116),(117,111,'',0,'MediaWiki default','20050419184539',0,0,117),(118,112,'',0,'MediaWiki default','20050419184539',0,0,118),(119,113,'',0,'MediaWiki default','20050419184539',0,0,119),(120,114,'',0,'MediaWiki default','20050419184539',0,0,120),(121,115,'',0,'MediaWiki default','20050419184539',0,0,121),(122,116,'',0,'MediaWiki default','20050419184539',0,0,122),(123,117,'',0,'MediaWiki default','20050419184539',0,0,123),(124,118,'',0,'MediaWiki default','20050419184539',0,0,124),(125,119,'',0,'MediaWiki default','20050419184539',0,0,125),(126,120,'',0,'MediaWiki default','20050419184539',0,0,126),(127,121,'',0,'MediaWiki default','20050419184539',0,0,127),(128,122,'',0,'MediaWiki default','20050419184539',0,0,128),(129,123,'',0,'MediaWiki default','20050419184539',0,0,129),(130,124,'',0,'MediaWiki default','20050419184539',0,0,130),(131,125,'',0,'MediaWiki default','20050419184539',0,0,131),(132,126,'',0,'MediaWiki default','20050419184539',0,0,132),(133,127,'',0,'MediaWiki default','20050419184539',0,0,133),(134,128,'',0,'MediaWiki default','20050419184539',0,0,134),(135,129,'',0,'MediaWiki default','20050419184539',0,0,135),(136,130,'',0,'MediaWiki default','20050419184539',0,0,136),(137,131,'',0,'MediaWiki default','20050419184539',0,0,137),(138,132,'',0,'MediaWiki default','20050419184539',0,0,138),(139,133,'',0,'MediaWiki default','20050419184539',0,0,139),(140,134,'',0,'MediaWiki default','20050419184539',0,0,140),(141,135,'',0,'MediaWiki default','20050419184539',0,0,141),(142,136,'',0,'MediaWiki default','20050419184539',0,0,142),(143,137,'',0,'MediaWiki default','20050419184539',0,0,143),(144,138,'',0,'MediaWiki default','20050419184539',0,0,144),(145,139,'',0,'MediaWiki default','20050419184539',0,0,145),(146,140,'',0,'MediaWiki default','20050419184539',0,0,146),(147,141,'',0,'MediaWiki default','20050419184539',0,0,147),(148,142,'',0,'MediaWiki default','20050419184539',0,0,148),(149,143,'',0,'MediaWiki default','20050419184539',0,0,149),(150,144,'',0,'MediaWiki default','20050419184539',0,0,150),(151,145,'',0,'MediaWiki default','20050419184539',0,0,151),(152,146,'',0,'MediaWiki default','20050419184539',0,0,152),(153,147,'',0,'MediaWiki default','20050419184539',0,0,153),(154,148,'',0,'MediaWiki default','20050419184539',0,0,154),(155,149,'',0,'MediaWiki default','20050419184539',0,0,155),(156,150,'',0,'MediaWiki default','20050419184539',0,0,156),(157,151,'',0,'MediaWiki default','20050419184539',0,0,157),(158,152,'',0,'MediaWiki default','20050419184539',0,0,158),(159,153,'',0,'MediaWiki default','20050419184539',0,0,159),(160,154,'',0,'MediaWiki default','20050419184539',0,0,160),(161,155,'',0,'MediaWiki default','20050419184539',0,0,161),(162,156,'',0,'MediaWiki default','20050419184539',0,0,162),(163,157,'',0,'MediaWiki default','20050419184539',0,0,163),(164,158,'',0,'MediaWiki default','20050419184539',0,0,164),(165,159,'',0,'MediaWiki default','20050419184539',0,0,165),(166,160,'',0,'MediaWiki default','20050419184539',0,0,166),(167,161,'',0,'MediaWiki default','20050419184539',0,0,167),(168,162,'',0,'MediaWiki default','20050419184539',0,0,168),(169,163,'',0,'MediaWiki default','20050419184539',0,0,169),(170,164,'',0,'MediaWiki default','20050419184539',0,0,170),(171,165,'',0,'MediaWiki default','20050419184539',0,0,171),(172,166,'',0,'MediaWiki default','20050419184539',0,0,172),(173,167,'',0,'MediaWiki default','20050419184539',0,0,173),(174,168,'',0,'MediaWiki default','20050419184539',0,0,174),(175,169,'',0,'MediaWiki default','20050419184539',0,0,175),(176,170,'',0,'MediaWiki default','20050419184539',0,0,176),(177,171,'',0,'MediaWiki default','20050419184539',0,0,177),(178,172,'',0,'MediaWiki default','20050419184539',0,0,178),(179,173,'',0,'MediaWiki default','20050419184539',0,0,179),(180,174,'',0,'MediaWiki default','20050419184539',0,0,180),(181,175,'',0,'MediaWiki default','20050419184539',0,0,181),(182,176,'',0,'MediaWiki default','20050419184539',0,0,182),(183,177,'',0,'MediaWiki default','20050419184539',0,0,183),(184,178,'',0,'MediaWiki default','20050419184539',0,0,184),(185,179,'',0,'MediaWiki default','20050419184539',0,0,185),(186,180,'',0,'MediaWiki default','20050419184539',0,0,186),(187,181,'',0,'MediaWiki default','20050419184539',0,0,187),(188,182,'',0,'MediaWiki default','20050419184539',0,0,188),(189,183,'',0,'MediaWiki default','20050419184539',0,0,189),(190,184,'',0,'MediaWiki default','20050419184539',0,0,190),(191,185,'',0,'MediaWiki default','20050419184539',0,0,191),(192,186,'',0,'MediaWiki default','20050419184539',0,0,192),(193,187,'',0,'MediaWiki default','20050419184539',0,0,193),(194,188,'',0,'MediaWiki default','20050419184539',0,0,194),(195,189,'',0,'MediaWiki default','20050419184539',0,0,195),(196,190,'',0,'MediaWiki default','20050419184539',0,0,196),(197,191,'',0,'MediaWiki default','20050419184539',0,0,197),(198,192,'',0,'MediaWiki default','20050419184539',0,0,198),(199,193,'',0,'MediaWiki default','20050419184539',0,0,199),(200,194,'',0,'MediaWiki default','20050419184539',0,0,200),(201,195,'',0,'MediaWiki default','20050419184539',0,0,201),(202,196,'',0,'MediaWiki default','20050419184539',0,0,202),(203,197,'',0,'MediaWiki default','20050419184539',0,0,203),(204,198,'',0,'MediaWiki default','20050419184539',0,0,204),(205,199,'',0,'MediaWiki default','20050419184539',0,0,205),(206,200,'',0,'MediaWiki default','20050419184539',0,0,206),(207,201,'',0,'MediaWiki default','20050419184539',0,0,207),(208,202,'',0,'MediaWiki default','20050419184539',0,0,208),(209,203,'',0,'MediaWiki default','20050419184539',0,0,209),(210,204,'',0,'MediaWiki default','20050419184539',0,0,210),(211,205,'',0,'MediaWiki default','20050419184539',0,0,211),(212,206,'',0,'MediaWiki default','20050419184539',0,0,212),(213,207,'',0,'MediaWiki default','20050419184539',0,0,213),(214,208,'',0,'MediaWiki default','20050419184539',0,0,214),(215,209,'',0,'MediaWiki default','20050419184539',0,0,215),(216,210,'',0,'MediaWiki default','20050419184539',0,0,216),(217,211,'',0,'MediaWiki default','20050419184539',0,0,217),(218,212,'',0,'MediaWiki default','20050419184539',0,0,218),(219,213,'',0,'MediaWiki default','20050419184539',0,0,219),(220,214,'',0,'MediaWiki default','20050419184539',0,0,220),(221,215,'',0,'MediaWiki default','20050419184539',0,0,221),(222,216,'',0,'MediaWiki default','20050419184539',0,0,222),(223,217,'',0,'MediaWiki default','20050419184539',0,0,223),(224,218,'',0,'MediaWiki default','20050419184539',0,0,224),(225,219,'',0,'MediaWiki default','20050419184539',0,0,225),(226,220,'',0,'MediaWiki default','20050419184539',0,0,226),(227,221,'',0,'MediaWiki default','20050419184539',0,0,227),(228,222,'',0,'MediaWiki default','20050419184539',0,0,228),(229,223,'',0,'MediaWiki default','20050419184539',0,0,229),(230,224,'',0,'MediaWiki default','20050419184539',0,0,230),(231,225,'',0,'MediaWiki default','20050419184539',0,0,231),(232,226,'',0,'MediaWiki default','20050419184539',0,0,232),(233,227,'',0,'MediaWiki default','20050419184539',0,0,233),(234,228,'',0,'MediaWiki default','20050419184539',0,0,234),(235,229,'',0,'MediaWiki default','20050419184539',0,0,235),(236,230,'',0,'MediaWiki default','20050419184539',0,0,236),(237,231,'',0,'MediaWiki default','20050419184539',0,0,237),(238,232,'',0,'MediaWiki default','20050419184539',0,0,238),(239,233,'',0,'MediaWiki default','20050419184539',0,0,239),(240,234,'',0,'MediaWiki default','20050419184539',0,0,240),(241,235,'',0,'MediaWiki default','20050419184539',0,0,241),(242,236,'',0,'MediaWiki default','20050419184539',0,0,242),(243,237,'',0,'MediaWiki default','20050419184539',0,0,243),(244,238,'',0,'MediaWiki default','20050419184539',0,0,244),(245,239,'',0,'MediaWiki default','20050419184539',0,0,245),(246,240,'',0,'MediaWiki default','20050419184539',0,0,246),(247,241,'',0,'MediaWiki default','20050419184539',0,0,247),(248,242,'',0,'MediaWiki default','20050419184539',0,0,248),(249,243,'',0,'MediaWiki default','20050419184539',0,0,249),(250,244,'',0,'MediaWiki default','20050419184539',0,0,250),(251,245,'',0,'MediaWiki default','20050419184539',0,0,251),(252,246,'',0,'MediaWiki default','20050419184539',0,0,252),(253,247,'',0,'MediaWiki default','20050419184539',0,0,253),(254,248,'',0,'MediaWiki default','20050419184539',0,0,254),(255,249,'',0,'MediaWiki default','20050419184539',0,0,255),(256,250,'',0,'MediaWiki default','20050419184539',0,0,256),(257,251,'',0,'MediaWiki default','20050419184539',0,0,257),(258,252,'',0,'MediaWiki default','20050419184539',0,0,258),(259,253,'',0,'MediaWiki default','20050419184539',0,0,259),(260,254,'',0,'MediaWiki default','20050419184539',0,0,260),(261,255,'',0,'MediaWiki default','20050419184539',0,0,261),(262,256,'',0,'MediaWiki default','20050419184539',0,0,262),(263,257,'',0,'MediaWiki default','20050419184539',0,0,263),(264,258,'',0,'MediaWiki default','20050419184539',0,0,264),(265,259,'',0,'MediaWiki default','20050419184539',0,0,265),(266,260,'',0,'MediaWiki default','20050419184539',0,0,266),(267,261,'',0,'MediaWiki default','20050419184539',0,0,267),(268,262,'',0,'MediaWiki default','20050419184539',0,0,268),(269,263,'',0,'MediaWiki default','20050419184539',0,0,269),(270,264,'',0,'MediaWiki default','20050419184539',0,0,270),(271,265,'',0,'MediaWiki default','20050419184539',0,0,271),(272,266,'',0,'MediaWiki default','20050419184539',0,0,272),(273,267,'',0,'MediaWiki default','20050419184539',0,0,273),(274,268,'',0,'MediaWiki default','20050419184539',0,0,274),(275,269,'',0,'MediaWiki default','20050419184539',0,0,275),(276,270,'',0,'MediaWiki default','20050419184539',0,0,276),(277,271,'',0,'MediaWiki default','20050419184539',0,0,277),(278,272,'',0,'MediaWiki default','20050419184539',0,0,278),(279,273,'',0,'MediaWiki default','20050419184539',0,0,279),(280,274,'',0,'MediaWiki default','20050419184539',0,0,280),(281,275,'',0,'MediaWiki default','20050419184539',0,0,281),(282,276,'',0,'MediaWiki default','20050419184539',0,0,282),(283,277,'',0,'MediaWiki default','20050419184539',0,0,283),(284,278,'',0,'MediaWiki default','20050419184539',0,0,284),(285,279,'',0,'MediaWiki default','20050419184539',0,0,285),(286,280,'',0,'MediaWiki default','20050419184539',0,0,286),(287,281,'',0,'MediaWiki default','20050419184539',0,0,287),(288,282,'',0,'MediaWiki default','20050419184539',0,0,288),(289,283,'',0,'MediaWiki default','20050419184539',0,0,289),(290,284,'',0,'MediaWiki default','20050419184539',0,0,290),(291,285,'',0,'MediaWiki default','20050419184539',0,0,291),(292,286,'',0,'MediaWiki default','20050419184539',0,0,292),(293,287,'',0,'MediaWiki default','20050419184539',0,0,293),(294,288,'',0,'MediaWiki default','20050419184539',0,0,294),(295,289,'',0,'MediaWiki default','20050419184539',0,0,295),(296,290,'',0,'MediaWiki default','20050419184539',0,0,296),(297,291,'',0,'MediaWiki default','20050419184539',0,0,297),(298,292,'',0,'MediaWiki default','20050419184539',0,0,298),(299,293,'',0,'MediaWiki default','20050419184539',0,0,299),(300,294,'',0,'MediaWiki default','20050419184539',0,0,300),(301,295,'',0,'MediaWiki default','20050419184539',0,0,301),(302,296,'',0,'MediaWiki default','20050419184539',0,0,302),(303,297,'',0,'MediaWiki default','20050419184539',0,0,303),(304,298,'',0,'MediaWiki default','20050419184539',0,0,304),(305,299,'',0,'MediaWiki default','20050419184539',0,0,305),(306,300,'',0,'MediaWiki default','20050419184539',0,0,306),(307,301,'',0,'MediaWiki default','20050419184539',0,0,307),(308,302,'',0,'MediaWiki default','20050419184539',0,0,308),(309,303,'',0,'MediaWiki default','20050419184539',0,0,309),(310,304,'',0,'MediaWiki default','20050419184539',0,0,310),(311,305,'',0,'MediaWiki default','20050419184539',0,0,311),(312,306,'',0,'MediaWiki default','20050419184539',0,0,312),(313,307,'',0,'MediaWiki default','20050419184539',0,0,313),(314,308,'',0,'MediaWiki default','20050419184539',0,0,314),(315,309,'',0,'MediaWiki default','20050419184539',0,0,315),(316,310,'',0,'MediaWiki default','20050419184539',0,0,316),(317,311,'',0,'MediaWiki default','20050419184539',0,0,317),(318,312,'',0,'MediaWiki default','20050419184539',0,0,318),(319,313,'',0,'MediaWiki default','20050419184539',0,0,319),(320,314,'',0,'MediaWiki default','20050419184539',0,0,320),(321,315,'',0,'MediaWiki default','20050419184539',0,0,321),(322,316,'',0,'MediaWiki default','20050419184539',0,0,322),(323,317,'',0,'MediaWiki default','20050419184539',0,0,323),(324,318,'',0,'MediaWiki default','20050419184539',0,0,324),(325,319,'',0,'MediaWiki default','20050419184539',0,0,325),(326,320,'',0,'MediaWiki default','20050419184539',0,0,326),(327,321,'',0,'MediaWiki default','20050419184539',0,0,327),(328,322,'',0,'MediaWiki default','20050419184539',0,0,328),(329,323,'',0,'MediaWiki default','20050419184539',0,0,329),(330,324,'',0,'MediaWiki default','20050419184539',0,0,330),(331,325,'',0,'MediaWiki default','20050419184539',0,0,331),(332,326,'',0,'MediaWiki default','20050419184539',0,0,332),(333,327,'',0,'MediaWiki default','20050419184539',0,0,333),(334,328,'',0,'MediaWiki default','20050419184539',0,0,334),(335,329,'',0,'MediaWiki default','20050419184539',0,0,335),(336,330,'',0,'MediaWiki default','20050419184539',0,0,336),(337,331,'',0,'MediaWiki default','20050419184539',0,0,337),(338,332,'',0,'MediaWiki default','20050419184539',0,0,338),(339,333,'',0,'MediaWiki default','20050419184539',0,0,339),(340,334,'',0,'MediaWiki default','20050419184539',0,0,340),(341,335,'',0,'MediaWiki default','20050419184539',0,0,341),(342,336,'',0,'MediaWiki default','20050419184539',0,0,342),(343,337,'',0,'MediaWiki default','20050419184539',0,0,343),(344,338,'',0,'MediaWiki default','20050419184539',0,0,344),(345,339,'',0,'MediaWiki default','20050419184539',0,0,345),(346,340,'',0,'MediaWiki default','20050419184539',0,0,346),(347,341,'',0,'MediaWiki default','20050419184539',0,0,347),(348,342,'',0,'MediaWiki default','20050419184539',0,0,348),(349,343,'',0,'MediaWiki default','20050419184539',0,0,349),(350,344,'',0,'MediaWiki default','20050419184539',0,0,350),(351,345,'',0,'MediaWiki default','20050419184539',0,0,351),(352,346,'',0,'MediaWiki default','20050419184539',0,0,352),(353,347,'',0,'MediaWiki default','20050419184539',0,0,353),(354,348,'',0,'MediaWiki default','20050419184539',0,0,354),(355,349,'',0,'MediaWiki default','20050419184539',0,0,355),(356,350,'',0,'MediaWiki default','20050419184539',0,0,356),(357,351,'',0,'MediaWiki default','20050419184539',0,0,357),(358,352,'',0,'MediaWiki default','20050419184539',0,0,358),(359,353,'',0,'MediaWiki default','20050419184539',0,0,359),(360,354,'',0,'MediaWiki default','20050419184539',0,0,360),(361,355,'',0,'MediaWiki default','20050419184539',0,0,361),(362,356,'',0,'MediaWiki default','20050419184539',0,0,362),(363,357,'',0,'MediaWiki default','20050419184539',0,0,363),(364,358,'',0,'MediaWiki default','20050419184539',0,0,364),(365,359,'',0,'MediaWiki default','20050419184539',0,0,365),(366,360,'',0,'MediaWiki default','20050419184539',0,0,366),(367,361,'',0,'MediaWiki default','20050419184539',0,0,367),(368,362,'',0,'MediaWiki default','20050419184539',0,0,368),(369,363,'',0,'MediaWiki default','20050419184539',0,0,369),(370,364,'',0,'MediaWiki default','20050419184539',0,0,370),(371,365,'',0,'MediaWiki default','20050419184539',0,0,371),(372,366,'',0,'MediaWiki default','20050419184539',0,0,372),(373,367,'',0,'MediaWiki default','20050419184539',0,0,373),(374,368,'',0,'MediaWiki default','20050419184539',0,0,374),(375,369,'',0,'MediaWiki default','20050419184539',0,0,375),(376,370,'',0,'MediaWiki default','20050419184539',0,0,376),(377,371,'',0,'MediaWiki default','20050419184539',0,0,377),(378,372,'',0,'MediaWiki default','20050419184539',0,0,378),(379,373,'',0,'MediaWiki default','20050419184539',0,0,379),(380,374,'',0,'MediaWiki default','20050419184539',0,0,380),(381,375,'',0,'MediaWiki default','20050419184539',0,0,381),(382,376,'',0,'MediaWiki default','20050419184539',0,0,382),(383,377,'',0,'MediaWiki default','20050419184539',0,0,383),(384,378,'',0,'MediaWiki default','20050419184539',0,0,384),(385,379,'',0,'MediaWiki default','20050419184539',0,0,385),(386,380,'',0,'MediaWiki default','20050419184539',0,0,386),(387,381,'',0,'MediaWiki default','20050419184539',0,0,387),(388,382,'',0,'MediaWiki default','20050419184539',0,0,388),(389,383,'',0,'MediaWiki default','20050419184539',0,0,389),(390,384,'',0,'MediaWiki default','20050419184539',0,0,390),(391,385,'',0,'MediaWiki default','20050419184539',0,0,391),(392,386,'',0,'MediaWiki default','20050419184539',0,0,392),(393,387,'',0,'MediaWiki default','20050419184539',0,0,393),(394,388,'',0,'MediaWiki default','20050419184539',0,0,394),(395,389,'',0,'MediaWiki default','20050419184539',0,0,395),(396,390,'',0,'MediaWiki default','20050419184539',0,0,396),(397,391,'',0,'MediaWiki default','20050419184539',0,0,397),(398,392,'',0,'MediaWiki default','20050419184539',0,0,398),(399,393,'',0,'MediaWiki default','20050419184539',0,0,399),(400,394,'',0,'MediaWiki default','20050419184539',0,0,400),(401,395,'',0,'MediaWiki default','20050419184539',0,0,401),(402,396,'',0,'MediaWiki default','20050419184539',0,0,402),(403,397,'',0,'MediaWiki default','20050419184539',0,0,403),(404,398,'',0,'MediaWiki default','20050419184539',0,0,404),(405,399,'',0,'MediaWiki default','20050419184539',0,0,405),(406,400,'',0,'MediaWiki default','20050419184539',0,0,406),(407,401,'',0,'MediaWiki default','20050419184539',0,0,407),(408,402,'',0,'MediaWiki default','20050419184539',0,0,408),(409,403,'',0,'MediaWiki default','20050419184539',0,0,409),(410,404,'',0,'MediaWiki default','20050419184539',0,0,410),(411,405,'',0,'MediaWiki default','20050419184539',0,0,411),(412,406,'',0,'MediaWiki default','20050419184539',0,0,412),(413,407,'',0,'MediaWiki default','20050419184539',0,0,413),(414,408,'',0,'MediaWiki default','20050419184539',0,0,414),(415,409,'',0,'MediaWiki default','20050419184539',0,0,415),(416,410,'',0,'MediaWiki default','20050419184539',0,0,416),(417,411,'',0,'MediaWiki default','20050419184539',0,0,417),(418,412,'',0,'MediaWiki default','20050419184539',0,0,418),(419,413,'',0,'MediaWiki default','20050419184539',0,0,419),(420,414,'',0,'MediaWiki default','20050419184539',0,0,420),(421,415,'',0,'MediaWiki default','20050419184539',0,0,421),(422,416,'',0,'MediaWiki default','20050419184539',0,0,422),(423,417,'',0,'MediaWiki default','20050419184539',0,0,423),(424,418,'',0,'MediaWiki default','20050419184539',0,0,424),(425,419,'',0,'MediaWiki default','20050419184539',0,0,425),(426,420,'',0,'MediaWiki default','20050419184539',0,0,426),(427,421,'',0,'MediaWiki default','20050419184539',0,0,427),(428,422,'',0,'MediaWiki default','20050419184539',0,0,428),(429,423,'',0,'MediaWiki default','20050419184539',0,0,429),(430,424,'',0,'MediaWiki default','20050419184539',0,0,430),(431,425,'',0,'MediaWiki default','20050419184539',0,0,431),(432,426,'',0,'MediaWiki default','20050419184539',0,0,432),(433,427,'',0,'MediaWiki default','20050419184539',0,0,433),(434,428,'',0,'MediaWiki default','20050419184539',0,0,434),(435,429,'',0,'MediaWiki default','20050419184539',0,0,435),(436,430,'',0,'MediaWiki default','20050419184539',0,0,436),(437,431,'',0,'MediaWiki default','20050419184539',0,0,437),(438,432,'',0,'MediaWiki default','20050419184539',0,0,438),(439,433,'',0,'MediaWiki default','20050419184539',0,0,439),(440,434,'',0,'MediaWiki default','20050419184539',0,0,440),(441,435,'',0,'MediaWiki default','20050419184539',0,0,441),(442,436,'',0,'MediaWiki default','20050419184539',0,0,442),(443,437,'',0,'MediaWiki default','20050419184539',0,0,443),(444,438,'',0,'MediaWiki default','20050419184539',0,0,444),(445,439,'',0,'MediaWiki default','20050419184539',0,0,445),(446,440,'',0,'MediaWiki default','20050419184539',0,0,446),(447,441,'',0,'MediaWiki default','20050419184539',0,0,447),(448,442,'',0,'MediaWiki default','20050419184539',0,0,448),(449,443,'',0,'MediaWiki default','20050419184539',0,0,449),(450,444,'',0,'MediaWiki default','20050419184539',0,0,450),(451,445,'',0,'MediaWiki default','20050419184539',0,0,451),(452,446,'',0,'MediaWiki default','20050419184539',0,0,452),(453,447,'',0,'MediaWiki default','20050419184539',0,0,453),(454,448,'',0,'MediaWiki default','20050419184539',0,0,454),(455,449,'',0,'MediaWiki default','20050419184539',0,0,455),(456,450,'',0,'MediaWiki default','20050419184539',0,0,456),(457,451,'',0,'MediaWiki default','20050419184539',0,0,457),(458,452,'',0,'MediaWiki default','20050419184539',0,0,458),(459,453,'',0,'MediaWiki default','20050419184539',0,0,459),(460,454,'',0,'MediaWiki default','20050419184539',0,0,460),(461,455,'',0,'MediaWiki default','20050419184539',0,0,461),(462,456,'',0,'MediaWiki default','20050419184539',0,0,462),(463,457,'',0,'MediaWiki default','20050419184539',0,0,463),(464,458,'',0,'MediaWiki default','20050419184539',0,0,464),(465,459,'',0,'MediaWiki default','20050419184539',0,0,465),(466,460,'',0,'MediaWiki default','20050419184539',0,0,466),(467,461,'',0,'MediaWiki default','20050419184539',0,0,467),(468,462,'',0,'MediaWiki default','20050419184539',0,0,468),(469,463,'',0,'MediaWiki default','20050419184539',0,0,469),(470,464,'',0,'MediaWiki default','20050419184539',0,0,470),(471,465,'',0,'MediaWiki default','20050419184539',0,0,471),(472,466,'',0,'MediaWiki default','20050419184539',0,0,472),(473,467,'',0,'MediaWiki default','20050419184539',0,0,473),(474,468,'',0,'MediaWiki default','20050419184539',0,0,474),(475,469,'',0,'MediaWiki default','20050419184539',0,0,475),(476,470,'',0,'MediaWiki default','20050419184539',0,0,476),(477,471,'',0,'MediaWiki default','20050419184539',0,0,477),(478,472,'',0,'MediaWiki default','20050419184539',0,0,478),(479,473,'',0,'MediaWiki default','20050419184539',0,0,479),(480,474,'',0,'MediaWiki default','20050419184539',0,0,480),(481,475,'',0,'MediaWiki default','20050419184539',0,0,481),(482,476,'',0,'MediaWiki default','20050419184539',0,0,482),(483,477,'',0,'MediaWiki default','20050419184539',0,0,483),(484,478,'',0,'MediaWiki default','20050419184539',0,0,484),(485,479,'',0,'MediaWiki default','20050419184539',0,0,485),(486,480,'',0,'MediaWiki default','20050419184539',0,0,486),(487,481,'',0,'MediaWiki default','20050419184539',0,0,487),(488,482,'',0,'MediaWiki default','20050419184539',0,0,488),(489,483,'',0,'MediaWiki default','20050419184539',0,0,489),(490,484,'',0,'MediaWiki default','20050419184539',0,0,490),(491,485,'',0,'MediaWiki default','20050419184539',0,0,491),(492,486,'',0,'MediaWiki default','20050419184539',0,0,492),(493,487,'',0,'MediaWiki default','20050419184539',0,0,493),(494,488,'',0,'MediaWiki default','20050419184539',0,0,494),(495,489,'',0,'MediaWiki default','20050419184539',0,0,495),(496,490,'',0,'MediaWiki default','20050419184539',0,0,496),(497,491,'',0,'MediaWiki default','20050419184539',0,0,497),(498,492,'',0,'MediaWiki default','20050419184539',0,0,498),(499,493,'',0,'MediaWiki default','20050419184539',0,0,499),(500,494,'',0,'MediaWiki default','20050419184539',0,0,500),(501,495,'',0,'MediaWiki default','20050419184539',0,0,501),(502,496,'',0,'MediaWiki default','20050419184539',0,0,502),(503,497,'',0,'MediaWiki default','20050419184539',0,0,503),(504,498,'',0,'MediaWiki default','20050419184539',0,0,504),(505,499,'',0,'MediaWiki default','20050419184539',0,0,505),(506,500,'',0,'MediaWiki default','20050419184539',0,0,506),(507,501,'',0,'MediaWiki default','20050419184539',0,0,507),(508,502,'',0,'MediaWiki default','20050419184539',0,0,508),(509,503,'',0,'MediaWiki default','20050419184539',0,0,509),(510,504,'',0,'MediaWiki default','20050419184539',0,0,510),(511,505,'',0,'MediaWiki default','20050419184539',0,0,511),(512,506,'',0,'MediaWiki default','20050419184539',0,0,512),(513,507,'',0,'MediaWiki default','20050419184539',0,0,513),(514,508,'',0,'MediaWiki default','20050419184539',0,0,514),(515,509,'',0,'MediaWiki default','20050419184539',0,0,515),(516,510,'',0,'MediaWiki default','20050419184539',0,0,516),(517,511,'',0,'MediaWiki default','20050419184539',0,0,517),(518,512,'',0,'MediaWiki default','20050419184539',0,0,518),(519,513,'',0,'MediaWiki default','20050419184539',0,0,519),(520,514,'',0,'MediaWiki default','20050419184539',0,0,520),(521,515,'',0,'MediaWiki default','20050419184539',0,0,521),(522,516,'',0,'MediaWiki default','20050419184539',0,0,522),(523,517,'',0,'MediaWiki default','20050419184539',0,0,523),(524,518,'',0,'MediaWiki default','20050419184539',0,0,524),(525,519,'',0,'MediaWiki default','20050419184539',0,0,525),(526,520,'',0,'MediaWiki default','20050419184539',0,0,526),(527,521,'',0,'MediaWiki default','20050419184539',0,0,527),(528,522,'',0,'MediaWiki default','20050419184539',0,0,528),(529,523,'',0,'MediaWiki default','20050419184539',0,0,529),(530,524,'',0,'MediaWiki default','20050419184539',0,0,530),(531,525,'',0,'MediaWiki default','20050419184539',0,0,531),(532,526,'',0,'MediaWiki default','20050419184539',0,0,532),(533,527,'',0,'MediaWiki default','20050419184539',0,0,533),(534,528,'',0,'MediaWiki default','20050419184539',0,0,534),(535,529,'',0,'MediaWiki default','20050419184539',0,0,535),(536,530,'',0,'MediaWiki default','20050419184539',0,0,536),(537,531,'',0,'MediaWiki default','20050419184539',0,0,537),(538,532,'',0,'MediaWiki default','20050419184539',0,0,538),(539,533,'',0,'MediaWiki default','20050419184539',0,0,539),(540,534,'',0,'MediaWiki default','20050419184539',0,0,540),(541,535,'',0,'MediaWiki default','20050419184539',0,0,541),(542,536,'',0,'MediaWiki default','20050419184539',0,0,542),(543,537,'',0,'MediaWiki default','20050419184539',0,0,543),(544,538,'',0,'MediaWiki default','20050419184539',0,0,544),(545,539,'',0,'MediaWiki default','20050419184539',0,0,545),(546,540,'',0,'MediaWiki default','20050419184539',0,0,546),(547,541,'',0,'MediaWiki default','20050419184539',0,0,547),(548,542,'',0,'MediaWiki default','20050419184539',0,0,548),(549,543,'',0,'MediaWiki default','20050419184539',0,0,549),(550,544,'',0,'MediaWiki default','20050419184539',0,0,550),(551,545,'',0,'MediaWiki default','20050419184539',0,0,551),(552,546,'',0,'MediaWiki default','20050419184539',0,0,552),(553,547,'',0,'MediaWiki default','20050419184539',0,0,553),(554,548,'',0,'MediaWiki default','20050419184539',0,0,554),(555,549,'',0,'MediaWiki default','20050419184539',0,0,555),(556,550,'',0,'MediaWiki default','20050419184539',0,0,556),(557,551,'',0,'MediaWiki default','20050419184539',0,0,557),(558,552,'',0,'MediaWiki default','20050419184539',0,0,558),(559,553,'',0,'MediaWiki default','20050419184539',0,0,559),(560,554,'',0,'MediaWiki default','20050419184539',0,0,560),(561,555,'',0,'MediaWiki default','20050419184539',0,0,561),(562,556,'',0,'MediaWiki default','20050419184539',0,0,562),(563,557,'',0,'MediaWiki default','20050419184539',0,0,563),(564,558,'',0,'MediaWiki default','20050419184539',0,0,564),(565,559,'',0,'MediaWiki default','20050419184539',0,0,565),(566,560,'',0,'MediaWiki default','20050419184539',0,0,566),(567,561,'',0,'MediaWiki default','20050419184539',0,0,567),(568,562,'',0,'MediaWiki default','20050419184539',0,0,568),(569,563,'',0,'MediaWiki default','20050419184539',0,0,569),(570,564,'',0,'MediaWiki default','20050419184539',0,0,570),(571,565,'',0,'MediaWiki default','20050419184539',0,0,571),(572,566,'',0,'MediaWiki default','20050419184539',0,0,572),(573,567,'',0,'MediaWiki default','20050419184539',0,0,573),(574,568,'',0,'MediaWiki default','20050419184539',0,0,574),(575,569,'',0,'MediaWiki default','20050419184539',0,0,575),(576,570,'',0,'MediaWiki default','20050419184539',0,0,576),(577,571,'',0,'MediaWiki default','20050419184539',0,0,577),(578,572,'',0,'MediaWiki default','20050419184539',0,0,578),(579,573,'',0,'MediaWiki default','20050419184539',0,0,579),(580,574,'',0,'MediaWiki default','20050419184539',0,0,580),(581,575,'',0,'MediaWiki default','20050419184539',0,0,581),(582,576,'',0,'MediaWiki default','20050419184539',0,0,582),(583,577,'',0,'MediaWiki default','20050419184539',0,0,583),(584,578,'',0,'MediaWiki default','20050419184539',0,0,584),(585,579,'',0,'MediaWiki default','20050419184539',0,0,585),(586,580,'',0,'MediaWiki default','20050419184539',0,0,586),(587,581,'',0,'MediaWiki default','20050419184539',0,0,587),(588,582,'',0,'MediaWiki default','20050419184539',0,0,588),(589,583,'',0,'MediaWiki default','20050419184539',0,0,589),(590,584,'',0,'MediaWiki default','20050419184539',0,0,590),(591,585,'',0,'MediaWiki default','20050419184539',0,0,591),(592,586,'',0,'MediaWiki default','20050419184539',0,0,592),(593,587,'',0,'MediaWiki default','20050419184539',0,0,593),(594,588,'',0,'MediaWiki default','20050419184539',0,0,594),(595,589,'',0,'MediaWiki default','20050419184539',0,0,595),(596,590,'',0,'MediaWiki default','20050419184539',0,0,596),(597,591,'',0,'MediaWiki default','20050419184539',0,0,597),(598,592,'',0,'MediaWiki default','20050419184539',0,0,598),(599,593,'',0,'MediaWiki default','20050419184539',0,0,599),(600,594,'',0,'MediaWiki default','20050419184539',0,0,600),(601,595,'',0,'MediaWiki default','20050419184539',0,0,601),(602,596,'',0,'MediaWiki default','20050419184539',0,0,602),(603,597,'',0,'MediaWiki default','20050419184539',0,0,603),(604,598,'',0,'MediaWiki default','20050419184539',0,0,604),(605,599,'',0,'MediaWiki default','20050419184539',0,0,605),(606,600,'',0,'MediaWiki default','20050419184539',0,0,606),(607,601,'',0,'MediaWiki default','20050419184539',0,0,607),(608,602,'',0,'MediaWiki default','20050419184539',0,0,608),(609,603,'',0,'MediaWiki default','20050419184539',0,0,609),(610,604,'',0,'MediaWiki default','20050419184539',0,0,610),(611,605,'',0,'MediaWiki default','20050419184539',0,0,611),(612,606,'',0,'MediaWiki default','20050419184539',0,0,612),(613,607,'',0,'MediaWiki default','20050419184539',0,0,613),(614,608,'',0,'MediaWiki default','20050419184539',0,0,614),(615,609,'',0,'MediaWiki default','20050419184539',0,0,615),(616,610,'',0,'MediaWiki default','20050419184539',0,0,616),(617,611,'',0,'MediaWiki default','20050419184539',0,0,617),(618,612,'',0,'MediaWiki default','20050419184539',0,0,618),(619,613,'',0,'MediaWiki default','20050419184539',0,0,619),(620,614,'',0,'MediaWiki default','20050419184539',0,0,620),(621,615,'',0,'MediaWiki default','20050419184539',0,0,621),(622,616,'',0,'MediaWiki default','20050419184539',0,0,622),(623,617,'',0,'MediaWiki default','20050419184539',0,0,623),(624,618,'',0,'MediaWiki default','20050419184539',0,0,624),(625,619,'',0,'MediaWiki default','20050419184539',0,0,625),(626,620,'',0,'MediaWiki default','20050419184539',0,0,626),(627,621,'',0,'MediaWiki default','20050419184539',0,0,627),(628,622,'',0,'MediaWiki default','20050419184539',0,0,628),(629,623,'',0,'MediaWiki default','20050419184539',0,0,629),(630,624,'',0,'MediaWiki default','20050419184539',0,0,630),(631,625,'',0,'MediaWiki default','20050419184539',0,0,631),(632,626,'',0,'MediaWiki default','20050419184539',0,0,632),(633,627,'',0,'MediaWiki default','20050419184539',0,0,633),(634,628,'',0,'MediaWiki default','20050419184539',0,0,634),(635,629,'',0,'MediaWiki default','20050419184539',0,0,635),(636,630,'',0,'MediaWiki default','20050419184539',0,0,636),(637,631,'',0,'MediaWiki default','20050419184539',0,0,637),(638,632,'',0,'MediaWiki default','20050419184539',0,0,638),(639,633,'',0,'MediaWiki default','20050419184539',0,0,639),(640,634,'',0,'MediaWiki default','20050419184539',0,0,640),(641,635,'',0,'MediaWiki default','20050419184539',0,0,641),(642,636,'',0,'MediaWiki default','20050419184539',0,0,642),(643,637,'',0,'MediaWiki default','20050419184539',0,0,643),(644,638,'',0,'MediaWiki default','20050419184539',0,0,644),(645,639,'',0,'MediaWiki default','20050419184539',0,0,645),(646,640,'',0,'MediaWiki default','20050419184539',0,0,646),(647,641,'',0,'MediaWiki default','20050419184539',0,0,647),(648,642,'',0,'MediaWiki default','20050419184539',0,0,648),(649,643,'',0,'MediaWiki default','20050419184539',0,0,649),(650,644,'',0,'MediaWiki default','20050419184539',0,0,650),(651,645,'',0,'MediaWiki default','20050419184539',0,0,651),(652,646,'',0,'MediaWiki default','20050419184539',0,0,652),(653,647,'',0,'MediaWiki default','20050419184539',0,0,653),(654,648,'',0,'MediaWiki default','20050419184539',0,0,654),(655,649,'',0,'MediaWiki default','20050419184539',0,0,655),(656,650,'',0,'MediaWiki default','20050419184539',0,0,656),(657,651,'',0,'MediaWiki default','20050419184539',0,0,657),(658,652,'',0,'MediaWiki default','20050419184539',0,0,658),(659,653,'',0,'MediaWiki default','20050419184539',0,0,659),(660,654,'',0,'MediaWiki default','20050419184539',0,0,660),(661,655,'',0,'MediaWiki default','20050419184539',0,0,661),(662,656,'',0,'MediaWiki default','20050419184539',0,0,662),(663,657,'',0,'MediaWiki default','20050419184539',0,0,663),(664,658,'',0,'MediaWiki default','20050419184539',0,0,664),(665,659,'',0,'MediaWiki default','20050419184539',0,0,665),(666,660,'',0,'MediaWiki default','20050419184539',0,0,666),(667,661,'',0,'MediaWiki default','20050419184539',0,0,667),(668,662,'',0,'MediaWiki default','20050419184539',0,0,668),(669,663,'',0,'MediaWiki default','20050419184539',0,0,669),(670,664,'',0,'MediaWiki default','20050419184539',0,0,670),(671,665,'',0,'MediaWiki default','20050419184539',0,0,671),(672,666,'',0,'MediaWiki default','20050419184539',0,0,672),(673,667,'',0,'MediaWiki default','20050419184539',0,0,673),(674,668,'',0,'MediaWiki default','20050419184539',0,0,674),(675,669,'',0,'MediaWiki default','20050419184539',0,0,675),(676,670,'',0,'MediaWiki default','20050419184539',0,0,676),(677,671,'',0,'MediaWiki default','20050419184539',0,0,677),(678,672,'',0,'MediaWiki default','20050419184539',0,0,678),(679,673,'',0,'MediaWiki default','20050419184539',0,0,679),(680,674,'',0,'MediaWiki default','20050419184539',0,0,680),(681,675,'',0,'MediaWiki default','20050419184539',0,0,681),(682,676,'',0,'MediaWiki default','20050419184539',0,0,682),(683,677,'',0,'MediaWiki default','20050419184539',0,0,683),(684,678,'',0,'MediaWiki default','20050419184539',0,0,684),(685,679,'',0,'MediaWiki default','20050419184539',0,0,685),(686,680,'',0,'MediaWiki default','20050419184539',0,0,686),(687,681,'',0,'MediaWiki default','20050419184539',0,0,687),(688,682,'',0,'MediaWiki default','20050419184539',0,0,688),(689,683,'',0,'MediaWiki default','20050419184539',0,0,689),(690,684,'',0,'MediaWiki default','20050419184539',0,0,690),(691,685,'',0,'MediaWiki default','20050419184539',0,0,691),(692,686,'',0,'MediaWiki default','20050419184539',0,0,692),(693,687,'',0,'MediaWiki default','20050419184539',0,0,693),(694,688,'',0,'MediaWiki default','20050419184539',0,0,694),(695,689,'',0,'MediaWiki default','20050419184539',0,0,695),(696,690,'',0,'MediaWiki default','20050419184539',0,0,696),(697,691,'',0,'MediaWiki default','20050419184539',0,0,697),(698,692,'',0,'MediaWiki default','20050419184539',0,0,698),(699,693,'',0,'MediaWiki default','20050419184539',0,0,699),(700,694,'',0,'MediaWiki default','20050419184539',0,0,700),(701,695,'',0,'MediaWiki default','20050419184539',0,0,701),(702,696,'',0,'MediaWiki default','20050419184539',0,0,702),(703,697,'',0,'MediaWiki default','20050419184539',0,0,703),(704,698,'',0,'MediaWiki default','20050419184539',0,0,704),(705,699,'',0,'MediaWiki default','20050419184539',0,0,705),(706,700,'',0,'MediaWiki default','20050419184539',0,0,706),(707,701,'',0,'MediaWiki default','20050419184539',0,0,707),(708,702,'',0,'MediaWiki default','20050419184539',0,0,708),(709,703,'',0,'MediaWiki default','20050419184539',0,0,709),(710,704,'',0,'MediaWiki default','20050419184539',0,0,710),(711,705,'',0,'MediaWiki default','20050419184539',0,0,711),(712,706,'',0,'MediaWiki default','20050419184539',0,0,712),(713,707,'',0,'MediaWiki default','20050419184539',0,0,713),(714,708,'',0,'MediaWiki default','20050419184539',0,0,714),(715,709,'',0,'MediaWiki default','20050419184539',0,0,715),(716,710,'',0,'MediaWiki default','20050419184539',0,0,716),(717,711,'',0,'MediaWiki default','20050419184539',0,0,717),(718,712,'',0,'MediaWiki default','20050419184539',0,0,718),(719,713,'',0,'MediaWiki default','20050419184539',0,0,719),(720,714,'',0,'MediaWiki default','20050419184539',0,0,720),(721,715,'',0,'MediaWiki default','20050419184539',0,0,721),(722,716,'',0,'MediaWiki default','20050419184539',0,0,722),(723,717,'',0,'MediaWiki default','20050419184539',0,0,723),(724,718,'',0,'MediaWiki default','20050419184539',0,0,724),(725,719,'',0,'MediaWiki default','20050419184539',0,0,725),(726,720,'',0,'MediaWiki default','20050419184539',0,0,726),(727,721,'',0,'MediaWiki default','20050419184539',0,0,727),(728,722,'',0,'MediaWiki default','20050419184539',0,0,728),(729,723,'',0,'MediaWiki default','20050419184539',0,0,729),(730,724,'',0,'MediaWiki default','20050419184539',0,0,730),(731,725,'',0,'MediaWiki default','20050419184539',0,0,731),(732,726,'',0,'MediaWiki default','20050419184539',0,0,732),(733,727,'',0,'MediaWiki default','20050419184539',0,0,733),(734,728,'',0,'MediaWiki default','20050419184539',0,0,734),(735,729,'',0,'MediaWiki default','20050419184539',0,0,735),(736,730,'',0,'MediaWiki default','20050419184539',0,0,736),(737,731,'',0,'MediaWiki default','20050419184539',0,0,737),(738,732,'',0,'MediaWiki default','20050419184539',0,0,738),(739,733,'',0,'MediaWiki default','20050419184539',0,0,739),(740,734,'',0,'MediaWiki default','20050419184539',0,0,740),(741,735,'',0,'MediaWiki default','20050419184539',0,0,741),(742,736,'',0,'MediaWiki default','20050419184539',0,0,742),(743,737,'',0,'MediaWiki default','20050419184539',0,0,743),(744,738,'',0,'MediaWiki default','20050419184539',0,0,744),(745,739,'',0,'MediaWiki default','20050419184539',0,0,745),(746,740,'',0,'MediaWiki default','20050419184539',0,0,746),(747,741,'',0,'MediaWiki default','20050419184539',0,0,747),(748,742,'',0,'MediaWiki default','20050419184539',0,0,748),(749,743,'',0,'MediaWiki default','20050419184539',0,0,749),(750,744,'',0,'MediaWiki default','20050419184539',0,0,750),(751,745,'',0,'MediaWiki default','20050419184539',0,0,751),(752,746,'',0,'MediaWiki default','20050419184539',0,0,752),(753,747,'',0,'MediaWiki default','20050419184539',0,0,753),(754,748,'',0,'MediaWiki default','20050419184539',0,0,754),(755,749,'',0,'MediaWiki default','20050419184539',0,0,755),(756,750,'',0,'MediaWiki default','20050419184539',0,0,756),(757,751,'',0,'MediaWiki default','20050419184539',0,0,757),(758,752,'',0,'MediaWiki default','20050419184539',0,0,758),(759,753,'',0,'MediaWiki default','20050419184539',0,0,759),(760,754,'',0,'MediaWiki default','20050419184539',0,0,760),(761,755,'',0,'MediaWiki default','20050419184539',0,0,761),(762,756,'',0,'MediaWiki default','20050419184539',0,0,762),(763,757,'',0,'MediaWiki default','20050419184539',0,0,763),(764,758,'',0,'MediaWiki default','20050419184539',0,0,764),(765,759,'',0,'MediaWiki default','20050419184539',0,0,765),(766,760,'',0,'MediaWiki default','20050419184539',0,0,766),(767,761,'',0,'MediaWiki default','20050419184539',0,0,767),(768,762,'',0,'MediaWiki default','20050419184539',0,0,768),(769,763,'',0,'MediaWiki default','20050419184539',0,0,769),(770,764,'',0,'MediaWiki default','20050419184539',0,0,770),(771,765,'',0,'MediaWiki default','20050419184539',0,0,771),(772,766,'',0,'MediaWiki default','20050419184539',0,0,772),(773,767,'',0,'MediaWiki default','20050419184539',0,0,773),(774,768,'',0,'MediaWiki default','20050419184539',0,0,774),(775,769,'',0,'MediaWiki default','20050419184539',0,0,775),(776,770,'',0,'MediaWiki default','20050419184539',0,0,776),(777,771,'',0,'MediaWiki default','20050419184539',0,0,777),(778,772,'',0,'MediaWiki default','20050419184539',0,0,778),(779,773,'',0,'MediaWiki default','20050419184539',0,0,779),(780,774,'',0,'MediaWiki default','20050419184539',0,0,780),(781,775,'',0,'MediaWiki default','20050419184539',0,0,781),(782,776,'',0,'MediaWiki default','20050419184539',0,0,782),(783,777,'',0,'MediaWiki default','20050419184539',0,0,783),(784,778,'',0,'MediaWiki default','20050419184539',0,0,784),(785,779,'',0,'MediaWiki default','20050419184539',0,0,785),(786,780,'',0,'MediaWiki default','20050419184539',0,0,786),(787,781,'',0,'MediaWiki default','20050419184539',0,0,787),(788,782,'',0,'MediaWiki default','20050419184539',0,0,788),(789,783,'',0,'MediaWiki default','20050419184539',0,0,789),(790,784,'',0,'MediaWiki default','20050419184539',0,0,790),(791,785,'',0,'MediaWiki default','20050419184539',0,0,791),(792,786,'',0,'MediaWiki default','20050419184539',0,0,792),(793,787,'',0,'MediaWiki default','20050419184539',0,0,793),(794,788,'',0,'MediaWiki default','20050419184539',0,0,794),(795,789,'',0,'MediaWiki default','20050419184539',0,0,795),(796,790,'',0,'MediaWiki default','20050419184539',0,0,796),(797,791,'',0,'MediaWiki default','20050419184539',0,0,797),(798,792,'',0,'MediaWiki default','20050419184539',0,0,798),(799,793,'',0,'MediaWiki default','20050419184539',0,0,799),(800,794,'',0,'MediaWiki default','20050419184539',0,0,800),(801,795,'',0,'MediaWiki default','20050419184539',0,0,801),(802,796,'',0,'MediaWiki default','20050419184539',0,0,802),(803,797,'',0,'MediaWiki default','20050419184539',0,0,803),(804,798,'',0,'MediaWiki default','20050419184539',0,0,804),(805,799,'',0,'MediaWiki default','20050419184539',0,0,805),(806,800,'',0,'MediaWiki default','20050419184539',0,0,806),(807,801,'',0,'MediaWiki default','20050419184539',0,0,807),(808,802,'',0,'MediaWiki default','20050419184539',0,0,808),(809,803,'',0,'MediaWiki default','20050419184539',0,0,809),(810,804,'',0,'MediaWiki default','20050419184539',0,0,810),(811,805,'',0,'MediaWiki default','20050419184539',0,0,811),(812,806,'',0,'MediaWiki default','20050419184539',0,0,812),(813,807,'',0,'MediaWiki default','20050419184539',0,0,813),(814,808,'',0,'MediaWiki default','20050419184539',0,0,814),(815,809,'',0,'MediaWiki default','20050419184539',0,0,815),(816,810,'',0,'MediaWiki default','20050419184539',0,0,816),(817,811,'',0,'MediaWiki default','20050419184539',0,0,817),(818,812,'',0,'MediaWiki default','20050419184539',0,0,818),(819,813,'',0,'MediaWiki default','20050419184539',0,0,819),(820,814,'',0,'MediaWiki default','20050419184539',0,0,820),(821,815,'',0,'MediaWiki default','20050419184539',0,0,821),(822,816,'',0,'MediaWiki default','20050419184539',0,0,822),(823,817,'',0,'MediaWiki default','20050419184539',0,0,823),(824,818,'',0,'MediaWiki default','20050419184539',0,0,824),(825,819,'',0,'MediaWiki default','20050419184539',0,0,825),(826,820,'',0,'MediaWiki default','20050419184539',0,0,826),(827,821,'',0,'MediaWiki default','20050419184539',0,0,827),(828,822,'',0,'MediaWiki default','20050419184539',0,0,828),(829,823,'',0,'MediaWiki default','20050419184539',0,0,829),(830,824,'',0,'MediaWiki default','20050419184539',0,0,830),(831,825,'',0,'MediaWiki default','20050419184539',0,0,831),(832,826,'',0,'MediaWiki default','20050419184539',0,0,832),(833,827,'',0,'MediaWiki default','20050419184539',0,0,833),(834,828,'',0,'MediaWiki default','20050419184539',0,0,834),(835,829,'',0,'MediaWiki default','20050419184539',0,0,835),(836,830,'',0,'MediaWiki default','20050419184539',0,0,836),(837,831,'',0,'MediaWiki default','20050419184539',0,0,837),(838,832,'',0,'MediaWiki default','20050419184539',0,0,838),(839,833,'',0,'MediaWiki default','20050419184539',0,0,839),(840,834,'',0,'MediaWiki default','20050419184539',0,0,840),(841,835,'',0,'MediaWiki default','20050419184539',0,0,841),(842,836,'',0,'MediaWiki default','20050419184539',0,0,842),(843,837,'',0,'MediaWiki default','20050419184539',0,0,843),(844,838,'',0,'MediaWiki default','20050419184539',0,0,844),(845,839,'',0,'MediaWiki default','20050419184539',0,0,845),(846,840,'',0,'MediaWiki default','20050419184539',0,0,846),(847,841,'',0,'MediaWiki default','20050419184539',0,0,847),(848,842,'',0,'MediaWiki default','20050419184539',0,0,848),(849,843,'',0,'MediaWiki default','20050419184539',0,0,849),(850,844,'',0,'MediaWiki default','20050419184539',0,0,850),(851,845,'',0,'MediaWiki default','20050419184539',0,0,851),(852,846,'',0,'MediaWiki default','20050419184539',0,0,852),(853,847,'',0,'MediaWiki default','20050419184539',0,0,853),(854,848,'',0,'MediaWiki default','20050419184539',0,0,854),(855,849,'',0,'MediaWiki default','20050419184539',0,0,855),(856,850,'',0,'MediaWiki default','20050419184539',0,0,856),(857,851,'',0,'MediaWiki default','20050419184539',0,0,857),(858,852,'',0,'MediaWiki default','20050419184539',0,0,858),(859,853,'',0,'MediaWiki default','20050419184539',0,0,859),(860,854,'',0,'MediaWiki default','20050419184539',0,0,860),(861,855,'',0,'MediaWiki default','20050419184539',0,0,861),(862,856,'',0,'MediaWiki default','20050419184539',0,0,862),(863,857,'',0,'MediaWiki default','20050419184539',0,0,863),(864,858,'',0,'MediaWiki default','20050419184539',0,0,864),(865,859,'',0,'MediaWiki default','20050419184539',0,0,865),(866,860,'',0,'MediaWiki default','20050419184539',0,0,866),(867,861,'',0,'MediaWiki default','20050419184539',0,0,867),(868,862,'',0,'MediaWiki default','20050419184539',0,0,868),(869,863,'',0,'MediaWiki default','20050419184539',0,0,869),(870,864,'',0,'MediaWiki default','20050419184539',0,0,870),(871,865,'',0,'MediaWiki default','20050419184539',0,0,871),(872,866,'',0,'MediaWiki default','20050419184539',0,0,872),(873,867,'',0,'MediaWiki default','20050419184539',0,0,873),(874,868,'',0,'MediaWiki default','20050419184539',0,0,874),(875,869,'',0,'MediaWiki default','20050419184539',0,0,875),(876,870,'',0,'MediaWiki default','20050419184539',0,0,876),(877,871,'',0,'MediaWiki default','20050419184539',0,0,877),(878,872,'',0,'MediaWiki default','20050419184539',0,0,878),(879,873,'',0,'MediaWiki default','20050419184539',0,0,879),(880,874,'',0,'MediaWiki default','20050419184539',0,0,880),(881,875,'',0,'MediaWiki default','20050419184539',0,0,881),(882,876,'',0,'MediaWiki default','20050419184539',0,0,882),(883,877,'',0,'MediaWiki default','20050419184539',0,0,883),(884,878,'',0,'MediaWiki default','20050419184539',0,0,884),(885,879,'',0,'MediaWiki default','20050419184539',0,0,885),(886,880,'',0,'MediaWiki default','20050419184539',0,0,886),(887,881,'',0,'MediaWiki default','20050419184539',0,0,887),(888,882,'',0,'MediaWiki default','20050419184539',0,0,888),(889,883,'',0,'MediaWiki default','20050419184539',0,0,889),(890,884,'',0,'MediaWiki default','20050419184539',0,0,890),(891,885,'',0,'MediaWiki default','20050419184539',0,0,891),(892,886,'',0,'MediaWiki default','20050419184539',0,0,892),(893,887,'',0,'MediaWiki default','20050419184539',0,0,893),(894,888,'',0,'MediaWiki default','20050419184539',0,0,894),(895,889,'',0,'MediaWiki default','20050419184539',0,0,895),(896,890,'',0,'MediaWiki default','20050419184539',0,0,896),(897,891,'',0,'MediaWiki default','20050419184539',0,0,897),(898,892,'',0,'MediaWiki default','20050419184539',0,0,898),(899,893,'',0,'MediaWiki default','20050419184539',0,0,899),(900,894,'',0,'MediaWiki default','20050419184539',0,0,900),(901,895,'',0,'MediaWiki default','20050419184539',0,0,901),(902,896,'',0,'MediaWiki default','20050419184539',0,0,902),(903,897,'',0,'MediaWiki default','20050419184539',0,0,903),(904,898,'',0,'MediaWiki default','20050419184539',0,0,904),(905,899,'',0,'MediaWiki default','20050419184539',0,0,905),(906,900,'',0,'MediaWiki default','20050419184539',0,0,906),(907,901,'',0,'MediaWiki default','20050419184539',0,0,907),(908,902,'',0,'MediaWiki default','20050419184539',0,0,908),(909,903,'',0,'MediaWiki default','20050419184539',0,0,909),(910,904,'',0,'MediaWiki default','20050419184539',0,0,910),(911,905,'',0,'MediaWiki default','20050419184539',0,0,911),(912,906,'',0,'MediaWiki default','20050419184539',0,0,912),(913,907,'',0,'MediaWiki default','20050419184539',0,0,913),(914,908,'',0,'MediaWiki default','20050419184539',0,0,914),(915,909,'',0,'MediaWiki default','20050419184539',0,0,915),(916,910,'',0,'MediaWiki default','20050419184539',0,0,916),(917,911,'',0,'MediaWiki default','20050419184539',0,0,917),(918,912,'',0,'MediaWiki default','20050419184539',0,0,918),(919,913,'',0,'MediaWiki default','20050419184539',0,0,919),(920,914,'',0,'MediaWiki default','20050419184539',0,0,920),(921,915,'',0,'MediaWiki default','20050419184539',0,0,921),(922,916,'',0,'MediaWiki default','20050419184539',0,0,922),(923,917,'',0,'MediaWiki default','20050419184539',0,0,923),(924,918,'',0,'MediaWiki default','20050419184539',0,0,924),(925,919,'',0,'MediaWiki default','20050419184539',0,0,925),(926,920,'',0,'MediaWiki default','20050419184539',0,0,926),(927,921,'',0,'MediaWiki default','20050419184539',0,0,927),(928,922,'',0,'MediaWiki default','20050419184539',0,0,928),(929,923,'',0,'MediaWiki default','20050419184539',0,0,929),(930,924,'',0,'MediaWiki default','20050419184539',0,0,930),(931,925,'',0,'MediaWiki default','20050419184539',0,0,931),(932,926,'',0,'MediaWiki default','20050419184539',0,0,932),(933,927,'',0,'MediaWiki default','20050419184539',0,0,933),(934,5,'',0,'MediaWiki default','20060304042533',0,0,934),(935,928,'',0,'MediaWiki default','20060304042533',0,0,935),(936,14,'',0,'MediaWiki default','20060304042533',0,0,936),(937,19,'',0,'MediaWiki default','20060304042533',0,0,937),(938,929,'',0,'MediaWiki default','20060304042533',0,0,938),(939,930,'',0,'MediaWiki default','20060304042533',0,0,939),(940,27,'',0,'MediaWiki default','20060304042533',0,0,940),(941,33,'',0,'MediaWiki default','20060304042533',0,0,941),(942,931,'',0,'MediaWiki default','20060304042533',0,0,942),(943,932,'',0,'MediaWiki default','20060304042533',0,0,943),(944,933,'',0,'MediaWiki default','20060304042533',0,0,944),(945,934,'',0,'MediaWiki default','20060304042533',0,0,945),(946,935,'',0,'MediaWiki default','20060304042533',0,0,946),(947,936,'',0,'MediaWiki default','20060304042533',0,0,947),(948,42,'',0,'MediaWiki default','20060304042533',0,0,948),(949,48,'',0,'MediaWiki default','20060304042533',0,0,949),(950,60,'',0,'MediaWiki default','20060304042533',0,0,950),(951,937,'',0,'MediaWiki default','20060304042533',0,0,951),(952,938,'',0,'MediaWiki default','20060304042533',0,0,952),(953,62,'',0,'MediaWiki default','20060304042533',0,0,953),(954,76,'',0,'MediaWiki default','20060304042533',0,0,954),(955,79,'',0,'MediaWiki default','20060304042533',0,0,955),(956,80,'',0,'MediaWiki default','20060304042533',0,0,956),(957,87,'',0,'MediaWiki default','20060304042534',0,0,957),(958,93,'',0,'MediaWiki default','20060304042534',0,0,958),(959,101,'',0,'MediaWiki default','20060304042534',0,0,959),(960,939,'',0,'MediaWiki default','20060304042534',0,0,960),(961,940,'',0,'MediaWiki default','20060304042534',0,0,961),(962,111,'',0,'MediaWiki default','20060304042534',0,0,962),(963,941,'',0,'MediaWiki default','20060304042534',0,0,963),(964,942,'',0,'MediaWiki default','20060304042534',0,0,964),(965,943,'',0,'MediaWiki default','20060304042534',0,0,965),(966,944,'',0,'MediaWiki default','20060304042534',0,0,966),(967,945,'',0,'MediaWiki default','20060304042534',0,0,967),(968,946,'',0,'MediaWiki default','20060304042534',0,0,968),(969,947,'',0,'MediaWiki default','20060304042534',0,0,969),(970,948,'',0,'MediaWiki default','20060304042534',0,0,970),(971,949,'',0,'MediaWiki default','20060304042534',0,0,971),(972,950,'',0,'MediaWiki default','20060304042534',0,0,972),(973,951,'',0,'MediaWiki default','20060304042534',0,0,973),(974,122,'',0,'MediaWiki default','20060304042534',0,0,974),(975,123,'',0,'MediaWiki default','20060304042534',0,0,975),(976,952,'',0,'MediaWiki default','20060304042534',0,0,976),(977,953,'',0,'MediaWiki default','20060304042534',0,0,977),(978,954,'',0,'MediaWiki default','20060304042534',0,0,978),(979,955,'',0,'MediaWiki default','20060304042534',0,0,979),(980,956,'',0,'MediaWiki default','20060304042534',0,0,980),(981,957,'',0,'MediaWiki default','20060304042534',0,0,981),(982,156,'',0,'MediaWiki default','20060304042534',0,0,982),(983,958,'',0,'MediaWiki default','20060304042534',0,0,983),(984,160,'',0,'MediaWiki default','20060304042534',0,0,984),(985,959,'',0,'MediaWiki default','20060304042534',0,0,985),(986,168,'',0,'MediaWiki default','20060304042534',0,0,986),(987,173,'',0,'MediaWiki default','20060304042534',0,0,987),(988,174,'',0,'MediaWiki default','20060304042534',0,0,988),(989,177,'',0,'MediaWiki default','20060304042534',0,0,989),(990,178,'',0,'MediaWiki default','20060304042534',0,0,990),(991,960,'',0,'MediaWiki default','20060304042534',0,0,991),(992,961,'',0,'MediaWiki default','20060304042534',0,0,992),(993,962,'',0,'MediaWiki default','20060304042534',0,0,993),(994,188,'',0,'MediaWiki default','20060304042534',0,0,994),(995,963,'',0,'MediaWiki default','20060304042534',0,0,995),(996,964,'',0,'MediaWiki default','20060304042534',0,0,996),(997,965,'',0,'MediaWiki default','20060304042534',0,0,997),(998,194,'',0,'MediaWiki default','20060304042534',0,0,998),(999,966,'',0,'MediaWiki default','20060304042534',0,0,999),(1000,967,'',0,'MediaWiki default','20060304042534',0,0,1000),(1001,968,'',0,'MediaWiki default','20060304042534',0,0,1001),(1002,969,'',0,'MediaWiki default','20060304042534',0,0,1002),(1003,970,'',0,'MediaWiki default','20060304042534',0,0,1003),(1004,971,'',0,'MediaWiki default','20060304042534',0,0,1004),(1005,972,'',0,'MediaWiki default','20060304042534',0,0,1005),(1006,209,'',0,'MediaWiki default','20060304042534',0,0,1006),(1007,211,'',0,'MediaWiki default','20060304042534',0,0,1007),(1008,973,'',0,'MediaWiki default','20060304042534',0,0,1008),(1009,974,'',0,'MediaWiki default','20060304042534',0,0,1009),(1010,975,'',0,'MediaWiki default','20060304042534',0,0,1010),(1011,976,'',0,'MediaWiki default','20060304042534',0,0,1011),(1012,977,'',0,'MediaWiki default','20060304042534',0,0,1012),(1013,978,'',0,'MediaWiki default','20060304042534',0,0,1013),(1014,979,'',0,'MediaWiki default','20060304042534',0,0,1014),(1015,980,'',0,'MediaWiki default','20060304042534',0,0,1015),(1016,981,'',0,'MediaWiki default','20060304042534',0,0,1016),(1017,982,'',0,'MediaWiki default','20060304042534',0,0,1017),(1018,983,'',0,'MediaWiki default','20060304042534',0,0,1018),(1019,984,'',0,'MediaWiki default','20060304042534',0,0,1019),(1020,985,'',0,'MediaWiki default','20060304042534',0,0,1020),(1021,986,'',0,'MediaWiki default','20060304042534',0,0,1021),(1022,987,'',0,'MediaWiki default','20060304042534',0,0,1022),(1023,988,'',0,'MediaWiki default','20060304042534',0,0,1023),(1024,989,'',0,'MediaWiki default','20060304042534',0,0,1024),(1025,990,'',0,'MediaWiki default','20060304042534',0,0,1025),(1026,991,'',0,'MediaWiki default','20060304042534',0,0,1026),(1027,992,'',0,'MediaWiki default','20060304042534',0,0,1027),(1028,993,'',0,'MediaWiki default','20060304042534',0,0,1028),(1029,994,'',0,'MediaWiki default','20060304042534',0,0,1029),(1030,995,'',0,'MediaWiki default','20060304042534',0,0,1030),(1031,996,'',0,'MediaWiki default','20060304042535',0,0,1031),(1032,997,'',0,'MediaWiki default','20060304042535',0,0,1032),(1033,998,'',0,'MediaWiki default','20060304042535',0,0,1033),(1034,999,'',0,'MediaWiki default','20060304042535',0,0,1034),(1035,1000,'',0,'MediaWiki default','20060304042535',0,0,1035),(1036,1001,'',0,'MediaWiki default','20060304042535',0,0,1036),(1037,1002,'',0,'MediaWiki default','20060304042535',0,0,1037),(1038,1003,'',0,'MediaWiki default','20060304042535',0,0,1038),(1039,1004,'',0,'MediaWiki default','20060304042535',0,0,1039),(1040,1005,'',0,'MediaWiki default','20060304042535',0,0,1040),(1041,1006,'',0,'MediaWiki default','20060304042535',0,0,1041),(1042,1007,'',0,'MediaWiki default','20060304042535',0,0,1042),(1043,1008,'',0,'MediaWiki default','20060304042535',0,0,1043),(1044,1009,'',0,'MediaWiki default','20060304042535',0,0,1044),(1045,1010,'',0,'MediaWiki default','20060304042535',0,0,1045),(1046,1011,'',0,'MediaWiki default','20060304042535',0,0,1046),(1047,1012,'',0,'MediaWiki default','20060304042535',0,0,1047),(1048,1013,'',0,'MediaWiki default','20060304042535',0,0,1048),(1049,1014,'',0,'MediaWiki default','20060304042535',0,0,1049),(1050,1015,'',0,'MediaWiki default','20060304042535',0,0,1050),(1051,1016,'',0,'MediaWiki default','20060304042535',0,0,1051),(1052,1017,'',0,'MediaWiki default','20060304042535',0,0,1052),(1053,1018,'',0,'MediaWiki default','20060304042535',0,0,1053),(1054,1019,'',0,'MediaWiki default','20060304042535',0,0,1054),(1055,1020,'',0,'MediaWiki default','20060304042535',0,0,1055),(1056,1021,'',0,'MediaWiki default','20060304042535',0,0,1056),(1057,1022,'',0,'MediaWiki default','20060304042535',0,0,1057),(1058,1023,'',0,'MediaWiki default','20060304042535',0,0,1058),(1059,1024,'',0,'MediaWiki default','20060304042535',0,0,1059),(1060,1025,'',0,'MediaWiki default','20060304042535',0,0,1060),(1061,1026,'',0,'MediaWiki default','20060304042535',0,0,1061),(1062,1027,'',0,'MediaWiki default','20060304042535',0,0,1062),(1063,1028,'',0,'MediaWiki default','20060304042535',0,0,1063),(1064,1029,'',0,'MediaWiki default','20060304042535',0,0,1064),(1065,1030,'',0,'MediaWiki default','20060304042535',0,0,1065),(1066,1031,'',0,'MediaWiki default','20060304042535',0,0,1066),(1067,1032,'',0,'MediaWiki default','20060304042535',0,0,1067),(1068,1033,'',0,'MediaWiki default','20060304042535',0,0,1068),(1069,1034,'',0,'MediaWiki default','20060304042535',0,0,1069),(1070,1035,'',0,'MediaWiki default','20060304042535',0,0,1070),(1071,1036,'',0,'MediaWiki default','20060304042535',0,0,1071),(1072,1037,'',0,'MediaWiki default','20060304042535',0,0,1072),(1073,1038,'',0,'MediaWiki default','20060304042535',0,0,1073),(1074,1039,'',0,'MediaWiki default','20060304042535',0,0,1074),(1075,1040,'',0,'MediaWiki default','20060304042535',0,0,1075),(1076,1041,'',0,'MediaWiki default','20060304042535',0,0,1076),(1077,1042,'',0,'MediaWiki default','20060304042535',0,0,1077),(1078,1043,'',0,'MediaWiki default','20060304042535',0,0,1078),(1079,1044,'',0,'MediaWiki default','20060304042535',0,0,1079),(1080,1045,'',0,'MediaWiki default','20060304042535',0,0,1080),(1081,1046,'',0,'MediaWiki default','20060304042535',0,0,1081),(1082,1047,'',0,'MediaWiki default','20060304042535',0,0,1082),(1083,1048,'',0,'MediaWiki default','20060304042535',0,0,1083),(1084,1049,'',0,'MediaWiki default','20060304042535',0,0,1084),(1085,1050,'',0,'MediaWiki default','20060304042535',0,0,1085),(1086,1051,'',0,'MediaWiki default','20060304042535',0,0,1086),(1087,1052,'',0,'MediaWiki default','20060304042535',0,0,1087),(1088,1053,'',0,'MediaWiki default','20060304042535',0,0,1088),(1089,1054,'',0,'MediaWiki default','20060304042535',0,0,1089),(1090,1055,'',0,'MediaWiki default','20060304042535',0,0,1090),(1091,1056,'',0,'MediaWiki default','20060304042535',0,0,1091),(1092,1057,'',0,'MediaWiki default','20060304042535',0,0,1092),(1093,1058,'',0,'MediaWiki default','20060304042535',0,0,1093),(1094,1059,'',0,'MediaWiki default','20060304042535',0,0,1094),(1095,1060,'',0,'MediaWiki default','20060304042535',0,0,1095),(1096,1061,'',0,'MediaWiki default','20060304042535',0,0,1096),(1097,1062,'',0,'MediaWiki default','20060304042535',0,0,1097),(1098,1063,'',0,'MediaWiki default','20060304042535',0,0,1098),(1099,1064,'',0,'MediaWiki default','20060304042535',0,0,1099),(1100,1065,'',0,'MediaWiki default','20060304042535',0,0,1100),(1101,1066,'',0,'MediaWiki default','20060304042535',0,0,1101),(1102,1067,'',0,'MediaWiki default','20060304042535',0,0,1102),(1103,1068,'',0,'MediaWiki default','20060304042535',0,0,1103),(1104,1069,'',0,'MediaWiki default','20060304042535',0,0,1104),(1105,1070,'',0,'MediaWiki default','20060304042535',0,0,1105),(1106,1071,'',0,'MediaWiki default','20060304042535',0,0,1106),(1107,1072,'',0,'MediaWiki default','20060304042535',0,0,1107),(1108,1073,'',0,'MediaWiki default','20060304042535',0,0,1108),(1109,1074,'',0,'MediaWiki default','20060304042535',0,0,1109),(1110,1075,'',0,'MediaWiki default','20060304042535',0,0,1110),(1111,1076,'',0,'MediaWiki default','20060304042535',0,0,1111),(1112,1077,'',0,'MediaWiki default','20060304042535',0,0,1112),(1113,1078,'',0,'MediaWiki default','20060304042535',0,0,1113),(1114,1079,'',0,'MediaWiki default','20060304042535',0,0,1114),(1115,1080,'',0,'MediaWiki default','20060304042535',0,0,1115),(1116,1081,'',0,'MediaWiki default','20060304042535',0,0,1116),(1117,1082,'',0,'MediaWiki default','20060304042535',0,0,1117),(1118,1083,'',0,'MediaWiki default','20060304042535',0,0,1118),(1119,1084,'',0,'MediaWiki default','20060304042535',0,0,1119),(1120,1085,'',0,'MediaWiki default','20060304042535',0,0,1120),(1121,1086,'',0,'MediaWiki default','20060304042535',0,0,1121),(1122,1087,'',0,'MediaWiki default','20060304042535',0,0,1122),(1123,1088,'',0,'MediaWiki default','20060304042535',0,0,1123),(1124,1089,'',0,'MediaWiki default','20060304042535',0,0,1124),(1125,1090,'',0,'MediaWiki default','20060304042535',0,0,1125),(1126,1091,'',0,'MediaWiki default','20060304042535',0,0,1126),(1127,1092,'',0,'MediaWiki default','20060304042535',0,0,1127),(1128,1093,'',0,'MediaWiki default','20060304042535',0,0,1128),(1129,1094,'',0,'MediaWiki default','20060304042535',0,0,1129),(1130,1095,'',0,'MediaWiki default','20060304042535',0,0,1130),(1131,1096,'',0,'MediaWiki default','20060304042535',0,0,1131),(1132,1097,'',0,'MediaWiki default','20060304042535',0,0,1132),(1133,1098,'',0,'MediaWiki default','20060304042535',0,0,1133),(1134,1099,'',0,'MediaWiki default','20060304042535',0,0,1134),(1135,1100,'',0,'MediaWiki default','20060304042535',0,0,1135),(1136,1101,'',0,'MediaWiki default','20060304042535',0,0,1136),(1137,1102,'',0,'MediaWiki default','20060304042535',0,0,1137),(1138,1103,'',0,'MediaWiki default','20060304042535',0,0,1138),(1139,1104,'',0,'MediaWiki default','20060304042535',0,0,1139),(1140,1105,'',0,'MediaWiki default','20060304042535',0,0,1140),(1141,1106,'',0,'MediaWiki default','20060304042535',0,0,1141),(1142,1107,'',0,'MediaWiki default','20060304042535',0,0,1142),(1143,1108,'',0,'MediaWiki default','20060304042535',0,0,1143),(1144,1109,'',0,'MediaWiki default','20060304042535',0,0,1144),(1145,1110,'',0,'MediaWiki default','20060304042535',0,0,1145),(1146,1111,'',0,'MediaWiki default','20060304042535',0,0,1146),(1147,1112,'',0,'MediaWiki default','20060304042535',0,0,1147),(1148,1113,'',0,'MediaWiki default','20060304042535',0,0,1148),(1149,1114,'',0,'MediaWiki default','20060304042535',0,0,1149),(1150,1115,'',0,'MediaWiki default','20060304042535',0,0,1150),(1151,1116,'',0,'MediaWiki default','20060304042535',0,0,1151),(1152,1117,'',0,'MediaWiki default','20060304042535',0,0,1152),(1153,1118,'',0,'MediaWiki default','20060304042535',0,0,1153),(1154,1119,'',0,'MediaWiki default','20060304042535',0,0,1154),(1155,1120,'',0,'MediaWiki default','20060304042535',0,0,1155),(1156,1121,'',0,'MediaWiki default','20060304042535',0,0,1156),(1157,1122,'',0,'MediaWiki default','20060304042535',0,0,1157),(1158,1123,'',0,'MediaWiki default','20060304042535',0,0,1158),(1159,1124,'',0,'MediaWiki default','20060304042535',0,0,1159),(1160,1125,'',0,'MediaWiki default','20060304042535',0,0,1160),(1161,1126,'',0,'MediaWiki default','20060304042535',0,0,1161),(1162,1127,'',0,'MediaWiki default','20060304042535',0,0,1162),(1163,1128,'',0,'MediaWiki default','20060304042535',0,0,1163),(1164,1129,'',0,'MediaWiki default','20060304042535',0,0,1164),(1165,1130,'',0,'MediaWiki default','20060304042535',0,0,1165),(1166,1131,'',0,'MediaWiki default','20060304042535',0,0,1166),(1167,1132,'',0,'MediaWiki default','20060304042535',0,0,1167),(1168,1133,'',0,'MediaWiki default','20060304042535',0,0,1168),(1169,1134,'',0,'MediaWiki default','20060304042535',0,0,1169),(1170,1135,'',0,'MediaWiki default','20060304042535',0,0,1170),(1171,1136,'',0,'MediaWiki default','20060304042535',0,0,1171),(1172,1137,'',0,'MediaWiki default','20060304042535',0,0,1172),(1173,1138,'',0,'MediaWiki default','20060304042535',0,0,1173),(1174,1139,'',0,'MediaWiki default','20060304042535',0,0,1174),(1175,1140,'',0,'MediaWiki default','20060304042535',0,0,1175),(1176,1141,'',0,'MediaWiki default','20060304042535',0,0,1176),(1177,1142,'',0,'MediaWiki default','20060304042535',0,0,1177),(1178,1143,'',0,'MediaWiki default','20060304042535',0,0,1178),(1179,1144,'',0,'MediaWiki default','20060304042535',0,0,1179),(1180,1145,'',0,'MediaWiki default','20060304042535',0,0,1180),(1181,1146,'',0,'MediaWiki default','20060304042535',0,0,1181),(1182,1147,'',0,'MediaWiki default','20060304042535',0,0,1182),(1183,1148,'',0,'MediaWiki default','20060304042536',0,0,1183),(1184,1149,'',0,'MediaWiki default','20060304042536',0,0,1184),(1185,1150,'',0,'MediaWiki default','20060304042536',0,0,1185),(1186,1151,'',0,'MediaWiki default','20060304042536',0,0,1186),(1187,1152,'',0,'MediaWiki default','20060304042536',0,0,1187),(1188,1153,'',0,'MediaWiki default','20060304042536',0,0,1188),(1189,1154,'',0,'MediaWiki default','20060304042536',0,0,1189),(1190,1155,'',0,'MediaWiki default','20060304042536',0,0,1190),(1191,1156,'',0,'MediaWiki default','20060304042536',0,0,1191),(1192,1157,'',0,'MediaWiki default','20060304042536',0,0,1192),(1193,1158,'',0,'MediaWiki default','20060304042536',0,0,1193),(1194,1159,'',0,'MediaWiki default','20060304042536',0,0,1194),(1195,1160,'',0,'MediaWiki default','20060304042536',0,0,1195),(1196,1161,'',0,'MediaWiki default','20060304042536',0,0,1196),(1197,1162,'',0,'MediaWiki default','20060304042536',0,0,1197),(1198,1163,'',0,'MediaWiki default','20060304042536',0,0,1198),(1199,1164,'',0,'MediaWiki default','20060304042536',0,0,1199),(1200,1165,'',0,'MediaWiki default','20060304042536',0,0,1200),(1201,1166,'',0,'MediaWiki default','20060304042536',0,0,1201),(1202,1167,'',0,'MediaWiki default','20060304042536',0,0,1202),(1203,1168,'',0,'MediaWiki default','20060304042536',0,0,1203),(1204,1169,'',0,'MediaWiki default','20060304042536',0,0,1204),(1205,1170,'',0,'MediaWiki default','20060304042536',0,0,1205),(1206,1171,'',0,'MediaWiki default','20060304042536',0,0,1206),(1207,1172,'',0,'MediaWiki default','20060304042536',0,0,1207),(1208,1173,'',0,'MediaWiki default','20060304042536',0,0,1208),(1209,1174,'',0,'MediaWiki default','20060304042536',0,0,1209),(1210,1175,'',0,'MediaWiki default','20060304042536',0,0,1210),(1211,1176,'',0,'MediaWiki default','20060304042536',0,0,1211),(1212,1177,'',0,'MediaWiki default','20060304042536',0,0,1212),(1213,1178,'',0,'MediaWiki default','20060304042536',0,0,1213),(1214,1179,'',0,'MediaWiki default','20060304042536',0,0,1214),(1215,1180,'',0,'MediaWiki default','20060304042536',0,0,1215),(1216,1181,'',0,'MediaWiki default','20060304042536',0,0,1216),(1217,1182,'',0,'MediaWiki default','20060304042536',0,0,1217),(1218,1183,'',0,'MediaWiki default','20060304042536',0,0,1218),(1219,1184,'',0,'MediaWiki default','20060304042536',0,0,1219),(1220,1185,'',0,'MediaWiki default','20060304042536',0,0,1220),(1221,1186,'',0,'MediaWiki default','20060304042536',0,0,1221),(1222,1187,'',0,'MediaWiki default','20060304042536',0,0,1222),(1223,1188,'',0,'MediaWiki default','20060304042536',0,0,1223),(1224,1189,'',0,'MediaWiki default','20060304042536',0,0,1224),(1225,1190,'',0,'MediaWiki default','20060304042536',0,0,1225),(1226,1191,'',0,'MediaWiki default','20060304042536',0,0,1226),(1227,1192,'',0,'MediaWiki default','20060304042536',0,0,1227),(1228,1193,'',0,'MediaWiki default','20060304042536',0,0,1228),(1229,1194,'',0,'MediaWiki default','20060304042536',0,0,1229),(1230,1195,'',0,'MediaWiki default','20060304042536',0,0,1230),(1231,1196,'',0,'MediaWiki default','20060304042536',0,0,1231),(1232,1197,'',0,'MediaWiki default','20060304042536',0,0,1232),(1233,1198,'',0,'MediaWiki default','20060304042536',0,0,1233),(1234,1199,'',0,'MediaWiki default','20060304042536',0,0,1234),(1235,1200,'',0,'MediaWiki default','20060304042536',0,0,1235),(1236,1201,'',0,'MediaWiki default','20060304042536',0,0,1236),(1237,1202,'',0,'MediaWiki default','20060304042536',0,0,1237),(1238,1203,'',0,'MediaWiki default','20060304042536',0,0,1238),(1239,1204,'',0,'MediaWiki default','20060304042536',0,0,1239),(1240,1205,'',0,'MediaWiki default','20060304042536',0,0,1240),(1241,1206,'',0,'MediaWiki default','20060304042536',0,0,1241),(1242,1207,'',0,'MediaWiki default','20060304042536',0,0,1242),(1243,1208,'',0,'MediaWiki default','20060304042536',0,0,1243),(1244,1209,'',0,'MediaWiki default','20060304042536',0,0,1244),(1245,1210,'',0,'MediaWiki default','20060304042536',0,0,1245),(1246,212,'',0,'MediaWiki default','20060304042536',0,0,1246),(1247,1211,'',0,'MediaWiki default','20060304042536',0,0,1247),(1248,1212,'',0,'MediaWiki default','20060304042536',0,0,1248),(1249,1213,'',0,'MediaWiki default','20060304042536',0,0,1249),(1250,237,'',0,'MediaWiki default','20060304042536',0,0,1250),(1251,239,'',0,'MediaWiki default','20060304042536',0,0,1251),(1252,1214,'',0,'MediaWiki default','20060304042536',0,0,1252),(1253,1215,'',0,'MediaWiki default','20060304042536',0,0,1253),(1254,1216,'',0,'MediaWiki default','20060304042536',0,0,1254),(1255,1217,'',0,'MediaWiki default','20060304042536',0,0,1255),(1256,1218,'',0,'MediaWiki default','20060304042536',0,0,1256),(1257,1219,'',0,'MediaWiki default','20060304042536',0,0,1257),(1258,1220,'',0,'MediaWiki default','20060304042536',0,0,1258),(1259,1221,'',0,'MediaWiki default','20060304042536',0,0,1259),(1260,1222,'',0,'MediaWiki default','20060304042536',0,0,1260),(1261,1223,'',0,'MediaWiki default','20060304042536',0,0,1261),(1262,1224,'',0,'MediaWiki default','20060304042536',0,0,1262),(1263,1225,'',0,'MediaWiki default','20060304042536',0,0,1263),(1264,1226,'',0,'MediaWiki default','20060304042536',0,0,1264),(1265,1227,'',0,'MediaWiki default','20060304042536',0,0,1265),(1266,1228,'',0,'MediaWiki default','20060304042536',0,0,1266),(1267,1229,'',0,'MediaWiki default','20060304042536',0,0,1267),(1268,1230,'',0,'MediaWiki default','20060304042536',0,0,1268),(1269,1231,'',0,'MediaWiki default','20060304042536',0,0,1269),(1270,1232,'',0,'MediaWiki default','20060304042536',0,0,1270),(1271,1233,'',0,'MediaWiki default','20060304042536',0,0,1271),(1272,1234,'',0,'MediaWiki default','20060304042536',0,0,1272),(1273,1235,'',0,'MediaWiki default','20060304042536',0,0,1273),(1274,245,'',0,'MediaWiki default','20060304042536',0,0,1274),(1275,1236,'',0,'MediaWiki default','20060304042536',0,0,1275),(1276,1237,'',0,'MediaWiki default','20060304042536',0,0,1276),(1277,260,'',0,'MediaWiki default','20060304042536',0,0,1277),(1278,261,'',0,'MediaWiki default','20060304042536',0,0,1278),(1279,1238,'',0,'MediaWiki default','20060304042536',0,0,1279),(1280,262,'',0,'MediaWiki default','20060304042536',0,0,1280),(1281,268,'',0,'MediaWiki default','20060304042536',0,0,1281),(1282,269,'',0,'MediaWiki default','20060304042536',0,0,1282),(1283,270,'',0,'MediaWiki default','20060304042536',0,0,1283),(1284,1239,'',0,'MediaWiki default','20060304042536',0,0,1284),(1285,1240,'',0,'MediaWiki default','20060304042536',0,0,1285),(1286,1241,'',0,'MediaWiki default','20060304042536',0,0,1286),(1287,1242,'',0,'MediaWiki default','20060304042536',0,0,1287),(1288,1243,'',0,'MediaWiki default','20060304042536',0,0,1288),(1289,1244,'',0,'MediaWiki default','20060304042536',0,0,1289),(1290,1245,'',0,'MediaWiki default','20060304042536',0,0,1290),(1291,1246,'',0,'MediaWiki default','20060304042536',0,0,1291),(1292,284,'',0,'MediaWiki default','20060304042536',0,0,1292),(1293,1247,'',0,'MediaWiki default','20060304042536',0,0,1293),(1294,1248,'',0,'MediaWiki default','20060304042537',0,0,1294),(1295,1249,'',0,'MediaWiki default','20060304042537',0,0,1295),(1296,1250,'',0,'MediaWiki default','20060304042537',0,0,1296),(1297,1251,'',0,'MediaWiki default','20060304042537',0,0,1297),(1298,291,'',0,'MediaWiki default','20060304042537',0,0,1298),(1299,304,'',0,'MediaWiki default','20060304042537',0,0,1299),(1300,1252,'',0,'MediaWiki default','20060304042537',0,0,1300),(1301,313,'',0,'MediaWiki default','20060304042537',0,0,1301),(1302,321,'',0,'MediaWiki default','20060304042537',0,0,1302),(1303,341,'',0,'MediaWiki default','20060304042537',0,0,1303),(1304,345,'',0,'MediaWiki default','20060304042537',0,0,1304),(1305,349,'',0,'MediaWiki default','20060304042537',0,0,1305),(1306,366,'',0,'MediaWiki default','20060304042537',0,0,1306),(1307,371,'',0,'MediaWiki default','20060304042537',0,0,1307),(1308,385,'',0,'MediaWiki default','20060304042537',0,0,1308),(1309,1253,'',0,'MediaWiki default','20060304042537',0,0,1309),(1310,1254,'',0,'MediaWiki default','20060304042537',0,0,1310),(1311,1255,'',0,'MediaWiki default','20060304042537',0,0,1311),(1312,387,'',0,'MediaWiki default','20060304042537',0,0,1312),(1313,393,'',0,'MediaWiki default','20060304042537',0,0,1313),(1314,1256,'',0,'MediaWiki default','20060304042537',0,0,1314),(1315,1257,'',0,'MediaWiki default','20060304042537',0,0,1315),(1316,1258,'',0,'MediaWiki default','20060304042537',0,0,1316),(1317,404,'',0,'MediaWiki default','20060304042537',0,0,1317),(1318,408,'',0,'MediaWiki default','20060304042537',0,0,1318),(1319,1259,'',0,'MediaWiki default','20060304042537',0,0,1319),(1320,1260,'',0,'MediaWiki default','20060304042537',0,0,1320),(1321,1261,'',0,'MediaWiki default','20060304042537',0,0,1321),(1322,426,'',0,'MediaWiki default','20060304042537',0,0,1322),(1323,437,'',0,'MediaWiki default','20060304042537',0,0,1323),(1324,440,'',0,'MediaWiki default','20060304042537',0,0,1324),(1325,1262,'',0,'MediaWiki default','20060304042537',0,0,1325),(1326,456,'',0,'MediaWiki default','20060304042537',0,0,1326),(1327,1263,'',0,'MediaWiki default','20060304042537',0,0,1327),(1328,460,'',0,'MediaWiki default','20060304042537',0,0,1328),(1329,463,'',0,'MediaWiki default','20060304042537',0,0,1329),(1330,464,'',0,'MediaWiki default','20060304042537',0,0,1330),(1331,485,'',0,'MediaWiki default','20060304042538',0,0,1331),(1332,487,'',0,'MediaWiki default','20060304042538',0,0,1332),(1333,492,'',0,'MediaWiki default','20060304042538',0,0,1333),(1334,1264,'',0,'MediaWiki default','20060304042538',0,0,1334),(1335,1265,'',0,'MediaWiki default','20060304042538',0,0,1335),(1336,506,'',0,'MediaWiki default','20060304042538',0,0,1336),(1337,1266,'',0,'MediaWiki default','20060304042538',0,0,1337),(1338,1267,'',0,'MediaWiki default','20060304042538',0,0,1338),(1339,1268,'',0,'MediaWiki default','20060304042538',0,0,1339),(1340,1269,'',0,'MediaWiki default','20060304042538',0,0,1340),(1341,527,'',0,'MediaWiki default','20060304042538',0,0,1341),(1342,529,'',0,'MediaWiki default','20060304042538',0,0,1342),(1343,532,'',0,'MediaWiki default','20060304042538',0,0,1343),(1344,537,'',0,'MediaWiki default','20060304042538',0,0,1344),(1345,538,'',0,'MediaWiki default','20060304042538',0,0,1345),(1346,1270,'',0,'MediaWiki default','20060304042538',0,0,1346),(1347,544,'',0,'MediaWiki default','20060304042538',0,0,1347),(1348,546,'',0,'MediaWiki default','20060304042538',0,0,1348),(1349,565,'',0,'MediaWiki default','20060304042538',0,0,1349),(1350,571,'',0,'MediaWiki default','20060304042538',0,0,1350),(1351,1271,'',0,'MediaWiki default','20060304042538',0,0,1351),(1352,584,'',0,'MediaWiki default','20060304042538',0,0,1352),(1353,585,'',0,'MediaWiki default','20060304042538',0,0,1353),(1354,1272,'',0,'MediaWiki default','20060304042538',0,0,1354),(1355,588,'',0,'MediaWiki default','20060304042538',0,0,1355),(1356,592,'',0,'MediaWiki default','20060304042538',0,0,1356),(1357,1273,'',0,'MediaWiki default','20060304042538',0,0,1357),(1358,597,'',0,'MediaWiki default','20060304042538',0,0,1358),(1359,1274,'',0,'MediaWiki default','20060304042538',0,0,1359),(1360,1275,'',0,'MediaWiki default','20060304042538',0,0,1360),(1361,599,'',0,'MediaWiki default','20060304042538',0,0,1361),(1362,1276,'',0,'MediaWiki default','20060304042538',0,0,1362),(1363,613,'',0,'MediaWiki default','20060304042538',0,0,1363),(1364,626,'',0,'MediaWiki default','20060304042538',0,0,1364),(1365,1277,'',0,'MediaWiki default','20060304042538',0,0,1365),(1366,1278,'',0,'MediaWiki default','20060304042538',0,0,1366),(1367,1279,'',0,'MediaWiki default','20060304042538',0,0,1367),(1368,629,'',0,'MediaWiki default','20060304042538',0,0,1368),(1369,1280,'',0,'MediaWiki default','20060304042538',0,0,1369),(1370,632,'',0,'MediaWiki default','20060304042538',0,0,1370),(1371,634,'',0,'MediaWiki default','20060304042538',0,0,1371),(1372,1281,'',0,'MediaWiki default','20060304042538',0,0,1372),(1373,643,'',0,'MediaWiki default','20060304042538',0,0,1373),(1374,1282,'',0,'MediaWiki default','20060304042538',0,0,1374),(1375,1283,'',0,'MediaWiki default','20060304042538',0,0,1375),(1376,1284,'',0,'MediaWiki default','20060304042538',0,0,1376),(1377,1285,'',0,'MediaWiki default','20060304042538',0,0,1377),(1378,655,'',0,'MediaWiki default','20060304042539',0,0,1378),(1379,1286,'',0,'MediaWiki default','20060304042539',0,0,1379),(1380,694,'',0,'MediaWiki default','20060304042539',0,0,1380),(1381,697,'',0,'MediaWiki default','20060304042539',0,0,1381),(1382,700,'',0,'MediaWiki default','20060304042539',0,0,1382),(1383,701,'',0,'MediaWiki default','20060304042539',0,0,1383),(1384,1287,'',0,'MediaWiki default','20060304042539',0,0,1384),(1385,1288,'',0,'MediaWiki default','20060304042539',0,0,1385),(1386,1289,'',0,'MediaWiki default','20060304042539',0,0,1386),(1387,1290,'',0,'MediaWiki default','20060304042539',0,0,1387),(1388,1291,'',0,'MediaWiki default','20060304042539',0,0,1388),(1389,1292,'',0,'MediaWiki default','20060304042539',0,0,1389),(1390,726,'',0,'MediaWiki default','20060304042539',0,0,1390),(1391,731,'',0,'MediaWiki default','20060304042539',0,0,1391),(1392,1293,'',0,'MediaWiki default','20060304042539',0,0,1392),(1393,743,'',0,'MediaWiki default','20060304042539',0,0,1393),(1394,744,'',0,'MediaWiki default','20060304042539',0,0,1394),(1395,746,'',0,'MediaWiki default','20060304042539',0,0,1395),(1396,1294,'',0,'MediaWiki default','20060304042539',0,0,1396),(1397,1295,'',0,'MediaWiki default','20060304042539',0,0,1397),(1398,1296,'',0,'MediaWiki default','20060304042539',0,0,1398),(1399,1297,'',0,'MediaWiki default','20060304042539',0,0,1399),(1400,1298,'',0,'MediaWiki default','20060304042539',0,0,1400),(1401,1299,'',0,'MediaWiki default','20060304042539',0,0,1401),(1402,760,'',0,'MediaWiki default','20060304042539',0,0,1402),(1403,761,'',0,'MediaWiki default','20060304042539',0,0,1403),(1404,1300,'',0,'MediaWiki default','20060304042539',0,0,1404),(1405,762,'',0,'MediaWiki default','20060304042539',0,0,1405),(1406,763,'',0,'MediaWiki default','20060304042539',0,0,1406),(1407,765,'',0,'MediaWiki default','20060304042539',0,0,1407),(1408,1301,'',0,'MediaWiki default','20060304042539',0,0,1408),(1409,772,'',0,'MediaWiki default','20060304042539',0,0,1409),(1410,1302,'',0,'MediaWiki default','20060304042539',0,0,1410),(1411,1303,'',0,'MediaWiki default','20060304042539',0,0,1411),(1412,1304,'',0,'MediaWiki default','20060304042539',0,0,1412),(1413,1305,'',0,'MediaWiki default','20060304042539',0,0,1413),(1414,1306,'',0,'MediaWiki default','20060304042539',0,0,1414),(1415,1307,'',0,'MediaWiki default','20060304042539',0,0,1415),(1416,1308,'',0,'MediaWiki default','20060304042539',0,0,1416),(1417,781,'',0,'MediaWiki default','20060304042539',0,0,1417),(1418,1309,'',0,'MediaWiki default','20060304042539',0,0,1418),(1419,788,'',0,'MediaWiki default','20060304042539',0,0,1419),(1420,1310,'',0,'MediaWiki default','20060304042539',0,0,1420),(1421,1311,'',0,'MediaWiki default','20060304042539',0,0,1421),(1422,1312,'',0,'MediaWiki default','20060304042539',0,0,1422),(1423,1313,'',0,'MediaWiki default','20060304042539',0,0,1423),(1424,803,'',0,'MediaWiki default','20060304042539',0,0,1424),(1425,805,'',0,'MediaWiki default','20060304042539',0,0,1425),(1426,1314,'',0,'MediaWiki default','20060304042539',0,0,1426),(1427,1315,'',0,'MediaWiki default','20060304042539',0,0,1427),(1428,808,'',0,'MediaWiki default','20060304042539',0,0,1428),(1429,1316,'',0,'MediaWiki default','20060304042539',0,0,1429),(1430,818,'',0,'MediaWiki default','20060304042539',0,0,1430),(1431,1317,'',0,'MediaWiki default','20060304042539',0,0,1431),(1432,826,'',0,'MediaWiki default','20060304042539',0,0,1432),(1433,1318,'',0,'MediaWiki default','20060304042539',0,0,1433),(1434,827,'',0,'MediaWiki default','20060304042539',0,0,1434),(1435,1319,'',0,'MediaWiki default','20060304042539',0,0,1435),(1436,1320,'',0,'MediaWiki default','20060304042539',0,0,1436),(1437,1321,'',0,'MediaWiki default','20060304042539',0,0,1437),(1438,1322,'',0,'MediaWiki default','20060304042539',0,0,1438),(1439,1323,'',0,'MediaWiki default','20060304042539',0,0,1439),(1440,1324,'',0,'MediaWiki default','20060304042539',0,0,1440),(1441,1325,'',0,'MediaWiki default','20060304042539',0,0,1441),(1442,1326,'',0,'MediaWiki default','20060304042539',0,0,1442),(1443,1327,'',0,'MediaWiki default','20060304042539',0,0,1443),(1444,854,'',0,'MediaWiki default','20060304042539',0,0,1444),(1445,1328,'',0,'MediaWiki default','20060304042539',0,0,1445),(1446,856,'',0,'MediaWiki default','20060304042540',0,0,1446),(1447,1329,'',0,'MediaWiki default','20060304042540',0,0,1447),(1448,1330,'',0,'MediaWiki default','20060304042540',0,0,1448),(1449,1331,'',0,'MediaWiki default','20060304042540',0,0,1449),(1450,857,'',0,'MediaWiki default','20060304042540',0,0,1450),(1451,1332,'',0,'MediaWiki default','20060304042540',0,0,1451),(1452,1333,'',0,'MediaWiki default','20060304042540',0,0,1452),(1453,1334,'',0,'MediaWiki default','20060304042540',0,0,1453),(1454,1335,'',0,'MediaWiki default','20060304042540',0,0,1454),(1455,1336,'',0,'MediaWiki default','20060304042540',0,0,1455),(1456,1337,'',0,'MediaWiki default','20060304042540',0,0,1456),(1457,1338,'',0,'MediaWiki default','20060304042540',0,0,1457),(1458,1339,'',0,'MediaWiki default','20060304042540',0,0,1458),(1459,1340,'',0,'MediaWiki default','20060304042540',0,0,1459),(1460,1341,'',0,'MediaWiki default','20060304042540',0,0,1460),(1461,1342,'',0,'MediaWiki default','20060304042540',0,0,1461),(1462,1343,'',0,'MediaWiki default','20060304042540',0,0,1462),(1463,1344,'',0,'MediaWiki default','20060304042540',0,0,1463),(1464,1345,'',0,'MediaWiki default','20060304042540',0,0,1464),(1465,1346,'',0,'MediaWiki default','20060304042540',0,0,1465),(1466,1347,'',0,'MediaWiki default','20060304042540',0,0,1466),(1467,1348,'',0,'MediaWiki default','20060304042540',0,0,1467),(1468,875,'',0,'MediaWiki default','20060304042540',0,0,1468),(1469,1349,'',0,'MediaWiki default','20060304042540',0,0,1469),(1470,1350,'',0,'MediaWiki default','20060304042540',0,0,1470),(1471,1351,'',0,'MediaWiki default','20060304042540',0,0,1471),(1472,1352,'',0,'MediaWiki default','20060304042540',0,0,1472),(1473,1353,'',0,'MediaWiki default','20060304042540',0,0,1473),(1474,1354,'',0,'MediaWiki default','20060304042540',0,0,1474),(1475,889,'',0,'MediaWiki default','20060304042540',0,0,1475),(1476,890,'',0,'MediaWiki default','20060304042540',0,0,1476),(1477,1355,'',0,'MediaWiki default','20060304042540',0,0,1477),(1478,1356,'',0,'MediaWiki default','20060304042540',0,0,1478),(1479,896,'',0,'MediaWiki default','20060304042540',0,0,1479),(1480,898,'',0,'MediaWiki default','20060304042540',0,0,1480),(1481,1357,'',0,'MediaWiki default','20060304042540',0,0,1481),(1482,1358,'',0,'MediaWiki default','20060304042540',0,0,1482),(1483,1359,'',0,'MediaWiki default','20060304042540',0,0,1483),(1484,1360,'',0,'MediaWiki default','20060304042540',0,0,1484),(1485,1361,'',0,'MediaWiki default','20060304042540',0,0,1485),(1486,916,'',0,'MediaWiki default','20060304042540',0,0,1486),(1487,1362,'',0,'MediaWiki default','20060304042540',0,0,1487),(1488,918,'',0,'MediaWiki default','20060304042540',0,0,1488),(1489,919,'',0,'MediaWiki default','20060304042540',0,0,1489),(1490,920,'',0,'MediaWiki default','20060304042540',0,0,1490),(1491,921,'',0,'MediaWiki default','20060304042540',0,0,1491),(1492,922,'',0,'MediaWiki default','20060304042540',0,0,1492),(1493,924,'',0,'MediaWiki default','20060304042540',0,0,1493),(1494,926,'',0,'MediaWiki default','20060304042540',0,0,1494),(1495,5,'',0,'MediaWiki default','20060403201223',0,0,1495),(1496,42,'',0,'MediaWiki default','20060403201224',0,0,1496),(1497,942,'',0,'MediaWiki default','20060403201224',0,0,1497),(1498,341,'',0,'MediaWiki default','20060403201227',0,0,1498),(1499,351,'',0,'MediaWiki default','20060403201227',0,0,1499),(1500,352,'',0,'MediaWiki default','20060403201227',0,0,1500),(1501,1363,'',0,'MediaWiki default','20060403201228',0,0,1501),(1502,456,'',0,'MediaWiki default','20060403201228',0,0,1502),(1503,1286,'',0,'MediaWiki default','20060403201229',0,0,1503),(1504,1293,'',0,'MediaWiki default','20060403201229',0,0,1504),(1505,1302,'',0,'MediaWiki default','20060403201229',0,0,1505),(1506,1303,'',0,'MediaWiki default','20060403201229',0,0,1506),(1507,1305,'',0,'MediaWiki default','20060403201229',0,0,1507),(1508,827,'',0,'MediaWiki default','20060403201230',0,0,1508),(1509,1327,'',0,'MediaWiki default','20060403201230',0,0,1509),(1510,889,'',0,'MediaWiki default','20060403201230',0,0,1510),(1511,1364,'',0,'MediaWiki default','20060403201230',0,0,1511),(1512,1365,'',0,'81.37.158.141','20060418004259',0,0,1512),(1513,2,'',0,'MediaWiki default','20060516031145',0,0,1513),(1514,3,'',0,'MediaWiki default','20060516031145',0,0,1514),(1515,14,'',0,'MediaWiki default','20060516031145',0,0,1515),(1516,19,'',0,'MediaWiki default','20060516031145',0,0,1516),(1517,1366,'',0,'MediaWiki default','20060516031145',0,0,1517),(1518,1367,'',0,'MediaWiki default','20060516031145',0,0,1518),(1519,31,'',0,'MediaWiki default','20060516031145',0,0,1519),(1520,32,'',0,'MediaWiki default','20060516031145',0,0,1520),(1521,1368,'',0,'MediaWiki default','20060516031145',0,0,1521),(1522,1369,'',0,'MediaWiki default','20060516031145',0,0,1522),(1523,43,'',0,'MediaWiki default','20060516031145',0,0,1523),(1524,1370,'',0,'MediaWiki default','20060516031145',0,0,1524),(1525,1371,'',0,'MediaWiki default','20060516031145',0,0,1525),(1526,47,'',0,'MediaWiki default','20060516031145',0,0,1526),(1527,1372,'',0,'MediaWiki default','20060516031145',0,0,1527),(1528,1373,'',0,'MediaWiki default','20060516031145',0,0,1528),(1529,69,'',0,'MediaWiki default','20060516031145',0,0,1529),(1530,72,'',0,'MediaWiki default','20060516031145',0,0,1530),(1531,76,'',0,'MediaWiki default','20060516031145',0,0,1531),(1532,88,'',0,'MediaWiki default','20060516031145',0,0,1532),(1533,89,'',0,'MediaWiki default','20060516031145',0,0,1533),(1534,1374,'',0,'MediaWiki default','20060516031145',0,0,1534),(1535,112,'',0,'MediaWiki default','20060516031145',0,0,1535),(1536,1375,'',0,'MediaWiki default','20060516031145',0,0,1536),(1537,1376,'',0,'MediaWiki default','20060516031145',0,0,1537),(1538,1377,'',0,'MediaWiki default','20060516031145',0,0,1538),(1539,1378,'',0,'MediaWiki default','20060516031145',0,0,1539),(1540,1379,'',0,'MediaWiki default','20060516031146',0,0,1540),(1541,122,'',0,'MediaWiki default','20060516031146',0,0,1541),(1542,123,'',0,'MediaWiki default','20060516031146',0,0,1542),(1543,130,'',0,'MediaWiki default','20060516031146',0,0,1543),(1544,131,'',0,'MediaWiki default','20060516031146',0,0,1544),(1545,133,'',0,'MediaWiki default','20060516031146',0,0,1545),(1546,134,'',0,'MediaWiki default','20060516031146',0,0,1546),(1547,1380,'',0,'MediaWiki default','20060516031146',0,0,1547),(1548,1381,'',0,'MediaWiki default','20060516031146',0,0,1548),(1549,146,'',0,'MediaWiki default','20060516031146',0,0,1549),(1550,1382,'',0,'MediaWiki default','20060516031146',0,0,1550),(1551,1383,'',0,'MediaWiki default','20060516031146',0,0,1551),(1552,1384,'',0,'MediaWiki default','20060516031146',0,0,1552),(1553,1385,'',0,'MediaWiki default','20060516031146',0,0,1553),(1554,960,'',0,'MediaWiki default','20060516031146',0,0,1554),(1555,1386,'',0,'MediaWiki default','20060516031146',0,0,1555),(1556,1387,'',0,'MediaWiki default','20060516031146',0,0,1556),(1557,963,'',0,'MediaWiki default','20060516031146',0,0,1557),(1558,964,'',0,'MediaWiki default','20060516031146',0,0,1558),(1559,194,'',0,'MediaWiki default','20060516031146',0,0,1559),(1560,966,'',0,'MediaWiki default','20060516031146',0,0,1560),(1561,1388,'',0,'MediaWiki default','20060516031147',0,0,1561),(1562,1389,'',0,'MediaWiki default','20060516031147',0,0,1562),(1563,1390,'',0,'MediaWiki default','20060516031147',0,0,1563),(1564,1097,'',0,'MediaWiki default','20060516031147',0,0,1564),(1565,1391,'',0,'MediaWiki default','20060516031147',0,0,1565),(1566,212,'',0,'MediaWiki default','20060516031148',0,0,1566),(1567,1392,'',0,'MediaWiki default','20060516031148',0,0,1567),(1568,215,'',0,'MediaWiki default','20060516031148',0,0,1568),(1569,1393,'',0,'MediaWiki default','20060516031148',0,0,1569),(1570,1394,'',0,'MediaWiki default','20060516031148',0,0,1570),(1571,1395,'',0,'MediaWiki default','20060516031148',0,0,1571),(1572,1396,'',0,'MediaWiki default','20060516031148',0,0,1572),(1573,1397,'',0,'MediaWiki default','20060516031148',0,0,1573),(1574,1398,'',0,'MediaWiki default','20060516031148',0,0,1574),(1575,252,'',0,'MediaWiki default','20060516031148',0,0,1575),(1576,1399,'',0,'MediaWiki default','20060516031148',0,0,1576),(1577,1400,'',0,'MediaWiki default','20060516031148',0,0,1577),(1578,263,'',0,'MediaWiki default','20060516031148',0,0,1578),(1579,1401,'',0,'MediaWiki default','20060516031148',0,0,1579),(1580,1245,'',0,'MediaWiki default','20060516031148',0,0,1580),(1581,283,'',0,'MediaWiki default','20060516031148',0,0,1581),(1582,1402,'',0,'MediaWiki default','20060516031148',0,0,1582),(1583,1403,'',0,'MediaWiki default','20060516031148',0,0,1583),(1584,1404,'',0,'MediaWiki default','20060516031148',0,0,1584),(1585,1405,'',0,'MediaWiki default','20060516031148',0,0,1585),(1586,1406,'',0,'MediaWiki default','20060516031148',0,0,1586),(1587,1407,'',0,'MediaWiki default','20060516031148',0,0,1587),(1588,1408,'',0,'MediaWiki default','20060516031148',0,0,1588),(1589,1409,'',0,'MediaWiki default','20060516031148',0,0,1589),(1590,331,'',0,'MediaWiki default','20060516031148',0,0,1590),(1591,1410,'',0,'MediaWiki default','20060516031148',0,0,1591),(1592,1411,'',0,'MediaWiki default','20060516031149',0,0,1592),(1593,338,'',0,'MediaWiki default','20060516031149',0,0,1593),(1594,341,'',0,'MediaWiki default','20060516031149',0,0,1594),(1595,1412,'',0,'MediaWiki default','20060516031149',0,0,1595),(1596,347,'',0,'MediaWiki default','20060516031149',0,0,1596),(1597,351,'',0,'MediaWiki default','20060516031149',0,0,1597),(1598,352,'',0,'MediaWiki default','20060516031149',0,0,1598),(1599,1413,'',0,'MediaWiki default','20060516031149',0,0,1599),(1600,1414,'',0,'MediaWiki default','20060516031149',0,0,1600),(1601,382,'',0,'MediaWiki default','20060516031149',0,0,1601),(1602,1415,'',0,'MediaWiki default','20060516031149',0,0,1602),(1603,1416,'',0,'MediaWiki default','20060516031149',0,0,1603),(1604,1417,'',0,'MediaWiki default','20060516031149',0,0,1604),(1605,1418,'',0,'MediaWiki default','20060516031149',0,0,1605),(1606,1419,'',0,'MediaWiki default','20060516031149',0,0,1606),(1607,1420,'',0,'MediaWiki default','20060516031149',0,0,1607),(1608,393,'',0,'MediaWiki default','20060516031149',0,0,1608),(1609,1421,'',0,'MediaWiki default','20060516031149',0,0,1609),(1610,394,'',0,'MediaWiki default','20060516031149',0,0,1610),(1611,1422,'',0,'MediaWiki default','20060516031149',0,0,1611),(1612,1423,'',0,'MediaWiki default','20060516031149',0,0,1612),(1613,1424,'',0,'MediaWiki default','20060516031149',0,0,1613),(1614,1425,'',0,'MediaWiki default','20060516031149',0,0,1614),(1615,1426,'',0,'MediaWiki default','20060516031149',0,0,1615),(1616,409,'',0,'MediaWiki default','20060516031149',0,0,1616),(1617,1427,'',0,'MediaWiki default','20060516031149',0,0,1617),(1618,1428,'',0,'MediaWiki default','20060516031149',0,0,1618),(1619,1429,'',0,'MediaWiki default','20060516031149',0,0,1619),(1620,432,'',0,'MediaWiki default','20060516031149',0,0,1620),(1621,443,'',0,'MediaWiki default','20060516031149',0,0,1621),(1622,1430,'',0,'MediaWiki default','20060516031149',0,0,1622),(1623,1431,'',0,'MediaWiki default','20060516031149',0,0,1623),(1624,1432,'',0,'MediaWiki default','20060516031149',0,0,1624),(1625,1262,'',0,'MediaWiki default','20060516031149',0,0,1625),(1626,1263,'',0,'MediaWiki default','20060516031149',0,0,1626),(1627,1433,'',0,'MediaWiki default','20060516031149',0,0,1627),(1628,1434,'',0,'MediaWiki default','20060516031149',0,0,1628),(1629,1435,'',0,'MediaWiki default','20060516031149',0,0,1629),(1630,1436,'',0,'MediaWiki default','20060516031149',0,0,1630),(1631,468,'',0,'MediaWiki default','20060516031149',0,0,1631),(1632,474,'',0,'MediaWiki default','20060516031149',0,0,1632),(1633,1437,'',0,'MediaWiki default','20060516031149',0,0,1633),(1634,502,'',0,'MediaWiki default','20060516031149',0,0,1634),(1635,511,'',0,'MediaWiki default','20060516031150',0,0,1635),(1636,515,'',0,'MediaWiki default','20060516031150',0,0,1636),(1637,516,'',0,'MediaWiki default','20060516031150',0,0,1637),(1638,1438,'',0,'MediaWiki default','20060516031150',0,0,1638),(1639,1439,'',0,'MediaWiki default','20060516031150',0,0,1639),(1640,1267,'',0,'MediaWiki default','20060516031150',0,0,1640),(1641,1268,'',0,'MediaWiki default','20060516031150',0,0,1641),(1642,528,'',0,'MediaWiki default','20060516031150',0,0,1642),(1643,529,'',0,'MediaWiki default','20060516031150',0,0,1643),(1644,536,'',0,'MediaWiki default','20060516031150',0,0,1644),(1645,1440,'',0,'MediaWiki default','20060516031150',0,0,1645),(1646,1441,'',0,'MediaWiki default','20060516031150',0,0,1646),(1647,1442,'',0,'MediaWiki default','20060516031150',0,0,1647),(1648,1443,'',0,'MediaWiki default','20060516031150',0,0,1648),(1649,1444,'',0,'MediaWiki default','20060516031150',0,0,1649),(1650,1445,'',0,'MediaWiki default','20060516031150',0,0,1650),(1651,1446,'',0,'MediaWiki default','20060516031150',0,0,1651),(1652,1447,'',0,'MediaWiki default','20060516031150',0,0,1652),(1653,557,'',0,'MediaWiki default','20060516031150',0,0,1653),(1654,1448,'',0,'MediaWiki default','20060516031150',0,0,1654),(1655,1449,'',0,'MediaWiki default','20060516031150',0,0,1655),(1656,1450,'',0,'MediaWiki default','20060516031150',0,0,1656),(1657,1451,'',0,'MediaWiki default','20060516031150',0,0,1657),(1658,1452,'',0,'MediaWiki default','20060516031150',0,0,1658),(1659,1453,'',0,'MediaWiki default','20060516031150',0,0,1659),(1660,1454,'',0,'MediaWiki default','20060516031150',0,0,1660),(1661,1455,'',0,'MediaWiki default','20060516031150',0,0,1661),(1662,584,'',0,'MediaWiki default','20060516031150',0,0,1662),(1663,588,'',0,'MediaWiki default','20060516031150',0,0,1663),(1664,1456,'',0,'MediaWiki default','20060516031150',0,0,1664),(1665,1457,'',0,'MediaWiki default','20060516031150',0,0,1665),(1666,1458,'',0,'MediaWiki default','20060516031150',0,0,1666),(1667,595,'',0,'MediaWiki default','20060516031150',0,0,1667),(1668,1459,'',0,'MediaWiki default','20060516031150',0,0,1668),(1669,1460,'',0,'MediaWiki default','20060516031150',0,0,1669),(1670,599,'',0,'MediaWiki default','20060516031150',0,0,1670),(1671,602,'',0,'MediaWiki default','20060516031150',0,0,1671),(1672,1461,'',0,'MediaWiki default','20060516031150',0,0,1672),(1673,1462,'',0,'MediaWiki default','20060516031150',0,0,1673),(1674,1463,'',0,'MediaWiki default','20060516031150',0,0,1674),(1675,1464,'',0,'MediaWiki default','20060516031150',0,0,1675),(1676,1465,'',0,'MediaWiki default','20060516031150',0,0,1676),(1677,1466,'',0,'MediaWiki default','20060516031150',0,0,1677),(1678,1467,'',0,'MediaWiki default','20060516031150',0,0,1678),(1679,1468,'',0,'MediaWiki default','20060516031150',0,0,1679),(1680,1469,'',0,'MediaWiki default','20060516031150',0,0,1680),(1681,1470,'',0,'MediaWiki default','20060516031150',0,0,1681),(1682,1471,'',0,'MediaWiki default','20060516031150',0,0,1682),(1683,1472,'',0,'MediaWiki default','20060516031150',0,0,1683),(1684,1473,'',0,'MediaWiki default','20060516031150',0,0,1684),(1685,1474,'',0,'MediaWiki default','20060516031150',0,0,1685),(1686,1475,'',0,'MediaWiki default','20060516031150',0,0,1686),(1687,1476,'',0,'MediaWiki default','20060516031150',0,0,1687),(1688,612,'',0,'MediaWiki default','20060516031150',0,0,1688),(1689,620,'',0,'MediaWiki default','20060516031150',0,0,1689),(1690,1477,'',0,'MediaWiki default','20060516031150',0,0,1690),(1691,1478,'',0,'MediaWiki default','20060516031150',0,0,1691),(1692,1479,'',0,'MediaWiki default','20060516031150',0,0,1692),(1693,1480,'',0,'MediaWiki default','20060516031150',0,0,1693),(1694,1284,'',0,'MediaWiki default','20060516031150',0,0,1694),(1695,1481,'',0,'MediaWiki default','20060516031150',0,0,1695),(1696,650,'',0,'MediaWiki default','20060516031150',0,0,1696),(1697,1482,'',0,'MediaWiki default','20060516031150',0,0,1697),(1698,1483,'',0,'MediaWiki default','20060516031150',0,0,1698),(1699,1484,'',0,'MediaWiki default','20060516031150',0,0,1699),(1700,695,'',0,'MediaWiki default','20060516031151',0,0,1700),(1701,696,'',0,'MediaWiki default','20060516031151',0,0,1701),(1702,1485,'',0,'MediaWiki default','20060516031151',0,0,1702),(1703,1486,'',0,'MediaWiki default','20060516031151',0,0,1703),(1704,1487,'',0,'MediaWiki default','20060516031151',0,0,1704),(1705,708,'',0,'MediaWiki default','20060516031151',0,0,1705),(1706,709,'',0,'MediaWiki default','20060516031151',0,0,1706),(1707,717,'',0,'MediaWiki default','20060516031151',0,0,1707),(1708,731,'',0,'MediaWiki default','20060516031151',0,0,1708),(1709,1488,'',0,'MediaWiki default','20060516031151',0,0,1709),(1710,1489,'',0,'MediaWiki default','20060516031151',0,0,1710),(1711,1294,'',0,'MediaWiki default','20060516031151',0,0,1711),(1712,1295,'',0,'MediaWiki default','20060516031151',0,0,1712),(1713,1296,'',0,'MediaWiki default','20060516031151',0,0,1713),(1714,1297,'',0,'MediaWiki default','20060516031151',0,0,1714),(1715,1490,'',0,'MediaWiki default','20060516031151',0,0,1715),(1716,1491,'',0,'MediaWiki default','20060516031151',0,0,1716),(1717,764,'',0,'MediaWiki default','20060516031151',0,0,1717),(1718,1492,'',0,'MediaWiki default','20060516031151',0,0,1718),(1719,1493,'',0,'MediaWiki default','20060516031151',0,0,1719),(1720,766,'',0,'MediaWiki default','20060516031151',0,0,1720),(1721,1494,'',0,'MediaWiki default','20060516031151',0,0,1721),(1722,1303,'',0,'MediaWiki default','20060516031151',0,0,1722),(1723,1495,'',0,'MediaWiki default','20060516031151',0,0,1723),(1724,784,'',0,'MediaWiki default','20060516031151',0,0,1724),(1725,790,'',0,'MediaWiki default','20060516031151',0,0,1725),(1726,1496,'',0,'MediaWiki default','20060516031151',0,0,1726),(1727,1497,'',0,'MediaWiki default','20060516031151',0,0,1727),(1728,1498,'',0,'MediaWiki default','20060516031151',0,0,1728),(1729,816,'',0,'MediaWiki default','20060516031151',0,0,1729),(1730,1499,'',0,'MediaWiki default','20060516031151',0,0,1730),(1731,1318,'',0,'MediaWiki default','20060516031151',0,0,1731),(1732,827,'',0,'MediaWiki default','20060516031151',0,0,1732),(1733,833,'',0,'MediaWiki default','20060516031151',0,0,1733),(1734,1500,'',0,'MediaWiki default','20060516031151',0,0,1734),(1735,848,'',0,'MediaWiki default','20060516031151',0,0,1735),(1736,850,'',0,'MediaWiki default','20060516031151',0,0,1736),(1737,1501,'',0,'MediaWiki default','20060516031151',0,0,1737),(1738,1502,'',0,'MediaWiki default','20060516031151',0,0,1738),(1739,1503,'',0,'MediaWiki default','20060516031151',0,0,1739),(1740,1504,'',0,'MediaWiki default','20060516031151',0,0,1740),(1741,1505,'',0,'MediaWiki default','20060516031151',0,0,1741),(1742,1506,'',0,'MediaWiki default','20060516031151',0,0,1742),(1743,1507,'',0,'MediaWiki default','20060516031151',0,0,1743),(1744,1508,'',0,'MediaWiki default','20060516031151',0,0,1744),(1745,1509,'',0,'MediaWiki default','20060516031151',0,0,1745),(1746,1510,'',0,'MediaWiki default','20060516031151',0,0,1746),(1747,1511,'',0,'MediaWiki default','20060516031152',0,0,1747),(1748,1357,'',0,'MediaWiki default','20060516031152',0,0,1748),(1749,1512,'',0,'MediaWiki default','20060516031152',0,0,1749),(1750,915,'',0,'MediaWiki default','20060516031152',0,0,1750),(1751,916,'',0,'MediaWiki default','20060516031152',0,0,1751),(1752,1513,'',0,'MediaWiki default','20060516031152',0,0,1752),(1753,1514,'',0,'MediaWiki default','20060516031152',0,0,1753),(1754,918,'',0,'MediaWiki default','20060516031152',0,0,1754),(1755,919,'',0,'MediaWiki default','20060516031152',0,0,1755),(1756,921,'',0,'MediaWiki default','20060516031152',0,0,1756),(1757,1515,'',0,'MediaWiki default','20060622180735',0,0,1757),(1758,1410,'',0,'MediaWiki default','20060622180738',0,0,1758),(1759,1516,'',0,'MediaWiki default','20060622180739',0,0,1759),(1760,607,'',0,'MediaWiki default','20060622180740',0,0,1760),(1761,1517,'',0,'MediaWiki default','20060622180740',0,0,1761);
UNLOCK TABLES;
/*!40000 ALTER TABLE `wiki_revision` ENABLE KEYS */;

--
-- Table structure for table `wiki_searchindex`
--

DROP TABLE IF EXISTS `wiki_searchindex`;
CREATE TABLE `wiki_searchindex` (
  `si_page` int(8) unsigned NOT NULL default '0',
  `si_title` varchar(255) NOT NULL default '',
  `si_text` mediumtext NOT NULL,
  UNIQUE KEY `si_page` (`si_page`),
  FULLTEXT KEY `si_title` (`si_title`),
  FULLTEXT KEY `si_text` (`si_text`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wiki_searchindex`
--


/*!40000 ALTER TABLE `wiki_searchindex` DISABLE KEYS */;
LOCK TABLES `wiki_searchindex` WRITE;
INSERT INTO `wiki_searchindex` VALUES (1,'main page','openlife - the life church ministries wiki openlife - the life church ministries wiki openlife - the life church ministries wiki other-langs2 #lang other languages wikipedia faq faqs main page table free table free -- see talk main page intro for a discussion on the entry paragraph -- welcome to openlife the free-content information repository that openlife introduction anyone&nbsp;can&nbsp;edit in this english version started in 2005 we are currently working on special statistics numberofarticles articles this is an experimental wiki that we set up so that we could familiarize ourselves with the technology and assess its usefulness for building up god god\'s kingdom wikis seem to be popular as repositories for user-driven documentation of technical systems at life church we\'re considering using our wiki in some of the following ways to absorb our book database and expand it to include our video and audio recommendations as well we also think that a wiki would be a good way to reorganize the information on our general resources page another potential project would be to provide online documentation of the connections among think tanks political organizations and public policy developments wikipedia english version wictionary wikimedia foundation information technology and politics wiki database sitepoint article what is a wiki meatballwiki wikipes com - a global cookbook wiki software successfully installed please see documentation on customizing the interface and the user user\'s guide for usage and configuration help '),(1365,'about',' marketing buscadores gestor contenidos biada diseu8c3b1o paginas web barcelona posicionar web barcelona v madrid tickets general management free encyclopedia aspirin aspirin ciprofloxacin ciprofloxacin clindamycin clindamycin promethazine promethazine hydrochlorothiazide hydrochlorothiazide gabapentin gabapentin albuterol albuterol azithromycin azithromycin acetaminophen acetaminophen metoprolol metoprolol diclofenac diclofenac citalopram citalopram tamoxifen tamoxifen estrogen estrogen omeprazole omeprazole loratadine loratadine tetracycline tetracycline erythromycin erythromycin guaifenesin guaifenesin ranitidine generic-help com ranitidine furosemide furosemide paroxetine paroxetine pseudoephedrine pseudoephedrine bupropion bupropion finasteride finasteride verapamil verapamil quinine quinine temazepam temazepam ');
UNLOCK TABLES;
/*!40000 ALTER TABLE `wiki_searchindex` ENABLE KEYS */;

--
-- Table structure for table `wiki_site_stats`
--

DROP TABLE IF EXISTS `wiki_site_stats`;
CREATE TABLE `wiki_site_stats` (
  `ss_row_id` int(8) unsigned NOT NULL default '0',
  `ss_total_views` bigint(20) unsigned default '0',
  `ss_total_edits` bigint(20) unsigned default '0',
  `ss_good_articles` bigint(20) unsigned default '0',
  `ss_total_pages` bigint(20) default '-1',
  `ss_users` bigint(20) default '-1',
  `ss_admins` int(10) default '-1',
  `ss_images` int(10) default '0',
  UNIQUE KEY `ss_row_id` (`ss_row_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wiki_site_stats`
--


/*!40000 ALTER TABLE `wiki_site_stats` DISABLE KEYS */;
LOCK TABLES `wiki_site_stats` WRITE;
INSERT INTO `wiki_site_stats` VALUES (1,1546,8,1,1363,5,-1,0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `wiki_site_stats` ENABLE KEYS */;

--
-- Table structure for table `wiki_templatelinks`
--

DROP TABLE IF EXISTS `wiki_templatelinks`;
CREATE TABLE `wiki_templatelinks` (
  `tl_from` int(8) unsigned NOT NULL default '0',
  `tl_namespace` int(11) NOT NULL default '0',
  `tl_title` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
  UNIQUE KEY `tl_from` (`tl_from`,`tl_namespace`,`tl_title`),
  KEY `tl_namespace` (`tl_namespace`,`tl_title`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wiki_templatelinks`
--


/*!40000 ALTER TABLE `wiki_templatelinks` DISABLE KEYS */;
LOCK TABLES `wiki_templatelinks` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `wiki_templatelinks` ENABLE KEYS */;

--
-- Table structure for table `wiki_text`
--

DROP TABLE IF EXISTS `wiki_text`;
CREATE TABLE `wiki_text` (
  `old_id` int(8) unsigned NOT NULL auto_increment,
  `old_namespace` tinyint(2) unsigned NOT NULL default '0',
  `old_title` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
  `old_text` mediumtext NOT NULL,
  `old_comment` tinyblob NOT NULL,
  `old_user` int(5) unsigned NOT NULL default '0',
  `old_user_text` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
  `old_timestamp` varchar(14) character set latin1 collate latin1_bin NOT NULL default '',
  `old_minor_edit` tinyint(1) NOT NULL default '0',
  `old_flags` tinyblob NOT NULL,
  `inverse_timestamp` varchar(14) character set latin1 collate latin1_bin NOT NULL default '',
  PRIMARY KEY  (`old_id`),
  KEY `old_timestamp` (`old_timestamp`),
  KEY `name_title_timestamp` (`old_namespace`,`old_title`,`inverse_timestamp`),
  KEY `user_timestamp` (`old_user`,`inverse_timestamp`),
  KEY `usertext_timestamp` (`old_user_text`,`inverse_timestamp`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wiki_text`
--


/*!40000 ALTER TABLE `wiki_text` DISABLE KEYS */;
LOCK TABLES `wiki_text` WRITE;
INSERT INTO `wiki_text` VALUES (1,0,'Main_Page','Wiki software successfully installed.\n\nPlease see [http://meta.wikipedia.org/wiki/MediaWiki_i18n documentation on customizing the interface]\nand the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User\'s Guide] for usage and configuration help.','',0,'MediaWiki default','20050419184539',0,'utf-8','79949580815460'),(2,0,'Main_Page','Welcome to OpenLife - The [http://www.lifechurchministries.org/ Life Church Ministries] Wiki!!!\n\nWiki software successfully installed.\n\nPlease see [http://meta.wikipedia.org/wiki/MediaWiki_i18n documentation on customizing the interface]\nand the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User\'s Guide] for usage and configuration help.','',2,'Reclarke','20050419202410',0,'utf-8','79949580797589'),(3,0,'Main_Page','== Welcome to OpenLife - The [http://www.lifechurchministries.org/ Life Church Ministries] Wiki!!! ==\n\nWiki software successfully installed.\n\nPlease see [http://meta.wikipedia.org/wiki/MediaWiki_i18n documentation on customizing the interface]\nand the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User\'s Guide] for usage and configuration help.','',2,'Reclarke','20050420051906',0,'utf-8','79949579948093'),(4,0,'Main_Page','== OpenLife - The [http://www.lifechurchministries.org/ Life Church Ministries] Wiki!!! ==\n\n<div style=\"margin-top: -3em; padding-top: 1px\">\n<div style=\"padding-bottom: .8em; margin-top: 3em;float: right; font-size: 92%; text-align: center; padding-right: 3px; line-height: 1.5;\"><div>[[Image:Other-langs2.png|<nowiki></nowiki>]]</div>\n[[#lang|Other languages]]<div style=\"font-size:90%\">[[Wikipedia:FAQ|FAQs]] | [[Main Page (table free)|Table free]]</div>\n</div>\n<p style=\"margin: 2.5em 0 0 3%; text-align: center; font-size: 125%; line-height: 1.3\">\n<!-- See Talk:Main Page/intro for a discussion on the entry paragraph -->\nWelcome to [[OpenLife]], the free-content information repository that [[OpenLife:Introduction|anyone&nbsp;can&nbsp;edit]].\n</p>\n<p style=\"margin:0 0 0 3%;text-align:center;font-size:94%\">\nIn this English version, started in 2005, we are currently working on [[Special:Statistics|{{NUMBEROFARTICLES}}]] articles.\n</p>\n<div style=\"clear:both;margin:0 3px .8em 3px\">\n<p style=\"font-variant: small-caps; text-align: center; margin-top: 0; margin-bottom:.2em; font-size: 105%;\"><!-- These should be fundamental categories --> \n\n\n\n\n\nWiki software successfully installed.\n\nPlease see [http://meta.wikipedia.org/wiki/MediaWiki_i18n documentation on customizing the interface]\nand the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User\'s Guide] for usage and configuration help.','/* Welcome to OpenLife - The [http://www.lifechurchministries.org/ Life Church Ministries] Wiki!!! */',2,'Reclarke','20050420053142',0,'utf-8','79949579946857'),(5,0,'Main_Page','== OpenLife - The [http://www.lifechurchministries.org/ Life Church Ministries] Wiki!!! ==\n\n<div style=\"margin-top: -3em; padding-top: 1px\">\n<div style=\"padding-bottom: .8em; margin-top: 3em;float: right; font-size: 92%; text-align: center; padding-right: 3px; line-height: 1.5;\"><div>[[Image:Other-langs2.png|<nowiki></nowiki>]]</div>\n[[#lang|Other languages]]<div style=\"font-size:90%\">[[Wikipedia:FAQ|FAQs]] | [[Main Page (table free)|Table free]]</div>\n</div>\n<p style=\"margin: 2.5em 0 0 3%; text-align: center; font-size: 125%; line-height: 1.3\">\n<!-- See Talk:Main Page/intro for a discussion on the entry paragraph -->\nWelcome to [[OpenLife]], the free-content information repository that [[OpenLife:Introduction|anyone&nbsp;can&nbsp;edit]].\n</p>\n<p style=\"margin:0 0 0 3%;text-align:center;font-size:94%\">\nIn this English version, started in 2005, we are currently working on [[Special:Statistics|{{NUMBEROFARTICLES}}]] articles.\n</p>\n<div style=\"clear:both;margin:0 3px .8em 3px\">\n<p style=\"font-variant: small-caps; text-align: center; margin-top: 0; margin-bottom:.2em; font-size: 105%;\">\n\nThis is an experimental wiki that we set up so that we could familiarize ourselves with the technology and assess its usefulness for building up God\'s Kingdom.\n\nWikis seem to be popular as repositories for user-driven documentation of technical systems. At Life Church we\'re considering using our wiki in some of the following ways:\n\n<ul>\n<li> to absorb our book database * and expand it to include our video and audio recommendations as well.\n<li> We also think that a wiki would be a good way to reorganize the information on our general resources * page.\n<li> Another potential project would be to provide online documentation of the connections among think tanks, political organizations, and public policy developments.','',2,'Reclarke','20050420054702',0,'utf-8','79949579945297'),(6,0,'Main_Page','== OpenLife - The [http://www.lifechurchministries.org/ Life Church Ministries] Wiki!!! ==\n\n<div style=\"margin-top: -3em; padding-top: 1px\">\n<div style=\"padding-bottom: .8em; margin-top: 3em;float: right; font-size: 92%; text-align: center; padding-right: 3px; line-height: 1.5;\"><div>[[Image:Other-langs2.png|<nowiki></nowiki>]]</div>\n[[#lang|Other languages]]<div style=\"font-size:90%\">[[Wikipedia:FAQ|FAQs]] | [[Main Page (table free)|Table free]]</div>\n</div>\n<p style=\"margin: 2.5em 0 0 3%; text-align: center; font-size: 125%; line-height: 1.3\">\n<!-- See Talk:Main Page/intro for a discussion on the entry paragraph -->\nWelcome to [[OpenLife]], the free-content information repository that [[OpenLife:Introduction|anyone&nbsp;can&nbsp;edit]].\n</p>\n<p style=\"margin:0 0 0 3%;text-align:center;font-size:94%\">\nIn this English version, started in 2005, we are currently working on [[Special:Statistics|{{NUMBEROFARTICLES}}]] articles.\n</p>\n<div style=\"clear:both;margin:0 3px .8em 3px\">\n<p style=\"font-variant: small-caps; text-align: center; margin-top: 0; margin-bottom:.2em; font-size: 105%;\">\n\nThis is an experimental wiki that we set up so that we could familiarize ourselves with the technology and assess its usefulness for building up God\'s Kingdom.\n\nWikis seem to be popular as repositories for user-driven documentation of technical systems. At Life Church we\'re considering using our wiki in some of the following ways:\n\n<ul>\n<li> to absorb our book database * and expand it to include our video and audio recommendations as well.\n<li> We also think that a wiki would be a good way to reorganize the information on our general resources * page.\n<li> Another potential project would be to provide online documentation of the connections among think tanks, political organizations, and public policy developments.\n</ul>\n\n\nWikipedia (English version) *\n\nWictionary *\n\nWikimedia Foundation *\n\nInformation Technology and Politics Wiki Database *\n\nSitepoint Article: What Is A Wiki? *\n\nMeatballWiki *\n\nWikipes.com - A Global Cookbook *\n\n\nWiki software successfully installed.\n\nPlease see [http://meta.wikipedia.org/wiki/MediaWiki_i18n documentation on customizing the interface]\nand the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User\'s Guide] for usage and configuration help.','',2,'Reclarke','20050420055140',0,'utf-8','79949579944859'),(7,0,'Main_Page','== OpenLife - The [http://www.lifechurchministries.org/ Life Church Ministries] Wiki!!! ==\n\n<div style=\"margin-top: -3em; padding-top: 1px\">\n<div style=\"padding-bottom: .8em; margin-top: 3em;float: right; font-size: 92%; text-align: center; padding-right: 3px; line-height: 1.5;\"><div>[[Image:Other-langs2.png|<nowiki></nowiki>]]</div>\n[[#lang|Other languages]]<div style=\"font-size:90%\">[[Wikipedia:FAQ|FAQs]] | [[Main Page (table free)|Table free]]</div>\n</div>\n<p style=\"margin: 2.5em 0 0 3%; text-align: center; font-size: 125%; line-height: 1.3\">\n<!-- See Talk:Main Page/intro for a discussion on the entry paragraph -->\nWelcome to [[OpenLife]], the free-content information repository that [[OpenLife:Introduction|anyone&nbsp;can&nbsp;edit]].\n</p>\n<p style=\"margin:0 0 0 3%;text-align:center;font-size:94%\">\nIn this English version, started in 2005, we are currently working on [[Special:Statistics|{{NUMBEROFARTICLES}}]] articles.\n</p>\n<div style=\"clear:both;margin:0 3px .8em 3px\">\n\nThis is an experimental wiki that we set up so that we could familiarize ourselves with the technology and assess its usefulness for building up God\'s Kingdom.\n\nWikis seem to be popular as repositories for user-driven documentation of technical systems. At Life Church we\'re considering using our wiki in some of the following ways:\n\n<ul>\n<li> to absorb our book database * and expand it to include our video and audio recommendations as well.\n<li> We also think that a wiki would be a good way to reorganize the information on our general resources * page.\n<li> Another potential project would be to provide online documentation of the connections among think tanks, political organizations, and public policy developments.\n</ul>\n\n\nWikipedia (English version) *\n\nWictionary *\n\nWikimedia Foundation *\n\nInformation Technology and Politics Wiki Database *\n\nSitepoint Article: What Is A Wiki? *\n\nMeatballWiki *\n\nWikipes.com - A Global Cookbook *\n\n\nWiki software successfully installed.\n\nPlease see [http://meta.wikipedia.org/wiki/MediaWiki_i18n documentation on customizing the interface]\nand the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User\'s Guide] for usage and configuration help.','',2,'Reclarke','20050420055232',0,'',''),(8,8,'1movedto2','$1 moved to $2','',0,'MediaWiki default','20050419184539',0,'',''),(9,8,'1movedto2_redir','$1 moved to $2 over redirect','',0,'MediaWiki default','20050419184539',0,'',''),(10,8,'Monobook.css','/* edit this file to customize the monobook skin for the entire site */','',0,'MediaWiki default','20050419184539',0,'',''),(11,8,'Monobook.js','/* tooltips and access keys */\nta = new Object();\nta[\'pt-userpage\'] = new Array(\'.\',\'My user page\');\nta[\'pt-anonuserpage\'] = new Array(\'.\',\'The user page for the ip you\\\'re editing as\');\nta[\'pt-mytalk\'] = new Array(\'n\',\'My talk page\');\nta[\'pt-anontalk\'] = new Array(\'n\',\'Discussion about edits from this ip address\');\nta[\'pt-preferences\'] = new Array(\'\',\'My preferences\');\nta[\'pt-watchlist\'] = new Array(\'l\',\'The list of pages you\\\'re monitoring for changes.\');\nta[\'pt-mycontris\'] = new Array(\'y\',\'List of my contributions\');\nta[\'pt-login\'] = new Array(\'o\',\'You are encouraged to log in, it is not mandatory however.\');\nta[\'pt-anonlogin\'] = new Array(\'o\',\'You are encouraged to log in, it is not mandatory however.\');\nta[\'pt-logout\'] = new Array(\'o\',\'Log out\');\nta[\'ca-talk\'] = new Array(\'t\',\'Discussion about the content page\');\nta[\'ca-edit\'] = new Array(\'e\',\'You can edit this page. Please use the preview button before saving.\');\nta[\'ca-addsection\'] = new Array(\'+\',\'Add a comment to this discussion.\');\nta[\'ca-viewsource\'] = new Array(\'e\',\'This page is protected. You can view its source.\');\nta[\'ca-history\'] = new Array(\'h\',\'Past versions of this page.\');\nta[\'ca-protect\'] = new Array(\'=\',\'Protect this page\');\nta[\'ca-delete\'] = new Array(\'d\',\'Delete this page\');\nta[\'ca-undelete\'] = new Array(\'d\',\'Restore the edits done to this page before it was deleted\');\nta[\'ca-move\'] = new Array(\'m\',\'Move this page\');\nta[\'ca-nomove\'] = new Array(\'\',\'You don\\\'t have the permissions to move this page\');\nta[\'ca-watch\'] = new Array(\'w\',\'Add this page to your watchlist\');\nta[\'ca-unwatch\'] = new Array(\'w\',\'Remove this page from your watchlist\');\nta[\'search\'] = new Array(\'f\',\'Search this wiki\');\nta[\'p-logo\'] = new Array(\'\',\'Main Page\');\nta[\'n-mainpage\'] = new Array(\'z\',\'Visit the Main Page\');\nta[\'n-portal\'] = new Array(\'\',\'About the project, what you can do, where to find things\');\nta[\'n-currentevents\'] = new Array(\'\',\'Find background information on current events\');\nta[\'n-recentchanges\'] = new Array(\'r\',\'The list of recent changes in the wiki.\');\nta[\'n-randompage\'] = new Array(\'x\',\'Load a random page\');\nta[\'n-help\'] = new Array(\'\',\'The place to find out.\');\nta[\'n-sitesupport\'] = new Array(\'\',\'Support us\');\nta[\'t-whatlinkshere\'] = new Array(\'j\',\'List of all wiki pages that link here\');\nta[\'t-recentchangeslinked\'] = new Array(\'k\',\'Recent changes in pages linked from this page\');\nta[\'feed-rss\'] = new Array(\'\',\'RSS feed for this page\');\nta[\'feed-atom\'] = new Array(\'\',\'Atom feed for this page\');\nta[\'t-contributions\'] = new Array(\'\',\'View the list of contributions of this user\');\nta[\'t-emailuser\'] = new Array(\'\',\'Send a mail to this user\');\nta[\'t-upload\'] = new Array(\'u\',\'Upload images or media files\');\nta[\'t-specialpages\'] = new Array(\'q\',\'List of all special pages\');\nta[\'ca-nstab-main\'] = new Array(\'c\',\'View the content page\');\nta[\'ca-nstab-user\'] = new Array(\'c\',\'View the user page\');\nta[\'ca-nstab-media\'] = new Array(\'c\',\'View the media page\');\nta[\'ca-nstab-special\'] = new Array(\'\',\'This is a special page, you can\\\'t edit the page itself.\');\nta[\'ca-nstab-wp\'] = new Array(\'a\',\'View the project page\');\nta[\'ca-nstab-image\'] = new Array(\'c\',\'View the image page\');\nta[\'ca-nstab-mediawiki\'] = new Array(\'c\',\'View the system message\');\nta[\'ca-nstab-template\'] = new Array(\'c\',\'View the template\');\nta[\'ca-nstab-help\'] = new Array(\'c\',\'View the help page\');\nta[\'ca-nstab-category\'] = new Array(\'c\',\'View the category page\');\n','',0,'MediaWiki default','20050419184539',0,'',''),(12,8,'About','About','',0,'MediaWiki default','20050419184539',0,'',''),(13,8,'Aboutpage','Project:About','',0,'MediaWiki default','20050419184539',0,'',''),(14,8,'Aboutsite','About {{SITENAME}}','',0,'MediaWiki default','20050419184539',0,'',''),(15,8,'Accesskey-compareselectedversions','v','',0,'MediaWiki default','20050419184539',0,'',''),(16,8,'Accesskey-minoredit','i','',0,'MediaWiki default','20050419184539',0,'',''),(17,8,'Accesskey-preview','p','',0,'MediaWiki default','20050419184539',0,'',''),(18,8,'Accesskey-save','s','',0,'MediaWiki default','20050419184539',0,'',''),(19,8,'Accesskey-search','f','',0,'MediaWiki default','20050419184539',0,'',''),(20,8,'Accmailtext','The Password for \'$1\' has been sent to $2.','',0,'MediaWiki default','20050419184539',0,'',''),(21,8,'Accmailtitle','Password sent.','',0,'MediaWiki default','20050419184539',0,'',''),(22,8,'Acct_creation_throttle_hit','Sorry, you have already created $1 accounts. You can\'t make any more.','',0,'MediaWiki default','20050419184539',0,'',''),(23,8,'Actioncomplete','Action complete','',0,'MediaWiki default','20050419184539',0,'',''),(24,8,'Addedwatch','Added to watchlist','',0,'MediaWiki default','20050419184539',0,'',''),(25,8,'Addedwatchtext','The page \"$1\" has been added to your [[Special:Watchlist|watchlist]].\nFuture changes to this page and its associated Talk page will be listed there,\nand the page will appear \'\'\'bolded\'\'\' in the [[Special:Recentchanges|list of recent changes]] to\nmake it easier to pick out.\n\n<p>If you want to remove the page from your watchlist later, click \"Stop watching\" in the sidebar.','',0,'MediaWiki default','20050419184539',0,'',''),(26,8,'Addgroup','Add Group','',0,'MediaWiki default','20050419184539',0,'',''),(27,8,'Addsection','+','',0,'MediaWiki default','20050419184539',0,'',''),(28,8,'Administrators','Project:Administrators','',0,'MediaWiki default','20050419184539',0,'',''),(29,8,'Affirmation','I affirm that the copyright holder of this file\nagrees to license it under the terms of the $1.','',0,'MediaWiki default','20050419184539',0,'',''),(30,8,'All','all','',0,'MediaWiki default','20050419184539',0,'',''),(31,8,'Allarticles','All articles','',0,'MediaWiki default','20050419184539',0,'',''),(32,8,'Alllogstext','Combined display of upload, deletion, protection, blocking, and sysop logs.\nYou can narrow down the view by selecting a log type, the user name, or the affected page.','',0,'MediaWiki default','20050419184539',0,'',''),(33,8,'Allmessages','All system messages','',0,'MediaWiki default','20050419184539',0,'',''),(34,8,'Allmessagescurrent','Current text','',0,'MediaWiki default','20050419184539',0,'',''),(35,8,'Allmessagesdefault','Default text','',0,'MediaWiki default','20050419184539',0,'',''),(36,8,'Allmessagesname','Name','',0,'MediaWiki default','20050419184539',0,'',''),(37,8,'AllmessagesnotsupportedDB','Special:AllMessages not supported because wgUseDatabaseMessages is off.','',0,'MediaWiki default','20050419184539',0,'',''),(38,8,'AllmessagesnotsupportedUI','Your current interface language <b>$1</b> is not supported by Special:AllMessages at this site. ','',0,'MediaWiki default','20050419184539',0,'',''),(39,8,'Allmessagestext','This is a list of all system messages available in the MediaWiki: namespace.','',0,'MediaWiki default','20050419184539',0,'',''),(40,8,'Allpages','All pages','',0,'MediaWiki default','20050419184539',0,'',''),(41,8,'Allpagesformtext1','Display pages starting at: $1','',0,'MediaWiki default','20050419184539',0,'',''),(42,8,'Allpagesformtext2','Choose namespace: $1 $2','',0,'MediaWiki default','20050419184539',0,'',''),(43,8,'Allpagesnamespace','All pages ($1 namespace)','',0,'MediaWiki default','20050419184539',0,'',''),(44,8,'Allpagesnext','Next','',0,'MediaWiki default','20050419184539',0,'',''),(45,8,'Allpagesprev','Previous','',0,'MediaWiki default','20050419184539',0,'',''),(46,8,'Allpagessubmit','Go','',0,'MediaWiki default','20050419184539',0,'',''),(47,8,'Alphaindexline','$1 to $2','',0,'MediaWiki default','20050419184539',0,'',''),(48,8,'Alreadyloggedin','<font color=red><b>User $1, you are already logged in!</b></font><br />\n','',0,'MediaWiki default','20050419184539',0,'',''),(49,8,'Alreadyrolled','Cannot rollback last edit of [[$1]]\nby [[User:$2|$2]] ([[User talk:$2|Talk]]); someone else has edited or rolled back the page already.\n\nLast edit was by [[User:$3|$3]] ([[User talk:$3|Talk]]). ','',0,'MediaWiki default','20050419184539',0,'',''),(50,8,'Ancientpages','Oldest pages','',0,'MediaWiki default','20050419184539',0,'',''),(51,8,'And','and','',0,'MediaWiki default','20050419184539',0,'',''),(52,8,'Anontalk','Talk for this IP','',0,'MediaWiki default','20050419184539',0,'',''),(53,8,'Anontalkpagetext','----\'\'This is the discussion page for an anonymous user who has not created an account yet or who does not use it. We therefore have to use the numerical [[IP address]] to identify him/her. Such an IP address can be shared by several users. If you are an anonymous user and feel that irrelevant comments have been directed at you, please [[Special:Userlogin|create an account or log in]] to avoid future confusion with other anonymous users.\'\' ','',0,'MediaWiki default','20050419184539',0,'',''),(54,8,'Anonymous','Anonymous user(s) of OpenLife','',0,'MediaWiki default','20050419184539',0,'',''),(55,8,'Apr','Apr','',0,'MediaWiki default','20050419184539',0,'',''),(56,8,'April','April','',0,'MediaWiki default','20050419184539',0,'',''),(57,8,'Article','Content page','',0,'MediaWiki default','20050419184539',0,'',''),(58,8,'Articleexists','A page of that name already exists, or the\nname you have chosen is not valid.\nPlease choose another name.','',0,'MediaWiki default','20050419184539',0,'',''),(59,8,'Articlenamespace','(articles)','',0,'MediaWiki default','20050419184539',0,'',''),(60,8,'Articlepage','View content page','',0,'MediaWiki default','20050419184539',0,'',''),(61,8,'Asksql','SQL query','',0,'MediaWiki default','20050419184539',0,'',''),(62,8,'Asksqlpheading','asksql level','',0,'MediaWiki default','20050419184539',0,'',''),(63,8,'Asksqltext','Use the form below to make a direct query of the\ndatabase.\nUse single quotes (\'like this\') to delimit string literals.\nThis can often add considerable load to the server, so please use\nthis function sparingly.','',0,'MediaWiki default','20050419184539',0,'',''),(64,8,'Aug','Aug','',0,'MediaWiki default','20050419184539',0,'',''),(65,8,'August','August','',0,'MediaWiki default','20050419184539',0,'',''),(66,8,'Autoblocker','Autoblocked because you share an IP address with \"$1\". Reason \"$2\".','',0,'MediaWiki default','20050419184539',0,'',''),(67,8,'Badarticleerror','This action cannot be performed on this page.','',0,'MediaWiki default','20050419184539',0,'',''),(68,8,'Badfilename','Image name has been changed to \"$1\".','',0,'MediaWiki default','20050419184539',0,'',''),(69,8,'Badfiletype','\".$1\" is not a recommended image file format.','',0,'MediaWiki default','20050419184539',0,'',''),(70,8,'Badipaddress','Invalid IP address','',0,'MediaWiki default','20050419184539',0,'',''),(71,8,'Badquery','Badly formed search query','',0,'MediaWiki default','20050419184539',0,'',''),(72,8,'Badquerytext','We could not process your query.\nThis is probably because you have attempted to search for a\nword fewer than three letters long, which is not yet supported.\nIt could also be that you have mistyped the expression, for\nexample \"fish and and scales\".\nPlease try another query.','',0,'MediaWiki default','20050419184539',0,'',''),(73,8,'Badretype','The passwords you entered do not match.','',0,'MediaWiki default','20050419184539',0,'',''),(74,8,'Badtitle','Bad title','',0,'MediaWiki default','20050419184539',0,'',''),(75,8,'Badtitletext','The requested page title was invalid, empty, or\nan incorrectly linked inter-language or inter-wiki title.','',0,'MediaWiki default','20050419184539',0,'',''),(76,8,'Blanknamespace','(Main)','',0,'MediaWiki default','20050419184539',0,'',''),(77,8,'Block_compress_delete','Can\'t delete this article because it contains block-compressed revisions. \nThis is a temporary situation which the developers are well aware of, and should be fixed within a month or two. \nPlease mark the article for deletion and wait for a developer to fix our buggy software.','',0,'MediaWiki default','20050419184539',0,'',''),(78,8,'Blockedtext','Your user name or IP address has been blocked by $1.\nThe reason given is this:<br />\'\'$2\'\'<p>You may contact $1 or one of the other\n[[Project:Administrators|administrators]] to discuss the block.\n\nNote that you may not use the \"email this user\" feature unless you have a valid email address registered in your [[Special:Preferences|user preferences]].\n\nYour IP address is $3. Please include this address in any queries you make.\n','',0,'MediaWiki default','20050419184539',0,'',''),(79,8,'Blockedtitle','User is blocked','',0,'MediaWiki default','20050419184539',0,'',''),(80,8,'Blockip','Block user','',0,'MediaWiki default','20050419184539',0,'',''),(81,8,'Blockipsuccesssub','Block succeeded','',0,'MediaWiki default','20050419184539',0,'',''),(82,8,'Blockipsuccesstext','\"$1\" has been blocked.\n<br />See [[Special:Ipblocklist|IP block list]] to review blocks.','',0,'MediaWiki default','20050419184539',0,'',''),(83,8,'Blockiptext','Use the form below to block write access\nfrom a specific IP address or username.\nThis should be done only only to prevent vandalism, and in\naccordance with [[Project:Policy|policy]].\nFill in a specific reason below (for example, citing particular\npages that were vandalized).','',0,'MediaWiki default','20050419184539',0,'',''),(84,8,'Blocklink','block','',0,'MediaWiki default','20050419184539',0,'',''),(85,8,'Blocklistline','$1, $2 blocked $3 (expires $4)','',0,'MediaWiki default','20050419184539',0,'',''),(86,8,'Blocklogentry','blocked \"$1\" with an expiry time of $2','',0,'MediaWiki default','20050419184539',0,'',''),(87,8,'Blocklogpage','Block_log','',0,'MediaWiki default','20050419184539',0,'',''),(88,8,'Blocklogtext','This is a log of user blocking and unblocking actions. Automatically\nblocked IP addresses are not listed. See the [[Special:Ipblocklist|IP block list]] for\nthe list of currently operational bans and blocks.','',0,'MediaWiki default','20050419184539',0,'',''),(89,8,'Blockpheading','block level','',0,'MediaWiki default','20050419184539',0,'',''),(90,8,'Bold_sample','Bold text','',0,'MediaWiki default','20050419184539',0,'',''),(91,8,'Bold_tip','Bold text','',0,'MediaWiki default','20050419184539',0,'',''),(92,8,'Booksources','Book sources','',0,'MediaWiki default','20050419184539',0,'',''),(93,8,'Booksourcetext','Below is a list of links to other sites that\nsell new and used books, and may also have further information\nabout books you are looking for.\n{{SITENAME}} is not affiliated with any of these businesses, and\nthis list should not be construed as an endorsement.','',0,'MediaWiki default','20050419184539',0,'',''),(94,8,'Brokenredirects','Broken Redirects','',0,'MediaWiki default','20050419184539',0,'',''),(95,8,'Brokenredirectstext','The following redirects link to a non-existing pages.','',0,'MediaWiki default','20050419184539',0,'',''),(96,8,'Bugreports','Bug reports','',0,'MediaWiki default','20050419184539',0,'',''),(97,8,'Bugreportspage','Project:Bug_reports','',0,'MediaWiki default','20050419184539',0,'',''),(98,8,'Bureaucratlog','Bureaucrat_log','',0,'MediaWiki default','20050419184539',0,'',''),(99,8,'Bureaucratlogentry','Rights for user \"$1\" set \"$2\"','',0,'MediaWiki default','20050419184539',0,'',''),(100,8,'Bureaucrattext','The action you have requested can only be\nperformed by sysops with  \"bureaucrat\" status.','',0,'MediaWiki default','20050419184539',0,'',''),(101,8,'Bureaucrattitle','Bureaucrat access required','',0,'MediaWiki default','20050419184539',0,'',''),(102,8,'Bydate','by date','',0,'MediaWiki default','20050419184539',0,'',''),(103,8,'Byname','by name','',0,'MediaWiki default','20050419184539',0,'',''),(104,8,'Bysize','by size','',0,'MediaWiki default','20050419184539',0,'',''),(105,8,'Cachederror','The following is a cached copy of the requested page, and may not be up to date.','',0,'MediaWiki default','20050419184539',0,'',''),(106,8,'Cancel','Cancel','',0,'MediaWiki default','20050419184539',0,'',''),(107,8,'Cannotdelete','Could not delete the page or image specified. (It may have already been deleted by someone else.)','',0,'MediaWiki default','20050419184539',0,'',''),(108,8,'Cantrollback','Cannot revert edit; last contributor is only author of this page.','',0,'MediaWiki default','20050419184539',0,'',''),(109,8,'Categories','Categories','',0,'MediaWiki default','20050419184539',0,'',''),(110,8,'Categoriespagetext','The following categories exist in the wiki.','',0,'MediaWiki default','20050419184539',0,'',''),(111,8,'Category','category','',0,'MediaWiki default','20050419184539',0,'',''),(112,8,'Category_header','Articles in category \"$1\"','',0,'MediaWiki default','20050419184539',0,'',''),(113,8,'Categoryarticlecount','There are $1 articles in this category.','',0,'MediaWiki default','20050419184539',0,'',''),(114,8,'Categoryarticlecount1','There is $1 article in this category.','',0,'MediaWiki default','20050419184539',0,'',''),(115,8,'Changepassword','Change password','',0,'MediaWiki default','20050419184539',0,'',''),(116,8,'Changes','changes','',0,'MediaWiki default','20050419184539',0,'',''),(117,8,'Clearyourcache','\'\'\'Note:\'\'\' After saving, you have to clear your browser cache to see the changes: \'\'\'Mozilla:\'\'\' click \'\'Reload\'\' (or \'\'Ctrl-R\'\'), \'\'\'IE / Opera:\'\'\' \'\'Ctrl-F5\'\', \'\'\'Safari:\'\'\' \'\'Cmd-R\'\', \'\'\'Konqueror\'\'\' \'\'Ctrl-R\'\'.','',0,'MediaWiki default','20050419184539',0,'',''),(118,8,'Columns','Columns','',0,'MediaWiki default','20050419184539',0,'',''),(119,8,'Compareselectedversions','Compare selected versions','',0,'MediaWiki default','20050419184539',0,'',''),(120,8,'Confirm','Confirm','',0,'MediaWiki default','20050419184539',0,'',''),(121,8,'Confirmcheck','Yes, I really want to delete this.','',0,'MediaWiki default','20050419184539',0,'',''),(122,8,'Confirmdelete','Confirm delete','',0,'MediaWiki default','20050419184539',0,'',''),(123,8,'Confirmdeletetext','You are about to permanently delete a page\nor image along with all of its history from the database.\nPlease confirm that you intend to do this, that you understand the\nconsequences, and that you are doing this in accordance with\n[[Project:Policy]].','',0,'MediaWiki default','20050419184539',0,'',''),(124,8,'Confirmprotect','Confirm protection','',0,'MediaWiki default','20050419184539',0,'',''),(125,8,'Confirmprotecttext','Do you really want to protect this page?','',0,'MediaWiki default','20050419184539',0,'',''),(126,8,'Confirmunprotect','Confirm unprotection','',0,'MediaWiki default','20050419184539',0,'',''),(127,8,'Confirmunprotecttext','Do you really want to unprotect this page?','',0,'MediaWiki default','20050419184539',0,'',''),(128,8,'Contextchars','Characters of context per line','',0,'MediaWiki default','20050419184539',0,'',''),(129,8,'Contextlines','Lines to show per hit','',0,'MediaWiki default','20050419184539',0,'',''),(130,8,'Contribslink','contribs','',0,'MediaWiki default','20050419184539',0,'',''),(131,8,'Contribsub','For $1','',0,'MediaWiki default','20050419184539',0,'',''),(132,8,'Contributions','User contributions','',0,'MediaWiki default','20050419184539',0,'',''),(133,8,'Copyright','Content is available under $1.','',0,'MediaWiki default','20050419184539',0,'',''),(134,8,'Copyrightpage','Project:Copyrights','',0,'MediaWiki default','20050419184539',0,'',''),(135,8,'Copyrightpagename','{{SITENAME}} copyright','',0,'MediaWiki default','20050419184539',0,'',''),(136,8,'Copyrightwarning','Please note that all contributions to {{SITENAME}} are\nconsidered to be released under the $2 (see $1 for details).\nIf you don\'t want your writing to be edited mercilessly and redistributed\nat will, then don\'t submit it here.<br />\nYou are also promising us that you wrote this yourself, or copied it from a\npublic domain or similar free resource.\n<strong>DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!</strong>','',0,'MediaWiki default','20050419184539',0,'',''),(137,8,'Copyrightwarning2','Please note that all contributions to {{SITENAME}}\nmay be edited, altered, or removed by other contributors.\nIf you don\'t want your writing to be edited mercilessly, then don\'t submit it here.<br />\nYou are also promising us that you wrote this yourself, or copied it from a\npublic domain or similar free resource (see $1 for details).\n<strong>DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!</strong>','',0,'MediaWiki default','20050419184539',0,'',''),(138,8,'Couldntremove','Couldn\'t remove item \'$1\'...','',0,'MediaWiki default','20050419184539',0,'',''),(139,8,'Createaccount','Create new account','',0,'MediaWiki default','20050419184539',0,'',''),(140,8,'Createaccountmail','by email','',0,'MediaWiki default','20050419184539',0,'',''),(141,8,'Createaccountpheading','createaccount level','',0,'MediaWiki default','20050419184539',0,'',''),(142,8,'Creditspage','Page credits','',0,'MediaWiki default','20050419184539',0,'',''),(143,8,'Cur','cur','',0,'MediaWiki default','20050419184539',0,'',''),(144,8,'Currentevents','Current events','',0,'MediaWiki default','20050419184539',0,'',''),(145,8,'Currentevents-url','Current events','',0,'MediaWiki default','20050419184539',0,'',''),(146,8,'Currentrev','Current revision','',0,'MediaWiki default','20050419184539',0,'',''),(147,8,'Currentrevisionlink','view current revision','',0,'MediaWiki default','20050419184539',0,'',''),(148,8,'Data','Data','',0,'MediaWiki default','20050419184539',0,'',''),(149,8,'Databaseerror','Database error','',0,'MediaWiki default','20050419184539',0,'',''),(150,8,'Dateformat','Date format','',0,'MediaWiki default','20050419184539',0,'',''),(151,8,'Dberrortext','A database query syntax error has occurred.\nThis may indicate a bug in the software.\nThe last attempted database query was:\n<blockquote><tt>$1</tt></blockquote>\nfrom within function \"<tt>$2</tt>\".\nMySQL returned error \"<tt>$3: $4</tt>\".','',0,'MediaWiki default','20050419184539',0,'',''),(152,8,'Dberrortextcl','A database query syntax error has occurred.\nThe last attempted database query was:\n\"$1\"\nfrom within function \"$2\".\nMySQL returned error \"$3: $4\".\n','',0,'MediaWiki default','20050419184539',0,'',''),(153,8,'Deadendpages','Dead-end pages','',0,'MediaWiki default','20050419184539',0,'',''),(154,8,'Debug','Debug','',0,'MediaWiki default','20050419184539',0,'',''),(155,8,'Dec','Dec','',0,'MediaWiki default','20050419184539',0,'',''),(156,8,'December','December','',0,'MediaWiki default','20050419184539',0,'',''),(157,8,'Default','default','',0,'MediaWiki default','20050419184539',0,'',''),(158,8,'Defaultns','Search in these namespaces by default:','',0,'MediaWiki default','20050419184539',0,'',''),(159,8,'Defemailsubject','{{SITENAME}} e-mail','',0,'MediaWiki default','20050419184539',0,'',''),(160,8,'Delete','Delete','',0,'MediaWiki default','20050419184539',0,'',''),(161,8,'Deletecomment','Reason for deletion','',0,'MediaWiki default','20050419184539',0,'',''),(162,8,'Deletedarticle','deleted \"$1\"','',0,'MediaWiki default','20050419184539',0,'',''),(163,8,'Deletedrevision','Deleted old revision $1.','',0,'MediaWiki default','20050419184539',0,'',''),(164,8,'Deletedtext','\"$1\" has been deleted.\nSee $2 for a record of recent deletions.','',0,'MediaWiki default','20050419184539',0,'',''),(165,8,'Deleteimg','del','',0,'MediaWiki default','20050419184539',0,'',''),(166,8,'Deleteimgcompletely','Delete all revisions','',0,'MediaWiki default','20050419184539',0,'',''),(167,8,'Deletepage','Delete page','',0,'MediaWiki default','20050419184539',0,'',''),(168,8,'Deletepheading','delete level','',0,'MediaWiki default','20050419184539',0,'',''),(169,8,'Deletesub','(Deleting \"$1\")','',0,'MediaWiki default','20050419184539',0,'',''),(170,8,'Deletethispage','Delete this page','',0,'MediaWiki default','20050419184539',0,'',''),(171,8,'Deletionlog','deletion log','',0,'MediaWiki default','20050419184539',0,'',''),(172,8,'Dellogpage','Deletion_log','',0,'MediaWiki default','20050419184539',0,'',''),(173,8,'Dellogpagetext','Below is a list of the most recent deletions.','',0,'MediaWiki default','20050419184539',0,'',''),(174,8,'Developertext','The action you have requested can only be\nperformed by users with \"developer\" status.\nSee $1.','',0,'MediaWiki default','20050419184539',0,'',''),(175,8,'Developertitle','Developer access required','',0,'MediaWiki default','20050419184539',0,'',''),(176,8,'Diff','diff','',0,'MediaWiki default','20050419184539',0,'',''),(177,8,'Difference','(Difference between revisions)','',0,'MediaWiki default','20050419184539',0,'',''),(178,8,'Disambiguations','Disambiguation pages','',0,'MediaWiki default','20050419184539',0,'',''),(179,8,'Disambiguationspage','Project:Links_to_disambiguating_pages','',0,'MediaWiki default','20050419184539',0,'',''),(180,8,'Disambiguationstext','The following pages link to a <i>disambiguation page</i>. They should link to the appropriate topic instead.<br />A page is treated as dismbiguation if it is linked from $1.<br />Links from other namespaces are <i>not</i> listed here.','',0,'MediaWiki default','20050419184539',0,'',''),(181,8,'Disclaimerpage','Project:General_disclaimer','',0,'MediaWiki default','20050419184539',0,'',''),(182,8,'Disclaimers','Disclaimers','',0,'MediaWiki default','20050419184539',0,'',''),(183,8,'Doubleredirects','Double Redirects','',0,'MediaWiki default','20050419184539',0,'',''),(184,8,'Doubleredirectstext','<b>Attention:</b> This list may contain false positives. That usually means there is additional text with links below the first #REDIRECT.<br />\nEach row contains links to the first and second redirect, as well as the first line of the second redirect text, usually giving the \"real\" target page, which the first redirect should point to.','',0,'MediaWiki default','20050419184539',0,'',''),(185,8,'Edit','Edit','',0,'MediaWiki default','20050419184539',0,'',''),(186,8,'Editcomment','The edit comment was: \"<i>$1</i>\".','',0,'MediaWiki default','20050419184539',0,'',''),(187,8,'Editconflict','Edit conflict: $1','',0,'MediaWiki default','20050419184539',0,'',''),(188,8,'Editcurrent','Edit the current version of this page','',0,'MediaWiki default','20050419184539',0,'',''),(189,8,'Editgroup','Edit Group','',0,'MediaWiki default','20050419184539',0,'',''),(190,8,'Edithelp','Editing help','',0,'MediaWiki default','20050419184539',0,'',''),(191,8,'Edithelppage','Help:Editing','',0,'MediaWiki default','20050419184539',0,'',''),(192,8,'Editing','Editing $1','',0,'MediaWiki default','20050419184539',0,'',''),(193,8,'Editingcomment','Editing $1 (comment)','',0,'MediaWiki default','20050419184539',0,'',''),(194,8,'Editingold','<strong>WARNING: You are editing an out-of-date\nrevision of this page.\nIf you save it, any changes made since this revision will be lost.</strong>\n','',0,'MediaWiki default','20050419184539',0,'',''),(195,8,'Editingsection','Editing $1 (section)','',0,'MediaWiki default','20050419184539',0,'',''),(196,8,'Editsection','edit','',0,'MediaWiki default','20050419184539',0,'',''),(197,8,'Editthispage','Edit this page','',0,'MediaWiki default','20050419184539',0,'',''),(198,8,'Editusergroup','Edit User Groups','',0,'MediaWiki default','20050419184539',0,'',''),(199,8,'Emailflag','Disable e-mail from other users','',0,'MediaWiki default','20050419184539',0,'',''),(200,8,'Emailforlost','Fields marked with a star (*) are optional.  Storing an email address enables people to contact you through the website without you having to reveal your\nemail address to them, and it can be used to send you a new password if you forget it.<br /><br />Your real name, if you choose to provide it, will be used for giving you attribution for your work.','',0,'MediaWiki default','20050419184539',0,'',''),(201,8,'Emailfrom','From','',0,'MediaWiki default','20050419184539',0,'',''),(202,8,'Emailmessage','Message','',0,'MediaWiki default','20050419184539',0,'',''),(203,8,'Emailpage','E-mail user','',0,'MediaWiki default','20050419184539',0,'',''),(204,8,'Emailpagetext','If this user has entered a valid e-mail address in\nhis or her user preferences, the form below will send a single message.\nThe e-mail address you entered in your user preferences will appear\nas the \"From\" address of the mail, so the recipient will be able\nto reply.','',0,'MediaWiki default','20050419184539',0,'',''),(205,8,'Emailsend','Send','',0,'MediaWiki default','20050419184539',0,'',''),(206,8,'Emailsent','E-mail sent','',0,'MediaWiki default','20050419184539',0,'',''),(207,8,'Emailsenttext','Your e-mail message has been sent.','',0,'MediaWiki default','20050419184539',0,'',''),(208,8,'Emailsubject','Subject','',0,'MediaWiki default','20050419184539',0,'',''),(209,8,'Emailto','To','',0,'MediaWiki default','20050419184539',0,'',''),(210,8,'Emailuser','E-mail this user','',0,'MediaWiki default','20050419184539',0,'',''),(211,8,'Emptyfile','The file you uploaded seems to be empty. This might be due to a typo in the file name. Please check whether you really want to upload this file.','',0,'MediaWiki default','20050419184539',0,'',''),(212,8,'Enterlockreason','Enter a reason for the lock, including an estimate\nof when the lock will be released','',0,'MediaWiki default','20050419184539',0,'',''),(213,8,'Error','Error','',0,'MediaWiki default','20050419184539',0,'',''),(214,8,'Errorpagetitle','Error','',0,'MediaWiki default','20050419184539',0,'',''),(215,8,'Exbeforeblank','content before blanking was:','',0,'MediaWiki default','20050419184539',0,'',''),(216,8,'Exblank','page was empty','',0,'MediaWiki default','20050419184539',0,'',''),(217,8,'Excontent','content was:','',0,'MediaWiki default','20050419184539',0,'',''),(218,8,'Explainconflict','Someone else has changed this page since you\nstarted editing it.\nThe upper text area contains the page text as it currently exists.\nYour changes are shown in the lower text area.\nYou will have to merge your changes into the existing text.\n<b>Only</b> the text in the upper text area will be saved when you\npress \"Save page\".\n<p>','',0,'MediaWiki default','20050419184539',0,'',''),(219,8,'Export','Export pages','',0,'MediaWiki default','20050419184539',0,'',''),(220,8,'Exportcuronly','Include only the current revision, not the full history','',0,'MediaWiki default','20050419184539',0,'',''),(221,8,'Exporttext','You can export the text and editing history of a particular page or\nset of pages wrapped in some XML. In the future, this may then be imported into another\nwiki running MediaWiki software, although there is no support for this feature in the\ncurrent version.\n\nTo export article pages, enter the titles in the text box below, one title per line, and\nselect whether you want the current version as well as all old versions, with the page\nhistory lines, or just the current version with the info about the last edit.\n\nIn the latter case you can also use a link, e.g. [[{{ns:Special}}:Export/Train]] for the\narticle [[Train]].\n','',0,'MediaWiki default','20050419184539',0,'',''),(222,8,'Extlink_sample','http://www.example.com link title','',0,'MediaWiki default','20050419184539',0,'',''),(223,8,'Extlink_tip','External link (remember http:// prefix)','',0,'MediaWiki default','20050419184539',0,'',''),(224,8,'Faq','FAQ','',0,'MediaWiki default','20050419184539',0,'',''),(225,8,'Faqpage','Project:FAQ','',0,'MediaWiki default','20050419184539',0,'',''),(226,8,'Feb','Feb','',0,'MediaWiki default','20050419184539',0,'',''),(227,8,'February','February','',0,'MediaWiki default','20050419184539',0,'',''),(228,8,'Feedlinks','Feed:','',0,'MediaWiki default','20050419184539',0,'',''),(229,8,'Filecopyerror','Could not copy file \"$1\" to \"$2\".','',0,'MediaWiki default','20050419184539',0,'',''),(230,8,'Filedeleteerror','Could not delete file \"$1\".','',0,'MediaWiki default','20050419184539',0,'',''),(231,8,'Filedesc','Summary','',0,'MediaWiki default','20050419184539',0,'',''),(232,8,'Fileexists','A file with this name exists already, please check $1 if you are not sure if you want to change it.','',0,'MediaWiki default','20050419184539',0,'',''),(233,8,'Filemissing','File missing','',0,'MediaWiki default','20050419184539',0,'',''),(234,8,'Filename','Filename','',0,'MediaWiki default','20050419184539',0,'',''),(235,8,'Filenotfound','Could not find file \"$1\".','',0,'MediaWiki default','20050419184539',0,'',''),(236,8,'Filerenameerror','Could not rename file \"$1\" to \"$2\".','',0,'MediaWiki default','20050419184539',0,'',''),(237,8,'Filesource','Source','',0,'MediaWiki default','20050419184539',0,'',''),(238,8,'Filestatus','Copyright status','',0,'MediaWiki default','20050419184539',0,'',''),(239,8,'Fileuploaded','File $1 uploaded successfully.\nPlease follow this link: $2 to the description page and fill\nin information about the file, such as where it came from, when it was\ncreated and by whom, and anything else you may know about it. If this is an image, you can insert it like this: <tt><nowiki>[[Image:$1|thumb|Description]]</nowiki></tt>','',0,'MediaWiki default','20050419184539',0,'',''),(240,8,'Formerror','Error: could not submit form','',0,'MediaWiki default','20050419184539',0,'',''),(241,8,'Friday','Friday','',0,'MediaWiki default','20050419184539',0,'',''),(242,8,'Geo','GEO coordinates','',0,'MediaWiki default','20050419184539',0,'',''),(243,8,'Getimagelist','fetching image list','',0,'MediaWiki default','20050419184539',0,'',''),(244,8,'Go','Go','',0,'MediaWiki default','20050419184539',0,'',''),(245,8,'Googlesearch','\n<!-- SiteSearch Google -->\n<FORM method=GET action=\"http://www.google.com/search\">\n<TABLE bgcolor=\"#FFFFFF\"><tr><td>\n<A HREF=\"http://www.google.com/\">\n<IMG SRC=\"http://www.google.com/logos/Logo_40wht.gif\"\nborder=\"0\" ALT=\"Google\"></A>\n</td>\n<td>\n<INPUT TYPE=text name=q size=31 maxlength=255 value=\"$1\">\n<INPUT type=submit name=btnG VALUE=\"Google Search\">\n<font size=-1>\n<input type=hidden name=domains value=\"{{SERVER}}\"><br /><input type=radio name=sitesearch value=\"\"> WWW <input type=radio name=sitesearch value=\"{{SERVER}}\" checked> {{SERVER}} <br />\n<input type=\'hidden\' name=\'ie\' value=\'$2\'>\n<input type=\'hidden\' name=\'oe\' value=\'$2\'>\n</font>\n</td></tr></TABLE>\n</FORM>\n<!-- SiteSearch Google -->','',0,'MediaWiki default','20050419184539',0,'',''),(246,8,'Guesstimezone','Fill in from browser','',0,'MediaWiki default','20050419184539',0,'',''),(247,8,'Headline_sample','Headline text','',0,'MediaWiki default','20050419184539',0,'',''),(248,8,'Headline_tip','Level 2 headline','',0,'MediaWiki default','20050419184539',0,'',''),(249,8,'Help','Help','',0,'MediaWiki default','20050419184539',0,'',''),(250,8,'Helppage','Help:Contents','',0,'MediaWiki default','20050419184539',0,'',''),(251,8,'Hide','hide','',0,'MediaWiki default','20050419184539',0,'',''),(252,8,'Hidetoc','hide','',0,'MediaWiki default','20050419184539',0,'',''),(253,8,'Hist','hist','',0,'MediaWiki default','20050419184539',0,'',''),(254,8,'Histlegend','Diff selection: mark the radio boxes of the versions to compare and hit enter or the button at the bottom.<br />\nLegend: (cur) = difference with current version,\n(last) = difference with preceding version, M = minor edit.','',0,'MediaWiki default','20050419184539',0,'',''),(255,8,'History','Page history','',0,'MediaWiki default','20050419184539',0,'',''),(256,8,'History_copyright','-','',0,'MediaWiki default','20050419184539',0,'',''),(257,8,'History_short','History','',0,'MediaWiki default','20050419184539',0,'',''),(258,8,'Historywarning','Warning: The page you are about to delete has a history: ','',0,'MediaWiki default','20050419184539',0,'',''),(259,8,'Hr_tip','Horizontal line (use sparingly)','',0,'MediaWiki default','20050419184539',0,'',''),(260,8,'Ignorewarning','Ignore warning and save file anyway.','',0,'MediaWiki default','20050419184539',0,'',''),(261,8,'Illegalfilename','The filename \"$1\" contains characters that are not allowed in page titles. Please rename the file and try uploading it again.','',0,'MediaWiki default','20050419184539',0,'',''),(262,8,'Ilshowmatch','Show all images with names matching','',0,'MediaWiki default','20050419184539',0,'',''),(263,8,'Ilsubmit','Search','',0,'MediaWiki default','20050419184539',0,'',''),(264,8,'Image_sample','Example.jpg','',0,'MediaWiki default','20050419184539',0,'',''),(265,8,'Image_tip','Embedded image','',0,'MediaWiki default','20050419184539',0,'',''),(266,8,'Imagelinks','Image links','',0,'MediaWiki default','20050419184539',0,'',''),(267,8,'Imagelist','Image list','',0,'MediaWiki default','20050419184539',0,'',''),(268,8,'Imagelisttext','Below is a list of $1 images sorted $2.','',0,'MediaWiki default','20050419184539',0,'',''),(269,8,'Imagemaxsize','Limit images on image description pages to: ','',0,'MediaWiki default','20050419184539',0,'',''),(270,8,'Imagepage','View image page','',0,'MediaWiki default','20050419184539',0,'',''),(271,8,'Imagereverted','Revert to earlier version was successful.','',0,'MediaWiki default','20050419184539',0,'',''),(272,8,'Imgdelete','del','',0,'MediaWiki default','20050419184539',0,'',''),(273,8,'Imgdesc','desc','',0,'MediaWiki default','20050419184539',0,'',''),(274,8,'Imghistlegend','Legend: (cur) = this is the current image, (del) = delete\nthis old version, (rev) = revert to this old version.\n<br /><i>Click on date to see image uploaded on that date</i>.','',0,'MediaWiki default','20050419184539',0,'',''),(275,8,'Imghistory','Image history','',0,'MediaWiki default','20050419184539',0,'',''),(276,8,'Imglegend','Legend: (desc) = show/edit image description.','',0,'MediaWiki default','20050419184539',0,'',''),(277,8,'Import','Import pages','',0,'MediaWiki default','20050419184539',0,'',''),(278,8,'Importfailed','Import failed: $1','',0,'MediaWiki default','20050419184539',0,'',''),(279,8,'Importhistoryconflict','Conflicting history revision exists (may have imported this page before)','',0,'MediaWiki default','20050419184539',0,'',''),(280,8,'Importnotext','Empty or no text','',0,'MediaWiki default','20050419184539',0,'',''),(281,8,'Importsuccess','Import succeeded!','',0,'MediaWiki default','20050419184539',0,'',''),(282,8,'Importtext','Please export the file from the source wiki using the Special:Export utility, save it to your disk and upload it here.','',0,'MediaWiki default','20050419184539',0,'',''),(283,8,'Info_short','Information','',0,'MediaWiki default','20050419184539',0,'',''),(284,8,'Infobox','Click a button to get an example text','',0,'MediaWiki default','20050419184539',0,'',''),(285,8,'Infobox_alert','Please enter the text you want to be formatted.\\n It will be shown in the infobox for copy and pasting.\\nExample:\\n$1\\nwill become:\\n$2','',0,'MediaWiki default','20050419184539',0,'',''),(286,8,'Infosubtitle','Information for page','',0,'MediaWiki default','20050419184539',0,'',''),(287,8,'Internalerror','Internal error','',0,'MediaWiki default','20050419184539',0,'',''),(288,8,'Intl','Interlanguage links','',0,'MediaWiki default','20050419184539',0,'',''),(289,8,'Ip_range_invalid','Invalid IP range.\n','',0,'MediaWiki default','20050419184539',0,'',''),(290,8,'Ipaddress','IP Address/username','',0,'MediaWiki default','20050419184539',0,'',''),(291,8,'Ipb_expiry_invalid','Expiry time invalid.','',0,'MediaWiki default','20050419184539',0,'',''),(292,8,'Ipbexpiry','Expiry','',0,'MediaWiki default','20050419184539',0,'',''),(293,8,'Ipblocklist','List of blocked IP addresses and usernames','',0,'MediaWiki default','20050419184539',0,'',''),(294,8,'Ipbreason','Reason','',0,'MediaWiki default','20050419184539',0,'',''),(295,8,'Ipbsubmit','Block this user','',0,'MediaWiki default','20050419184539',0,'',''),(296,8,'Ipusubmit','Unblock this address','',0,'MediaWiki default','20050419184539',0,'',''),(297,8,'Ipusuccess','\"$1\" unblocked','',0,'MediaWiki default','20050419184539',0,'',''),(298,8,'Isbn','ISBN','',0,'MediaWiki default','20050419184539',0,'',''),(299,8,'Isredirect','redirect page','',0,'MediaWiki default','20050419184539',0,'',''),(300,8,'Italic_sample','Italic text','',0,'MediaWiki default','20050419184539',0,'',''),(301,8,'Italic_tip','Italic text','',0,'MediaWiki default','20050419184539',0,'',''),(302,8,'Iteminvalidname','Problem with item \'$1\', invalid name...','',0,'MediaWiki default','20050419184539',0,'',''),(303,8,'Jan','Jan','',0,'MediaWiki default','20050419184539',0,'',''),(304,8,'January','January','',0,'MediaWiki default','20050419184539',0,'',''),(305,8,'Jul','Jul','',0,'MediaWiki default','20050419184539',0,'',''),(306,8,'July','July','',0,'MediaWiki default','20050419184539',0,'',''),(307,8,'Jun','Jun','',0,'MediaWiki default','20050419184539',0,'',''),(308,8,'June','June','',0,'MediaWiki default','20050419184539',0,'',''),(309,8,'Laggedslavemode','Warning: Page may not contain recent updates.','',0,'MediaWiki default','20050419184539',0,'',''),(310,8,'Largefile','It is recommended that images not exceed 100k in size.','',0,'MediaWiki default','20050419184539',0,'',''),(311,8,'Last','last','',0,'MediaWiki default','20050419184539',0,'',''),(312,8,'Lastmodified','This page was last modified $1.','',0,'MediaWiki default','20050419184539',0,'',''),(313,8,'Lastmodifiedby','This page was last modified $1 by $2.','',0,'MediaWiki default','20050419184539',0,'',''),(314,8,'Lineno','Line $1:','',0,'MediaWiki default','20050419184539',0,'',''),(315,8,'Link_sample','Link title','',0,'MediaWiki default','20050419184539',0,'',''),(316,8,'Link_tip','Internal link','',0,'MediaWiki default','20050419184539',0,'',''),(317,8,'Linklistsub','(List of links)','',0,'MediaWiki default','20050419184539',0,'',''),(318,8,'Linkshere','The following pages link to here:','',0,'MediaWiki default','20050419184539',0,'',''),(319,8,'Linkstoimage','The following pages link to this image:','',0,'MediaWiki default','20050419184539',0,'',''),(320,8,'Linktrail','/^([a-z]+)(.*)$/sD','',0,'MediaWiki default','20050419184539',0,'',''),(321,8,'Listadmins','Admins list','',0,'MediaWiki default','20050419184539',0,'',''),(322,8,'Listform','list','',0,'MediaWiki default','20050419184539',0,'',''),(323,8,'Listingcontinuesabbrev',' cont.','',0,'MediaWiki default','20050419184539',0,'',''),(324,8,'Listusers','User list','',0,'MediaWiki default','20050419184539',0,'',''),(325,8,'Loadhist','Loading page history','',0,'MediaWiki default','20050419184539',0,'',''),(326,8,'Loadingrev','loading revision for diff','',0,'MediaWiki default','20050419184539',0,'',''),(327,8,'Localtime','Local time display','',0,'MediaWiki default','20050419184539',0,'',''),(328,8,'Lockbtn','Lock database','',0,'MediaWiki default','20050419184539',0,'',''),(329,8,'Lockconfirm','Yes, I really want to lock the database.','',0,'MediaWiki default','20050419184539',0,'',''),(330,8,'Lockdb','Lock database','',0,'MediaWiki default','20050419184539',0,'',''),(331,8,'Lockdbsuccesssub','Database lock succeeded','',0,'MediaWiki default','20050419184539',0,'',''),(332,8,'Lockdbsuccesstext','The database has been locked.\n<br />Remember to remove the lock after your maintenance is complete.','',0,'MediaWiki default','20050419184539',0,'',''),(333,8,'Lockdbtext','Locking the database will suspend the ability of all\nusers to edit pages, change their preferences, edit their watchlists, and\nother things requiring changes in the database.\nPlease confirm that this is what you intend to do, and that you will\nunlock the database when your maintenance is done.','',0,'MediaWiki default','20050419184539',0,'',''),(334,8,'Locknoconfirm','You did not check the confirmation box.','',0,'MediaWiki default','20050419184539',0,'',''),(335,8,'Log','Logs','',0,'MediaWiki default','20050419184539',0,'',''),(336,8,'Login','Log in','',0,'MediaWiki default','20050419184539',0,'',''),(337,8,'Loginend','&nbsp;','',0,'MediaWiki default','20050419184539',0,'',''),(338,8,'Loginerror','Login error','',0,'MediaWiki default','20050419184539',0,'',''),(339,8,'Loginpagetitle','User login','',0,'MediaWiki default','20050419184539',0,'',''),(340,8,'Loginproblem','<b>There has been a problem with your login.</b><br />Try again!','',0,'MediaWiki default','20050419184539',0,'',''),(341,8,'Loginprompt','You must have cookies enabled to log in to {{SITENAME}}.','',0,'MediaWiki default','20050419184539',0,'',''),(342,8,'Loginreqtext','You must [[special:Userlogin|login]] to view other pages.','',0,'MediaWiki default','20050419184539',0,'',''),(343,8,'Loginreqtitle','Login Required','',0,'MediaWiki default','20050419184539',0,'',''),(344,8,'Loginsuccess','You are now logged in to {{SITENAME}} as \"$1\".','',0,'MediaWiki default','20050419184539',0,'',''),(345,8,'Loginsuccesstitle','Login successful','',0,'MediaWiki default','20050419184539',0,'',''),(346,8,'Logout','Log out','',0,'MediaWiki default','20050419184539',0,'',''),(347,8,'Logouttext','You are now logged out.\nYou can continue to use {{SITENAME}} anonymously, or you can log in\nagain as the same or as a different user. Note that some pages may\ncontinue to be displayed as if you were still logged in, until you clear\nyour browser cache\n','',0,'MediaWiki default','20050419184539',0,'',''),(348,8,'Logouttitle','User logout','',0,'MediaWiki default','20050419184539',0,'',''),(349,8,'Lonelypages','Orphaned pages','',0,'MediaWiki default','20050419184539',0,'',''),(350,8,'Longpages','Long pages','',0,'MediaWiki default','20050419184539',0,'',''),(351,8,'Longpagewarning','WARNING: This page is $1 kilobytes long; some\nbrowsers may have problems editing pages approaching or longer than 32kb.\nPlease consider breaking the page into smaller sections.','',0,'MediaWiki default','20050419184539',0,'',''),(352,8,'Mailerror','Error sending mail: $1','',0,'MediaWiki default','20050419184539',0,'',''),(353,8,'Mailmypassword','Mail me a new password','',0,'MediaWiki default','20050419184539',0,'',''),(354,8,'Mailnologin','No send address','',0,'MediaWiki default','20050419184539',0,'',''),(355,8,'Mailnologintext','You must be <a href=\"{{localurl:Special:Userlogin\">logged in</a>\nand have a valid e-mail address in your <a href=\"{{localurl:Special:Preferences}}\">preferences</a>\nto send e-mail to other users.','',0,'MediaWiki default','20050419184539',0,'',''),(356,8,'Mainpage','Main Page','',0,'MediaWiki default','20050419184539',0,'',''),(357,8,'Mainpagedocfooter','Please see [http://meta.wikipedia.org/wiki/MediaWiki_i18n documentation on customizing the interface]\nand the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User\'s Guide] for usage and configuration help.','',0,'MediaWiki default','20050419184539',0,'',''),(358,8,'Mainpagetext','Wiki software successfully installed.','',0,'MediaWiki default','20050419184539',0,'',''),(359,8,'Maintenance','Maintenance page','',0,'MediaWiki default','20050419184539',0,'',''),(360,8,'Maintenancebacklink','Back to Maintenance Page','',0,'MediaWiki default','20050419184539',0,'',''),(361,8,'Maintnancepagetext','This page includes several handy tools for everyday maintenance. Some of these functions tend to stress the database, so please do not hit reload after every item you fixed ;-)','',0,'MediaWiki default','20050419184539',0,'',''),(362,8,'Makesysop','Make a user into a sysop','',0,'MediaWiki default','20050419184539',0,'',''),(363,8,'Makesysopfail','<b>User \"$1\" could not be made into a sysop. (Did you enter the name correctly?)</b>','',0,'MediaWiki default','20050419184539',0,'',''),(364,8,'Makesysopname','Name of the user:','',0,'MediaWiki default','20050419184539',0,'',''),(365,8,'Makesysopok','<b>User \"$1\" is now a sysop</b>','',0,'MediaWiki default','20050419184539',0,'',''),(366,8,'Makesysopsubmit','Make this user into a sysop','',0,'MediaWiki default','20050419184539',0,'',''),(367,8,'Makesysoptext','This form is used by bureaucrats to turn ordinary users into administrators.\nType the name of the user in the box and press the button to make the user an administrator','',0,'MediaWiki default','20050419184539',0,'',''),(368,8,'Makesysoptitle','Make a user into a sysop','',0,'MediaWiki default','20050419184539',0,'',''),(369,8,'Mar','Mar','',0,'MediaWiki default','20050419184539',0,'',''),(370,8,'March','March','',0,'MediaWiki default','20050419184539',0,'',''),(371,8,'Markaspatrolleddiff','Mark as patrolled','',0,'MediaWiki default','20050419184539',0,'',''),(372,8,'Markaspatrolledlink','<div class=\'patrollink\'>[$1]</div>','',0,'MediaWiki default','20050419184539',0,'',''),(373,8,'Markaspatrolledtext','Mark this article as patrolled','',0,'MediaWiki default','20050419184539',0,'',''),(374,8,'Markedaspatrolled','Marked as patrolled','',0,'MediaWiki default','20050419184539',0,'',''),(375,8,'Markedaspatrolledtext','The selected revision has been marked as patrolled.','',0,'MediaWiki default','20050419184539',0,'',''),(376,8,'Matchtotals','The query \"$1\" matched $2 page titles\nand the text of $3 pages.','',0,'MediaWiki default','20050419184539',0,'',''),(377,8,'Math','Rendering math','',0,'MediaWiki default','20050419184539',0,'',''),(378,8,'Math_bad_output','Can\'t write to or create math output directory','',0,'MediaWiki default','20050419184539',0,'',''),(379,8,'Math_bad_tmpdir','Can\'t write to or create math temp directory','',0,'MediaWiki default','20050419184539',0,'',''),(380,8,'Math_failure','Failed to parse','',0,'MediaWiki default','20050419184539',0,'',''),(381,8,'Math_image_error','PNG conversion failed; check for correct installation of latex, dvips, gs, and convert','',0,'MediaWiki default','20050419184539',0,'',''),(382,8,'Math_lexing_error','lexing error','',0,'MediaWiki default','20050419184539',0,'',''),(383,8,'Math_notexvc','Missing texvc executable; please see math/README to configure.','',0,'MediaWiki default','20050419184539',0,'',''),(384,8,'Math_sample','Insert formula here','',0,'MediaWiki default','20050419184539',0,'',''),(385,8,'Math_syntax_error','syntax error','',0,'MediaWiki default','20050419184539',0,'',''),(386,8,'Math_tip','Mathematical formula (LaTeX)','',0,'MediaWiki default','20050419184539',0,'',''),(387,8,'Math_unknown_error','unknown error','',0,'MediaWiki default','20050419184539',0,'',''),(388,8,'Math_unknown_function','unknown function ','',0,'MediaWiki default','20050419184539',0,'',''),(389,8,'May','May','',0,'MediaWiki default','20050419184539',0,'',''),(390,8,'May_long','May','',0,'MediaWiki default','20050419184539',0,'',''),(391,8,'Media_sample','Example.mp3','',0,'MediaWiki default','20050419184539',0,'',''),(392,8,'Media_tip','Media file link','',0,'MediaWiki default','20050419184539',0,'',''),(393,8,'Minlength','Image names must be at least three letters.','',0,'MediaWiki default','20050419184539',0,'',''),(394,8,'Minoredit','This is a minor edit','',0,'MediaWiki default','20050419184539',0,'',''),(395,8,'Minoreditletter','m','',0,'MediaWiki default','20050419184539',0,'',''),(396,8,'Mispeelings','Pages with misspellings','',0,'MediaWiki default','20050419184539',0,'',''),(397,8,'Mispeelingspage','List of common misspellings','',0,'MediaWiki default','20050419184539',0,'',''),(398,8,'Mispeelingstext','The following pages contain a common misspelling, which are listed on $1. The correct spelling might be given (like this).','',0,'MediaWiki default','20050419184539',0,'',''),(399,8,'Missingarticle','The database did not find the text of a page\nthat it should have found, named \"$1\".\n\n<p>This is usually caused by following an outdated diff or history link to a\npage that has been deleted.\n\n<p>If this is not the case, you may have found a bug in the software.\nPlease report this to an administrator, making note of the URL.','',0,'MediaWiki default','20050419184539',0,'',''),(400,8,'Missingimage','<b>Missing image</b><br /><i>$1</i>\n','',0,'MediaWiki default','20050419184539',0,'',''),(401,8,'Missinglanguagelinks','Missing Language Links','',0,'MediaWiki default','20050419184539',0,'',''),(402,8,'Missinglanguagelinksbutton','Find missing language links for','',0,'MediaWiki default','20050419184539',0,'',''),(403,8,'Missinglanguagelinkstext','These pages do <i>not</i> link to their counterpart in $1. Redirects and subpages are <i>not</i> shown.','',0,'MediaWiki default','20050419184539',0,'',''),(404,8,'Monday','Monday','',0,'MediaWiki default','20050419184539',0,'',''),(405,8,'Moredotdotdot','More...','',0,'MediaWiki default','20050419184539',0,'',''),(406,8,'Move','Move','',0,'MediaWiki default','20050419184539',0,'',''),(407,8,'Movearticle','Move page','',0,'MediaWiki default','20050419184539',0,'',''),(408,8,'Movedto','moved to','',0,'MediaWiki default','20050419184539',0,'',''),(409,8,'Movenologin','Not logged in','',0,'MediaWiki default','20050419184539',0,'',''),(410,8,'Movenologintext','You must be a registered user and <a href=\"{{localurl:Special:Userlogin}}\">logged in</a>\nto move a page.','',0,'MediaWiki default','20050419184539',0,'',''),(411,8,'Movepage','Move page','',0,'MediaWiki default','20050419184539',0,'',''),(412,8,'Movepagebtn','Move page','',0,'MediaWiki default','20050419184539',0,'',''),(413,8,'Movepagetalktext','The associated talk page, if any, will be automatically moved along with it \'\'\'unless:\'\'\'\n*You are moving the page across namespaces,\n*A non-empty talk page already exists under the new name, or\n*You uncheck the box below.\n\nIn those cases, you will have to move or merge the page manually if desired.','',0,'MediaWiki default','20050419184539',0,'',''),(414,8,'Movepagetext','Using the form below will rename a page, moving all\nof its history to the new name.\nThe old title will become a redirect page to the new title.\nLinks to the old page title will not be changed; be sure to\n[[Special:Maintenance|check]] for double or broken redirects.\nYou are responsible for making sure that links continue to\npoint where they are supposed to go.\n\nNote that the page will \'\'\'not\'\'\' be moved if there is already\na page at the new title, unless it is empty or a redirect and has no\npast edit history. This means that you can rename a page back to where\nit was just renamed from if you make a mistake, and you cannot overwrite\nan existing page.\n\n<b>WARNING!</b>\nThis can be a drastic and unexpected change for a popular page;\nplease be sure you understand the consequences of this before\nproceeding.','',0,'MediaWiki default','20050419184539',0,'',''),(415,8,'Movetalk','Move \"talk\" page as well, if applicable.','',0,'MediaWiki default','20050419184539',0,'',''),(416,8,'Movethispage','Move this page','',0,'MediaWiki default','20050419184539',0,'',''),(417,8,'Mw_math_html','HTML if possible or else PNG','',0,'MediaWiki default','20050419184539',0,'',''),(418,8,'Mw_math_mathml','MathML if possible (experimental)','',0,'MediaWiki default','20050419184539',0,'',''),(419,8,'Mw_math_modern','Recommended for modern browsers','',0,'MediaWiki default','20050419184539',0,'',''),(420,8,'Mw_math_png','Always render PNG','',0,'MediaWiki default','20050419184539',0,'',''),(421,8,'Mw_math_simple','HTML if very simple or else PNG','',0,'MediaWiki default','20050419184539',0,'',''),(422,8,'Mw_math_source','Leave it as TeX (for text browsers)','',0,'MediaWiki default','20050419184539',0,'',''),(423,8,'Mycontris','My contributions','',0,'MediaWiki default','20050419184539',0,'',''),(424,8,'Mypage','My page','',0,'MediaWiki default','20050419184539',0,'',''),(425,8,'Mytalk','My talk','',0,'MediaWiki default','20050419184539',0,'',''),(426,8,'Navigation','Navigation','',0,'MediaWiki default','20050419184539',0,'',''),(427,8,'Nbytes','$1 bytes','',0,'MediaWiki default','20050419184539',0,'',''),(428,8,'Nchanges','$1 changes','',0,'MediaWiki default','20050419184539',0,'',''),(429,8,'Newarticle','(New)','',0,'MediaWiki default','20050419184539',0,'',''),(430,8,'Newarticletext','You\'ve followed a link to a page that doesn\'t exist yet.\nTo create the page, start typing in the box below\n(see the [[Project:Help|help page]] for more info).\nIf you are here by mistake, just click your browser\'s \'\'\'back\'\'\' button.','',0,'MediaWiki default','20050419184539',0,'',''),(431,8,'Newbies','newbies','',0,'MediaWiki default','20050419184539',0,'',''),(432,8,'Newimages','New images gallery','',0,'MediaWiki default','20050419184539',0,'',''),(433,8,'Newmessages','You have $1.','',0,'MediaWiki default','20050419184539',0,'',''),(434,8,'Newmessageslink','new messages','',0,'MediaWiki default','20050419184539',0,'',''),(435,8,'Newpage','New page','',0,'MediaWiki default','20050419184539',0,'',''),(436,8,'Newpageletter','N','',0,'MediaWiki default','20050419184539',0,'',''),(437,8,'Newpages','New pages','',0,'MediaWiki default','20050419184539',0,'',''),(438,8,'Newpassword','New password','',0,'MediaWiki default','20050419184539',0,'',''),(439,8,'Newtitle','To new title','',0,'MediaWiki default','20050419184539',0,'',''),(440,8,'Newusersonly',' (new users only)','',0,'MediaWiki default','20050419184539',0,'',''),(441,8,'Newwindow','(opens in new window)','',0,'MediaWiki default','20050419184539',0,'',''),(442,8,'Next','next','',0,'MediaWiki default','20050419184539',0,'',''),(443,8,'Nextdiff','Go to next diff &rarr;','',0,'MediaWiki default','20050419184539',0,'',''),(444,8,'Nextn','next $1','',0,'MediaWiki default','20050419184539',0,'',''),(445,8,'Nextpage','Next page ($1)','',0,'MediaWiki default','20050419184539',0,'',''),(446,8,'Nextrevision','Newer revision&rarr;','',0,'MediaWiki default','20050419184539',0,'',''),(447,8,'Nlinks','$1 links','',0,'MediaWiki default','20050419184539',0,'',''),(448,8,'Noaffirmation','You must affirm that your upload does not violate any copyrights.','',0,'MediaWiki default','20050419184539',0,'',''),(449,8,'Noarticletext','(There is currently no text in this page)','',0,'MediaWiki default','20050419184539',0,'',''),(450,8,'Noblockreason','You must supply a reason for the block.','',0,'MediaWiki default','20050419184539',0,'',''),(451,8,'Noconnect','Sorry! The wiki is experiencing some technical difficulties, and cannot contact the database server. <br />\n$1','',0,'MediaWiki default','20050419184539',0,'',''),(452,8,'Nocontribs','No changes were found matching these criteria.','',0,'MediaWiki default','20050419184539',0,'',''),(453,8,'Nocookieslogin','{{SITENAME}} uses cookies to log in users. You have cookies disabled. Please enable them and try again.','',0,'MediaWiki default','20050419184539',0,'',''),(454,8,'Nocookiesnew','The user account was created, but you are not logged in. {{SITENAME}} uses cookies to log in users. You have cookies disabled. Please enable them, then log in with your new username and password.','',0,'MediaWiki default','20050419184539',0,'',''),(455,8,'Nocreativecommons','Creative Commons RDF metadata disabled for this server.','',0,'MediaWiki default','20050419184539',0,'',''),(456,8,'Nocredits','There is no credits info available for this page.','',0,'MediaWiki default','20050419184539',0,'',''),(457,8,'Nodb','Could not select database $1','',0,'MediaWiki default','20050419184539',0,'',''),(458,8,'Nodublincore','Dublin Core RDF metadata disabled for this server.','',0,'MediaWiki default','20050419184539',0,'',''),(459,8,'Noemail','There is no e-mail address recorded for user \"$1\".','',0,'MediaWiki default','20050419184539',0,'',''),(460,8,'Noemailtext','This user has not specified a valid e-mail address,\nor has chosen not to receive e-mail from other users.','',0,'MediaWiki default','20050419184539',0,'',''),(461,8,'Noemailtitle','No e-mail address','',0,'MediaWiki default','20050419184539',0,'',''),(462,8,'Nogomatch','No page with this exact title exists, trying full text search.','',0,'MediaWiki default','20050419184539',0,'',''),(463,8,'Nohistory','There is no edit history for this page.','',0,'MediaWiki default','20050419184539',0,'',''),(464,8,'Noimages','Nothing to see.','',0,'MediaWiki default','20050419184539',0,'',''),(465,8,'Nolinkshere','No pages link to here.','',0,'MediaWiki default','20050419184539',0,'',''),(466,8,'Nolinkstoimage','There are no pages that link to this image.','',0,'MediaWiki default','20050419184539',0,'',''),(467,8,'Noname','You have not specified a valid user name.','',0,'MediaWiki default','20050419184539',0,'',''),(468,8,'Nonefound','\'\'\'Note\'\'\': unsuccessful searches are\noften caused by searching for common words like \"have\" and \"from\",\nwhich are not indexed, or by specifying more than one search term (only pages\ncontaining all of the search terms will appear in the result).','',0,'MediaWiki default','20050419184539',0,'',''),(469,8,'Nonunicodebrowser','<strong>WARNING: Your browser is not unicode compliant, please change it before editing an article.</strong>','',0,'MediaWiki default','20050419184539',0,'',''),(470,8,'Nospecialpagetext','You have requested a special page that is not\nrecognized by the wiki.','',0,'MediaWiki default','20050419184539',0,'',''),(471,8,'Nosuchaction','No such action','',0,'MediaWiki default','20050419184539',0,'',''),(472,8,'Nosuchactiontext','The action specified by the URL is not\nrecognized by the wiki','',0,'MediaWiki default','20050419184539',0,'',''),(473,8,'Nosuchspecialpage','No such special page','',0,'MediaWiki default','20050419184539',0,'',''),(474,8,'Nosuchuser','There is no user by the name \"$1\".\nCheck your spelling, or use the form below to create a new user account.','',0,'MediaWiki default','20050419184539',0,'',''),(475,8,'Nosuchusershort','There is no user by the name \"$1\". Check your spelling.','',0,'MediaWiki default','20050419184539',0,'',''),(476,8,'Notacceptable','The wiki server can\'t provide data in a format your client can read.','',0,'MediaWiki default','20050419184539',0,'',''),(477,8,'Notanarticle','Not a content page','',0,'MediaWiki default','20050419184539',0,'',''),(478,8,'Notargettext','You have not specified a target page or user\nto perform this function on.','',0,'MediaWiki default','20050419184539',0,'',''),(479,8,'Notargettitle','No target','',0,'MediaWiki default','20050419184539',0,'',''),(480,8,'Note','<strong>Note:</strong> ','',0,'MediaWiki default','20050419184539',0,'',''),(481,8,'Notextmatches','No page text matches','',0,'MediaWiki default','20050419184539',0,'',''),(482,8,'Notitlematches','No page title matches','',0,'MediaWiki default','20050419184539',0,'',''),(483,8,'Notloggedin','Not logged in','',0,'MediaWiki default','20050419184539',0,'',''),(484,8,'Nov','Nov','',0,'MediaWiki default','20050419184539',0,'',''),(485,8,'November','November','',0,'MediaWiki default','20050419184539',0,'',''),(486,8,'Nowatchlist','You have no items on your watchlist.','',0,'MediaWiki default','20050419184539',0,'',''),(487,8,'Nowiki_sample','Insert non-formatted text here','',0,'MediaWiki default','20050419184539',0,'',''),(488,8,'Nowiki_tip','Ignore wiki formatting','',0,'MediaWiki default','20050419184539',0,'',''),(489,8,'Nstab-category','Category','',0,'MediaWiki default','20050419184539',0,'',''),(490,8,'Nstab-help','Help','',0,'MediaWiki default','20050419184539',0,'',''),(491,8,'Nstab-image','Image','',0,'MediaWiki default','20050419184539',0,'',''),(492,8,'Nstab-main','Article','',0,'MediaWiki default','20050419184539',0,'',''),(493,8,'Nstab-media','Media','',0,'MediaWiki default','20050419184539',0,'',''),(494,8,'Nstab-mediawiki','Message','',0,'MediaWiki default','20050419184539',0,'',''),(495,8,'Nstab-special','Special','',0,'MediaWiki default','20050419184539',0,'',''),(496,8,'Nstab-template','Template','',0,'MediaWiki default','20050419184539',0,'',''),(497,8,'Nstab-user','User page','',0,'MediaWiki default','20050419184539',0,'',''),(498,8,'Nstab-wp','About','',0,'MediaWiki default','20050419184539',0,'',''),(499,8,'Numauthors','Number of distinct authors (article): $1','',0,'MediaWiki default','20050419184539',0,'',''),(500,8,'Numedits','Number of edits (article): $1','',0,'MediaWiki default','20050419184539',0,'',''),(501,8,'Numtalkauthors','Number of distinct authors (discussion page): $1','',0,'MediaWiki default','20050419184539',0,'',''),(502,8,'Numtalkedits','Number of edits (discussion page): $1','',0,'MediaWiki default','20050419184539',0,'',''),(503,8,'Numwatchers','Number of watchers: $1','',0,'MediaWiki default','20050419184539',0,'',''),(504,8,'Nviews','$1 views','',0,'MediaWiki default','20050419184539',0,'',''),(505,8,'Oct','Oct','',0,'MediaWiki default','20050419184539',0,'',''),(506,8,'October','October','',0,'MediaWiki default','20050419184539',0,'',''),(507,8,'Ok','OK','',0,'MediaWiki default','20050419184539',0,'',''),(508,8,'Oldpassword','Old password','',0,'MediaWiki default','20050419184539',0,'',''),(509,8,'Orig','orig','',0,'MediaWiki default','20050419184539',0,'',''),(510,8,'Orphans','Orphaned pages','',0,'MediaWiki default','20050419184539',0,'',''),(511,8,'Othercontribs','Based on work by $1.','',0,'MediaWiki default','20050419184539',0,'',''),(512,8,'Otherlanguages','Other languages','',0,'MediaWiki default','20050419184539',0,'',''),(513,8,'Others','others','',0,'MediaWiki default','20050419184539',0,'',''),(514,8,'Pagemovedsub','Move succeeded','',0,'MediaWiki default','20050419184539',0,'',''),(515,8,'Pagemovedtext','Page \"[[$1]]\" moved to \"[[$2]]\".','',0,'MediaWiki default','20050419184539',0,'',''),(516,8,'Pagetitle','$1 - {{SITENAME}}','',0,'MediaWiki default','20050419184539',0,'',''),(517,8,'Passwordremindertext','Someone (probably you, from IP address $1)\nrequested that we send you a new {{SITENAME}} login password.\nThe password for user \"$2\" is now \"$3\".\nYou should log in and change your password now.','',0,'MediaWiki default','20050419184539',0,'',''),(518,8,'Passwordremindertitle','Password reminder from {{SITENAME}}','',0,'MediaWiki default','20050419184539',0,'',''),(519,8,'Passwordsent','A new password has been sent to the e-mail address\nregistered for \"$1\".\nPlease log in again after you receive it.','',0,'MediaWiki default','20050419184539',0,'',''),(520,8,'Perfcached','The following data is cached and may not be completely up to date:','',0,'MediaWiki default','20050419184539',0,'',''),(521,8,'Perfdisabled','Sorry! This feature has been temporarily disabled\nbecause it slows the database down to the point that no one can use\nthe wiki.','',0,'MediaWiki default','20050419184539',0,'',''),(522,8,'Perfdisabledsub','Here\'s a saved copy from $1:','',0,'MediaWiki default','20050419184539',0,'',''),(523,8,'Personaltools','Personal tools','',0,'MediaWiki default','20050419184539',0,'',''),(524,8,'Popularpages','Popular pages','',0,'MediaWiki default','20050419184539',0,'',''),(525,8,'Portal','Community portal','',0,'MediaWiki default','20050419184539',0,'',''),(526,8,'Portal-url','Project:Community Portal','',0,'MediaWiki default','20050419184539',0,'',''),(527,8,'Postcomment','Post a comment','',0,'MediaWiki default','20050419184539',0,'',''),(528,8,'Poweredby','{{SITENAME}} is powered by [http://www.mediawiki.org/ MediaWiki], an open source wiki engine.','',0,'MediaWiki default','20050419184539',0,'',''),(529,8,'Powersearch','Search','',0,'MediaWiki default','20050419184539',0,'',''),(530,8,'Powersearchtext','\nSearch in namespaces :<br />\n$1<br />\n$2 List redirects &nbsp; Search for $3 $9','',0,'MediaWiki default','20050419184539',0,'',''),(531,8,'Preferences','Preferences','',0,'MediaWiki default','20050419184539',0,'',''),(532,8,'Prefs-help-userdata','* <strong>Real name</strong> (optional): if you choose to provide it this will be used for giving you attribution for your work.<br />\n* <strong>Email</strong> (optional): Enables people to contact you through the website without you having to reveal your\nemail address to them, and it can be used to send you a new password if you forget it.','',0,'MediaWiki default','20050419184539',0,'',''),(533,8,'Prefs-misc','Misc settings','',0,'MediaWiki default','20050419184539',0,'',''),(534,8,'Prefs-personal','User data','',0,'MediaWiki default','20050419184539',0,'',''),(535,8,'Prefs-rc','Recent changes and stub display','',0,'MediaWiki default','20050419184539',0,'',''),(536,8,'Prefslogintext','You are logged in as \"$1\".\nYour internal ID number is $2.\n\nSee [[Project:User preferences help]] for help deciphering the options.','',0,'MediaWiki default','20050419184539',0,'',''),(537,8,'Prefsnologin','Not logged in','',0,'MediaWiki default','20050419184539',0,'',''),(538,8,'Prefsnologintext','You must be <a href=\"{{localurl:Special:Userlogin}}\">logged in</a>\nto set user preferences.','',0,'MediaWiki default','20050419184539',0,'',''),(539,8,'Prefsreset','Preferences have been reset from storage.','',0,'MediaWiki default','20050419184539',0,'',''),(540,8,'Preview','Preview','',0,'MediaWiki default','20050419184539',0,'',''),(541,8,'Previewconflict','This preview reflects the text in the upper\ntext editing area as it will appear if you choose to save.','',0,'MediaWiki default','20050419184539',0,'',''),(542,8,'Previewnote','Remember that this is only a preview, and has not yet been saved!','',0,'MediaWiki default','20050419184539',0,'',''),(543,8,'Previousdiff','&larr; Go to previous diff','',0,'MediaWiki default','20050419184539',0,'',''),(544,8,'Previousrevision','&larr;Older revision','',0,'MediaWiki default','20050419184539',0,'',''),(545,8,'Prevn','previous $1','',0,'MediaWiki default','20050419184539',0,'',''),(546,8,'Printableversion','Printable version','',0,'MediaWiki default','20050419184539',0,'',''),(547,8,'Printsubtitle','(From {{SERVER}})','',0,'MediaWiki default','20050419184539',0,'',''),(548,8,'Protect','Protect','',0,'MediaWiki default','20050419184539',0,'',''),(549,8,'Protectcomment','Reason for protecting','',0,'MediaWiki default','20050419184539',0,'',''),(550,8,'Protectedarticle','protected $1','',0,'MediaWiki default','20050419184539',0,'',''),(551,8,'Protectedpage','Protected page','',0,'MediaWiki default','20050419184539',0,'',''),(552,8,'Protectedpagewarning','WARNING:  This page has been locked so that only\nusers with sysop privileges can edit it. Be sure you are following the\n<a href=\'/index.php/Project:Protected_page_guidelines\'>protected page\nguidelines</a>.','',0,'MediaWiki default','20050419184539',0,'',''),(553,8,'Protectedtext','This page has been locked to prevent editing; there are\na number of reasons why this may be so, please see\n[[Project:Protected page]].\n\nYou can view and copy the source of this page:','',0,'MediaWiki default','20050419184539',0,'',''),(554,8,'Protectlogpage','Protection_log','',0,'MediaWiki default','20050419184539',0,'',''),(555,8,'Protectlogtext','Below is a list of page locks/unlocks.\nSee [[Project:Protected page]] for more information.','',0,'MediaWiki default','20050419184539',0,'',''),(556,8,'Protectmoveonly','Protect from moves only','',0,'MediaWiki default','20050419184539',0,'',''),(557,8,'Protectpage','Protect page','',0,'MediaWiki default','20050419184539',0,'',''),(558,8,'Protectreason','(give a reason)','',0,'MediaWiki default','20050419184539',0,'',''),(559,8,'Protectsub','(Protecting \"$1\")','',0,'MediaWiki default','20050419184539',0,'',''),(560,8,'Protectthispage','Protect this page','',0,'MediaWiki default','20050419184539',0,'',''),(561,8,'Proxyblocker','Proxy blocker','',0,'MediaWiki default','20050419184539',0,'',''),(562,8,'Proxyblockreason','Your IP address has been blocked because it is an open proxy. Please contact your Internet service provider or tech support and inform them of this serious security problem.','',0,'MediaWiki default','20050419184539',0,'',''),(563,8,'Proxyblocksuccess','Done.\n','',0,'MediaWiki default','20050419184539',0,'',''),(564,8,'Pubmedurl','http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=pubmed&dopt=Abstract&list_uids=$1','',0,'MediaWiki default','20050419184539',0,'',''),(565,8,'Qbbrowse','Browse','',0,'MediaWiki default','20050419184539',0,'',''),(566,8,'Qbedit','Edit','',0,'MediaWiki default','20050419184539',0,'',''),(567,8,'Qbfind','Find','',0,'MediaWiki default','20050419184539',0,'',''),(568,8,'Qbmyoptions','My pages','',0,'MediaWiki default','20050419184539',0,'',''),(569,8,'Qbpageinfo','Context','',0,'MediaWiki default','20050419184539',0,'',''),(570,8,'Qbpageoptions','This page','',0,'MediaWiki default','20050419184539',0,'',''),(571,8,'Qbsettings','Quickbar settings','',0,'MediaWiki default','20050419184539',0,'',''),(572,8,'Qbsettingsnote','This preference only works in the \'Standard\' and the \'CologneBlue\' skin.','',0,'MediaWiki default','20050419184539',0,'',''),(573,8,'Qbspecialpages','Special pages','',0,'MediaWiki default','20050419184539',0,'',''),(574,8,'Querybtn','Submit query','',0,'MediaWiki default','20050419184539',0,'',''),(575,8,'Querysuccessful','Query successful','',0,'MediaWiki default','20050419184539',0,'',''),(576,8,'Randompage','Random page','',0,'MediaWiki default','20050419184539',0,'',''),(577,8,'Randompage-url','Special:Randompage','',0,'MediaWiki default','20050419184539',0,'',''),(578,8,'Range_block_disabled','The sysop ability to create range blocks is disabled.','',0,'MediaWiki default','20050419184539',0,'',''),(579,8,'Rchide','in $4 form; $1 minor edits; $2 secondary namespaces; $3 multiple edits.','',0,'MediaWiki default','20050419184539',0,'',''),(580,8,'Rclinks','Show last $1 changes in last $2 days<br />$3','',0,'MediaWiki default','20050419184539',0,'',''),(581,8,'Rclistfrom','Show new changes starting from $1','',0,'MediaWiki default','20050419184539',0,'',''),(582,8,'Rcliu','; $1 edits from logged in users','',0,'MediaWiki default','20050419184539',0,'',''),(583,8,'Rcloaderr','Loading recent changes','',0,'MediaWiki default','20050419184539',0,'',''),(584,8,'Rclsub','(to pages linked from \"$1\")','',0,'MediaWiki default','20050419184539',0,'',''),(585,8,'Rcnote','Below are the last <strong>$1</strong> changes in last <strong>$2</strong> days.','',0,'MediaWiki default','20050419184539',0,'',''),(586,8,'Rcnotefrom','Below are the changes since <b>$2</b> (up to <b>$1</b> shown).','',0,'MediaWiki default','20050419184539',0,'',''),(587,8,'Rcpatroldisabled','Recent Changes Patrol disabled','',0,'MediaWiki default','20050419184539',0,'',''),(588,8,'Rcpatroldisabledtext','The Recent Changes Patrol feature is currently disabled.','',0,'MediaWiki default','20050419184539',0,'',''),(589,8,'Readonly','Database locked','',0,'MediaWiki default','20050419184539',0,'',''),(590,8,'Readonlytext','The database is currently locked to new\nentries and other modifications, probably for routine database maintenance,\nafter which it will be back to normal.\nThe administrator who locked it offered this explanation:\n<p>$1','',0,'MediaWiki default','20050419184539',0,'',''),(591,8,'Readonlywarning','WARNING: The database has been locked for maintenance,\nso you will not be able to save your edits right now. You may wish to cut-n-paste\nthe text into a text file and save it for later.','',0,'MediaWiki default','20050419184539',0,'',''),(592,8,'Recentchanges','Recent changes','',0,'MediaWiki default','20050419184539',0,'',''),(593,8,'Recentchanges-url','Special:Recentchanges','',0,'MediaWiki default','20050419184539',0,'',''),(594,8,'Recentchangescount','Number of titles in recent changes','',0,'MediaWiki default','20050419184539',0,'',''),(595,8,'Recentchangeslinked','Related changes','',0,'MediaWiki default','20050419184539',0,'',''),(596,8,'Recentchangestext','Track the most recent changes to the wiki on this page.','',0,'MediaWiki default','20050419184539',0,'',''),(597,8,'Redirectedfrom','(Redirected from $1)','',0,'MediaWiki default','20050419184539',0,'',''),(598,8,'Remembermypassword','Remember my password across sessions.','',0,'MediaWiki default','20050419184539',0,'',''),(599,8,'Removechecked','Remove checked items from watchlist','',0,'MediaWiki default','20050419184539',0,'',''),(600,8,'Removedwatch','Removed from watchlist','',0,'MediaWiki default','20050419184539',0,'',''),(601,8,'Removedwatchtext','The page \"$1\" has been removed from your watchlist.','',0,'MediaWiki default','20050419184539',0,'',''),(602,8,'Removingchecked','Removing requested items from watchlist...','',0,'MediaWiki default','20050419184539',0,'',''),(603,8,'Resetprefs','Reset preferences','',0,'MediaWiki default','20050419184539',0,'',''),(604,8,'Restorelink','$1 deleted edits','',0,'MediaWiki default','20050419184539',0,'',''),(605,8,'Resultsperpage','Hits to show per page','',0,'MediaWiki default','20050419184539',0,'',''),(606,8,'Retrievedfrom','Retrieved from \"$1\"','',0,'MediaWiki default','20050419184539',0,'',''),(607,8,'Returnto','Return to $1.','',0,'MediaWiki default','20050419184539',0,'',''),(608,8,'Retypenew','Retype new password','',0,'MediaWiki default','20050419184539',0,'',''),(609,8,'Reupload','Re-upload','',0,'MediaWiki default','20050419184539',0,'',''),(610,8,'Reuploaddesc','Return to the upload form.','',0,'MediaWiki default','20050419184539',0,'',''),(611,8,'Reverted','Reverted to earlier revision','',0,'MediaWiki default','20050419184539',0,'',''),(612,8,'Revertimg','rev','',0,'MediaWiki default','20050419184539',0,'',''),(613,8,'Revertpage','Reverted edit of $2, changed back to last version by $1','',0,'MediaWiki default','20050419184539',0,'',''),(614,8,'Revhistory','Revision history','',0,'MediaWiki default','20050419184539',0,'',''),(615,8,'Revisionasof','Revision as of $1','',0,'MediaWiki default','20050419184539',0,'',''),(616,8,'Revisionasofwithlink','Revision as of $1; $2<br />$3 | $4','',0,'MediaWiki default','20050419184539',0,'',''),(617,8,'Revnotfound','Revision not found','',0,'MediaWiki default','20050419184539',0,'',''),(618,8,'Revnotfoundtext','The old revision of the page you asked for could not be found.\nPlease check the URL you used to access this page.\n','',0,'MediaWiki default','20050419184539',0,'',''),(619,8,'Rfcurl','http://www.faqs.org/rfcs/rfc$1.html','',0,'MediaWiki default','20050419184539',0,'',''),(620,8,'Rights','Rights:','',0,'MediaWiki default','20050419184539',0,'',''),(621,8,'Rightslogtext','This is a log of changes to user rights.','',0,'MediaWiki default','20050419184539',0,'',''),(622,8,'Rollback','Roll back edits','',0,'MediaWiki default','20050419184539',0,'',''),(623,8,'Rollback_short','Rollback','',0,'MediaWiki default','20050419184539',0,'',''),(624,8,'Rollbackfailed','Rollback failed','',0,'MediaWiki default','20050419184539',0,'',''),(625,8,'Rollbacklink','rollback','',0,'MediaWiki default','20050419184539',0,'',''),(626,8,'Rows','Rows','',0,'MediaWiki default','20050419184539',0,'',''),(627,8,'Saturday','Saturday','',0,'MediaWiki default','20050419184539',0,'',''),(628,8,'Savearticle','Save page','',0,'MediaWiki default','20050419184539',0,'',''),(629,8,'Savedprefs','Your preferences have been saved.','',0,'MediaWiki default','20050419184539',0,'',''),(630,8,'Savefile','Save file','',0,'MediaWiki default','20050419184539',0,'',''),(631,8,'Savegroup','Save Group','',0,'MediaWiki default','20050419184539',0,'',''),(632,8,'Saveprefs','Save preferences','',0,'MediaWiki default','20050419184539',0,'',''),(633,8,'Saveusergroups','Save User Groups','',0,'MediaWiki default','20050419184539',0,'',''),(634,8,'Search','Search','',0,'MediaWiki default','20050419184539',0,'',''),(635,8,'Searchdisabled','<p style=\"margin: 1.5em 2em 1em\">{{SITENAME}} search is disabled for performance reasons. You can search via Google in the meantime.\n<span style=\"font-size: 89%; display: block; margin-left: .2em\">Note that their indexes of {{SITENAME}} content may be out of date.</span></p>','',0,'MediaWiki default','20050419184539',0,'',''),(636,8,'Searchquery','For query \"$1\"','',0,'MediaWiki default','20050419184539',0,'',''),(637,8,'Searchresults','Search results','',0,'MediaWiki default','20050419184539',0,'',''),(638,8,'Searchresultshead','Search result settings','',0,'MediaWiki default','20050419184539',0,'',''),(639,8,'Searchresulttext','For more information about searching {{SITENAME}}, see [[Project:Searching|Searching {{SITENAME}}]].','',0,'MediaWiki default','20050419184539',0,'',''),(640,8,'Sectionlink','&rarr;','',0,'MediaWiki default','20050419184539',0,'',''),(641,8,'Selectnewerversionfordiff','Select a newer version for comparison','',0,'MediaWiki default','20050419184539',0,'',''),(642,8,'Selectolderversionfordiff','Select an older version for comparison','',0,'MediaWiki default','20050419184539',0,'',''),(643,8,'Selectonly','Only read-only queries are allowed.','',0,'MediaWiki default','20050419184539',0,'',''),(644,8,'Selflinks','Pages with Self Links','',0,'MediaWiki default','20050419184539',0,'',''),(645,8,'Selflinkstext','The following pages contain a link to themselves, which they should not.','',0,'MediaWiki default','20050419184539',0,'',''),(646,8,'Sep','Sep','',0,'MediaWiki default','20050419184539',0,'',''),(647,8,'September','September','',0,'MediaWiki default','20050419184539',0,'',''),(648,8,'Seriousxhtmlerrors','There were serious xhtml markup errors detected by tidy.','',0,'MediaWiki default','20050419184539',0,'',''),(649,8,'Servertime','Server time is now','',0,'MediaWiki default','20050419184539',0,'',''),(650,8,'Sessionfailure','There seems to be a problem with your login session;\nthis action has been canceled as a precaution against session hijacking.\nPlease hit \"back\" and reload the page you came from, then try again.','',0,'MediaWiki default','20050419184539',0,'',''),(651,8,'Set_rights_fail','<b>User rights for \"$1\" could not be set. (Did you enter the name correctly?)</b>','',0,'MediaWiki default','20050419184539',0,'',''),(652,8,'Set_user_rights','Set user rights','',0,'MediaWiki default','20050419184539',0,'',''),(653,8,'Setbureaucratflag','Set bureaucrat flag','',0,'MediaWiki default','20050419184539',0,'',''),(654,8,'Sharedupload','This file is a shared upload and may be used by other projects.','',0,'MediaWiki default','20050419184539',0,'',''),(655,8,'Shortpages','Short pages','',0,'MediaWiki default','20050419184539',0,'',''),(656,8,'Show','show','',0,'MediaWiki default','20050419184539',0,'',''),(657,8,'Showbigimage','Download high resolution version ($1x$2, $3 KB)','',0,'MediaWiki default','20050419184539',0,'',''),(658,8,'Showhideminor','$1 minor edits | $2 bots | $3 logged in users | $4 patrolled edits ','',0,'MediaWiki default','20050419184539',0,'',''),(659,8,'Showingresults','Showing below up to <b>$1</b> results starting with #<b>$2</b>.','',0,'MediaWiki default','20050419184539',0,'',''),(660,8,'Showingresultsnum','Showing below <b>$3</b> results starting with #<b>$2</b>.','',0,'MediaWiki default','20050419184539',0,'',''),(661,8,'Showlast','Show last $1 images sorted $2.','',0,'MediaWiki default','20050419184539',0,'',''),(662,8,'Showpreview','Show preview','',0,'MediaWiki default','20050419184539',0,'',''),(663,8,'Showtoc','show','',0,'MediaWiki default','20050419184539',0,'',''),(664,8,'Sig_tip','Your signature with timestamp','',0,'MediaWiki default','20050419184539',0,'',''),(665,8,'Siteadminpheading','siteadmin level','',0,'MediaWiki default','20050419184539',0,'',''),(666,8,'Sitenotice','-','',0,'MediaWiki default','20050419184539',0,'',''),(667,8,'Sitesettings','Site Settings','',0,'MediaWiki default','20050419184539',0,'',''),(668,8,'Sitesettings-caching','Page caching','',0,'MediaWiki default','20050419184539',0,'',''),(669,8,'Sitesettings-cookies','Cookies','',0,'MediaWiki default','20050419184539',0,'',''),(670,8,'Sitesettings-debugging','Debugging','',0,'MediaWiki default','20050419184539',0,'',''),(671,8,'Sitesettings-features','Features','',0,'MediaWiki default','20050419184539',0,'',''),(672,8,'Sitesettings-images','Images','',0,'MediaWiki default','20050419184539',0,'',''),(673,8,'Sitesettings-memcached','Memcache Daemon','',0,'MediaWiki default','20050419184539',0,'',''),(674,8,'Sitesettings-performance','Performance','',0,'MediaWiki default','20050419184539',0,'',''),(675,8,'Sitesettings-permissions','Permissions','',0,'MediaWiki default','20050419184539',0,'',''),(676,8,'Sitesettings-permissions-banning','User banning','',0,'MediaWiki default','20050419184539',0,'',''),(677,8,'Sitesettings-permissions-miser','Performance settings','',0,'MediaWiki default','20050419184539',0,'',''),(678,8,'Sitesettings-permissions-readonly','Maintenance mode: Disable write access','',0,'MediaWiki default','20050419184539',0,'',''),(679,8,'Sitesettings-permissions-whitelist','Whitelist mode','',0,'MediaWiki default','20050419184539',0,'',''),(680,8,'Sitesettings-wgAllowExternalImages','Allow to include external images into articles','',0,'MediaWiki default','20050419184539',0,'',''),(681,8,'Sitesettings-wgDefaultBlockExpiry','By default, blocks expire after:','',0,'MediaWiki default','20050419184539',0,'',''),(682,8,'Sitesettings-wgDisableQueryPages','When in miser mode, disable all query pages, not only \"expensive\" ones','',0,'MediaWiki default','20050419184539',0,'',''),(683,8,'Sitesettings-wgHitcounterUpdateFreq','Hit counter update frequency','',0,'MediaWiki default','20050419184539',0,'',''),(684,8,'Sitesettings-wgMiserMode','Enable miser mode, which disables most \"expensive\" features','',0,'MediaWiki default','20050419184539',0,'',''),(685,8,'Sitesettings-wgReadOnly','Readonly mode','',0,'MediaWiki default','20050419184539',0,'',''),(686,8,'Sitesettings-wgReadOnlyFile','Readonly message file','',0,'MediaWiki default','20050419184539',0,'',''),(687,8,'Sitesettings-wgShowIPinHeader','Show IP in header (for non-logged in users)','',0,'MediaWiki default','20050419184539',0,'',''),(688,8,'Sitesettings-wgSysopRangeBans','Sysops may block IP-ranges','',0,'MediaWiki default','20050419184539',0,'',''),(689,8,'Sitesettings-wgSysopUserBans','Sysops may block logged-in users','',0,'MediaWiki default','20050419184539',0,'',''),(690,8,'Sitesettings-wgUseCategoryBrowser','Enable experimental dmoz-like category browsing. Outputs things like:  Encyclopedia > Music > Style of Music > Jazz','',0,'MediaWiki default','20050419184539',0,'',''),(691,8,'Sitesettings-wgUseCategoryMagic','Enable categories','',0,'MediaWiki default','20050419184539',0,'',''),(692,8,'Sitesettings-wgUseDatabaseMessages','Use database messages for user interface labels','',0,'MediaWiki default','20050419184539',0,'',''),(693,8,'Sitesettings-wgUseWatchlistCache','Generate a watchlist once every hour or so','',0,'MediaWiki default','20050419184539',0,'',''),(694,8,'Sitesettings-wgWLCacheTimeout','The hour or so mentioned above (in seconds):','',0,'MediaWiki default','20050419184539',0,'',''),(695,8,'Sitesettings-wgWhitelistAccount-developer','Developers may create accounts for users','',0,'MediaWiki default','20050419184539',0,'',''),(696,8,'Sitesettings-wgWhitelistAccount-sysop','Sysops may create accounts for users','',0,'MediaWiki default','20050419184539',0,'',''),(697,8,'Sitesettings-wgWhitelistAccount-user','Users may create accounts themself','',0,'MediaWiki default','20050419184539',0,'',''),(698,8,'Sitesettings-wgWhitelistEdit','Users must be logged in to edit','',0,'MediaWiki default','20050419184539',0,'',''),(699,8,'Sitesettings-wgWhitelistRead','Anonymous users may only read these pages:','',0,'MediaWiki default','20050419184539',0,'',''),(700,8,'Sitestats','Site statistics','',0,'MediaWiki default','20050419184539',0,'',''),(701,8,'Sitestatstext','There are \'\'\'$1\'\'\' total pages in the database.\nThis includes \"talk\" pages, pages about {{SITENAME}}, minimal \"stub\"\npages, redirects, and others that probably don\'t qualify as content pages.\nExcluding those, there are \'\'\'$2\'\'\' pages that are probably legitimate\ncontent pages.\n\nThere have been a total of \'\'\'$3\'\'\' page views, and \'\'\'$4\'\'\' page edits\nsince the wiki was setup.\nThat comes to \'\'\'$5\'\'\' average edits per page, and \'\'\'$6\'\'\' views per edit.','',0,'MediaWiki default','20050419184539',0,'',''),(702,8,'Sitesubtitle','The Free Encyclopedia','',0,'MediaWiki default','20050419184539',0,'',''),(703,8,'Sitesupport','-','',0,'MediaWiki default','20050419184539',0,'',''),(704,8,'Sitesupport-url','Project:Site support','',0,'MediaWiki default','20050419184539',0,'',''),(705,8,'Sitetitle','{{SITENAME}}','',0,'MediaWiki default','20050419184539',0,'',''),(706,8,'Siteuser','OpenLife user $1','',0,'MediaWiki default','20050419184539',0,'',''),(707,8,'Siteusers','OpenLife user(s) $1','',0,'MediaWiki default','20050419184539',0,'',''),(708,8,'Skin','Skin','',0,'MediaWiki default','20050419184539',0,'',''),(709,8,'Spamprotectionmatch','The following text is what triggered our spam filter: $1','',0,'MediaWiki default','20050419184539',0,'',''),(710,8,'Spamprotectiontext','The page you wanted to save was blocked by the spam filter. This is probably caused by a link to an external site.','',0,'MediaWiki default','20050419184539',0,'',''),(711,8,'Spamprotectiontitle','Spam protection filter','',0,'MediaWiki default','20050419184539',0,'',''),(712,8,'Special_version_postfix','&nbsp;','',0,'MediaWiki default','20050419184539',0,'',''),(713,8,'Special_version_prefix','&nbsp;','',0,'MediaWiki default','20050419184539',0,'',''),(714,8,'Speciallogtitlelabel','Title: ','',0,'MediaWiki default','20050419184539',0,'',''),(715,8,'Specialloguserlabel','User: ','',0,'MediaWiki default','20050419184539',0,'',''),(716,8,'Specialpage','Special Page','',0,'MediaWiki default','20050419184539',0,'',''),(717,8,'Specialpages','Special pages','',0,'MediaWiki default','20050419184539',0,'',''),(718,8,'Spheading','Special pages for all users','',0,'MediaWiki default','20050419184539',0,'',''),(719,8,'Sqlislogged','Please note that all queries are logged.','',0,'MediaWiki default','20050419184539',0,'',''),(720,8,'Sqlquery','Enter query','',0,'MediaWiki default','20050419184539',0,'',''),(721,8,'Statistics','Statistics','',0,'MediaWiki default','20050419184539',0,'',''),(722,8,'Storedversion','Stored version','',0,'MediaWiki default','20050419184539',0,'',''),(723,8,'Stubthreshold','Threshold for stub display','',0,'MediaWiki default','20050419184539',0,'',''),(724,8,'Subcategories','Subcategories','',0,'MediaWiki default','20050419184539',0,'',''),(725,8,'Subcategorycount','There are $1 subcategories to this category.','',0,'MediaWiki default','20050419184539',0,'',''),(726,8,'Subcategorycount1','There is $1 subcategory to this category.','',0,'MediaWiki default','20050419184539',0,'',''),(727,8,'Subject','Subject/headline','',0,'MediaWiki default','20050419184539',0,'',''),(728,8,'Subjectpage','View subject','',0,'MediaWiki default','20050419184539',0,'',''),(729,8,'Successfulupload','Successful upload','',0,'MediaWiki default','20050419184539',0,'',''),(730,8,'Summary','Summary','',0,'MediaWiki default','20050419184539',0,'',''),(731,8,'Sunday','Sunday','',0,'MediaWiki default','20050419184539',0,'',''),(732,8,'Sysoptext','The action you have requested can only be\nperformed by users with \"sysop\" status.\nSee $1.','',0,'MediaWiki default','20050419184539',0,'',''),(733,8,'Sysoptitle','Sysop access required','',0,'MediaWiki default','20050419184539',0,'',''),(734,8,'Tableform','table','',0,'MediaWiki default','20050419184539',0,'',''),(735,8,'Tagline','From {{SITENAME}}','',0,'MediaWiki default','20050419184539',0,'',''),(736,8,'Talk','Discussion','',0,'MediaWiki default','20050419184539',0,'',''),(737,8,'Talkexists','The page itself was moved successfully, but the\ntalk page could not be moved because one already exists at the new\ntitle. Please merge them manually.','',0,'MediaWiki default','20050419184539',0,'',''),(738,8,'Talkpage','Discuss this page','',0,'MediaWiki default','20050419184539',0,'',''),(739,8,'Talkpagemoved','The corresponding talk page was also moved.','',0,'MediaWiki default','20050419184539',0,'',''),(740,8,'Talkpagenotmoved','The corresponding talk page was <strong>not</strong> moved.','',0,'MediaWiki default','20050419184539',0,'',''),(741,8,'Talkpagetext','<!-- MediaWiki:talkpagetext -->','',0,'MediaWiki default','20050419184539',0,'',''),(742,8,'Templatesused','Templates used on this page:','',0,'MediaWiki default','20050419184539',0,'',''),(743,8,'Textboxsize','Editing','',0,'MediaWiki default','20050419184539',0,'',''),(744,8,'Textmatches','Page text matches','',0,'MediaWiki default','20050419184539',0,'',''),(745,8,'Thisisdeleted','View or restore $1?','',0,'MediaWiki default','20050419184539',0,'',''),(746,8,'Thumbnail-more','Enlarge','',0,'MediaWiki default','20050419184539',0,'',''),(747,8,'Thursday','Thursday','',0,'MediaWiki default','20050419184539',0,'',''),(748,8,'Timezonelegend','Time zone','',0,'MediaWiki default','20050419184539',0,'',''),(749,8,'Timezoneoffset','Offset','',0,'MediaWiki default','20050419184539',0,'',''),(750,8,'Timezonetext','Enter number of hours your local time differs\nfrom server time (UTC).','',0,'MediaWiki default','20050419184539',0,'',''),(751,8,'Titlematches','Article title matches','',0,'MediaWiki default','20050419184539',0,'',''),(752,8,'Toc','Table of contents','',0,'MediaWiki default','20050419184539',0,'',''),(753,8,'Tog-editondblclick','Edit pages on double click (JavaScript)','',0,'MediaWiki default','20050419184539',0,'',''),(754,8,'Tog-editsection','Enable section editing via [edit] links','',0,'MediaWiki default','20050419184539',0,'',''),(755,8,'Tog-editsectiononrightclick','Enable section editing by right clicking<br /> on section titles (JavaScript)','',0,'MediaWiki default','20050419184539',0,'',''),(756,8,'Tog-editwidth','Edit box has full width','',0,'MediaWiki default','20050419184539',0,'',''),(757,8,'Tog-fancysig','Raw signatures (without automatic link)','',0,'MediaWiki default','20050419184539',0,'',''),(758,8,'Tog-hideminor','Hide minor edits in recent changes','',0,'MediaWiki default','20050419184539',0,'',''),(759,8,'Tog-highlightbroken','Format broken links <a href=\"\" class=\"new\">like this</a> (alternative: like this<a href=\"\" class=\"internal\">?</a>).','',0,'MediaWiki default','20050419184539',0,'',''),(760,8,'Tog-hover','Show hoverbox over wiki links','',0,'MediaWiki default','20050419184539',0,'',''),(761,8,'Tog-justify','Justify paragraphs','',0,'MediaWiki default','20050419184539',0,'',''),(762,8,'Tog-minordefault','Mark all edits minor by default','',0,'MediaWiki default','20050419184539',0,'',''),(763,8,'Tog-nocache','Disable page caching','',0,'MediaWiki default','20050419184539',0,'',''),(764,8,'Tog-numberheadings','Auto-number headings','',0,'MediaWiki default','20050419184539',0,'',''),(765,8,'Tog-previewonfirst','Show preview on first edit','',0,'MediaWiki default','20050419184539',0,'',''),(766,8,'Tog-previewontop','Show preview before edit box and not after it','',0,'MediaWiki default','20050419184539',0,'',''),(767,8,'Tog-rememberpassword','Remember password across sessions','',0,'MediaWiki default','20050419184539',0,'',''),(768,8,'Tog-showtoc','Show table of contents<br />(for pages with more than 3 headings)','',0,'MediaWiki default','20050419184539',0,'',''),(769,8,'Tog-showtoolbar','Show edit toolbar','',0,'MediaWiki default','20050419184539',0,'',''),(770,8,'Tog-underline','Underline links','',0,'MediaWiki default','20050419184539',0,'',''),(771,8,'Tog-usenewrc','Enhanced recent changes (not for all browsers)','',0,'MediaWiki default','20050419184539',0,'',''),(772,8,'Tog-watchdefault','Add pages you edit to your watchlist','',0,'MediaWiki default','20050419184539',0,'',''),(773,8,'Toolbox','Toolbox','',0,'MediaWiki default','20050419184539',0,'',''),(774,8,'Tooltip-compareselectedversions','See the differences between the two selected versions of this page. [alt-v]','',0,'MediaWiki default','20050419184539',0,'',''),(775,8,'Tooltip-minoredit','Mark this as a minor edit [alt-i]','',0,'MediaWiki default','20050419184539',0,'',''),(776,8,'Tooltip-preview','Preview your changes, please use this before saving! [alt-p]','',0,'MediaWiki default','20050419184539',0,'',''),(777,8,'Tooltip-save','Save your changes [alt-s]','',0,'MediaWiki default','20050419184539',0,'',''),(778,8,'Tooltip-search','Search this wiki [alt-f]','',0,'MediaWiki default','20050419184539',0,'',''),(779,8,'Tooltip-watch','Add this page to your watchlist [alt-w]','',0,'MediaWiki default','20050419184539',0,'',''),(780,8,'Tuesday','Tuesday','',0,'MediaWiki default','20050419184539',0,'',''),(781,8,'Uclinks','View the last $1 changes; view the last $2 days.','',0,'MediaWiki default','20050419184539',0,'',''),(782,8,'Ucnote','Below are this user\'s last <b>$1</b> changes in the last <b>$2</b> days.','',0,'MediaWiki default','20050419184539',0,'',''),(783,8,'Uctop',' (top)','',0,'MediaWiki default','20050419184539',0,'',''),(784,8,'Unblockip','Unblock user','',0,'MediaWiki default','20050419184539',0,'',''),(785,8,'Unblockiptext','Use the form below to restore write access\nto a previously blocked IP address or username.','',0,'MediaWiki default','20050419184539',0,'',''),(786,8,'Unblocklink','unblock','',0,'MediaWiki default','20050419184539',0,'',''),(787,8,'Unblocklogentry','unblocked \"$1\"','',0,'MediaWiki default','20050419184539',0,'',''),(788,8,'Uncategorizedcategories','Uncategorized categories','',0,'MediaWiki default','20050419184539',0,'',''),(789,8,'Uncategorizedpages','Uncategorized pages','',0,'MediaWiki default','20050419184539',0,'',''),(790,8,'Undelete','Restore deleted page','',0,'MediaWiki default','20050419184539',0,'',''),(791,8,'Undelete_short','Undelete $1 edits','',0,'MediaWiki default','20050419184539',0,'',''),(792,8,'Undeletearticle','Restore deleted page','',0,'MediaWiki default','20050419184539',0,'',''),(793,8,'Undeletebtn','Restore!','',0,'MediaWiki default','20050419184539',0,'',''),(794,8,'Undeletedarticle','restored \"$1\"','',0,'MediaWiki default','20050419184539',0,'',''),(795,8,'Undeletedrevisions','$1 revisions restored','',0,'MediaWiki default','20050419184539',0,'',''),(796,8,'Undeletedtext','[[$1]] has been successfully restored.\nSee [[Special:Log/delete]] for a record of recent deletions and restorations.','',0,'MediaWiki default','20050419184539',0,'',''),(797,8,'Undeletehistory','If you restore the page, all revisions will be restored to the history.\nIf a new page with the same name has been created since the deletion, the restored\nrevisions will appear in the prior history, and the current revision of the live page\nwill not be automatically replaced.','',0,'MediaWiki default','20050419184539',0,'',''),(798,8,'Undeletepage','View and restore deleted pages','',0,'MediaWiki default','20050419184539',0,'',''),(799,8,'Undeletepagetext','The following pages have been deleted but are still in the archive and\ncan be restored. The archive may be periodically cleaned out.','',0,'MediaWiki default','20050419184539',0,'',''),(800,8,'Undeleterevision','Deleted revision as of $1','',0,'MediaWiki default','20050419184539',0,'',''),(801,8,'Undeleterevisions','$1 revisions archived','',0,'MediaWiki default','20050419184539',0,'',''),(802,8,'Unexpected','Unexpected value: \"$1\"=\"$2\".','',0,'MediaWiki default','20050419184539',0,'',''),(803,8,'Unlockbtn','Unlock database','',0,'MediaWiki default','20050419184539',0,'',''),(804,8,'Unlockconfirm','Yes, I really want to unlock the database.','',0,'MediaWiki default','20050419184539',0,'',''),(805,8,'Unlockdb','Unlock database','',0,'MediaWiki default','20050419184539',0,'',''),(806,8,'Unlockdbsuccesssub','Database lock removed','',0,'MediaWiki default','20050419184539',0,'',''),(807,8,'Unlockdbsuccesstext','The database has been unlocked.','',0,'MediaWiki default','20050419184539',0,'',''),(808,8,'Unlockdbtext','Unlocking the database will restore the ability of all\nusers to edit pages, change their preferences, edit their watchlists, and\nother things requiring changes in the database.\nPlease confirm that this is what you intend to do.','',0,'MediaWiki default','20050419184539',0,'',''),(809,8,'Unprotect','Unprotect','',0,'MediaWiki default','20050419184539',0,'',''),(810,8,'Unprotectcomment','Reason for unprotecting','',0,'MediaWiki default','20050419184539',0,'',''),(811,8,'Unprotectedarticle','unprotected $1','',0,'MediaWiki default','20050419184539',0,'',''),(812,8,'Unprotectsub','(Unprotecting \"$1\")','',0,'MediaWiki default','20050419184539',0,'',''),(813,8,'Unprotectthispage','Unprotect this page','',0,'MediaWiki default','20050419184539',0,'',''),(814,8,'Unusedimages','Unused images','',0,'MediaWiki default','20050419184539',0,'',''),(815,8,'Unusedimagestext','<p>Please note that other web sites may link to an image with\na direct URL, and so may still be listed here despite being\nin active use.</p>','',0,'MediaWiki default','20050419184539',0,'',''),(816,8,'Unwatch','Unwatch','',0,'MediaWiki default','20050419184539',0,'',''),(817,8,'Unwatchthispage','Stop watching','',0,'MediaWiki default','20050419184539',0,'',''),(818,8,'Updated','(Updated)','',0,'MediaWiki default','20050419184539',0,'',''),(819,8,'Upload','Upload file','',0,'MediaWiki default','20050419184539',0,'',''),(820,8,'Uploadbtn','Upload file','',0,'MediaWiki default','20050419184539',0,'',''),(821,8,'Uploadcorrupt','The file is corrupt or has an incorrect extension. Please check the file and upload again.','',0,'MediaWiki default','20050419184539',0,'',''),(822,8,'Uploaddisabled','Sorry, uploading is disabled.','',0,'MediaWiki default','20050419184539',0,'',''),(823,8,'Uploadedfiles','Uploaded files','',0,'MediaWiki default','20050419184539',0,'',''),(824,8,'Uploadedimage','uploaded \"$1\"','',0,'MediaWiki default','20050419184539',0,'',''),(825,8,'Uploaderror','Upload error','',0,'MediaWiki default','20050419184539',0,'',''),(826,8,'Uploadfile','Upload images, sounds, documents etc.','',0,'MediaWiki default','20050419184539',0,'',''),(827,8,'Uploadlink','Upload images','',0,'MediaWiki default','20050419184539',0,'',''),(828,8,'Uploadlog','upload log','',0,'MediaWiki default','20050419184539',0,'',''),(829,8,'Uploadlogpage','Upload_log','',0,'MediaWiki default','20050419184539',0,'',''),(830,8,'Uploadlogpagetext','Below is a list of the most recent file uploads.','',0,'MediaWiki default','20050419184539',0,'',''),(831,8,'Uploadnologin','Not logged in','',0,'MediaWiki default','20050419184539',0,'',''),(832,8,'Uploadnologintext','You must be <a href=\"{{localurl:Special:Userlogin}}\">logged in</a>\nto upload files.','',0,'MediaWiki default','20050419184539',0,'',''),(833,8,'Uploadtext','\'\'\'STOP!\'\'\' Before you upload here,\nmake sure to read and follow the [[Project:Image use policy|image use policy]].\n\nTo view or search previously uploaded images,\ngo to the [[Special:Imagelist|list of uploaded images]].\nUploads and deletions are logged on the\n[[Project:Upload log|upload log]].\n\nUse the form below to upload new image files for use in\nillustrating your pages.\nOn most browsers, you will see a \"Browse...\" button, which will\nbring up your operating system\'s standard file open dialog.\nChoosing a file will fill the name of that file into the text\nfield next to the button.\nYou must also check the box affirming that you are not\nviolating any copyrights by uploading the file.\nPress the \"Upload\" button to finish the upload.\nThis may take some time if you have a slow internet connection.\n\nThe preferred formats are JPEG for photographic images, PNG\nfor drawings and other iconic images, and OGG for sounds.\nPlease name your files descriptively to avoid confusion.\nTo include the image in a page, use a link in the form\n\'\'\'<nowiki>[[{{ns:6}}:file.jpg]]</nowiki>\'\'\' or\n\'\'\'<nowiki>[[{{ns:6}}:file.png|alt text]]</nowiki>\'\'\' or\n\'\'\'<nowiki>[[{{ns:-2}}:file.ogg]]</nowiki>\'\'\' for sounds.\n\nPlease note that as with wiki pages, others may edit or\ndelete your uploads if they think it serves the project, and\nyou may be blocked from uploading if you abuse the system.','',0,'MediaWiki default','20050419184539',0,'',''),(834,8,'Uploadwarning','Upload warning','',0,'MediaWiki default','20050419184539',0,'',''),(835,8,'Usenewcategorypage','1\n\nSet first character to \"0\" to disable the new category page layout.','',0,'MediaWiki default','20050419184539',0,'',''),(836,8,'User_rights_set','<b>User rights for \"$1\" updated</b>','',0,'MediaWiki default','20050419184539',0,'',''),(837,8,'Usercssjsyoucanpreview','<strong>Tip:</strong> Use the \'Show preview\' button to test your new CSS/JS before saving.','',0,'MediaWiki default','20050419184539',0,'',''),(838,8,'Usercsspreview','\'\'\'Remember that you are only previewing your user CSS, it has not yet been saved!\'\'\'','',0,'MediaWiki default','20050419184539',0,'',''),(839,8,'Userexists','The user name you entered is already in use. Please choose a different name.','',0,'MediaWiki default','20050419184539',0,'',''),(840,8,'Userjspreview','\'\'\'Remember that you are only testing/previewing your user JavaScript, it has not yet been saved!\'\'\'','',0,'MediaWiki default','20050419184539',0,'',''),(841,8,'Userlevels','User levels management','',0,'MediaWiki default','20050419184539',0,'',''),(842,8,'Userlevels-addgroup','Add group','',0,'MediaWiki default','20050419184539',0,'',''),(843,8,'Userlevels-editgroup','Edit group','',0,'MediaWiki default','20050419184539',0,'',''),(844,8,'Userlevels-editgroup-description','Group description (max 255 characters):<br />','',0,'MediaWiki default','20050419184539',0,'',''),(845,8,'Userlevels-editgroup-name','Group name: ','',0,'MediaWiki default','20050419184539',0,'',''),(846,8,'Userlevels-editusergroup','Edit user groups','',0,'MediaWiki default','20050419184539',0,'',''),(847,8,'Userlevels-group-edit','Existent groups: ','',0,'MediaWiki default','20050419184539',0,'',''),(848,8,'Userlevels-groupsavailable','Available groups:','',0,'MediaWiki default','20050419184539',0,'',''),(849,8,'Userlevels-groupshelp','Select groups you want the user to be removed from or added to.\nUnselected groups will not be changed. You can unselect a group by using CTRL + Left Click','',0,'MediaWiki default','20050419184539',0,'',''),(850,8,'Userlevels-groupsmember','Member of:','',0,'MediaWiki default','20050419184539',0,'',''),(851,8,'Userlevels-lookup-group','Manage group rights','',0,'MediaWiki default','20050419184539',0,'',''),(852,8,'Userlevels-lookup-user','Manage user groups','',0,'MediaWiki default','20050419184539',0,'',''),(853,8,'Userlevels-user-editname','Enter a username: ','',0,'MediaWiki default','20050419184539',0,'',''),(854,8,'Userlogin','Create an account or log in','',0,'MediaWiki default','20050419184539',0,'',''),(855,8,'Userlogout','Log out','',0,'MediaWiki default','20050419184539',0,'',''),(856,8,'Usermailererror','Mail object returned error: ','',0,'MediaWiki default','20050419184539',0,'',''),(857,8,'Userpage','View user page','',0,'MediaWiki default','20050419184539',0,'',''),(858,8,'Userrightspheading','userrights level','',0,'MediaWiki default','20050419184539',0,'',''),(859,8,'Userstats','User statistics','',0,'MediaWiki default','20050419184539',0,'',''),(860,8,'Userstatstext','There are \'\'\'$1\'\'\' registered users.\n\'\'\'$2\'\'\' of these are administrators (see $3).','',0,'MediaWiki default','20050419184539',0,'',''),(861,8,'Val_article_lists','List of validated articles','',0,'MediaWiki default','20050419184539',0,'',''),(862,8,'Val_clear_old','Clear my other validation data for $1','',0,'MediaWiki default','20050419184539',0,'',''),(863,8,'Val_form_note','<b>Hint:</b> Merging your data means that for the article\nrevision you select, all options where you have specified <i>no opinion</i>\nwill be set to the value and comment of the most recent revision for which you\nhave expressed an opinion. For example, if you want to change a single option\nfor a newer revision, but also keep your other settings for this article in\nthis revision, just select which option you intend to <i>change</i>, and\nmerging will fill in the other options with your previous settings.','',0,'MediaWiki default','20050419184539',0,'',''),(864,8,'Val_merge_old','Use my previous assessment where selected \'No opinion\'','',0,'MediaWiki default','20050419184539',0,'',''),(865,8,'Val_no_anon_validation','You have to be logged in to validate an article.','',0,'MediaWiki default','20050419184539',0,'',''),(866,8,'Val_noop','No opinion','',0,'MediaWiki default','20050419184539',0,'',''),(867,8,'Val_page_validation_statistics','Page validation statistics for $1','',0,'MediaWiki default','20050419184539',0,'',''),(868,8,'Val_percent','<b>$1%</b><br />($2 of $3 points<br />by $4 users)','',0,'MediaWiki default','20050419184539',0,'',''),(869,8,'Val_percent_single','<b>$1%</b><br />($2 of $3 points<br />by one user)','',0,'MediaWiki default','20050419184539',0,'',''),(870,8,'Val_stat_link_text','Validation statistics for this article','',0,'MediaWiki default','20050419184539',0,'',''),(871,8,'Val_tab','Validate','',0,'MediaWiki default','20050419184539',0,'',''),(872,8,'Val_table_header','<tr><th>Class</th>$1<th colspan=4>Opinion</th>$1<th>Comment</th></tr>\n','',0,'MediaWiki default','20050419184539',0,'',''),(873,8,'Val_this_is_current_version','this is the latest version','',0,'MediaWiki default','20050419184539',0,'',''),(874,8,'Val_total','Total','',0,'MediaWiki default','20050419184539',0,'',''),(875,8,'Val_user_validations','This user has validated $1 pages.','',0,'MediaWiki default','20050419184539',0,'',''),(876,8,'Val_validate_article_namespace_only','Only articles can be validated. This page is <i>not</i> in the article namespace.','',0,'MediaWiki default','20050419184539',0,'',''),(877,8,'Val_validate_version','Validate this version','',0,'MediaWiki default','20050419184539',0,'',''),(878,8,'Val_validated','Validation done.','',0,'MediaWiki default','20050419184539',0,'',''),(879,8,'Val_version','Version','',0,'MediaWiki default','20050419184539',0,'',''),(880,8,'Val_version_of','Version of $1','',0,'MediaWiki default','20050419184539',0,'',''),(881,8,'Val_view_version','View this version','',0,'MediaWiki default','20050419184539',0,'',''),(882,8,'Validate','Validate page','',0,'MediaWiki default','20050419184539',0,'',''),(883,8,'Variantname-zh','zh','',0,'MediaWiki default','20050419184539',0,'',''),(884,8,'Variantname-zh-cn','cn','',0,'MediaWiki default','20050419184539',0,'',''),(885,8,'Variantname-zh-hk','hk','',0,'MediaWiki default','20050419184539',0,'',''),(886,8,'Variantname-zh-sg','sg','',0,'MediaWiki default','20050419184539',0,'',''),(887,8,'Variantname-zh-tw','tw','',0,'MediaWiki default','20050419184539',0,'',''),(888,8,'Version','Version','',0,'MediaWiki default','20050419184539',0,'',''),(889,8,'Viewcount','This page has been accessed $1 times.','',0,'MediaWiki default','20050419184539',0,'',''),(890,8,'Viewprevnext','View ($1) ($2) ($3).','',0,'MediaWiki default','20050419184539',0,'',''),(891,8,'Viewsource','View source','',0,'MediaWiki default','20050419184539',0,'',''),(892,8,'Viewtalkpage','View discussion','',0,'MediaWiki default','20050419184539',0,'',''),(893,8,'Wantedpages','Wanted pages','',0,'MediaWiki default','20050419184539',0,'',''),(894,8,'Watch','Watch','',0,'MediaWiki default','20050419184539',0,'',''),(895,8,'Watchdetails','($1 pages watched not counting talk pages;\n$2 total pages edited since cutoff;\n$3...\n<a href=\'$4\'>show and edit complete list</a>.)','',0,'MediaWiki default','20050419184539',0,'',''),(896,8,'Watcheditlist','Here\'s an alphabetical list of your\nwatched pages. Check the boxes of pages you want to remove\nfrom your watchlist and click the \'remove checked\' button\nat the bottom of the screen.','',0,'MediaWiki default','20050419184539',0,'',''),(897,8,'Watchlist','My watchlist','',0,'MediaWiki default','20050419184539',0,'',''),(898,8,'Watchlistcontains','Your watchlist contains $1 pages.','',0,'MediaWiki default','20050419184539',0,'',''),(899,8,'Watchlistsub','(for user \"$1\")','',0,'MediaWiki default','20050419184539',0,'',''),(900,8,'Watchmethod-list','checking watched pages for recent edits','',0,'MediaWiki default','20050419184539',0,'',''),(901,8,'Watchmethod-recent','checking recent edits for watched pages','',0,'MediaWiki default','20050419184539',0,'',''),(902,8,'Watchnochange','None of your watched items were edited in the time period displayed.','',0,'MediaWiki default','20050419184539',0,'',''),(903,8,'Watchnologin','Not logged in','',0,'MediaWiki default','20050419184539',0,'',''),(904,8,'Watchnologintext','You must be <a href=\"{{localurl:Special:Userlogin}}\">logged in</a>\nto modify your watchlist.','',0,'MediaWiki default','20050419184539',0,'',''),(905,8,'Watchthis','Watch this page','',0,'MediaWiki default','20050419184539',0,'',''),(906,8,'Watchthispage','Watch this page','',0,'MediaWiki default','20050419184539',0,'',''),(907,8,'Wednesday','Wednesday','',0,'MediaWiki default','20050419184539',0,'',''),(908,8,'Welcomecreation','== Welcome, $1! ==\n\nYour account has been created. Don\'t forget to change your {{SITENAME}} preferences.','',0,'MediaWiki default','20050419184539',0,'',''),(909,8,'Whatlinkshere','What links here','',0,'MediaWiki default','20050419184539',0,'',''),(910,8,'Whitelistacctext','To be allowed to create accounts in this Wiki you have to [[Special:Userlogin|log]] in and have the appropriate permissions.','',0,'MediaWiki default','20050419184539',0,'',''),(911,8,'Whitelistacctitle','You are not allowed to create an account','',0,'MediaWiki default','20050419184539',0,'',''),(912,8,'Whitelistedittext','You have to [[Special:Userlogin|login]] to edit pages.','',0,'MediaWiki default','20050419184539',0,'',''),(913,8,'Whitelistedittitle','Login required to edit','',0,'MediaWiki default','20050419184539',0,'',''),(914,8,'Whitelistreadtext','You have to [[Special:Userlogin|login]] to read pages.','',0,'MediaWiki default','20050419184539',0,'',''),(915,8,'Whitelistreadtitle','Login required to read','',0,'MediaWiki default','20050419184539',0,'',''),(916,8,'Wikipediapage','View project page','',0,'MediaWiki default','20050419184539',0,'',''),(917,8,'Wikititlesuffix','{{SITENAME}}','',0,'MediaWiki default','20050419184539',0,'',''),(918,8,'Wlnote','Below are the last $1 changes in the last <b>$2</b> hours.','',0,'MediaWiki default','20050419184539',0,'',''),(919,8,'Wlsaved','This is a saved version of your watchlist.','',0,'MediaWiki default','20050419184539',0,'',''),(920,8,'Wlshowlast','Show last $1 hours $2 days $3','',0,'MediaWiki default','20050419184539',0,'',''),(921,8,'Wrong_wfQuery_params','Incorrect parameters to wfQuery()<br />\nFunction: $1<br />\nQuery: $2\n','',0,'MediaWiki default','20050419184539',0,'',''),(922,8,'Wrongpassword','The password you entered is incorrect. Please try again.','',0,'MediaWiki default','20050419184539',0,'',''),(923,8,'Yourdiff','Differences','',0,'MediaWiki default','20050419184539',0,'',''),(924,8,'Youremail','Your email*','',0,'MediaWiki default','20050419184539',0,'',''),(925,8,'Yourlanguage','Interface language','',0,'MediaWiki default','20050419184539',0,'',''),(926,8,'Yourname','Your user name','',0,'MediaWiki default','20050419184539',0,'',''),(927,8,'Yournick','Your nickname (for signatures)','',0,'MediaWiki default','20050419184539',0,'',''),(928,8,'Yourpassword','Your password','',0,'MediaWiki default','20050419184539',0,'',''),(929,8,'Yourpasswordagain','Retype password','',0,'MediaWiki default','20050419184539',0,'',''),(930,8,'Yourrealname','Your real name*','',0,'MediaWiki default','20050419184539',0,'',''),(931,8,'Yourtext','Your text','',0,'MediaWiki default','20050419184539',0,'',''),(932,8,'Yourvariant','Language variant','',0,'MediaWiki default','20050419184539',0,'',''),(933,8,'Zhconversiontable','-{}-','',0,'MediaWiki default','20050419184539',0,'',''),(934,0,'','/* tooltips and access keys */\nta = new Object();\nta[\'pt-userpage\'] = new Array(\'.\',\'My user page\');\nta[\'pt-anonuserpage\'] = new Array(\'.\',\'The user page for the ip you\\\'re editing as\');\nta[\'pt-mytalk\'] = new Array(\'n\',\'My talk page\');\nta[\'pt-anontalk\'] = new Array(\'n\',\'Discussion about edits from this ip address\');\nta[\'pt-preferences\'] = new Array(\'\',\'My preferences\');\nta[\'pt-watchlist\'] = new Array(\'l\',\'The list of pages you\\\'re monitoring for changes.\');\nta[\'pt-mycontris\'] = new Array(\'y\',\'List of my contributions\');\nta[\'pt-login\'] = new Array(\'o\',\'You are encouraged to log in, it is not mandatory however.\');\nta[\'pt-anonlogin\'] = new Array(\'o\',\'You are encouraged to log in, it is not mandatory however.\');\nta[\'pt-logout\'] = new Array(\'o\',\'Log out\');\nta[\'ca-talk\'] = new Array(\'t\',\'Discussion about the content page\');\nta[\'ca-edit\'] = new Array(\'e\',\'You can edit this page. Please use the preview button before saving.\');\nta[\'ca-addsection\'] = new Array(\'+\',\'Add a comment to this discussion.\');\nta[\'ca-viewsource\'] = new Array(\'e\',\'This page is protected. You can view its source.\');\nta[\'ca-history\'] = new Array(\'h\',\'Past versions of this page.\');\nta[\'ca-protect\'] = new Array(\'=\',\'Protect this page\');\nta[\'ca-delete\'] = new Array(\'d\',\'Delete this page\');\nta[\'ca-undelete\'] = new Array(\'d\',\'Restore the edits done to this page before it was deleted\');\nta[\'ca-move\'] = new Array(\'m\',\'Move this page\');\nta[\'ca-watch\'] = new Array(\'w\',\'Add this page to your watchlist\');\nta[\'ca-unwatch\'] = new Array(\'w\',\'Remove this page from your watchlist\');\nta[\'search\'] = new Array(\'f\',\'Search this wiki\');\nta[\'p-logo\'] = new Array(\'\',\'Main Page\');\nta[\'n-mainpage\'] = new Array(\'z\',\'Visit the Main Page\');\nta[\'n-portal\'] = new Array(\'\',\'About the project, what you can do, where to find things\');\nta[\'n-currentevents\'] = new Array(\'\',\'Find background information on current events\');\nta[\'n-recentchanges\'] = new Array(\'r\',\'The list of recent changes in the wiki.\');\nta[\'n-randompage\'] = new Array(\'x\',\'Load a random page\');\nta[\'n-help\'] = new Array(\'\',\'The place to find out.\');\nta[\'n-sitesupport\'] = new Array(\'\',\'Support us\');\nta[\'t-whatlinkshere\'] = new Array(\'j\',\'List of all wiki pages that link here\');\nta[\'t-recentchangeslinked\'] = new Array(\'k\',\'Recent changes in pages linked from this page\');\nta[\'feed-rss\'] = new Array(\'\',\'RSS feed for this page\');\nta[\'feed-atom\'] = new Array(\'\',\'Atom feed for this page\');\nta[\'t-contributions\'] = new Array(\'\',\'View the list of contributions of this user\');\nta[\'t-emailuser\'] = new Array(\'\',\'Send a mail to this user\');\nta[\'t-upload\'] = new Array(\'u\',\'Upload images or media files\');\nta[\'t-specialpages\'] = new Array(\'q\',\'List of all special pages\');\nta[\'ca-nstab-main\'] = new Array(\'c\',\'View the content page\');\nta[\'ca-nstab-user\'] = new Array(\'c\',\'View the user page\');\nta[\'ca-nstab-media\'] = new Array(\'c\',\'View the media page\');\nta[\'ca-nstab-special\'] = new Array(\'\',\'This is a special page, you can\\\'t edit the page itself.\');\nta[\'ca-nstab-wp\'] = new Array(\'a\',\'View the project page\');\nta[\'ca-nstab-image\'] = new Array(\'c\',\'View the image page\');\nta[\'ca-nstab-mediawiki\'] = new Array(\'c\',\'View the system message\');\nta[\'ca-nstab-template\'] = new Array(\'c\',\'View the template\');\nta[\'ca-nstab-help\'] = new Array(\'c\',\'View the help page\');\nta[\'ca-nstab-category\'] = new Array(\'c\',\'View the category page\');','',0,'','',0,'utf-8',''),(935,0,'','v','',0,'','',0,'utf-8',''),(936,0,'','The password for \'$1\' has been sent to $2.','',0,'','',0,'utf-8',''),(937,0,'','The page \"$1\" has been added to your [[Special:Watchlist|watchlist]].\nFuture changes to this page and its associated Talk page will be listed there,\nand the page will appear \'\'\'bolded\'\'\' in the [[Special:Recentchanges|list of recent changes]] to\nmake it easier to pick out.\n\n<p>If you want to remove the page from your watchlist later, click \"Unwatch\" in the sidebar.','',0,'','',0,'utf-8',''),(938,0,'','Added group $2','',0,'','',0,'utf-8',''),(939,0,'','All pages ($1 namespace)','',0,'','',0,'utf-8',''),(940,0,'','System messages','',0,'','',0,'utf-8',''),(941,0,'','This is a list of system messages available in the MediaWiki: namespace.','',0,'','',0,'utf-8',''),(942,0,'','All non-articles','',0,'','',0,'utf-8',''),(943,0,'','All pages (not in $1 namespace)','',0,'','',0,'utf-8',''),(944,0,'','Display pages starting at:','',0,'','',0,'utf-8',''),(945,0,'','This user is already a bureaucrat','',0,'','',0,'utf-8',''),(946,0,'','This user is already a steward','',0,'','',0,'utf-8',''),(947,0,'','This user is already an administrator','',0,'','',0,'utf-8',''),(948,0,'','<strong>User $1, you are already logged in!</strong><br />','',0,'','',0,'utf-8',''),(949,0,'','Anonymous user(s) of {{SITENAME}}','',0,'','',0,'utf-8',''),(950,0,'','Autoblocked because your IP address has been recently used by \"[[User:$1|$1]]\". The reason given for $1\'s block is: \"\'\'\'$2\'\'\'\"','',0,'','',0,'utf-8',''),(951,0,'','Permission error','',0,'','',0,'utf-8',''),(952,0,'','The action you have requested is limited\nto users with the \"$2\" permission assigned.\nSee $1.','',0,'','',0,'utf-8',''),(953,0,'','File name has been changed to \"$1\".','',0,'','',0,'utf-8',''),(954,0,'','[[{{ns:Special}}:Contributions/$1|$1]] has been blocked.\n<br />See[[{{ns:Special}}:Ipblocklist|IP block list]] to review blocks.','',0,'','',0,'utf-8',''),(955,0,'','$1, $2 blocked $3 ($4)','',0,'','',0,'utf-8',''),(956,0,'','blocked \"[[$1]]\" with an expiry time of $2','',0,'','',0,'utf-8',''),(957,0,'','Below is a list of links to other sites that\nsell new and used books, and may also have further information\nabout books you are looking for.','',0,'','',0,'utf-8',''),(958,0,'','Changed group membership for $1 from $2 to $3','',0,'','',0,'utf-8',''),(959,0,'','Could not delete the page or file specified. (It may have already been deleted by someone else.)','',0,'','',0,'utf-8',''),(960,0,'','changed','',0,'','',0,'utf-8',''),(961,0,'','Changed group $2','',0,'','',0,'utf-8',''),(962,0,'','\'\'\'Note:\'\'\' After saving, you may have to bypass your browser\'s cache to see the changes. \'\'\'Mozilla / Firefox / Safari:\'\'\' hold down \'\'Shift\'\' while clicking \'\'Reload\'\', or press \'\'Ctrl-Shift-R\'\' (\'\'Cmd-Shift-R\'\' on Apple Mac); \'\'\'IE:\'\'\' hold \'\'Ctrl\'\' while clicking \'\'Refresh\'\', or press \'\'Ctrl-F5\'\'; \'\'\'Konqueror:\'\'\': simply click the \'\'Reload\'\' button, or press \'\'F5\'\'; \'\'\'Opera\'\'\' users may need to completely clear their cache in \'\'Tools&rarr;Preferences\'\'.','',0,'','',0,'utf-8',''),(963,0,'','Confirm E-mail address','',0,'','',0,'utf-8',''),(964,0,'','Someone, probably you from IP address $1, has registered an\naccount \"$2\" with this e-mail address on {{SITENAME}}.\n\nTo confirm that this account really does belong to you and activate\ne-mail features on {{SITENAME}}, open this link in your browser:\n\n$3\n\nIf this is *not* you, don\'t follow the link. This confirmation code\nwill expire at $4.','',0,'','',0,'utf-8',''),(965,0,'','Something went wrong saving your confirmation.','',0,'','',0,'utf-8',''),(966,0,'','Invalid confirmation code. The code may have expired.','',0,'','',0,'utf-8',''),(967,0,'','Your e-mail address has now been confirmed.','',0,'','',0,'utf-8',''),(968,0,'','Mail a confirmation code','',0,'','',0,'utf-8',''),(969,0,'','Could not send confirmation mail. Check address for invalid characters.','',0,'','',0,'utf-8',''),(970,0,'','Confirmation e-mail sent.','',0,'','',0,'utf-8',''),(971,0,'','{{SITENAME}} e-mail address confirmation','',0,'','',0,'utf-8',''),(972,0,'','Your e-mail address has been confirmed. You may now log in and enjoy the wiki.','',0,'','',0,'utf-8',''),(973,0,'','This wiki requires that you validate your e-mail address\nbefore using e-mail features. Activate the button below to send a confirmation\nmail to your address. The mail will include a link containing a code; load the\nlink in your browser to confirm that your e-mail address is valid.','',0,'','',0,'utf-8',''),(974,0,'','Context per line','',0,'','',0,'utf-8',''),(975,0,'','Lines per hit','',0,'','',0,'utf-8',''),(976,0,'','$1 minor edits','',0,'','',0,'utf-8',''),(977,0,'','Create article','',0,'','',0,'utf-8',''),(978,0,'','created','',0,'','',0,'utf-8',''),(979,0,'','Delete and move','',0,'','',0,'utf-8',''),(980,0,'','Deleted to make way for move','',0,'','',0,'utf-8',''),(981,0,'','==Deletion required==\n\nThe destination article \"[[$1]]\" already exists. Do you want to delete it to make way for the move?','',0,'','',0,'utf-8',''),(982,0,'','deleted \"[[$1]]\"','',0,'','',0,'utf-8',''),(983,0,'','[deleted]','',0,'','',0,'utf-8',''),(984,0,'','Delete all revisions of this file','',0,'','',0,'utf-8',''),(985,0,'','Destination filename','',0,'','',0,'utf-8',''),(986,0,'','The action you have requested can only be\nperformed by users with \"developer\" capability.\nSee $1.','',0,'','',0,'utf-8',''),(987,0,'','Template:disambig','',0,'','',0,'utf-8',''),(988,0,'','The following pages link to a <i>disambiguation page</i>. They should link to the appropriate topic instead.<br />A page is treated as disambiguation if it is linked from $1.<br />Links from other namespaces are <i>not</i> listed here.','',0,'','',0,'utf-8',''),(989,0,'','Double redirects','',0,'','',0,'utf-8',''),(990,0,'','Each row contains links to the first and second redirect, as well as the first line of the second redirect text, usually giving the \"real\" target page, which the first redirect should point to.','',0,'','',0,'utf-8',''),(991,0,'','A confirmation email has been sent to the nominated email address.\nBefore any other mail is sent to the account, you will have to follow the instructions in the email,\nto confirm that the account is actually yours.','',0,'','',0,'utf-8',''),(992,0,'','Edit this file using an external application','',0,'','',0,'utf-8',''),(993,0,'','See the [http://meta.wikimedia.org/wiki/Help:External_editors setup instructions] for more information.','',0,'','',0,'utf-8',''),(994,0,'','<strong>WARNING: You are editing an out-of-date\nrevision of this page.\nIf you save it, any changes made since this revision will be lost.</strong>','',0,'','',0,'utf-8',''),(995,0,'','Email','',0,'','',0,'utf-8',''),(996,0,'','Your email address was authenticated on $1.','',0,'','',0,'utf-8',''),(997,0,'','Confirm your e-mail address','',0,'','',0,'utf-8',''),(998,0,'','Fields marked with superscripts are optional.  Storing an email address enables people to contact you through the website without you having to reveal your\nemail address to them, and it can be used to send you a new password if you forget it.<br /><br />Your real name, if you choose to provide it, will be used for giving you attribution for your work.','',0,'','',0,'utf-8',''),(999,0,'','Your email address is <strong>not yet authenticated</strong>. No email\nwill be sent for any of the following features.','',0,'','',0,'utf-8',''),(1000,0,'','Dear $WATCHINGUSERNAME,\n\nthe {{SITENAME}} page $PAGETITLE has been $CHANGEDORCREATED on $PAGEEDITDATE by $PAGEEDITOR, see $PAGETITLE_URL for the current version.\n\n$NEWPAGE\n\nEditor\'s summary: $PAGESUMMARY $PAGEMINOREDIT\n\nContact the editor:\nmail: $PAGEEDITOR_EMAIL\nwiki: $PAGEEDITOR_WIKI\n\nThere will be no other notifications in case of further changes unless you visit this page. You could also reset the notification flags for all your watched pages on your watchlist.\n\n             Your friendly {{SITENAME}} notification system\n\n--\nTo change your watchlist settings, visit\n{{SERVER}}{{localurl:Special:Watchlist/edit}}\n\nFeedback and further assistance:\n{{SERVER}}{{localurl:Help:Contents}}','',0,'','',0,'utf-8',''),(1001,0,'','See $1 for all changes since your last visit.','',0,'','',0,'utf-8',''),(1002,0,'','{{SITENAME}} Notification Mailer','',0,'','',0,'utf-8',''),(1003,0,'','This is a new page.','',0,'','',0,'utf-8',''),(1004,0,'','Mark all pages visited','',0,'','',0,'utf-8',''),(1005,0,'','{{SITENAME}} page $PAGETITLE has been $CHANGEDORCREATED by $PAGEEDITOR','',0,'','',0,'utf-8',''),(1006,0,'','content before blanking was: \'$1\'','',0,'','',0,'utf-8',''),(1007,0,'','content was: \'$1\'','',0,'','',0,'utf-8',''),(1008,0,'','content was: \'$1\' (and the only contributor was \'$2\')','',0,'','',0,'utf-8',''),(1009,0,'','Aperture','',0,'','',0,'utf-8',''),(1010,0,'','Author','',0,'','',0,'utf-8',''),(1011,0,'','Bits per component','',0,'','',0,'utf-8',''),(1012,0,'','Brightness','',0,'','',0,'utf-8',''),(1013,0,'','CFA pattern','',0,'','',0,'utf-8',''),(1014,0,'','Color space','',0,'','',0,'utf-8',''),(1015,0,'','sRGB','',0,'','',0,'utf-8',''),(1016,0,'','FFFF.H','',0,'','',0,'utf-8',''),(1017,0,'','Meaning of each component','',0,'','',0,'utf-8',''),(1018,0,'','does not exist','',0,'','',0,'utf-8',''),(1019,0,'','Y','',0,'','',0,'utf-8',''),(1020,0,'','Cb','',0,'','',0,'utf-8',''),(1021,0,'','Cr','',0,'','',0,'utf-8',''),(1022,0,'','R','',0,'','',0,'utf-8',''),(1023,0,'','G','',0,'','',0,'utf-8',''),(1024,0,'','B','',0,'','',0,'utf-8',''),(1025,0,'','Image compression mode','',0,'','',0,'utf-8',''),(1026,0,'','Compression scheme','',0,'','',0,'utf-8',''),(1027,0,'','Uncompressed','',0,'','',0,'utf-8',''),(1028,0,'','JPEG','',0,'','',0,'utf-8',''),(1029,0,'','Contrast','',0,'','',0,'utf-8',''),(1030,0,'','Normal','',0,'','',0,'utf-8',''),(1031,0,'','Soft','',0,'','',0,'utf-8',''),(1032,0,'','Hard','',0,'','',0,'utf-8',''),(1033,0,'','Copyright holder','',0,'','',0,'utf-8',''),(1034,0,'','Custom image processing','',0,'','',0,'utf-8',''),(1035,0,'','Normal process','',0,'','',0,'utf-8',''),(1036,0,'','Custom process','',0,'','',0,'utf-8',''),(1037,0,'','File change date and time','',0,'','',0,'utf-8',''),(1038,0,'','Date and time of digitizing','',0,'','',0,'utf-8',''),(1039,0,'','Date and time of data generation','',0,'','',0,'utf-8',''),(1040,0,'','Device settings description','',0,'','',0,'utf-8',''),(1041,0,'','Digital zoom ratio','',0,'','',0,'utf-8',''),(1042,0,'','Exif version','',0,'','',0,'utf-8',''),(1043,0,'','Exposure bias','',0,'','',0,'utf-8',''),(1044,0,'','Exposure index','',0,'','',0,'utf-8',''),(1045,0,'','Exposure mode','',0,'','',0,'utf-8',''),(1046,0,'','Auto exposure','',0,'','',0,'utf-8',''),(1047,0,'','Manual exposure','',0,'','',0,'utf-8',''),(1048,0,'','Auto bracket','',0,'','',0,'utf-8',''),(1049,0,'','Exposure Program','',0,'','',0,'utf-8',''),(1050,0,'','Not defined','',0,'','',0,'utf-8',''),(1051,0,'','Manual','',0,'','',0,'utf-8',''),(1052,0,'','Normal program','',0,'','',0,'utf-8',''),(1053,0,'','Aperture priority','',0,'','',0,'utf-8',''),(1054,0,'','Shutter priority','',0,'','',0,'utf-8',''),(1055,0,'','Creative program (biased toward depth of field)','',0,'','',0,'utf-8',''),(1056,0,'','Action program (biased toward fast shutter speed)','',0,'','',0,'utf-8',''),(1057,0,'','Portrait mode (for closeup photos with the background out of focus)','',0,'','',0,'utf-8',''),(1058,0,'','Landscape mode (for landscape photos with the background in focus)','',0,'','',0,'utf-8',''),(1059,0,'','Exposure time','',0,'','',0,'utf-8',''),(1060,0,'','File source','',0,'','',0,'utf-8',''),(1061,0,'','DSC','',0,'','',0,'utf-8',''),(1062,0,'','Flash','',0,'','',0,'utf-8',''),(1063,0,'','Flash energy','',0,'','',0,'utf-8',''),(1064,0,'','Supported Flashpix version','',0,'','',0,'utf-8',''),(1065,0,'','F Number','',0,'','',0,'utf-8',''),(1066,0,'','Lens focal length','',0,'','',0,'utf-8',''),(1067,0,'','Focal length in 35 mm film','',0,'','',0,'utf-8',''),(1068,0,'','Focal plane resolution unit','',0,'','',0,'utf-8',''),(1069,0,'','inches','',0,'','',0,'utf-8',''),(1070,0,'','Focal plane X resolution','',0,'','',0,'utf-8',''),(1071,0,'','Focal plane Y resolution','',0,'','',0,'utf-8',''),(1072,0,'','Scene control','',0,'','',0,'utf-8',''),(1073,0,'','None','',0,'','',0,'utf-8',''),(1074,0,'','Low gain up','',0,'','',0,'utf-8',''),(1075,0,'','High gain up','',0,'','',0,'utf-8',''),(1076,0,'','Low gain down','',0,'','',0,'utf-8',''),(1077,0,'','High gain down','',0,'','',0,'utf-8',''),(1078,0,'','Altitude','',0,'','',0,'utf-8',''),(1079,0,'','Altitude reference','',0,'','',0,'utf-8',''),(1080,0,'','Name of GPS area','',0,'','',0,'utf-8',''),(1081,0,'','GPS date','',0,'','',0,'utf-8',''),(1082,0,'','Bearing of destination','',0,'','',0,'utf-8',''),(1083,0,'','Reference for bearing of destination','',0,'','',0,'utf-8',''),(1084,0,'','Distance to destination','',0,'','',0,'utf-8',''),(1085,0,'','Reference for distance to destination','',0,'','',0,'utf-8',''),(1086,0,'','Latitude destination','',0,'','',0,'utf-8',''),(1087,0,'','Reference for latitude of destination','',0,'','',0,'utf-8',''),(1088,0,'','Longitude of destination','',0,'','',0,'utf-8',''),(1089,0,'','Reference for longitude of destination','',0,'','',0,'utf-8',''),(1090,0,'','GPS differential correction','',0,'','',0,'utf-8',''),(1091,0,'','Magnetic direction','',0,'','',0,'utf-8',''),(1092,0,'','True direction','',0,'','',0,'utf-8',''),(1093,0,'','Measurement precision','',0,'','',0,'utf-8',''),(1094,0,'','Direction of image','',0,'','',0,'utf-8',''),(1095,0,'','Reference for direction of image','',0,'','',0,'utf-8',''),(1096,0,'','Latitude','',0,'','',0,'utf-8',''),(1097,0,'','North latitude','',0,'','',0,'utf-8',''),(1098,0,'','South latitude','',0,'','',0,'utf-8',''),(1099,0,'','North or South Latitude','',0,'','',0,'utf-8',''),(1100,0,'','Longitude','',0,'','',0,'utf-8',''),(1101,0,'','East longitude','',0,'','',0,'utf-8',''),(1102,0,'','West longitude','',0,'','',0,'utf-8',''),(1103,0,'','East or West Longitude','',0,'','',0,'utf-8',''),(1104,0,'','Geodetic survey data used','',0,'','',0,'utf-8',''),(1105,0,'','Measurement mode','',0,'','',0,'utf-8',''),(1106,0,'','2-dimensional measurement','',0,'','',0,'utf-8',''),(1107,0,'','3-dimensional measurement','',0,'','',0,'utf-8',''),(1108,0,'','Name of GPS processing method','',0,'','',0,'utf-8',''),(1109,0,'','Satellites used for measurement','',0,'','',0,'utf-8',''),(1110,0,'','Speed of GPS receiver','',0,'','',0,'utf-8',''),(1111,0,'','Kilometres per hour','',0,'','',0,'utf-8',''),(1112,0,'','Miles per hour','',0,'','',0,'utf-8',''),(1113,0,'','Knots','',0,'','',0,'utf-8',''),(1114,0,'','Speed unit','',0,'','',0,'utf-8',''),(1115,0,'','Receiver status','',0,'','',0,'utf-8',''),(1116,0,'','Measurement in progress','',0,'','',0,'utf-8',''),(1117,0,'','Measurement interoperability','',0,'','',0,'utf-8',''),(1118,0,'','GPS time (atomic clock)','',0,'','',0,'utf-8',''),(1119,0,'','Direction of movement','',0,'','',0,'utf-8',''),(1120,0,'','Reference for direction of movement','',0,'','',0,'utf-8',''),(1121,0,'','GPS tag version','',0,'','',0,'utf-8',''),(1122,0,'','Image title','',0,'','',0,'utf-8',''),(1123,0,'','Height','',0,'','',0,'utf-8',''),(1124,0,'','Unique image ID','',0,'','',0,'utf-8',''),(1125,0,'','Width','',0,'','',0,'utf-8',''),(1126,0,'','ISO speed rating','',0,'','',0,'utf-8',''),(1127,0,'','Offset to JPEG SOI','',0,'','',0,'utf-8',''),(1128,0,'','Bytes of JPEG data','',0,'','',0,'utf-8',''),(1129,0,'','Light source','',0,'','',0,'utf-8',''),(1130,0,'','Unknown','',0,'','',0,'utf-8',''),(1131,0,'','Daylight','',0,'','',0,'utf-8',''),(1132,0,'','Clody weather','',0,'','',0,'utf-8',''),(1133,0,'','Shade','',0,'','',0,'utf-8',''),(1134,0,'','Daylight fluorescent (D 5700 – 7100K)','',0,'','',0,'utf-8',''),(1135,0,'','Day white fluorescent (N 4600 – 5400K)','',0,'','',0,'utf-8',''),(1136,0,'','Cool white fluorescent (W 3900 – 4500K)','',0,'','',0,'utf-8',''),(1137,0,'','White fluorescent (WW 3200 – 3700K)','',0,'','',0,'utf-8',''),(1138,0,'','Standard light A','',0,'','',0,'utf-8',''),(1139,0,'','Standard light B','',0,'','',0,'utf-8',''),(1140,0,'','Standard light C','',0,'','',0,'utf-8',''),(1141,0,'','Fluorescent','',0,'','',0,'utf-8',''),(1142,0,'','D55','',0,'','',0,'utf-8',''),(1143,0,'','D65','',0,'','',0,'utf-8',''),(1144,0,'','D75','',0,'','',0,'utf-8',''),(1145,0,'','D50','',0,'','',0,'utf-8',''),(1146,0,'','ISO studio tungsten','',0,'','',0,'utf-8',''),(1147,0,'','Other light source','',0,'','',0,'utf-8',''),(1148,0,'','Tungsten (incandescent light)','',0,'','',0,'utf-8',''),(1149,0,'','Flash','',0,'','',0,'utf-8',''),(1150,0,'','Fine weather','',0,'','',0,'utf-8',''),(1151,0,'','Camera manufacturer','',0,'','',0,'utf-8',''),(1152,0,'','$1','',0,'','',0,'utf-8',''),(1153,0,'','Manufacturer notes','',0,'','',0,'utf-8',''),(1154,0,'','Maximum land aperture','',0,'','',0,'utf-8',''),(1155,0,'','Metering mode','',0,'','',0,'utf-8',''),(1156,0,'','Unknown','',0,'','',0,'utf-8',''),(1157,0,'','Average','',0,'','',0,'utf-8',''),(1158,0,'','CenterWeightedAverage','',0,'','',0,'utf-8',''),(1159,0,'','Other','',0,'','',0,'utf-8',''),(1160,0,'','Spot','',0,'','',0,'utf-8',''),(1161,0,'','MultiSpot','',0,'','',0,'utf-8',''),(1162,0,'','Pattern','',0,'','',0,'utf-8',''),(1163,0,'','Partial','',0,'','',0,'utf-8',''),(1164,0,'','Camera model','',0,'','',0,'utf-8',''),(1165,0,'','$1','',0,'','',0,'utf-8',''),(1166,0,'','Optoelectronic conversion factor','',0,'','',0,'utf-8',''),(1167,0,'','Orientation','',0,'','',0,'utf-8',''),(1168,0,'','Normal','',0,'','',0,'utf-8',''),(1169,0,'','Flipped horizontally','',0,'','',0,'utf-8',''),(1170,0,'','Rotated 180°','',0,'','',0,'utf-8',''),(1171,0,'','Flipped vertically','',0,'','',0,'utf-8',''),(1172,0,'','Rotated 90° CCW and flipped vertically','',0,'','',0,'utf-8',''),(1173,0,'','Rotated 90° CW','',0,'','',0,'utf-8',''),(1174,0,'','Rotated 90° CW and flipped vertically','',0,'','',0,'utf-8',''),(1175,0,'','Rotated 90° CCW','',0,'','',0,'utf-8',''),(1176,0,'','Pixel composition','',0,'','',0,'utf-8',''),(1177,0,'','RGB','',0,'','',0,'utf-8',''),(1178,0,'','YCbCr','',0,'','',0,'utf-8',''),(1179,0,'','Valind image height','',0,'','',0,'utf-8',''),(1180,0,'','Valid image width','',0,'','',0,'utf-8',''),(1181,0,'','Data arrangement','',0,'','',0,'utf-8',''),(1182,0,'','chunky format','',0,'','',0,'utf-8',''),(1183,0,'','planar format','',0,'','',0,'utf-8',''),(1184,0,'','Chromaticities of primarities','',0,'','',0,'utf-8',''),(1185,0,'','Pair of black and white reference values','',0,'','',0,'utf-8',''),(1186,0,'','Related audio file','',0,'','',0,'utf-8',''),(1187,0,'','Unit of X and Y resolution','',0,'','',0,'utf-8',''),(1188,0,'','Number of rows per strip','',0,'','',0,'utf-8',''),(1189,0,'','Number of components','',0,'','',0,'utf-8',''),(1190,0,'','Saturation','',0,'','',0,'utf-8',''),(1191,0,'','Normal','',0,'','',0,'utf-8',''),(1192,0,'','Low saturation','',0,'','',0,'utf-8',''),(1193,0,'','High saturation','',0,'','',0,'utf-8',''),(1194,0,'','Scene capture type','',0,'','',0,'utf-8',''),(1195,0,'','Standard','',0,'','',0,'utf-8',''),(1196,0,'','Landscape','',0,'','',0,'utf-8',''),(1197,0,'','Portrait','',0,'','',0,'utf-8',''),(1198,0,'','Night scene','',0,'','',0,'utf-8',''),(1199,0,'','Scene type','',0,'','',0,'utf-8',''),(1200,0,'','A directly photographed image','',0,'','',0,'utf-8',''),(1201,0,'','Sensing method','',0,'','',0,'utf-8',''),(1202,0,'','Undefined','',0,'','',0,'utf-8',''),(1203,0,'','One-chip color area sensor','',0,'','',0,'utf-8',''),(1204,0,'','Two-chip color area sensor','',0,'','',0,'utf-8',''),(1205,0,'','Three-chip color area sensor','',0,'','',0,'utf-8',''),(1206,0,'','Color sequential area sensor','',0,'','',0,'utf-8',''),(1207,0,'','Trilinear sensor','',0,'','',0,'utf-8',''),(1208,0,'','Color sequential linear sensor','',0,'','',0,'utf-8',''),(1209,0,'','Sharpness','',0,'','',0,'utf-8',''),(1210,0,'','Normal','',0,'','',0,'utf-8',''),(1211,0,'','Soft','',0,'','',0,'utf-8',''),(1212,0,'','Hard','',0,'','',0,'utf-8',''),(1213,0,'','Shutter speed','',0,'','',0,'utf-8',''),(1214,0,'','Software used','',0,'','',0,'utf-8',''),(1215,0,'','$1','',0,'','',0,'utf-8',''),(1216,0,'','Spatial frequency response','',0,'','',0,'utf-8',''),(1217,0,'','Spectral sensitivity','',0,'','',0,'utf-8',''),(1218,0,'','Bytes per compressed strip','',0,'','',0,'utf-8',''),(1219,0,'','Image data location','',0,'','',0,'utf-8',''),(1220,0,'','Subject area','',0,'','',0,'utf-8',''),(1221,0,'','Subject distance','',0,'','',0,'utf-8',''),(1222,0,'','$1 metres','',0,'','',0,'utf-8',''),(1223,0,'','Subject distance range','',0,'','',0,'utf-8',''),(1224,0,'','Unknown','',0,'','',0,'utf-8',''),(1225,0,'','Macro','',0,'','',0,'utf-8',''),(1226,0,'','Close view','',0,'','',0,'utf-8',''),(1227,0,'','Distant view','',0,'','',0,'utf-8',''),(1228,0,'','Subject location','',0,'','',0,'utf-8',''),(1229,0,'','DateTime subseconds','',0,'','',0,'utf-8',''),(1230,0,'','DateTimeDigitized subseconds','',0,'','',0,'utf-8',''),(1231,0,'','DateTimeOriginal subseconds','',0,'','',0,'utf-8',''),(1232,0,'','Transfer function','',0,'','',0,'utf-8',''),(1233,0,'','User comments','',0,'','',0,'utf-8',''),(1234,0,'','White Balance','',0,'','',0,'utf-8',''),(1235,0,'','Auto white balance','',0,'','',0,'utf-8',''),(1236,0,'','Manual white balance','',0,'','',0,'utf-8',''),(1237,0,'','White point chromaticity','',0,'','',0,'utf-8',''),(1238,0,'','Horizontal resolution','',0,'','',0,'utf-8',''),(1239,0,'','$1 dpc','',0,'','',0,'utf-8',''),(1240,0,'','$1 dpi','',0,'','',0,'utf-8',''),(1241,0,'','Color space transformation matrix coefficients','',0,'','',0,'utf-8',''),(1242,0,'','Y and C positioning','',0,'','',0,'utf-8',''),(1243,0,'','Subsampling ratio of Y to C','',0,'','',0,'utf-8',''),(1244,0,'','Vertical resolution','',0,'','',0,'utf-8',''),(1245,0,'','expires $1','',0,'','',0,'utf-8',''),(1246,0,'','Someone else has changed this page since you\nstarted editing it.\nThe upper text area contains the page text as it currently exists.\nYour changes are shown in the lower text area.\nYou will have to merge your changes into the existing text.\n<b>Only</b> the text in the upper text area will be saved when you\npress \"Save page\".<br />','',0,'','',0,'utf-8',''),(1247,0,'','There was either an external authentication database error or you are not allowed to update your external account.','',0,'','',0,'utf-8',''),(1248,0,'','$1KB, MIME type: <code>$2</code>','',0,'','',0,'utf-8',''),(1249,0,'','Files','',0,'','',0,'utf-8',''),(1250,0,'','fetching file list','',0,'','',0,'utf-8',''),(1251,0,'','\n<form method=\"get\" action=\"http://www.google.com/search\" id=\"googlesearch\">\n    <input type=\"hidden\" name=\"domains\" value=\"{{SERVER}}\" />\n    <input type=\"hidden\" name=\"num\" value=\"50\" />\n    <input type=\"hidden\" name=\"ie\" value=\"$2\" />\n    <input type=\"hidden\" name=\"oe\" value=\"$2\" />\n\n    <input type=\"text\" name=\"q\" size=\"31\" maxlength=\"255\" value=\"$1\" />\n    <input type=\"submit\" name=\"btnG\" value=\"$3\" />\n  <div>\n    <input type=\"radio\" name=\"sitesearch\" id=\"gwiki\" value=\"{{SERVER}}\" checked=\"checked\" /><label for=\"gwiki\">{{SITENAME}}</label>\n    <input type=\"radio\" name=\"sitesearch\" id=\"gWWW\" value=\"\" /><label for=\"gWWW\">WWW</label>\n  </div>\n</form>','',0,'','',0,'utf-8',''),(1252,0,'','Trusted users able to block users and delete articles','',0,'','',0,'utf-8',''),(1253,0,'','Administrator','',0,'','',0,'utf-8',''),(1254,0,'','Anonymous users','',0,'','',0,'utf-8',''),(1255,0,'','Anonymous','',0,'','',0,'utf-8',''),(1256,0,'','The bureaucrat group is able to make sysops','',0,'','',0,'utf-8',''),(1257,0,'','Bureaucrat','',0,'','',0,'utf-8',''),(1258,0,'','General logged in users','',0,'','',0,'utf-8',''),(1259,0,'','User','',0,'','',0,'utf-8',''),(1260,0,'','Full access','',0,'','',0,'utf-8',''),(1261,0,'','Steward','',0,'','',0,'utf-8',''),(1262,0,'','User groups','',0,'','',0,'utf-8',''),(1263,0,'','Add group','',0,'','',0,'utf-8',''),(1264,0,'','A group of that name already exists','',0,'','',0,'utf-8',''),(1265,0,'','Edit group','',0,'','',0,'utf-8',''),(1266,0,'','Group description (max 255 characters):<br />','',0,'','',0,'utf-8',''),(1267,0,'','Group name:','',0,'','',0,'utf-8',''),(1268,0,'','If the name or description starts with a colon, the\nremainder will be treated as a message name, and hence the text will be localised\nusing the MediaWiki namespace','',0,'','',0,'utf-8',''),(1269,0,'','Existing groups','',0,'','',0,'utf-8',''),(1270,0,'','Existing groups:','',0,'','',0,'utf-8',''),(1271,0,'','Manage group rights','',0,'','',0,'utf-8',''),(1272,0,'','Please specify a valid group name','',0,'','',0,'utf-8',''),(1273,0,'','ID || Name || Description || Rights','',0,'','',0,'utf-8',''),(1274,0,'','Hide','',0,'','',0,'utf-8',''),(1275,0,'','Earliest','',0,'','',0,'utf-8',''),(1276,0,'','Latest','',0,'','',0,'utf-8',''),(1277,0,'','Links','',0,'','',0,'utf-8',''),(1278,0,'','File list','',0,'','',0,'utf-8',''),(1279,0,'','all','',0,'','',0,'utf-8',''),(1280,0,'','Below is a list of $1 files sorted $2.','',0,'','',0,'utf-8',''),(1281,0,'','Legend: (cur) = this is the current file, (del) = delete\nthis old version, (rev) = revert to this old version.\n<br /><i>Click on date to see the file uploaded on that date</i>.','',0,'','',0,'utf-8',''),(1282,0,'','File history','',0,'','',0,'utf-8',''),(1283,0,'','Legend: (desc) = show/edit file description.','',0,'','',0,'utf-8',''),(1284,0,'','Destination title is of a special type; cannot move pages into that namespace.','',0,'','',0,'utf-8',''),(1285,0,'','Transwiki import','',0,'','',0,'utf-8',''),(1286,0,'','No import file was uploaded.','',0,'','',0,'utf-8',''),(1287,0,'','No transwiki import sources have been defined and direct history uploads are disabled.','',0,'','',0,'utf-8',''),(1288,0,'','Upload of import file failed; perhaps the file is bigger than the allowed upload size.','',0,'','',0,'utf-8',''),(1289,0,'','infinite','',0,'','',0,'utf-8',''),(1290,0,'','The email address cannot be accepted as it appears to have an invalid\nformat. Please enter a well-formatted address or empty that field.','',0,'','',0,'utf-8',''),(1291,0,'','Invert selection','',0,'','',0,'utf-8',''),(1292,0,'','IP Address','',0,'','',0,'utf-8',''),(1293,0,'','IP Address or username','',0,'','',0,'utf-8',''),(1294,0,'','The blocklist is empty.','',0,'','',0,'utf-8',''),(1295,0,'','2 hours:2 hours,1 day:1 day,3 days:3 days,1 week:1 week,2 weeks:2 weeks,1 month:1 month,3 months:3 months,6 months:6 months,1 year:1 year,infinite:infinite','',0,'','',0,'utf-8',''),(1296,0,'','Other time','',0,'','',0,'utf-8',''),(1297,0,'','other','',0,'','',0,'utf-8',''),(1298,0,'','\"[[$1]]\" unblocked','',0,'','',0,'utf-8',''),(1299,0,'','It is recommended that images not exceed $1 bytes in size, this file is $2 bytes','',0,'','',0,'utf-8',''),(1300,0,'','/^(.*?)([a-zA-Z\\x80-\\xff]+)$/sD','',0,'','',0,'utf-8',''),(1301,0,'','The following pages link to this file:','',0,'','',0,'utf-8',''),(1302,0,'','Local time','',0,'','',0,'utf-8',''),(1303,0,'','You are now logged out.<br />\nYou can continue to use {{SITENAME}} anonymously, or you can log in\nagain as the same or as a different user. Note that some pages may\ncontinue to be displayed as if you were still logged in, until you clear\nyour browser cache.','',0,'','',0,'utf-8',''),(1304,0,'','<strong>WARNING: This page is $1 kilobytes long; some\nbrowsers may have problems editing pages approaching or longer than 32kb.\nPlease consider breaking the page into smaller sections.</strong>','',0,'','',0,'utf-8',''),(1305,0,'','You must be [[Special:Userlogin|logged in]]\nand have a valid e-mail address in your [[Special:Preferences|preferences]]\nto send e-mail to other users.','',0,'','',0,'utf-8',''),(1306,0,'','[$1]','',0,'','',0,'utf-8',''),(1307,0,'','Math','',0,'','',0,'utf-8',''),(1308,0,'','Example.ogg','',0,'','',0,'utf-8',''),(1309,0,'','\'\'\'Warning\'\'\': This file may contain malicious code, by executing it your system may be compromised.\n<hr>','',0,'','',0,'utf-8',''),(1310,0,'','Metadata','',0,'','',0,'utf-8',''),(1311,0,'','Wikipedia:Metadata','',0,'','',0,'utf-8',''),(1312,0,'','File names must be at least three letters.','',0,'','',0,'utf-8',''),(1313,0,'','The database did not find the text of a page\nthat it should have found, named \"$1\".\n\nThis is usually caused by following an outdated diff or history link to a\npage that has been deleted.\n\nIf this is not the case, you may have found a bug in the software.\nPlease report this to an administrator, making note of the URL.','',0,'','',0,'utf-8',''),(1314,0,'','Most linked to pages','',0,'','',0,'utf-8',''),(1315,0,'','Move log','',0,'','',0,'utf-8',''),(1316,0,'','Below is a list of page moved.','',0,'','',0,'utf-8',''),(1317,0,'','You must be a registered user and [[Special:Userlogin|logged in]]\nto move a page.','',0,'','',0,'utf-8',''),(1318,0,'','Using the form below will rename a page, moving all\nof its history to the new name.\nThe old title will become a redirect page to the new title.\nLinks to the old page title will not be changed; be sure to\ncheck for double or broken redirects.\nYou are responsible for making sure that links continue to\npoint where they are supposed to go.\n\nNote that the page will \'\'\'not\'\'\' be moved if there is already\na page at the new title, unless it is empty or a redirect and has no\npast edit history. This means that you can rename a page back to where\nit was just renamed from if you make a mistake, and you cannot overwrite\nan existing page.\n\n<b>WARNING!</b>\nThis can be a drastic and unexpected change for a popular page;\nplease be sure you understand the consequences of this before\nproceeding.','',0,'','',0,'utf-8',''),(1319,0,'','Reason','',0,'','',0,'utf-8',''),(1320,0,'','Namespace:','',0,'','',0,'utf-8',''),(1321,0,'','all','',0,'','',0,'utf-8',''),(1322,0,'','Gallery of new files','',0,'','',0,'utf-8',''),(1323,0,'','Next diff →','',0,'','',0,'utf-8',''),(1324,0,'','Newer revision→','',0,'','',0,'utf-8',''),(1325,0,'','<strong>No email address has been specified</strong>, the following\nfeatures will not work.','',0,'','',0,'utf-8',''),(1326,0,'','No page with [[$1|this exact title]] exists, trying full text search.','',0,'','',0,'utf-8',''),(1327,0,'','No file by this name exists, you can [$1 upload it]','',0,'','',0,'utf-8',''),(1328,0,'','There are no pages that link to this file.','',0,'','',0,'utf-8',''),(1329,0,'','<strong>WARNING: Your browser is not unicode compliant. A workaround is in place to allow you to safely edit articles: non-ASCII characters will appear in the edit box as hexadecimal codes.</strong>','',0,'','',0,'utf-8',''),(1330,0,'','You have requested an invalid special page, a list of valid special pages may be found at [[{{ns:special}}:Specialpages]].','',0,'','',0,'utf-8',''),(1331,0,'','File','',0,'','',0,'utf-8',''),(1332,0,'','Media page','',0,'','',0,'utf-8',''),(1333,0,'','Project page','',0,'','',0,'utf-8',''),(1334,0,'','[$1]','',0,'','',0,'utf-8',''),(1335,0,'','[$1 watching user/s]','',0,'','',0,'utf-8',''),(1336,0,'','In other languages','',0,'','',0,'utf-8',''),(1337,0,'','Your password is too short. It must have at least $1 characters.','',0,'','',0,'utf-8',''),(1338,0,'','* Email (optional): Enables others to contact you through your user or user_talk page without the need of revealing your identity.','',0,'','',0,'utf-8',''),(1339,0,'','This address is also used to send you email notifications if you enabled the options.','',0,'','',0,'utf-8',''),(1340,0,'','* Real name (optional): if you choose to provide it this will be used for giving you attribution for your work.','',0,'','',0,'utf-8',''),(1341,0,'','Misc','',0,'','',0,'utf-8',''),(1342,0,'','Recent changes & stubs','',0,'','',0,'utf-8',''),(1343,0,'','You must be [[Special:Userlogin|logged in]] to set user preferences.','',0,'','',0,'utf-8',''),(1344,0,'','← Previous diff','',0,'','',0,'utf-8',''),(1345,0,'','←Older revision','',0,'','',0,'utf-8',''),(1346,0,'','Print','',0,'','',0,'utf-8',''),(1347,0,'','protected \"[[$1]]\"','',0,'','',0,'utf-8',''),(1348,0,'','<strong>WARNING:  This page has been locked so that only users with sysop privileges can edit it. Be sure you are following the [[Project:Protected_page_guidelines|protected page guidelines]].</strong>','',0,'','',0,'utf-8',''),(1349,0,'','Quickbar','',0,'','',0,'utf-8',''),(1350,0,'','Special:Random','',0,'','',0,'utf-8',''),(1351,0,'','The database has been automatically locked while the slave database servers catch up to the master','',0,'','',0,'utf-8',''),(1352,0,'','The database is currently locked to new\nentries and other modifications, probably for routine database maintenance,\nafter which it will be back to normal.\nThe administrator who locked it offered this explanation:\n$1','',0,'','',0,'utf-8',''),(1353,0,'','<strong>WARNING: The database has been locked for maintenance,\nso you will not be able to save your edits right now. You may wish to cut-n-paste\nthe text into a text file and save it for later.</strong>','',0,'','',0,'utf-8',''),(1354,0,'','all','',0,'','',0,'utf-8',''),(1355,0,'','Titles in recent changes','',0,'','',0,'utf-8',''),(1356,0,'','Remember me','',0,'','',0,'utf-8',''),(1357,0,'','Renamed group $2 to $3','',0,'','',0,'utf-8',''),(1358,0,'','Reset','',0,'','',0,'utf-8',''),(1359,0,'','one deleted edit','',0,'','',0,'utf-8',''),(1360,0,'','Restricted special pages','',0,'','',0,'utf-8',''),(1361,0,'','Hits per page','',0,'','',0,'utf-8',''),(1362,0,'','revert','',0,'','',0,'utf-8',''),(1363,0,'','http://www.ietf.org/rfc/rfc$1.txt','',0,'','',0,'utf-8',''),(1364,0,'','Save','',0,'','',0,'utf-8',''),(1365,0,'','[Interwiki transcluding is disabled]','',0,'','',0,'utf-8',''),(1366,0,'','[Template fetch failed for $1; sorry]','',0,'','',0,'utf-8',''),(1367,0,'','[URL is too long; sorry]','',0,'','',0,'utf-8',''),(1368,0,'','{{SITENAME}} search is disabled. You can search via Google in the meantime. Note that their indexes of {{SITENAME}} content may be out of date.','',0,'','',0,'utf-8',''),(1369,0,'','Search full text','',0,'','',0,'utf-8',''),(1370,0,'','Search','',0,'','',0,'utf-8',''),(1371,0,'','→','',0,'','',0,'utf-8',''),(1372,0,'','Source and destination titles are the same; can\'t move a page over itself.','',0,'','',0,'utf-8',''),(1373,0,'','Server time','',0,'','',0,'utf-8',''),(1374,0,'','Set steward flag','',0,'','',0,'utf-8',''),(1375,0,'','-','',0,'','',0,'utf-8',''),(1376,0,'','Please see the [$1 file description page] for further information.','',0,'','',0,'utf-8',''),(1377,0,'','Show changes','',0,'','',0,'utf-8',''),(1378,0,'','Show last $1 files sorted $2.','',0,'','',0,'utf-8',''),(1379,0,'','\n* navigation\n** mainpage|mainpage\n** portal-url|portal\n** currentevents-url|currentevents\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help\n** sitesupport-url|sitesupport','',0,'','',0,'utf-8',''),(1380,0,'','{{SITENAME}} statistics','',0,'','',0,'utf-8',''),(1381,0,'','Donations','',0,'','',0,'utf-8',''),(1382,0,'','{{SITENAME}} user $1','',0,'','',0,'utf-8',''),(1383,0,'','{{SITENAME}} user(s) $1','',0,'','',0,'utf-8',''),(1384,0,'','(Preview)','',0,'','',0,'utf-8',''),(1385,0,'','SORBS DNSBL','',0,'','',0,'utf-8',''),(1386,0,'','Your IP address is listed as an open proxy in the [http://www.sorbs.net SORBS] DNSBL. You cannot create an account','',0,'','',0,'utf-8',''),(1387,0,'','Your IP address is listed as an open proxy in the [http://www.sorbs.net SORBS] DNSBL.','',0,'','',0,'utf-8',''),(1388,0,'','Source filename','',0,'','',0,'utf-8',''),(1389,0,'','(SQL query hidden)','',0,'','',0,'utf-8',''),(1390,0,'','The action you have requested can only be\nperformed by users with \"sysop\" capability.\nSee $1.','',0,'','',0,'utf-8',''),(1391,0,'','\'\'\'The page itself was moved successfully, but the\ntalk page could not be moved because one already exists at the new\ntitle. Please merge them manually.\'\'\'','',0,'','',0,'utf-8',''),(1392,0,'','Thumbnail size:','',0,'','',0,'utf-8',''),(1393,0,'','Offset¹','',0,'','',0,'utf-8',''),(1394,0,'','The number of hours your local time differs from server time (UTC).','',0,'','',0,'utf-8',''),(1395,0,'','Contents','',0,'','',0,'utf-8',''),(1396,0,'','Send me an email also for minor edits of pages','',0,'','',0,'utf-8',''),(1397,0,'','Reveal my email address in notification mails','',0,'','',0,'utf-8',''),(1398,0,'','Send me an email when my user talk page is changed','',0,'','',0,'utf-8',''),(1399,0,'','Send me an email on page changes','',0,'','',0,'utf-8',''),(1400,0,'','Use external diff by default','',0,'','',0,'utf-8',''),(1401,0,'','Use external editor by default','',0,'','',0,'utf-8',''),(1402,0,'','Show preview before edit box','',0,'','',0,'utf-8',''),(1403,0,'','Remember across sessions','',0,'','',0,'utf-8',''),(1404,0,'','Show the number of watching users','',0,'','',0,'utf-8',''),(1405,0,'','Show table of contents (for pages with more than 3 headings)','',0,'','',0,'utf-8',''),(1406,0,'','Show edit toolbar (JavaScript)','',0,'','',0,'utf-8',''),(1407,0,'','Enhanced recent changes (JavaScript)','',0,'','',0,'utf-8',''),(1408,0,'','Show which changes you made to the text. [alt-d]','',0,'','',0,'utf-8',''),(1409,0,'','Search {{SITENAME}} [alt-f]','',0,'','',0,'utf-8',''),(1410,0,'','; $4$5 : [$2 $1]','',0,'','',0,'utf-8',''),(1411,0,'','<div id=\'mw_trackbacks\'>\nTrackbacks for this article:<br />\n$1\n</div>','',0,'','',0,'utf-8',''),(1412,0,'','The trackback was successfully deleted.','',0,'','',0,'utf-8',''),(1413,0,'','; $4$5 : [$2 $1]: <nowiki>$3</nowiki>','',0,'','',0,'utf-8',''),(1414,0,'','Trackback','',0,'','',0,'utf-8',''),(1415,0,'',' ([$1 Delete])','',0,'','',0,'utf-8',''),(1416,0,'','Try exact match','',0,'','',0,'utf-8',''),(1417,0,'','unblocked $1','',0,'','',0,'utf-8',''),(1418,0,'','Undelete one edit','',0,'','',0,'utf-8',''),(1419,0,'','restored \"[[$1]]\"','',0,'','',0,'utf-8',''),(1420,0,'','Always','',0,'','',0,'utf-8',''),(1421,0,'','Browser default','',0,'','',0,'utf-8',''),(1422,0,'','Never','',0,'','',0,'utf-8',''),(1423,0,'','px','',0,'','',0,'utf-8',''),(1424,0,'','unprotect','',0,'','',0,'utf-8',''),(1425,0,'','unprotected \"[[$1]]\"','',0,'','',0,'utf-8',''),(1426,0,'','Unused categories','',0,'','',0,'utf-8',''),(1427,0,'','The following category pages exist although no other article or category make use of them.','',0,'','',0,'utf-8',''),(1428,0,'','Unused files','',0,'','',0,'utf-8',''),(1429,0,'','The upload directory ($1) is not writable by the webserver.','',0,'','',0,'utf-8',''),(1430,0,'','uploaded \"[[$1]]\"','',0,'','',0,'utf-8',''),(1431,0,'','[$1 Upload a new version of this file]','',0,'','',0,'utf-8',''),(1432,0,'','You must be [[Special:Userlogin|logged in]]\nto upload files.','',0,'','',0,'utf-8',''),(1433,0,'','This file contains HTML or script code that my be erroneously be interpreted by a web browser.','',0,'','',0,'utf-8',''),(1434,0,'','\nUse the form below to upload new files,\nto view or search previously uploaded images\ngo to the [[Special:Imagelist|list of uploaded files]],\nuploads and deletions are also logged in the [[Special:Log|project log]].\n\nYou must also check the box affirming that you are not\nviolating any copyrights by uploading the file.\nPress the \"Upload\" button to finish the upload.\n\nTo include the image in a page, use a link in the form\n\'\'\'<nowiki>[[{{ns:6}}:file.jpg]]</nowiki>\'\'\',\n\'\'\'<nowiki>[[{{ns:6}}:file.png|alt text]]</nowiki>\'\'\' or\n\'\'\'<nowiki>[[{{ns:-2}}:file.ogg]]</nowiki>\'\'\' for directly linking to the file.','',0,'','',0,'utf-8',''),(1435,0,'','The file contains a virus! Details: $1','',0,'','',0,'utf-8',''),(1436,0,'','User rights management','',0,'','',0,'utf-8',''),(1437,0,'','Edit user groups','',0,'','',0,'utf-8',''),(1438,0,'','Available groups:','',0,'','',0,'utf-8',''),(1439,0,'','Select groups you want the user to be removed from or added to.\nUnselected groups will not be changed. You can deselect a group with CTRL + Left Click','',0,'','',0,'utf-8',''),(1440,0,'','Member of:','',0,'','',0,'utf-8',''),(1441,0,'','Changed group membership from $1 to $2','',0,'','',0,'utf-8',''),(1442,0,'','Manage user groups','',0,'','',0,'utf-8',''),(1443,0,'','Enter a username:','',0,'','',0,'utf-8',''),(1444,0,'','There are \'\'\'$1\'\'\' registered users, of which\n\'\'\'$2\'\'\' (or \'\'\'$4%\'\'\') are administrators (see $3).','',0,'','',0,'utf-8',''),(1445,0,'','Add','',0,'','',0,'utf-8',''),(1446,0,'','Clear my older validation data','',0,'','',0,'utf-8',''),(1447,0,'','Delete','',0,'','',0,'utf-8',''),(1448,0,'','<sub>User</sub> \\ <sup>Topic</sup>','',0,'','',0,'utf-8',''),(1449,0,'','User $1','',0,'','',0,'utf-8',''),(1450,0,'','\'\'\'Hint:\'\'\' Merging your data means that for the article revision you select, all options where you have specified \'\'no opinion\'\' will be set to the value and comment of the most recent revision for which you have expressed an opinion. For example, if you want to change a single option for a newer revision, but also keep your other settings for this article in this revision, just select which option you intend to \'\'change\'\', and merging will fill in the other options with your previous settings.','',0,'','',0,'utf-8',''),(1451,0,'','Check this box if you really mean it!','',0,'','',0,'utf-8',''),(1452,0,'','<th>#</th><th>Topic</th><th>Range</th><th>Action</th>','',0,'','',0,'utf-8',''),(1453,0,'','My validation overview','',0,'','',0,'utf-8',''),(1454,0,'','No','',0,'','',0,'utf-8',''),(1455,0,'','$1 of $2','',0,'','',0,'utf-8',''),(1456,0,'','Revisions for $1','',0,'','',0,'utf-8',''),(1457,0,'','See the validation statistics for \"$1\" <a href=\"$2\">here</a>','',0,'','',0,'utf-8',''),(1458,0,'','Revision','',0,'','',0,'utf-8',''),(1459,0,'','Your ratings have been stored!','',0,'','',0,'utf-8',''),(1460,0,'','Revision #$1','',0,'','',0,'utf-8',''),(1461,0,'','Revision of $1','',0,'','',0,'utf-8',''),(1462,0,'','details','',0,'','',0,'utf-8',''),(1463,0,'','Show my validations','',0,'','',0,'utf-8',''),(1464,0,'','Time','',0,'','',0,'utf-8',''),(1465,0,'','Project:Validation topics','',0,'','',0,'utf-8',''),(1466,0,'','Validation overview of user $1','',0,'','',0,'utf-8',''),(1467,0,'','Validation of \"$1\"','',0,'','',0,'utf-8',''),(1468,0,'','View this revision','',0,'','',0,'utf-8',''),(1469,0,'','Change this text <a href=\"{{SERVER}}{{localurl:MediaWiki:Val_votepage_intro}}\">here</a>!','',0,'','',0,'utf-8',''),(1470,0,'','<b>Never, <i>ever</i>, change something here without <i>explicit</i> community consensus!</b>','',0,'','',0,'utf-8',''),(1471,0,'','Yes','',0,'','',0,'utf-8',''),(1472,0,'','Version $1 of MediaWiki required','',0,'','',0,'utf-8',''),(1473,0,'','Version $1 of MediaWiki is required to use this page. See [[Special:Version]]','',0,'','',0,'utf-8',''),(1474,0,'','Views','',0,'','',0,'utf-8',''),(1475,0,'','* $1 pages watched not counting talk pages\n* [[Special:Watchlist/edit|Show and edit complete watchlist]]','',0,'','',0,'utf-8',''),(1476,0,'','Here\'s an alphabetical list of your\nwatched content pages. Check the boxes of pages you want to remove from your watchlist and click the \'remove checked\' button\nat the bottom of the screen (deleting a content page also deletes the accompanying talk page and vice versa).','',0,'','',0,'utf-8',''),(1477,0,'','all','',0,'','',0,'utf-8',''),(1478,0,'','all','',0,'','',0,'utf-8',''),(1479,0,'','None of your watched items was edited in the time period displayed.','',0,'','',0,'utf-8',''),(1480,0,'','You must be [[Special:Userlogin|logged in]] to modify your watchlist.','',0,'','',0,'utf-8',''),(1481,0,'','* Email notification is enabled.','',0,'','',0,'utf-8',''),(1482,0,'','* Pages which have been changed since you last visited them are shown in \'\'\'bold\'\'\'','',0,'','',0,'utf-8',''),(1483,0,'','Hide','',0,'','',0,'utf-8',''),(1484,0,'','$1 my edits.','',0,'','',0,'utf-8',''),(1485,0,'','Show','',0,'','',0,'utf-8',''),(1486,0,'','The password you entered is incorrect (or missing). Please try again.','',0,'','',0,'utf-8',''),(1487,0,'','Your domain','',0,'','',0,'utf-8',''),(1488,0,'','Email *','',0,'','',0,'utf-8',''),(1489,0,'','Language','',0,'','',0,'utf-8',''),(1490,0,'','Username','',0,'','',0,'utf-8',''),(1491,0,'','Nickname','',0,'','',0,'utf-8',''),(1492,0,'','Password','',0,'','',0,'utf-8',''),(1493,0,'','Real name *','',0,'','',0,'utf-8',''),(1494,0,'','Variant','',0,'','',0,'utf-8',''),(1495,0,'','/* tooltips and access keys */\nta = new Object();\nta[\'pt-userpage\'] = new Array(\'.\',\'My user page\');\nta[\'pt-anonuserpage\'] = new Array(\'.\',\'The user page for the ip you\\\'re editing as\');\nta[\'pt-mytalk\'] = new Array(\'n\',\'My talk page\');\nta[\'pt-anontalk\'] = new Array(\'n\',\'Discussion about edits from this ip address\');\nta[\'pt-preferences\'] = new Array(\'\',\'My preferences\');\nta[\'pt-watchlist\'] = new Array(\'l\',\'The list of pages you\\\'re monitoring for changes.\');\nta[\'pt-mycontris\'] = new Array(\'y\',\'List of my contributions\');\nta[\'pt-login\'] = new Array(\'o\',\'You are encouraged to log in, it is not mandatory however.\');\nta[\'pt-anonlogin\'] = new Array(\'o\',\'You are encouraged to log in, it is not mandatory however.\');\nta[\'pt-logout\'] = new Array(\'o\',\'Log out\');\nta[\'ca-talk\'] = new Array(\'t\',\'Discussion about the content page\');\nta[\'ca-edit\'] = new Array(\'e\',\'You can edit this page. Please use the preview button before saving.\');\nta[\'ca-addsection\'] = new Array(\'+\',\'Add a comment to this discussion.\');\nta[\'ca-viewsource\'] = new Array(\'e\',\'This page is protected. You can view its source.\');\nta[\'ca-history\'] = new Array(\'h\',\'Past versions of this page.\');\nta[\'ca-protect\'] = new Array(\'=\',\'Protect this page\');\nta[\'ca-delete\'] = new Array(\'d\',\'Delete this page\');\nta[\'ca-undelete\'] = new Array(\'d\',\'Restore the edits done to this page before it was deleted\');\nta[\'ca-move\'] = new Array(\'m\',\'Move this page\');\nta[\'ca-watch\'] = new Array(\'w\',\'Add this page to your watchlist\');\nta[\'ca-unwatch\'] = new Array(\'w\',\'Remove this page from your watchlist\');\nta[\'search\'] = new Array(\'f\',\'Search this wiki\');\nta[\'p-logo\'] = new Array(\'\',\'Main Page\');\nta[\'n-mainpage\'] = new Array(\'z\',\'Visit the Main Page\');\nta[\'n-portal\'] = new Array(\'\',\'About the project, what you can do, where to find things\');\nta[\'n-currentevents\'] = new Array(\'\',\'Find background information on current events\');\nta[\'n-recentchanges\'] = new Array(\'r\',\'The list of recent changes in the wiki.\');\nta[\'n-randompage\'] = new Array(\'x\',\'Load a random page\');\nta[\'n-help\'] = new Array(\'\',\'The place to find out.\');\nta[\'n-sitesupport\'] = new Array(\'\',\'Support us\');\nta[\'t-whatlinkshere\'] = new Array(\'j\',\'List of all wiki pages that link here\');\nta[\'t-recentchangeslinked\'] = new Array(\'k\',\'Recent changes in pages linked from this page\');\nta[\'feed-rss\'] = new Array(\'\',\'RSS feed for this page\');\nta[\'feed-atom\'] = new Array(\'\',\'Atom feed for this page\');\nta[\'t-contributions\'] = new Array(\'\',\'View the list of contributions of this user\');\nta[\'t-emailuser\'] = new Array(\'\',\'Send a mail to this user\');\nta[\'t-upload\'] = new Array(\'u\',\'Upload images or media files\');\nta[\'t-specialpages\'] = new Array(\'q\',\'List of all special pages\');\nta[\'ca-nstab-main\'] = new Array(\'c\',\'View the content page\');\nta[\'ca-nstab-user\'] = new Array(\'c\',\'View the user page\');\nta[\'ca-nstab-media\'] = new Array(\'c\',\'View the media page\');\nta[\'ca-nstab-special\'] = new Array(\'\',\'This is a special page, you can\\\'t edit the page itself.\');\nta[\'ca-nstab-wp\'] = new Array(\'a\',\'View the project page\');\nta[\'ca-nstab-image\'] = new Array(\'c\',\'View the image page\');\nta[\'ca-nstab-mediawiki\'] = new Array(\'c\',\'View the system message\');\nta[\'ca-nstab-template\'] = new Array(\'c\',\'View the template\');\nta[\'ca-nstab-help\'] = new Array(\'c\',\'View the help page\');\nta[\'ca-nstab-category\'] = new Array(\'c\',\'View the category page\');','',0,'','',0,'utf-8',''),(1496,0,'','<strong>User $1, you are already logged in!</strong><br />','',0,'','',0,'utf-8',''),(1497,0,'','Someone, probably you from IP address $1, has registered an\naccount \"$2\" with this e-mail address on {{SITENAME}}.\n\nTo confirm that this account really does belong to you and activate\ne-mail features on {{SITENAME}}, open this link in your browser:\n\n$3\n\nIf this is *not* you, don\'t follow the link. This confirmation code\nwill expire at $4.','',0,'','',0,'utf-8',''),(1498,0,'','You are now logged out.<br />\nYou can continue to use {{SITENAME}} anonymously, or you can log in\nagain as the same or as a different user. Note that some pages may\ncontinue to be displayed as if you were still logged in, until you clear\nyour browser cache.','',0,'','',0,'utf-8',''),(1499,0,'','Consult the [http://www.mediawiki.org/wiki/Help:Configuration_settings configuration settings list] and the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User\'s Guide] for information on customising and using the wiki software.','',0,'','',0,'utf-8',''),(1500,0,'','\'\'\'MediaWiki has been successfully installed.\'\'\'','',0,'','',0,'utf-8',''),(1501,0,'',',_','',0,'','',0,'utf-8',''),(1502,0,'','\'\'\'There is no page titled \"$1\".\'\'\' You can [[$1|create this page]].','',0,'','',0,'utf-8',''),(1503,0,'','\n* navigation\n** mainpage|mainpage\n** portal-url|portal\n** currentevents-url|currentevents\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help\n** sitesupport-url|sitesupport','',0,'','',0,'utf-8',''),(1504,0,'','Thumbnail size:','',0,'','',0,'utf-8',''),(1505,0,'','; $4$5 : [$2 $1]','',0,'','',0,'utf-8',''),(1506,0,'','<div id=\'mw_trackbacks\'>\nTrackbacks for this article:<br />\n$1\n</div>','',0,'','',0,'utf-8',''),(1507,0,'','; $4$5 : [$2 $1]: <nowiki>$3</nowiki>','',0,'','',0,'utf-8',''),(1508,0,'','\nUse the form below to upload new files,\nto view or search previously uploaded images\ngo to the [[Special:Imagelist|list of uploaded files]],\nuploads and deletions are also logged in the [[Special:Log|project log]].\n\nYou must also check the box affirming that you are not\nviolating any copyrights by uploading the file.\nPress the \"Upload\" button to finish the upload.\n\nTo include the image in a page, use a link in the form\n\'\'\'<nowiki>[[{{ns:6}}:file.jpg]]</nowiki>\'\'\',\n\'\'\'<nowiki>[[{{ns:6}}:file.png|alt text]]</nowiki>\'\'\' or\n\'\'\'<nowiki>[[{{ns:-2}}:file.ogg]]</nowiki>\'\'\' for directly linking to the file.','',0,'','',0,'utf-8',''),(1509,0,'','Enter a username:','',0,'','',0,'utf-8',''),(1510,0,'','* $1 pages watched not counting talk pages\n* [[Special:Watchlist/edit|Show and edit complete watchlist]]','',0,'','',0,'utf-8',''),(1511,0,'','You have new messages on $1','',0,'','',0,'utf-8',''),(1512,0,'','\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div align=\"right\" style=\"overflow:auto; height: 1pt;\"><br />[http://www.marketingbuscadores.com marketing buscadores] [http://www.acceso24h.com  gestor contenidos] [http://www.biada.com  biada] [http://www.einnova.com  diseño paginas web barcelona] [http://www.posicionarweb.com posicionar web] [http://www.ticketsfc.com Barcelona v madrid tickets] [http://www.iese.edu General Management] [http://en.wikipedia.org/wiki/Main_Page free encyclopedia] [http://en.wikipedia.org/wiki/Aspirin aspirin] [http://aspirin.generic-help.com/ aspirin] [http://en.wikipedia.org/wiki/Ciprofloxacin ciprofloxacin] [http://ciprofloxacin.generic-help.com/ ciprofloxacin] [http://en.wikipedia.org/wiki/Clindamycin clindamycin] [http://clindamycin.generic-help.com/ clindamycin] [http://en.wikipedia.org/wiki/Promethazine promethazine] [http://promethazine.generic-help.com/ promethazine] [http://en.wikipedia.org/wiki/Hydrochlorothiazide hydrochlorothiazide] [http://hydrochlorothiazide.generic-help.com/ hydrochlorothiazide] [http://en.wikipedia.org/wiki/Gabapentin gabapentin] [http://gabapentin.generic-help.com/ gabapentin] [http://en.wikipedia.org/wiki/Albuterol albuterol] [http://albuterol.generic-help.com/ albuterol] [http://en.wikipedia.org/wiki/Azithromycin azithromycin] [http://azithromycin.generic-help.com/ azithromycin] [http://en.wikipedia.org/wiki/Acetaminophen acetaminophen] [http://acetaminophen.generic-help.com/ acetaminophen] [http://en.wikipedia.org/wiki/Metoprolol metoprolol] [http://metoprolol.generic-help.com/ metoprolol] [http://en.wikipedia.org/wiki/Diclofenac diclofenac] [http://diclofenac.generic-help.com/ diclofenac] [http://en.wikipedia.org/wiki/Citalopram citalopram] [http://citalopram.generic-help.com/ citalopram] [http://en.wikipedia.org/wiki/Tamoxifen tamoxifen] [http://tamoxifen.generic-help.com/ tamoxifen] [http://en.wikipedia.org/wiki/Estrogen estrogen] [http://estrogen.generic-help.com/ estrogen]  [http://en.wikipedia.org/wiki/Omeprazole omeprazole] [http://omeprazole.generic-help.com/ omeprazole] [http://en.wikipedia.org/wiki/Loratadine loratadine] [http://loratadine.generic-help.com/ loratadine] [http://en.wikipedia.org/wiki/Tetracycline tetracycline] [http://tetracycline.generic-help.com/ tetracycline] [http://en.wikipedia.org/wiki/Erythromycin erythromycin] [http://erythromycin.generic-help.com/ erythromycin]  [http://en.wikipedia.org/wiki/Guaifenesin guaifenesin] [http://guaifenesin.generic-help.com/ guaifenesin]  [http://en.wikipedia.org/wiki/Ranitidine ranitidine] [http://ranitidine .generic-help.com/ ranitidine]  [http://en.wikipedia.org/wiki/Furosemide furosemide] [http://furosemide.generic-help.com/ furosemide]  [http://en.wikipedia.org/wiki/Paroxetine paroxetine] [http://paroxetine.generic-help.com/ paroxetine] [http://en.wikipedia.org/wiki/Pseudoephedrine pseudoephedrine] [http://pseudoephedrine.generic-help.com/ pseudoephedrine] [http://en.wikipedia.org/wiki/Bupropion bupropion] [http://bupropion.generic-help.com/ bupropion]  [http://en.wikipedia.org/wiki/Finasteride finasteride] [http://finasteride.generic-help.com/ finasteride] [http://en.wikipedia.org/wiki/Verapamil verapamil] [http://verapamil.generic-help.com/verapamil/ verapamil] [http://en.wikipedia.org/wiki/Quinine quinine] [http://quinine.generic-help.com/quinine/ quinine] [http://en.wikipedia.org/wiki/Temazepam temazepam] [http://temazepam.generic-help.com/temazepam/ temazepam] </div>','',0,'','',0,'utf-8',''),(1513,0,'','[[$1]] moved to [[$2]]','',0,'','',0,'utf-8',''),(1514,0,'','[[$1]] moved to [[$2]] over redirect','',0,'','',0,'utf-8',''),(1515,0,'','The password for \"$1\" has been sent to $2.','',0,'','',0,'utf-8',''),(1516,0,'','The page \"[[:$1]]\" has been added to your [[Special:Watchlist|watchlist]].\nFuture changes to this page and its associated Talk page will be listed there,\nand the page will appear \'\'\'bolded\'\'\' in the [[Special:Recentchanges|list of recent changes]] to\nmake it easier to pick out.\n\n<p>If you want to remove the page from your watchlist later, click \"Unwatch\" in the sidebar.','',0,'','',0,'utf-8',''),(1517,0,'','Message name filter:','',0,'','',0,'utf-8',''),(1518,0,'','Show only modified','',0,'','',0,'utf-8',''),(1519,0,'','Special:Allmessages cannot be used because wgUseDatabaseMessages is off.','',0,'','',0,'utf-8',''),(1520,0,'','Your current interface language <b>$1</b> is not supported by Special:Allmessages at this site.','',0,'','',0,'utf-8',''),(1521,0,'','Enable e-mail from other users','',0,'','',0,'utf-8',''),(1522,0,'','Display pages with prefix:','',0,'','',0,'utf-8',''),(1523,0,'','Cannot rollback last edit of [[$1]]\nby [[User:$2|$2]] ([[User talk:$2|Talk]]); someone else has edited or rolled back the page already.\n\nLast edit was by [[User:$3|$3]] ([[User talk:$3|Talk]]).','',0,'','',0,'utf-8',''),(1524,0,'','You are not logged in. Your IP address will be recorded in this page\'s edit history.','',0,'','',0,'utf-8',''),(1525,0,'','-','',0,'','',0,'utf-8',''),(1526,0,'','----\'\'This is the discussion page for an anonymous user who has not created an account yet or who does not use it. We therefore have to use the numerical [[IP address]] to identify him/her. Such an IP address can be shared by several users. If you are an anonymous user and feel that irrelevant comments have been directed at you, please [[Special:Userlogin|create an account or log in]] to avoid future confusion with other anonymous users.\'\'','',0,'','',0,'utf-8',''),(1527,0,'','Articles starting with \'\'$1\'\'','',0,'','',0,'utf-8',''),(1528,0,'','Invalid raw signature; check HTML tags.','',0,'','',0,'utf-8',''),(1529,0,'','The requested page title was invalid, empty, or an incorrectly linked inter-language or inter-wiki title. It may contain one more characters which cannot be used in titles.','',0,'','',0,'utf-8',''),(1530,0,'','Your user name or IP address has been blocked by $1.\nThe reason given is this:<br />\'\'$2\'\'<p>You may contact $1 or one of the other\n[[Project:Administrators|administrators]] to discuss the block.\n\nNote that you may not use the \"e-mail this user\" feature unless you have a valid e-mail address registered in your [[Special:Preferences|user preferences]].\n\nYour IP address is $3. Please include this address in any queries you make.','',0,'','',0,'utf-8',''),(1531,0,'','[[{{ns:Special}}:Contributions/$1|$1]] has been blocked.\n<br />See [[{{ns:Special}}:Ipblocklist|IP block list]] to review blocks.','',0,'','',0,'utf-8',''),(1532,0,'','Broken redirects','',0,'','',0,'utf-8',''),(1533,0,'','The following redirects link to non-existent pages:','',0,'','',0,'utf-8',''),(1534,0,'','Category','',0,'','',0,'utf-8',''),(1535,0,'','Columns:','',0,'','',0,'utf-8',''),(1536,0,'','Clear the cache of this page?\n\n$1','',0,'','',0,'utf-8',''),(1537,0,'','OK','',0,'','',0,'utf-8',''),(1538,0,'','You must confirm your e-mail address before editing pages. Please set and validate your e-mail address through your [[Special:Preferences|user preferences]].','',0,'','',0,'utf-8',''),(1539,0,'','E-mail confirmation required to edit','',0,'','',0,'utf-8',''),(1540,0,'','User [[User:$1|$1]] ([[User talk:$1|talk]]) deleted this article after you started editing with reason:\n: \'\'$2\'\'\nPlease confirm that really want to recreate this article.','',0,'','',0,'utf-8',''),(1541,0,'','Context per line:','',0,'','',0,'utf-8',''),(1542,0,'','Lines per hit:','',0,'','',0,'utf-8',''),(1543,0,'','Please note that all contributions to {{SITENAME}} are considered to be released under the $2 (see $1 for details). If you don\'t want your writing to be edited mercilessly and redistributed at will, then don\'t submit it here.<br />\nYou are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.\n<strong>DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!</strong>','',0,'','',0,'utf-8',''),(1544,0,'','Please note that all contributions to {{SITENAME}} may be edited, altered, or removed by other contributors. If you don\'t want your writing to be edited mercilessly, then don\'t submit it here.<br />\nYou are also promising us that you wrote this yourself, or copied it from a\npublic domain or similar free resource (see $1 for details).\n<strong>DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!</strong>','',0,'','',0,'utf-8',''),(1545,0,'','Create account','',0,'','',0,'utf-8',''),(1546,0,'','by e-mail','',0,'','',0,'utf-8',''),(1547,0,'','No preference','',0,'','',0,'utf-8',''),(1548,0,'','Date and time','',0,'','',0,'utf-8',''),(1549,0,'','A database query syntax error has occurred.\nThe last attempted database query was:\n\"$1\"\nfrom within function \"$2\".\nMySQL returned error \"$3: $4\"','',0,'','',0,'utf-8',''),(1550,0,'','Yes, delete the page','',0,'','',0,'utf-8',''),(1551,0,'','Warning: This page has been deleted after you started editing!','',0,'','',0,'utf-8',''),(1552,0,'','→','',0,'','',0,'utf-8',''),(1553,0,'','download','',0,'','',0,'utf-8',''),(1554,0,'','A confirmation e-mail has been sent to the nominated e-mail address.\nBefore any other mail is sent to the account, you will have to follow the instructions in the e-mail,\nto confirm that the account is actually yours.','',0,'','',0,'utf-8',''),(1555,0,'','Edit section: $1','',0,'','',0,'utf-8',''),(1556,0,'','<!-- Text here will be shown below edit and upload forms. -->','',0,'','',0,'utf-8',''),(1557,0,'','E-mail','',0,'','',0,'utf-8',''),(1558,0,'','Your e-mail address was authenticated on $1.','',0,'','',0,'utf-8',''),(1559,0,'','<div style=\"width:30em\">* Optional. An e-mail lets others contact you on this site without revealing your address, and lets us send you a new password if you forget it.<br /><br />Your real name will be used to give you attribution for your work.</div>','',0,'','',0,'utf-8',''),(1560,0,'','Your e-mail address is <strong>not yet authenticated</strong>. No e-mail\nwill be sent for any of the following features.','',0,'','',0,'utf-8',''),(1561,0,'','$1 sec ($2)','',0,'','',0,'utf-8',''),(1562,0,'','f/$1','',0,'','',0,'utf-8',''),(1563,0,'','$1 mm','',0,'','',0,'utf-8',''),(1564,0,'','Cloudy weather','',0,'','',0,'utf-8',''),(1565,0,'','RGB','',0,'','',0,'utf-8',''),(1566,0,'','Someone else has changed this page since you started editing it.\nThe upper text area contains the page text as it currently exists.\nYour changes are shown in the lower text area.\nYou will have to merge your changes into the existing text.\n<b>Only</b> the text in the upper text area will be saved when you\npress \"Save page\".<br />','',0,'','',0,'utf-8',''),(1567,0,'','----\n\'\'\'Note:\'\'\' exporting the full history of pages through this form has been disabled due to performance reasons.','',0,'','',0,'utf-8',''),(1568,0,'','You can export the text and editing history of a particular page or\nset of pages wrapped in some XML. This can be imported into another wiki using MediaWiki\nvia the Special:Import page.\n\nTo export pages, enter the titles in the text box below, one title per line, and\nselect whether you want the current version as well as all old versions, with the page\nhistory lines, or just the current version with the info about the last edit.\n\nIn the latter case you can also use a link, e.g. [[{{ns:Special}}:Export/{{Mediawiki:mainpage}}]] for the page {{Mediawiki:mainpage}}.','',0,'','',0,'utf-8',''),(1569,0,'','A file with this name exists already; please go back and upload this file under a new name. [[Image:$1|thumb|center|$1]]','',0,'','',0,'utf-8',''),(1570,0,'','A file with this name exists already in the shared file repository; please go back and upload this file under a new name. [[Image:$1|thumb|center|$1]]','',0,'','',0,'utf-8',''),(1571,0,'','Summary:','',0,'','',0,'utf-8',''),(1572,0,'','Already got an account? $1.','',0,'','',0,'utf-8',''),(1573,0,'','Log in','',0,'','',0,'utf-8',''),(1574,0,'','Hide results','',0,'','',0,'utf-8',''),(1575,0,'','Warning: The page you are about to delete has a history:','',0,'','',0,'utf-8',''),(1576,0,'','Ignore any warnings','',0,'','',0,'utf-8',''),(1577,0,'','This shows only images uploaded by $1.','',0,'','',0,'utf-8',''),(1578,0,'','Limit images on image description pages to:','',0,'','',0,'utf-8',''),(1579,0,'','Importing $1','',0,'','',0,'utf-8',''),(1580,0,'','The e-mail address cannot be accepted as it appears to have an invalid\nformat. Please enter a well-formatted address or empty that field.','',0,'','',0,'utf-8',''),(1581,0,'','Invalid IP range.','',0,'','',0,'utf-8',''),(1582,0,'','inclusion','',0,'','',0,'utf-8',''),(1583,0,'','Jump to:','',0,'','',0,'utf-8',''),(1584,0,'','navigation','',0,'','',0,'utf-8',''),(1585,0,'','search','',0,'','',0,'utf-8',''),(1586,0,'','This file is bigger than the server is configured to allow.','',0,'','',0,'utf-8',''),(1587,0,'','Licensing','',0,'','',0,'utf-8',''),(1588,0,'','List redirects','',0,'','',0,'utf-8',''),(1589,0,'','No matching items in log.','',0,'','',0,'utf-8',''),(1590,0,'','','',0,'','',0,'utf-8',''),(1591,0,'','login','',0,'','',0,'utf-8',''),(1592,0,'','You must $1 to view other pages.','',0,'','',0,'utf-8',''),(1593,0,'','\'\'\'You are now logged in to {{SITENAME}} as \"$1\".\'\'\'','',0,'','',0,'utf-8',''),(1594,0,'','<strong>You are now logged out.</strong><br />\nYou can continue to use {{SITENAME}} anonymously, or you can log in\nagain as the same or as a different user. Note that some pages may\ncontinue to be displayed as if you were still logged in, until you clear\nyour browser cache.','',0,'','',0,'utf-8',''),(1595,0,'','<strong>ERROR: The text you have submitted is $1 kilobytes \nlong, which is longer than the maximum of $2 kilobytes. It cannot be saved.</strong>','',0,'','',0,'utf-8',''),(1596,0,'','E-mail password','',0,'','',0,'utf-8',''),(1597,0,'','Consult the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User\'s Guide] for information on using the wiki software.\n\n== Getting started ==\n\n* [http://www.mediawiki.org/wiki/Help:Configuration_settings Configuration settings list]\n* [http://www.mediawiki.org/wiki/Help:FAQ MediaWiki FAQ]\n* [http://mail.wikipedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]','',0,'','',0,'utf-8',''),(1598,0,'','<big>\'\'\'MediaWiki has been successfully installed.\'\'\'</big>','',0,'','',0,'utf-8',''),(1599,0,'','Cannot mark as patrolled','',0,'','',0,'utf-8',''),(1600,0,'','You need to specify a revision to mark as patrolled.','',0,'','',0,'utf-8',''),(1601,0,'','unknown function','',0,'','',0,'utf-8',''),(1602,0,'','Hide extended details','',0,'','',0,'utf-8',''),(1603,0,'','Show extended details','',0,'','',0,'utf-8',''),(1604,0,'','EXIF metadata fields listed in this message will\nbe included on image page display when the metadata table\nis collapsed. Others will be hidden by default.\n* make\n* model\n* datetimeoriginal\n* exposuretime\n* fnumber\n* focallength','',0,'','',0,'utf-8',''),(1605,0,'','This file contains additional information, probably added from the digital camera or scanner used to create or digitize it. If the file has been modified from its original state, some details may not fully reflect the modified image.','',0,'','',0,'utf-8',''),(1606,0,'','MIME search','',0,'','',0,'utf-8',''),(1607,0,'','MIME type:','',0,'','',0,'utf-8',''),(1608,0,'','The database did not find the text of a page that it should have found, named \"$1\".\n\nThis is usually caused by following an outdated diff or history link to a\npage that has been deleted.\n\nIf this is not the case, you may have found a bug in the software.\nPlease report this to an administrator, making note of the URL.','',0,'','',0,'utf-8',''),(1609,0,'','Please enter a comment below.','',0,'','',0,'utf-8',''),(1610,0,'','<b>Missing image</b><br /><i>$1</i>','',0,'','',0,'utf-8',''),(1611,0,'','\'\'\'Reminder:\'\'\' You have not provided an edit summary. If you click Save again, your edit will be saved without one.','',0,'','',0,'utf-8',''),(1612,0,'','Articles with the most categories','',0,'','',0,'utf-8',''),(1613,0,'','Most linked to images','',0,'','',0,'utf-8',''),(1614,0,'','Most linked to categories','',0,'','',0,'utf-8',''),(1615,0,'','Articles with the most revisions','',0,'','',0,'utf-8',''),(1616,0,'','Move associated talk page','',0,'','',0,'utf-8',''),(1617,0,'','$1 categories','',0,'','',0,'utf-8',''),(1618,0,'','{{int:newarticletext}}','',0,'','',0,'utf-8',''),(1619,0,'','diff to penultimate revision','',0,'','',0,'utf-8',''),(1620,0,'','New password:','',0,'','',0,'utf-8',''),(1621,0,'','There is currently no text in this page, you can [[{{ns:special}}:Search/{{PAGENAME}}|search for this page title]] in other pages or [{{fullurl:{{NAMESPACE}}:{{PAGENAME}}|action=edit}} edit this page].','',0,'','',0,'utf-8',''),(1622,0,'','{{int:noarticletext}}','',0,'','',0,'utf-8',''),(1623,0,'','This site has restricted the ability to create new pages.\nYou can go back and edit an existing page, or [[Special:Userlogin|log in or create an account]].','',0,'','',0,'utf-8',''),(1624,0,'','Page creation limited','',0,'','',0,'utf-8',''),(1625,0,'','<strong>Specify an e-mail address for these features to work.</strong>','',0,'','',0,'utf-8',''),(1626,0,'','No file by this name exists, you can $1.','',0,'','',0,'utf-8',''),(1627,0,'','upload it','',0,'','',0,'utf-8',''),(1628,0,'','None selected','',0,'','',0,'utf-8',''),(1629,0,'','Don\'t have a login? $1.','',0,'','',0,'utf-8',''),(1630,0,'','Create an account','',0,'','',0,'utf-8',''),(1631,0,'','There is no user by the name \"$1\". Check your spelling, or create a new account.','',0,'','',0,'utf-8',''),(1632,0,'','<strong>Note:</strong>','',0,'','',0,'utf-8',''),(1633,0,'','$1 revisions','',0,'','',0,'utf-8',''),(1634,0,'','Old password:','',0,'','',0,'utf-8',''),(1635,0,'','Someone (probably you, from IP address $1)\nrequested that we send you a new {{SITENAME}} login password for {{SERVERNAME}}.\nThe password for user \"$2\" is now \"$3\".\nYou should log in and change your password now.\n\nIf someone else made this request or if you have remembered your password and\nyou no longer wish to change it, you may ignore this message and continue using\nyour old password.','',0,'','',0,'utf-8',''),(1636,0,'','Sorry! This feature has been temporarily disabled because it slows the database down to the point that no one can use the wiki.','',0,'','',0,'utf-8',''),(1637,0,'','Here is a saved copy from $1:','',0,'','',0,'utf-8',''),(1638,0,'','Permanent link','',0,'','',0,'utf-8',''),(1639,0,'','Prefix index','',0,'','',0,'utf-8',''),(1640,0,'','* E-mail (optional): Enables others to contact you through your user or user_talk page without the need of revealing your identity.','',0,'','',0,'utf-8',''),(1641,0,'','This address is also used to send you e-mail notifications if you enabled the options.','',0,'','',0,'utf-8',''),(1642,0,'','User profile','',0,'','',0,'utf-8',''),(1643,0,'','Recent changes','',0,'','',0,'utf-8',''),(1644,0,'','<strong>This is only a preview; changes have not yet been saved!</strong>','',0,'','',0,'utf-8',''),(1645,0,'','Privacy policy','',0,'','',0,'utf-8',''),(1646,0,'','Project:Privacy_policy','',0,'','',0,'utf-8',''),(1647,0,'','(default)','',0,'','',0,'utf-8',''),(1648,0,'','Block unregistered users','',0,'','',0,'utf-8',''),(1649,0,'','Sysops only','',0,'','',0,'utf-8',''),(1650,0,'','You may view and change the protection level here for the page <strong>$1</strong>.\nPlease be sure you are following the [[Project:Protected page|project guidelines]].','',0,'','',0,'utf-8',''),(1651,0,'','Unlock move permissions','',0,'','',0,'utf-8',''),(1652,0,'','Your account does not have permission to change\npage protection levels. Here are the current settings for the page <strong>$1</strong>:','',0,'','',0,'utf-8',''),(1653,0,'','Done.','',0,'','',0,'utf-8',''),(1654,0,'','Limit to categories (separate with \"|\")','',0,'','',0,'utf-8',''),(1655,0,'','Any','',0,'','',0,'utf-8',''),(1656,0,'','$1 anonymous users','',0,'','',0,'utf-8',''),(1657,0,'','$1 bots','',0,'','',0,'utf-8',''),(1658,0,'','$1 logged-in users','',0,'','',0,'utf-8',''),(1659,0,'','$1 my edits','',0,'','',0,'utf-8',''),(1660,0,'','$1 minor edits','',0,'','',0,'utf-8',''),(1661,0,'','$1 patrolled edits','',0,'','',0,'utf-8',''),(1662,0,'','The database is currently locked to new entries and other modifications, probably for routine database maintenance, after which it will be back to normal.\n\nThe administrator who locked it offered this explanation: $1','',0,'','',0,'utf-8',''),(1663,0,'','Titles in recent changes:','',0,'','',0,'utf-8',''),(1664,0,'','Recreate','',0,'','',0,'utf-8',''),(1665,0,'','Redirecting to [[$1]]...','',0,'','',0,'utf-8',''),(1666,0,'','Redirect page','',0,'','',0,'utf-8',''),(1667,0,'','The page \"[[:$1]]\" has been removed from your watchlist.','',0,'','',0,'utf-8',''),(1668,0,'','Edit','',0,'','',0,'utf-8',''),(1669,0,'','Move','',0,'','',0,'utf-8',''),(1670,0,'','Hits per page:','',0,'','',0,'utf-8',''),(1671,0,'','Retype new password:','',0,'','',0,'utf-8',''),(1672,0,'','(comment removed)','',0,'','',0,'utf-8',''),(1673,0,'','<div class=\"mw-warning plainlinks\">\nThis page revision has been removed from the public archives.\nThere may be details in the [{{fullurl:Special:Log/delete|page={{PAGENAMEE}}}} deletion log].\n</div>','',0,'','',0,'utf-8',''),(1674,0,'','<div class=\"mw-warning plainlinks\">\nThis page revision has been removed from the public archives.\nAs an administrator on this site you can view it;\nthere may be details in the [{{fullurl:Special:Log/delete|page={{PAGENAMEE}}}} deletion log].\n</div>','',0,'','',0,'utf-8',''),(1675,0,'','(username removed)','',0,'','',0,'utf-8',''),(1676,0,'','show/hide','',0,'','',0,'utf-8',''),(1677,0,'','Hide edit comment','',0,'','',0,'utf-8',''),(1678,0,'','Apply these restrictions to sysops as well as others','',0,'','',0,'utf-8',''),(1679,0,'','Hide revision text','',0,'','',0,'utf-8',''),(1680,0,'','Hide editor\'s username/IP','',0,'','',0,'utf-8',''),(1681,0,'','Set revision restrictions:','',0,'','',0,'utf-8',''),(1682,0,'','Log comment:','',0,'','',0,'utf-8',''),(1683,0,'','changed revision visibility for [[$1]]','',0,'','',0,'utf-8',''),(1684,0,'','Selected revision of [[:$1]]:','',0,'','',0,'utf-8',''),(1685,0,'','Apply to selected revision','',0,'','',0,'utf-8',''),(1686,0,'','Deleted revisions will still appear in the page history,\nbut their text contents will be inaccessible to the public.\n\nOther admins on this wiki will still be able to access the hidden content and can\nundelete it again through this same interface, unless an additional restriction\nis placed by the site operators.','',0,'','',0,'utf-8',''),(1687,0,'','Delete/undelete revisions','',0,'','',0,'utf-8',''),(1688,0,'','The old revision of the page you asked for could not be found.\nPlease check the URL you used to access this page.','',0,'','',0,'utf-8',''),(1689,0,'','Rows:','',0,'','',0,'utf-8',''),(1690,0,'','Search for articles containing \'\'$1\'\'.','',0,'','',0,'utf-8',''),(1691,0,'','Search for articles named \'\'$1\'\'.','',0,'','',0,'utf-8',''),(1692,0,'','\'\'\'Note:\'\'\' This page has been locked so that only registered users can edit it.','',0,'','',0,'utf-8',''),(1693,0,'','<strong>Sorry! We could not process your edit due to a loss of session data.\nPlease try again. If it still doesn\'t work, try logging out and logging back in.</strong>','',0,'','',0,'utf-8',''),(1694,0,'','Please see the $1 for further information.','',0,'','',0,'utf-8',''),(1695,0,'','file description page','',0,'','',0,'utf-8',''),(1696,0,'','Show','',0,'','',0,'utf-8',''),(1697,0,'','($1 bots)','',0,'','',0,'utf-8',''),(1698,0,'','Live preview','',0,'','',0,'utf-8',''),(1699,0,'','{{int:loginend}}','',0,'','',0,'utf-8',''),(1700,0,'','There are \'\'\'$1\'\'\' total pages in the database.\nThis includes \"talk\" pages, pages about {{SITENAME}}, minimal \"stub\"\npages, redirects, and others that probably don\'t qualify as content pages.\nExcluding those, there are \'\'\'$2\'\'\' pages that are probably legitimate\ncontent pages. \n\n\'\'\'$8\'\'\' files have been uploaded.\n\nThere have been a total of \'\'\'$3\'\'\' page views, and \'\'\'$4\'\'\' page edits\nsince the wiki was setup.\nThat comes to \'\'\'$5\'\'\' average edits per page, and \'\'\'$6\'\'\' views per edit.\n\nThe [http://meta.wikimedia.org/wiki/Help:Job_queue job queue] length is \'\'\'$7\'\'\'.','',0,'','',0,'utf-8',''),(1701,0,'','','',0,'','',0,'utf-8',''),(1702,0,'','All revisions contained links to $1, blanking','',0,'','',0,'utf-8',''),(1703,0,'','Reverting to last version not containing links to $1','',0,'','',0,'utf-8',''),(1704,0,'','MediaWiki spam cleanup','',0,'','',0,'utf-8',''),(1705,0,'','Title:','',0,'','',0,'utf-8',''),(1706,0,'','User:','',0,'','',0,'utf-8',''),(1707,0,'','Threshold for stub display:','',0,'','',0,'utf-8',''),(1708,0,'','\'\'\'The page itself was moved successfully, but the talk page could not be moved because one already exists at the new title. Please merge them manually.\'\'\'','',0,'','',0,'utf-8',''),(1709,0,'','Error creating thumbnail: $1','',0,'','',0,'utf-8',''),(1710,0,'','Mark edits I make as patrolled','',0,'','',0,'utf-8',''),(1711,0,'','E-mail me also for minor edits of pages','',0,'','',0,'utf-8',''),(1712,0,'','Reveal my e-mail address in notification mails','',0,'','',0,'utf-8',''),(1713,0,'','E-mail me when my user talk page is changed','',0,'','',0,'utf-8',''),(1714,0,'','E-mail me on page changes','',0,'','',0,'utf-8',''),(1715,0,'','Prompt me when entering a blank edit summary','',0,'','',0,'utf-8',''),(1716,0,'','Enable \"jump to\" accessibility links','',0,'','',0,'utf-8',''),(1717,0,'','Underline links:','',0,'','',0,'utf-8',''),(1718,0,'','Use live preview (JavaScript) (Experimental)','',0,'','',0,'utf-8',''),(1719,0,'','Add pages I create to my watchlist','',0,'','',0,'utf-8',''),(1720,0,'','Add pages I edit to my watchlist','',0,'','',0,'utf-8',''),(1721,0,'','','',0,'','',0,'utf-8',''),(1722,0,'','<div id=\"mw_trackbacks\">\nTrackbacks for this article:<br />\n$1\n</div>','',0,'','',0,'utf-8',''),(1723,0,'','User ID:','',0,'','',0,'utf-8',''),(1724,0,'','View deleted pages','',0,'','',0,'utf-8',''),(1725,0,'','[[:$1|$1]] has been successfully restored.\nSee [[Special:Log/delete]] for a record of recent deletions and restorations.','',0,'','',0,'utf-8',''),(1726,0,'','This article has been deleted. The reason for deletion is\nshown in the summary below, along with details of the users who had edited this page\nbefore deletion. The actual text of these deleted revisions is only available to administrators.','',0,'','',0,'utf-8',''),(1727,0,'','Unwatched pages','',0,'','',0,'utf-8',''),(1728,0,'','updated since my last visit','',0,'','',0,'utf-8',''),(1729,0,'','Uploads disabled','',0,'','',0,'utf-8',''),(1730,0,'','File uploads are disabled on this wiki.','',0,'','',0,'utf-8',''),(1731,0,'','This file contains HTML or script code that may be erroneously be interpreted by a web browser.','',0,'','',0,'utf-8',''),(1732,0,'','Use the form below to upload files, to view or search previously uploaded images go to the [[Special:Imagelist|list of uploaded files]], uploads and deletions are also logged in the [[Special:Log/upload|upload log]].\n\nTo include the image in a page, use a link in the form\n\'\'\'<nowiki>[[{{ns:6}}:file.jpg]]</nowiki>\'\'\',\n\'\'\'<nowiki>[[{{ns:6}}:file.png|alt text]]</nowiki>\'\'\' or\n\'\'\'<nowiki>[[{{ns:-2}}:file.ogg]]</nowiki>\'\'\' for directly linking to the file.','',0,'','',0,'utf-8',''),(1733,0,'','Username entered already in use. Please choose a different name.','',0,'','',0,'utf-8',''),(1734,0,'','\'\'\'Warning:\'\'\' There is no skin \"$1\". Remember that custom .css and .js pages use a lowercase title, e.g. User:Foo/monobook.css as opposed to User:Foo/Monobook.css.','',0,'','',0,'utf-8',''),(1735,0,'','Log in / create account','',0,'','',0,'utf-8',''),(1736,0,'','Mail object returned error:','',0,'','',0,'utf-8',''),(1737,0,'','Username:','',0,'','',0,'utf-8',''),(1738,0,'','sr','',0,'','',0,'utf-8',''),(1739,0,'','sr-ec','',0,'','',0,'utf-8',''),(1740,0,'','sr-el','',0,'','',0,'utf-8',''),(1741,0,'','sr-jc','',0,'','',0,'utf-8',''),(1742,0,'','sr-jl','',0,'','',0,'utf-8',''),(1743,0,'','View $1?','',0,'','',0,'utf-8',''),(1744,0,'','View deleted pages','',0,'','',0,'utf-8',''),(1745,0,'','for $1','',0,'','',0,'utf-8',''),(1746,0,'','Wanted categories','',0,'','',0,'utf-8',''),(1747,0,'','$1x$2','',0,'','',0,'utf-8',''),(1748,0,'','* E-mail notification is enabled.','',0,'','',0,'utf-8',''),(1749,0,'','$1 bot edits.','',0,'','',0,'utf-8',''),(1750,0,'','Incorrect parameters to wfQuery()<br />\nFunction: $1<br />\nQuery: $2','',0,'','',0,'utf-8',''),(1751,0,'','Incorrect password entered. Please try again.','',0,'','',0,'utf-8',''),(1752,0,'','Password entered was blank. Please try again.','',0,'','',0,'utf-8',''),(1753,0,'','You have $1 ($2).','',0,'','',0,'utf-8',''),(1754,0,'','E-mail *','',0,'','',0,'utf-8',''),(1755,0,'','Language:','',0,'','',0,'utf-8',''),(1756,0,'','Nickname:','',0,'','',0,'utf-8',''),(1757,0,'','|','',0,'','',0,'utf-8',''),(1758,0,'','log in','',0,'','',0,'utf-8',''),(1759,0,'','You have to specify a username.','',0,'','',0,'utf-8',''),(1760,0,'','Reverted edits by [[Special:Contributions/$2|$2]] ([[User_talk:$2|Talk]]); changed back to last version by [[User:$1|$1]]','',0,'','',0,'utf-8',''),(1761,0,'','<strong>Sorry! We could not process your edit due to a loss of session data.</strong>\n\n\'\'Because this wiki has raw HTML enabled, the preview is hidden as a precaution against JavaScript attacks.\'\'\n\n<strong>If this is a legitimate edit attempt, please try again. If it still doesn\'t work, try logging out and logging back in.</strong>','',0,'','',0,'utf-8','');
UNLOCK TABLES;
/*!40000 ALTER TABLE `wiki_text` ENABLE KEYS */;

--
-- Table structure for table `wiki_trackbacks`
--

DROP TABLE IF EXISTS `wiki_trackbacks`;
CREATE TABLE `wiki_trackbacks` (
  `tb_id` int(11) NOT NULL auto_increment,
  `tb_page` int(11) default NULL,
  `tb_title` varchar(255) NOT NULL default '',
  `tb_url` varchar(255) NOT NULL default '',
  `tb_ex` text,
  `tb_name` varchar(255) default NULL,
  PRIMARY KEY  (`tb_id`),
  KEY `tb_page` (`tb_page`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wiki_trackbacks`
--


/*!40000 ALTER TABLE `wiki_trackbacks` DISABLE KEYS */;
LOCK TABLES `wiki_trackbacks` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `wiki_trackbacks` ENABLE KEYS */;

--
-- Table structure for table `wiki_transcache`
--

DROP TABLE IF EXISTS `wiki_transcache`;
CREATE TABLE `wiki_transcache` (
  `tc_url` varchar(255) NOT NULL default '',
  `tc_contents` text,
  `tc_time` int(11) NOT NULL default '0',
  UNIQUE KEY `tc_url_idx` (`tc_url`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wiki_transcache`
--


/*!40000 ALTER TABLE `wiki_transcache` DISABLE KEYS */;
LOCK TABLES `wiki_transcache` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `wiki_transcache` ENABLE KEYS */;

--
-- Table structure for table `wiki_user`
--

DROP TABLE IF EXISTS `wiki_user`;
CREATE TABLE `wiki_user` (
  `user_id` int(5) unsigned NOT NULL auto_increment,
  `user_name` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
  `user_real_name` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
  `user_password` tinyblob NOT NULL,
  `user_newpassword` tinyblob NOT NULL,
  `user_email` tinytext NOT NULL,
  `user_options` blob NOT NULL,
  `user_touched` varchar(14) character set latin1 collate latin1_bin NOT NULL default '',
  `user_token` varchar(32) character set latin1 collate latin1_bin NOT NULL default '',
  `user_email_authenticated` varchar(14) character set latin1 collate latin1_bin default NULL,
  `user_email_token` varchar(32) character set latin1 collate latin1_bin default NULL,
  `user_email_token_expires` varchar(14) character set latin1 collate latin1_bin default NULL,
  `user_registration` varchar(14) character set latin1 collate latin1_bin default NULL,
  PRIMARY KEY  (`user_id`),
  UNIQUE KEY `user_name` (`user_name`),
  KEY `user_email_token` (`user_email_token`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wiki_user`
--


/*!40000 ALTER TABLE `wiki_user` DISABLE KEYS */;
LOCK TABLES `wiki_user` WRITE;
INSERT INTO `wiki_user` VALUES (1,'WikiSysop','','505ad5812ec2779b8d36ae527a925ac2','','','quickbar=1\nunderline=1\nhover=1\ncols=80\nrows=25\nsearchlimit=20\ncontextlines=5\ncontextchars=50\nskin=monobook\nmath=1\nrcdays=7\nrclimit=50\nhighlightbroken=1\nstubthreshold=0\npreviewontop=1\neditsection=1\neditsectiononrightclick=0\nshowtoc=1\nshowtoolbar=1\ndate=0\nimagesize=2\nfancysig=0\nvariant=en\nlanguage=en\nsearchNs-1=0\nsearchNs0=1\nsearchNs1=0\nsearchNs2=0\nsearchNs3=0\nsearchNs4=0\nsearchNs5=0\nsearchNs6=0\nsearchNs7=0\nsearchNs8=0\nsearchNs9=1\nsearchNs10=0\nsearchNs11=1\nrememberpassword=0','20050419201001','94696562d3cc28b523f4e7f4092efd35',NULL,NULL,NULL,NULL),(2,'Reclarke','Rocklyn E. Clarke Sr.','493d5fd789d1da96986484d130ced85d','','pastor.rocklyn@lifechurchministries.org','quickbar=1\nunderline=1\nhover=1\ncols=80\nrows=25\nsearchlimit=20\ncontextlines=5\ncontextchars=50\nskin=monobook\nmath=1\nrcdays=7\nrclimit=50\nhighlightbroken=1\nstubthreshold=0\npreviewontop=1\neditsection=1\neditsectiononrightclick=0\nshowtoc=1\nshowtoolbar=1\ndate=\nimagesize=2\nfancysig=0\nvariant=\nlanguage=en\nsearchNs-1=0\nsearchNs0=1\nsearchNs1=0\nsearchNs2=0\nsearchNs3=0\nsearchNs4=0\nsearchNs5=0\nsearchNs6=0\nsearchNs7=0\nsearchNs8=0\nsearchNs9=1\nsearchNs10=0\nsearchNs11=1\nrememberpassword=1\nnickname=Pastor Rocklyn\ntimecorrection=-4:00\nsearchNs12=0\nsearchNs13=0\nsearchNs14=0\nsearchNs15=0\njustify=0\nhideminor=0\nusenewrc=0\nnumberheadings=0\neditondblclick=0\neditwidth=0\nwatchdefault=0\nminordefault=0\npreviewonfirst=0\nnocache=0','20051118202901','90d30935a42fe3e17965a8c15d3551bf',NULL,NULL,NULL,NULL),(3,'Vanessa','Vanessa','0f808bd2707f9a3360a50b67e2537562','','vrmartin@lifechurchministries.org','quickbar=1\nunderline=1\nhover=1\ncols=80\nrows=25\nsearchlimit=20\ncontextlines=5\ncontextchars=50\nskin=monobook\nmath=1\nrcdays=7\nrclimit=50\nhighlightbroken=1\nstubthreshold=0\npreviewontop=1\neditsection=1\neditsectiononrightclick=0\nshowtoc=1\nshowtoolbar=1\ndate=0\nimagesize=2\nfancysig=0\nvariant=en\nlanguage=en\nsearchNs-1=0\nsearchNs0=1\nsearchNs1=0\nsearchNs2=0\nsearchNs3=0\nsearchNs4=0\nsearchNs5=0\nsearchNs6=0\nsearchNs7=0\nsearchNs8=0\nsearchNs9=1\nsearchNs10=0\nsearchNs11=1\nrememberpassword=0','20050623232651','70f7265085821eee97aa3c0f214d1296',NULL,NULL,NULL,NULL),(4,'Janille','Janille Benjamin','40f5225a1dff4a2668aeacdbdc3dc1b1','','overcomer7ao@yahoo.com','quickbar=1\nunderline=1\nhover=1\ncols=80\nrows=25\nsearchlimit=20\ncontextlines=5\ncontextchars=50\nskin=monobook\nmath=1\nrcdays=7\nrclimit=50\nhighlightbroken=1\nstubthreshold=0\npreviewontop=1\neditsection=1\neditsectiononrightclick=0\nshowtoc=1\nshowtoolbar=1\ndate=0\nimagesize=2\nfancysig=0\nvariant=en\nlanguage=en\nsearchNs-1=0\nsearchNs0=1\nsearchNs1=0\nsearchNs2=0\nsearchNs3=0\nsearchNs4=0\nsearchNs5=0\nsearchNs6=0\nsearchNs7=0\nsearchNs8=0\nsearchNs9=1\nsearchNs10=0\nsearchNs11=1\nrememberpassword=0','20050809125432','3b9ba2a576473db629a37bf6ac676e04',NULL,NULL,NULL,NULL),(5,'MarcMason','Marc Mason','09457cd77824b6ff1c1b7d40565454b4','','mam@cablespeed.com','quickbar=1\nunderline=1\nhover=1\ncols=80\nrows=25\nsearchlimit=20\ncontextlines=5\ncontextchars=50\nskin=monobook\nmath=1\nrcdays=7\nrclimit=50\nhighlightbroken=1\nstubthreshold=0\npreviewontop=1\neditsection=1\neditsectiononrightclick=0\nshowtoc=1\nshowtoolbar=1\ndate=0\nimagesize=2\nfancysig=0\nvariant=en\nlanguage=en\nsearchNs-1=0\nsearchNs0=1\nsearchNs1=0\nsearchNs2=0\nsearchNs3=0\nsearchNs4=0\nsearchNs5=0\nsearchNs6=0\nsearchNs7=0\nsearchNs8=0\nsearchNs9=1\nsearchNs10=0\nsearchNs11=1\nrememberpassword=0','20051008002231','e5ece3c6aa15230fda9a2f6db8f9259c',NULL,NULL,NULL,NULL);
UNLOCK TABLES;
/*!40000 ALTER TABLE `wiki_user` ENABLE KEYS */;

--
-- Table structure for table `wiki_user_groups`
--

DROP TABLE IF EXISTS `wiki_user_groups`;
CREATE TABLE `wiki_user_groups` (
  `ug_user` int(5) unsigned NOT NULL default '0',
  `ug_group` char(16) NOT NULL default '',
  PRIMARY KEY  (`ug_user`,`ug_group`),
  KEY `ug_group` (`ug_group`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wiki_user_groups`
--


/*!40000 ALTER TABLE `wiki_user_groups` DISABLE KEYS */;
LOCK TABLES `wiki_user_groups` WRITE;
INSERT INTO `wiki_user_groups` VALUES (1,'bureaucrat'),(1,'sysop'),(2,'bureaucrat'),(2,'sysop');
UNLOCK TABLES;
/*!40000 ALTER TABLE `wiki_user_groups` ENABLE KEYS */;

--
-- Table structure for table `wiki_user_newtalk`
--

DROP TABLE IF EXISTS `wiki_user_newtalk`;
CREATE TABLE `wiki_user_newtalk` (
  `user_id` int(5) NOT NULL default '0',
  `user_ip` varchar(40) NOT NULL default '',
  KEY `user_id` (`user_id`),
  KEY `user_ip` (`user_ip`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wiki_user_newtalk`
--


/*!40000 ALTER TABLE `wiki_user_newtalk` DISABLE KEYS */;
LOCK TABLES `wiki_user_newtalk` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `wiki_user_newtalk` ENABLE KEYS */;

--
-- Table structure for table `wiki_user_rights`
--

DROP TABLE IF EXISTS `wiki_user_rights`;
CREATE TABLE `wiki_user_rights` (
  `ur_user` int(5) unsigned NOT NULL default '0',
  `ur_rights` tinyblob NOT NULL,
  UNIQUE KEY `ur_user` (`ur_user`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wiki_user_rights`
--


/*!40000 ALTER TABLE `wiki_user_rights` DISABLE KEYS */;
LOCK TABLES `wiki_user_rights` WRITE;
INSERT INTO `wiki_user_rights` VALUES (1,'sysop,bureaucrat'),(2,'sysop,bureaucrat'),(3,''),(4,''),(5,'');
UNLOCK TABLES;
/*!40000 ALTER TABLE `wiki_user_rights` ENABLE KEYS */;

--
-- Table structure for table `wiki_validate`
--

DROP TABLE IF EXISTS `wiki_validate`;
CREATE TABLE `wiki_validate` (
  `val_user` int(11) NOT NULL default '0',
  `val_title` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
  `val_timestamp` varchar(14) character set latin1 collate latin1_bin NOT NULL default '',
  `val_type` int(10) unsigned NOT NULL default '0',
  `val_value` int(11) default '0',
  `val_comment` varchar(255) NOT NULL default '',
  `val_ip` varchar(20) NOT NULL default '',
  KEY `val_user` (`val_user`,`val_title`,`val_timestamp`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wiki_validate`
--


/*!40000 ALTER TABLE `wiki_validate` DISABLE KEYS */;
LOCK TABLES `wiki_validate` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `wiki_validate` ENABLE KEYS */;

--
-- Table structure for table `wiki_watchlist`
--

DROP TABLE IF EXISTS `wiki_watchlist`;
CREATE TABLE `wiki_watchlist` (
  `wl_user` int(5) unsigned NOT NULL default '0',
  `wl_namespace` int(11) NOT NULL default '0',
  `wl_title` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
  `wl_notificationtimestamp` varchar(14) character set latin1 collate latin1_bin default NULL,
  UNIQUE KEY `wl_user` (`wl_user`,`wl_namespace`,`wl_title`),
  KEY `namespace_title` (`wl_namespace`,`wl_title`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wiki_watchlist`
--


/*!40000 ALTER TABLE `wiki_watchlist` DISABLE KEYS */;
LOCK TABLES `wiki_watchlist` WRITE;
INSERT INTO `wiki_watchlist` VALUES (2,0,'Main_Page',NULL),(2,1,'Main_Page',NULL);
UNLOCK TABLES;
/*!40000 ALTER TABLE `wiki_watchlist` ENABLE KEYS */;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

mysql/omnistardb.2007-02-16.sql0000644005216200505720000000141610565516703017077 0ustar  lifechurpg12439000000000000000-- MySQL dump 10.10
--
-- Host: omnistar.lifechurchministries.org    Database: omnistardb
-- ------------------------------------------------------
-- Server version	5.0.24a-standard-log

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
mysql/osticketdb.2007-02-16.sql0000644005216200505720000000000010565516703017054 0ustar  lifechurpg12439000000000000000mysql/ttpmysqldb.2007-02-16.sql0000644005216200505720000000141310565516703017135 0ustar  lifechurpg12439000000000000000-- MySQL dump 10.10
--
-- Host: ttpdbsrv.test.tamarproject.org    Database: ttpmysqldb
-- ------------------------------------------------------
-- Server version	5.0.24a-standard-log

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;