# # Table structure for table `rssfitJ_misc` # CREATE TABLE `rssfitJ_misc` ( `misc_id` smallint(5) unsigned NOT NULL auto_increment, `misc_category` varchar(15) NOT NULL default '', `misc_title` varchar(255) NOT NULL default '', `misc_content` text NOT NULL, PRIMARY KEY (`misc_id`) ) TYPE=MyISAM ; # # Dumping data for table `rssfitJ_misc` # INSERT INTO `rssfitJ_misc` VALUES (1, 'intro', 'Syndicate this site', 'RSS feed RSS feed\n\nAt {SITENAME} we provide our XML RSS feed that you can quickly find the latest updates and short descriptions with an RSS reader.\n\nIf you are unfamiliar with RSS, it is a web standard for publishing news headlines. You can read the RSS feed with special software and easily embed them into blogs and other web content.\n\nFor the RSS reader software, we recommend NetNewsWire Lite (Mac OS X), Feedreader (Windows) and AmphetaDesk (cross platform), or you may search for an RSS reader in Google.\n\nBy the way, the RSS feed of this site is generated by RSSFitJ.'); # # Table structure for table `rssfitJ_plugins` # CREATE TABLE `rssfitJ_plugins` ( `rssfj_conf_id` int(5) unsigned NOT NULL auto_increment, `rssfj_filename` varchar(50) NOT NULL default '', `rssfj_activated` tinyint(1) NOT NULL default '0', `rssfj_grab` tinyint(2) NOT NULL default '0', `rssfj_order` tinyint(2) NOT NULL default '0', `rssfj_param` text NOT NULL default '', PRIMARY KEY (`rssfj_conf_id`), KEY `rssfj_activated` (`rssfj_activated`), KEY `rssfj_order` (`rssfj_order`) ) TYPE=MyISAM ;