-- MySQL dump 8.23 -- -- Host: moby Database: unmaintained --------------------------------------------------------- -- Server version 3.23.54 -- -- Table structure for table `categories` -- DROP TABLE IF EXISTS categories; CREATE TABLE categories ( id int(10) unsigned NOT NULL auto_increment, parent int(10) unsigned NOT NULL default '0', name varchar(80) NOT NULL default '', fullpath text NOT NULL, PRIMARY KEY (id) ) TYPE=MyISAM; -- -- Dumping data for table `categories` -- INSERT INTO categories (id, parent, name, fullpath) VALUES (1,0,'License','License'); INSERT INTO categories (id, parent, name, fullpath) VALUES (2,1,'OSI Approved','License :: OSI Approved'); INSERT INTO categories (id, parent, name, fullpath) VALUES (3,2,'GNU General Public License (GPL)','License :: OSI Approved :: GNU General Public License (GPL)'); INSERT INTO categories (id, parent, name, fullpath) VALUES (4,2,'GNU Lesser General Public License (LGPL)','License :: OSI Approved :: GNU Lesser General Public License (LGPL)'); INSERT INTO categories (id, parent, name, fullpath) VALUES (5,0,'Status','Status'); INSERT INTO categories (id, parent, name, fullpath) VALUES (6,5,'Unmaintained','Status :: Unmaintained'); INSERT INTO categories (id, parent, name, fullpath) VALUES (7,5,'Obsolete','Status :: Obsolete'); INSERT INTO categories (id, parent, name, fullpath) VALUES (8,5,'Maintained','Status :: Maintained'); INSERT INTO categories (id, parent, name, fullpath) VALUES (9,0,'Programming Language','Programming Language'); INSERT INTO categories (id, parent, name, fullpath) VALUES (10,9,'C','Programming Language :: C'); INSERT INTO categories (id, parent, name, fullpath) VALUES (11,9,'C++','Programming Language :: C++'); INSERT INTO categories (id, parent, name, fullpath) VALUES (12,0,'Operating System','Operating System'); INSERT INTO categories (id, parent, name, fullpath) VALUES (13,12,'POSIX','Operating System :: POSIX'); INSERT INTO categories (id, parent, name, fullpath) VALUES (14,13,'GNU/Linux','Operating System :: POSIX :: GNU/Linux'); INSERT INTO categories (id, parent, name, fullpath) VALUES (15,13,'HP-UX','Operating System :: POSIX :: HP-UX'); INSERT INTO categories (id, parent, name, fullpath) VALUES (16,9,'Python','Programming Language :: Python'); INSERT INTO categories (id, parent, name, fullpath) VALUES (17,9,'Unix Shell','Programming Language :: Unix Shell'); INSERT INTO categories (id, parent, name, fullpath) VALUES (18,9,'Perl','Programming Language :: Perl'); INSERT INTO categories (id, parent, name, fullpath) VALUES (19,9,'Java','Programming Language :: Java'); INSERT INTO categories (id, parent, name, fullpath) VALUES (20,13,'SunOS/Solaris','Operating System :: POSIX :: SunOS/Solaris'); INSERT INTO categories (id, parent, name, fullpath) VALUES (21,12,'Microsoft','Operating System :: Microsoft'); INSERT INTO categories (id, parent, name, fullpath) VALUES (22,21,'Windows','Operating System :: Microsoft :: Windows'); INSERT INTO categories (id, parent, name, fullpath) VALUES (23,22,'Windows 95/98/2000','Operating System :: Microsoft :: Windows :: Windows 95/98/2000'); INSERT INTO categories (id, parent, name, fullpath) VALUES (24,9,'PHP','Programming Language :: PHP'); INSERT INTO categories (id, parent, name, fullpath) VALUES (25,22,'Windows NT','Operating System :: Microsoft :: Windows :: Windows NT'); INSERT INTO categories (id, parent, name, fullpath) VALUES (26,13,'BSD','Operating System :: POSIX :: BSD'); INSERT INTO categories (id, parent, name, fullpath) VALUES (28,26,'FreeBSD','Operating System :: POSIX :: BSD :: FreeBSD'); INSERT INTO categories (id, parent, name, fullpath) VALUES (29,2,'Artistic License','License :: OSI Approved :: Artistic License'); INSERT INTO categories (id, parent, name, fullpath) VALUES (30,21,'MS-DOS','Operating System :: Microsoft :: MS-DOS'); INSERT INTO categories (id, parent, name, fullpath) VALUES (31,12,'QNX','Operating System :: QNX'); INSERT INTO categories (id, parent, name, fullpath) VALUES (32,12,'GEM','Operating System :: GEM'); INSERT INTO categories (id, parent, name, fullpath) VALUES (33,14,'Debian','Operating System :: POSIX :: GNU/Linux :: Debian'); INSERT INTO categories (id, parent, name, fullpath) VALUES (34,2,'MIT/X Consortium License','License :: OSI Approved :: MIT/X Consortium License'); INSERT INTO categories (id, parent, name, fullpath) VALUES (35,9,'Tcl','Programming Language :: Tcl'); INSERT INTO categories (id, parent, name, fullpath) VALUES (36,12,'MacOS','Operating System :: MacOS'); INSERT INTO categories (id, parent, name, fullpath) VALUES (37,12,'BeOS','Operating System :: BeOS'); INSERT INTO categories (id, parent, name, fullpath) VALUES (38,2,'Modified BSD License','License :: OSI Approved :: Modified BSD License'); INSERT INTO categories (id, parent, name, fullpath) VALUES (39,9,'Assembly','Programming Language :: Assembly'); INSERT INTO categories (id, parent, name, fullpath) VALUES (40,13,'IRIX','Operating System :: POSIX :: IRIX'); INSERT INTO categories (id, parent, name, fullpath) VALUES (41,9,'SGML','Programming Language :: SGML'); INSERT INTO categories (id, parent, name, fullpath) VALUES (42,9,'Haskell','Programming Language :: Haskell'); INSERT INTO categories (id, parent, name, fullpath) VALUES (43,0,'Reason','Reason'); INSERT INTO categories (id, parent, name, fullpath) VALUES (44,43,'Lack of time','Reason :: Lack of time'); INSERT INTO categories (id, parent, name, fullpath) VALUES (45,43,'Project management problems','Reason :: Project management problems'); INSERT INTO categories (id, parent, name, fullpath) VALUES (46,44,'Military service','Reason :: Lack of time :: Military service'); INSERT INTO categories (id, parent, name, fullpath) VALUES (47,44,'Job','Reason :: Lack of time :: Job'); INSERT INTO categories (id, parent, name, fullpath) VALUES (48,44,'Family','Reason :: Lack of time :: Family'); INSERT INTO categories (id, parent, name, fullpath) VALUES (49,44,'Health','Reason :: Lack of time :: Health'); INSERT INTO categories (id, parent, name, fullpath) VALUES (50,44,'Other Real Life Issues(tm)','Reason :: Lack of time :: Other Real Life Issues(tm)'); INSERT INTO categories (id, parent, name, fullpath) VALUES (51,44,'School','Reason :: Lack of time :: School'); INSERT INTO categories (id, parent, name, fullpath) VALUES (52,44,'University','Reason :: Lack of time :: University'); INSERT INTO categories (id, parent, name, fullpath) VALUES (53,45,'Ego clash of developers','Reason :: Project management problems :: Ego clash of developers'); INSERT INTO categories (id, parent, name, fullpath) VALUES (54,45,'Project too big or too hard to manage','Reason :: Project management problems :: Project too big or too hard to manage'); INSERT INTO categories (id, parent, name, fullpath) VALUES (55,0,'Topic','Topic'); INSERT INTO categories (id, parent, name, fullpath) VALUES (56,9,'Scheme','Programming Language :: Scheme'); INSERT INTO categories (id, parent, name, fullpath) VALUES (57,12,'OS/2','Operating System :: OS/2'); INSERT INTO categories (id, parent, name, fullpath) VALUES (58,13,'AIX','Operating System :: POSIX :: AIX'); INSERT INTO categories (id, parent, name, fullpath) VALUES (59,12,'OS Independent','Operating System :: OS Independent'); INSERT INTO categories (id, parent, name, fullpath) VALUES (60,22,'Windows 3.11 or earlier','Operating System :: Microsoft :: Windows :: Windows 3.11 or earlier'); INSERT INTO categories (id, parent, name, fullpath) VALUES (61,22,'Windows CE','Operating System :: Microsoft :: Windows :: Windows CE'); INSERT INTO categories (id, parent, name, fullpath) VALUES (62,12,'Other','Operating System :: Other'); INSERT INTO categories (id, parent, name, fullpath) VALUES (63,26,'NetBSD','Operating System :: POSIX :: BSD :: NetBSD'); INSERT INTO categories (id, parent, name, fullpath) VALUES (64,26,'OpenBSD','Operating System :: POSIX :: BSD :: OpenBSD'); INSERT INTO categories (id, parent, name, fullpath) VALUES (65,26,'BSDi','Operating System :: POSIX :: BSD :: BSDi'); INSERT INTO categories (id, parent, name, fullpath) VALUES (66,13,'GNU/Hurd','Operating System :: POSIX :: GNU/Hurd'); INSERT INTO categories (id, parent, name, fullpath) VALUES (67,13,'SCO','Operating System :: POSIX :: SCO'); INSERT INTO categories (id, parent, name, fullpath) VALUES (68,12,'PalmOS','Operating System :: PalmOS'); INSERT INTO categories (id, parent, name, fullpath) VALUES (70,55,'Documentation','Topic :: Documentation'); INSERT INTO categories (id, parent, name, fullpath) VALUES (71,55,'Development','Topic :: Development'); INSERT INTO categories (id, parent, name, fullpath) VALUES (72,55,'Education','Topic :: Education'); INSERT INTO categories (id, parent, name, fullpath) VALUES (73,55,'Games','Topic :: Games'); INSERT INTO categories (id, parent, name, fullpath) VALUES (74,55,'Internet/Communications','Topic :: Internet/Communications'); INSERT INTO categories (id, parent, name, fullpath) VALUES (75,55,'System','Topic :: System'); INSERT INTO categories (id, parent, name, fullpath) VALUES (76,84,'Mathematics','Topic :: Scientific :: Mathematics'); INSERT INTO categories (id, parent, name, fullpath) VALUES (77,55,'Multimedia','Topic :: Multimedia'); INSERT INTO categories (id, parent, name, fullpath) VALUES (78,55,'Office','Topic :: Office'); INSERT INTO categories (id, parent, name, fullpath) VALUES (79,55,'Desktop','Topic :: Desktop'); INSERT INTO categories (id, parent, name, fullpath) VALUES (80,55,'Distributions','Topic :: Distributions'); INSERT INTO categories (id, parent, name, fullpath) VALUES (81,126,'Mailinglists','Topic :: Internet/Communications :: Email :: Mailinglists'); INSERT INTO categories (id, parent, name, fullpath) VALUES (82,55,'Security','Topic :: Security'); INSERT INTO categories (id, parent, name, fullpath) VALUES (83,55,'Hardware','Topic :: Hardware'); INSERT INTO categories (id, parent, name, fullpath) VALUES (84,55,'Scientific','Topic :: Scientific'); INSERT INTO categories (id, parent, name, fullpath) VALUES (85,55,'Editors','Topic :: Editors'); INSERT INTO categories (id, parent, name, fullpath) VALUES (86,55,'Database','Topic :: Database'); INSERT INTO categories (id, parent, name, fullpath) VALUES (87,78,'Calendar','Topic :: Office :: Calendar'); INSERT INTO categories (id, parent, name, fullpath) VALUES (88,78,'Spreadsheet','Topic :: Office :: Spreadsheet'); INSERT INTO categories (id, parent, name, fullpath) VALUES (89,78,'Word Processor','Topic :: Office :: Word Processor'); INSERT INTO categories (id, parent, name, fullpath) VALUES (90,79,'Fonts','Topic :: Desktop :: Fonts'); INSERT INTO categories (id, parent, name, fullpath) VALUES (91,79,'Windowmanager','Topic :: Desktop :: Windowmanager'); INSERT INTO categories (id, parent, name, fullpath) VALUES (92,79,'KDE','Topic :: Desktop :: KDE'); INSERT INTO categories (id, parent, name, fullpath) VALUES (93,79,'GNOME','Topic :: Desktop :: GNOME'); INSERT INTO categories (id, parent, name, fullpath) VALUES (94,79,'X-Window','Topic :: Desktop :: X-Window'); INSERT INTO categories (id, parent, name, fullpath) VALUES (95,71,'Compiler','Topic :: Development :: Compiler'); INSERT INTO categories (id, parent, name, fullpath) VALUES (96,71,'Interpreter','Topic :: Development :: Interpreter'); INSERT INTO categories (id, parent, name, fullpath) VALUES (97,71,'Debugger','Topic :: Development :: Debugger'); INSERT INTO categories (id, parent, name, fullpath) VALUES (98,71,'Library','Topic :: Development :: Library'); INSERT INTO categories (id, parent, name, fullpath) VALUES (99,71,'Version Control','Topic :: Development :: Version Control'); INSERT INTO categories (id, parent, name, fullpath) VALUES (100,71,'Build Tools','Topic :: Development :: Build Tools'); INSERT INTO categories (id, parent, name, fullpath) VALUES (101,71,'IDEs','Topic :: Development :: IDEs'); INSERT INTO categories (id, parent, name, fullpath) VALUES (102,70,'FAQ','Topic :: Documentation :: FAQ'); INSERT INTO categories (id, parent, name, fullpath) VALUES (103,70,'HOWTO','Topic :: Documentation :: HOWTO'); INSERT INTO categories (id, parent, name, fullpath) VALUES (104,70,'Translation','Topic :: Documentation :: Translation'); INSERT INTO categories (id, parent, name, fullpath) VALUES (105,70,'Tutorial','Topic :: Documentation :: Tutorial'); INSERT INTO categories (id, parent, name, fullpath) VALUES (106,70,'Tools','Topic :: Documentation :: Tools'); INSERT INTO categories (id, parent, name, fullpath) VALUES (107,73,'First Person Shooters','Topic :: Games :: First Person Shooters'); INSERT INTO categories (id, parent, name, fullpath) VALUES (108,73,'Puzzles','Topic :: Games :: Puzzles'); INSERT INTO categories (id, parent, name, fullpath) VALUES (109,73,'Strategy','Topic :: Games :: Strategy'); INSERT INTO categories (id, parent, name, fullpath) VALUES (110,73,'Board Games','Topic :: Games :: Board Games'); INSERT INTO categories (id, parent, name, fullpath) VALUES (111,73,'Multi-User Dungeons (MUD)','Topic :: Games :: Multi-User Dungeons (MUD)'); INSERT INTO categories (id, parent, name, fullpath) VALUES (112,73,'Simulation','Topic :: Games :: Simulation'); INSERT INTO categories (id, parent, name, fullpath) VALUES (113,73,'Realtime Strategy','Topic :: Games :: Realtime Strategy'); INSERT INTO categories (id, parent, name, fullpath) VALUES (114,73,'Turn Based Games','Topic :: Games :: Turn Based Games'); INSERT INTO categories (id, parent, name, fullpath) VALUES (115,73,'Role Playing','Topic :: Games :: Role Playing'); INSERT INTO categories (id, parent, name, fullpath) VALUES (116,73,'Platform games','Topic :: Games :: Platform games'); INSERT INTO categories (id, parent, name, fullpath) VALUES (117,77,'Sound','Topic :: Multimedia :: Sound'); INSERT INTO categories (id, parent, name, fullpath) VALUES (118,77,'Graphics','Topic :: Multimedia :: Graphics'); INSERT INTO categories (id, parent, name, fullpath) VALUES (119,77,'Video','Topic :: Multimedia :: Video'); INSERT INTO categories (id, parent, name, fullpath) VALUES (120,77,'TV','Topic :: Multimedia :: TV'); INSERT INTO categories (id, parent, name, fullpath) VALUES (121,118,'Viewer','Topic :: Multimedia :: Graphics :: Viewer'); INSERT INTO categories (id, parent, name, fullpath) VALUES (122,118,'Editor','Topic :: Multimedia :: Graphics :: Editor'); INSERT INTO categories (id, parent, name, fullpath) VALUES (123,118,'Converter','Topic :: Multimedia :: Graphics :: Converter'); INSERT INTO categories (id, parent, name, fullpath) VALUES (124,83,'Drivers','Topic :: Hardware :: Drivers'); INSERT INTO categories (id, parent, name, fullpath) VALUES (125,83,'Utilities','Topic :: Hardware :: Utilities'); INSERT INTO categories (id, parent, name, fullpath) VALUES (126,74,'Email','Topic :: Internet/Communications :: Email'); INSERT INTO categories (id, parent, name, fullpath) VALUES (127,74,'Usenet','Topic :: Internet/Communications :: Usenet'); INSERT INTO categories (id, parent, name, fullpath) VALUES (128,74,'WWW','Topic :: Internet/Communications :: WWW'); INSERT INTO categories (id, parent, name, fullpath) VALUES (129,74,'FTP','Topic :: Internet/Communications :: FTP'); INSERT INTO categories (id, parent, name, fullpath) VALUES (130,74,'Modem/ISDN','Topic :: Internet/Communications :: Modem/ISDN'); INSERT INTO categories (id, parent, name, fullpath) VALUES (131,74,'SLIP/PPP','Topic :: Internet/Communications :: SLIP/PPP'); INSERT INTO categories (id, parent, name, fullpath) VALUES (132,74,'Search','Topic :: Internet/Communications :: Search'); INSERT INTO categories (id, parent, name, fullpath) VALUES (133,154,'IRC','Topic :: Internet/Communications :: Chat :: IRC'); INSERT INTO categories (id, parent, name, fullpath) VALUES (134,117,'MOD','Topic :: Multimedia :: Sound :: MOD'); INSERT INTO categories (id, parent, name, fullpath) VALUES (135,117,'MP3','Topic :: Multimedia :: Sound :: MP3'); INSERT INTO categories (id, parent, name, fullpath) VALUES (136,117,'OGG Vorbis','Topic :: Multimedia :: Sound :: OGG Vorbis'); INSERT INTO categories (id, parent, name, fullpath) VALUES (137,117,'Synthesizer','Topic :: Multimedia :: Sound :: Synthesizer'); INSERT INTO categories (id, parent, name, fullpath) VALUES (138,117,'Speech Recognition','Topic :: Multimedia :: Sound :: Speech Recognition'); INSERT INTO categories (id, parent, name, fullpath) VALUES (139,117,'WAV','Topic :: Multimedia :: Sound :: WAV'); INSERT INTO categories (id, parent, name, fullpath) VALUES (140,117,'CD','Topic :: Multimedia :: Sound :: CD'); INSERT INTO categories (id, parent, name, fullpath) VALUES (141,117,'Player','Topic :: Multimedia :: Sound :: Player'); INSERT INTO categories (id, parent, name, fullpath) VALUES (142,117,'Frontend','Topic :: Multimedia :: Sound :: Frontend'); INSERT INTO categories (id, parent, name, fullpath) VALUES (143,117,'Recorder','Topic :: Multimedia :: Sound :: Recorder'); INSERT INTO categories (id, parent, name, fullpath) VALUES (144,117,'Editor','Topic :: Multimedia :: Sound :: Editor'); INSERT INTO categories (id, parent, name, fullpath) VALUES (145,75,'Kernel','Topic :: System :: Kernel'); INSERT INTO categories (id, parent, name, fullpath) VALUES (146,75,'Utilities','Topic :: System :: Utilities'); INSERT INTO categories (id, parent, name, fullpath) VALUES (147,75,'Monitoring','Topic :: System :: Monitoring'); INSERT INTO categories (id, parent, name, fullpath) VALUES (148,117,'MIDI','Topic :: Multimedia :: Sound :: MIDI'); INSERT INTO categories (id, parent, name, fullpath) VALUES (149,117,'Conversion','Topic :: Multimedia :: Sound :: Conversion'); INSERT INTO categories (id, parent, name, fullpath) VALUES (150,117,'Mixer','Topic :: Multimedia :: Sound :: Mixer'); INSERT INTO categories (id, parent, name, fullpath) VALUES (151,84,'Physics','Topic :: Scientific :: Physics'); INSERT INTO categories (id, parent, name, fullpath) VALUES (152,74,'Finger','Topic :: Internet/Communications :: Finger'); INSERT INTO categories (id, parent, name, fullpath) VALUES (153,74,'DNS','Topic :: Internet/Communications :: DNS'); INSERT INTO categories (id, parent, name, fullpath) VALUES (154,74,'Chat','Topic :: Internet/Communications :: Chat'); INSERT INTO categories (id, parent, name, fullpath) VALUES (155,154,'ICQ','Topic :: Internet/Communications :: Chat :: ICQ'); INSERT INTO categories (id, parent, name, fullpath) VALUES (156,126,'MUA','Topic :: Internet/Communications :: Email :: MUA'); INSERT INTO categories (id, parent, name, fullpath) VALUES (157,74,'Conferencing','Topic :: Internet/Communications :: Conferencing'); INSERT INTO categories (id, parent, name, fullpath) VALUES (158,74,'BBS','Topic :: Internet/Communications :: BBS'); INSERT INTO categories (id, parent, name, fullpath) VALUES (159,74,'File Sharing','Topic :: Internet/Communications :: File Sharing'); INSERT INTO categories (id, parent, name, fullpath) VALUES (160,126,'MTA','Topic :: Internet/Communications :: Email :: MTA'); INSERT INTO categories (id, parent, name, fullpath) VALUES (161,75,'Filesystems','Topic :: System :: Filesystems'); INSERT INTO categories (id, parent, name, fullpath) VALUES (162,75,'Boot','Topic :: System :: Boot'); INSERT INTO categories (id, parent, name, fullpath) VALUES (163,0,'Development Status','Development Status'); INSERT INTO categories (id, parent, name, fullpath) VALUES (164,163,'1 - Planning','Development Status :: 1 - Planning'); INSERT INTO categories (id, parent, name, fullpath) VALUES (165,163,'2 - Pre-Alpha','Development Status :: 2 - Pre-Alpha'); INSERT INTO categories (id, parent, name, fullpath) VALUES (166,163,'3 - Alpha','Development Status :: 3 - Alpha'); INSERT INTO categories (id, parent, name, fullpath) VALUES (167,163,'4 - Beta','Development Status :: 4 - Beta'); INSERT INTO categories (id, parent, name, fullpath) VALUES (168,163,'5 - Production/Stable','Development Status :: 5 - Production/Stable'); INSERT INTO categories (id, parent, name, fullpath) VALUES (169,163,'6 - Mature','Development Status :: 6 - Mature'); INSERT INTO categories (id, parent, name, fullpath) VALUES (170,43,'Author no longer has access to special hardware/software','Reason :: Author no longer has access to special hardware/software'); INSERT INTO categories (id, parent, name, fullpath) VALUES (171,43,'Project does everything it is supposed to do','Reason :: Project does everything it is supposed to do'); INSERT INTO categories (id, parent, name, fullpath) VALUES (172,43,'Technology Problems','Reason :: Technology Problems'); INSERT INTO categories (id, parent, name, fullpath) VALUES (173,172,'Project uses too old technology','Reason :: Technology Problems :: Project uses too old technology'); INSERT INTO categories (id, parent, name, fullpath) VALUES (174,43,'Project is obsolete','Reason :: Project is obsolete'); INSERT INTO categories (id, parent, name, fullpath) VALUES (175,174,'There are better alternatives','Reason :: Project is obsolete :: There are better alternatives'); INSERT INTO categories (id, parent, name, fullpath) VALUES (176,174,'Project has been swallowed up by another one','Reason :: Project is obsolete :: Project has been swallowed up by another one'); INSERT INTO categories (id, parent, name, fullpath) VALUES (177,43,'Lack of specific knowledge/experience','Reason :: Lack of specific knowledge/experience'); INSERT INTO categories (id, parent, name, fullpath) VALUES (178,43,'Author or developers lost interest','Reason :: Author or developers lost interest'); INSERT INTO categories (id, parent, name, fullpath) VALUES (179,128,'Browsers','Topic :: Internet/Communications :: WWW :: Browsers'); INSERT INTO categories (id, parent, name, fullpath) VALUES (180,55,'Emulators','Topic :: Emulators'); INSERT INTO categories (id, parent, name, fullpath) VALUES (181,82,'Encryption','Topic :: Security :: Encryption'); INSERT INTO categories (id, parent, name, fullpath) VALUES (182,82,'Steganography','Topic :: Security :: Steganography'); INSERT INTO categories (id, parent, name, fullpath) VALUES (183,82,'Firewall','Topic :: Security :: Firewall'); INSERT INTO categories (id, parent, name, fullpath) VALUES (184,126,'Filters','Topic :: Internet/Communications :: Email :: Filters'); INSERT INTO categories (id, parent, name, fullpath) VALUES (185,126,'Other','Topic :: Internet/Communications :: Email :: Other'); INSERT INTO categories (id, parent, name, fullpath) VALUES (186,73,'Roguelike','Topic :: Games :: Roguelike'); INSERT INTO categories (id, parent, name, fullpath) VALUES (187,55,'Terminals','Topic :: Terminals'); INSERT INTO categories (id, parent, name, fullpath) VALUES (188,187,'Serial','Topic :: Terminals :: Serial'); INSERT INTO categories (id, parent, name, fullpath) VALUES (189,74,'Monitoring','Topic :: Internet/Communications :: Monitoring'); INSERT INTO categories (id, parent, name, fullpath) VALUES (190,55,'Other','Topic :: Other'); INSERT INTO categories (id, parent, name, fullpath) VALUES (191,134,'Tracker','Topic :: Multimedia :: Sound :: MOD :: Tracker'); INSERT INTO categories (id, parent, name, fullpath) VALUES (192,73,'Action','Topic :: Games :: Action'); INSERT INTO categories (id, parent, name, fullpath) VALUES (193,82,'Logging','Topic :: Security :: Logging'); INSERT INTO categories (id, parent, name, fullpath) VALUES (194,74,'Other','Topic :: Internet/Communications :: Other'); INSERT INTO categories (id, parent, name, fullpath) VALUES (195,1,'Other','License :: Other'); INSERT INTO categories (id, parent, name, fullpath) VALUES (196,1,'Original BSD License','License :: Original BSD License'); INSERT INTO categories (id, parent, name, fullpath) VALUES (197,2,'Nethack General Public License','License :: OSI Approved :: Nethack General Public License'); INSERT INTO categories (id, parent, name, fullpath) VALUES (198,43,'Author uses alternative software now','Reason :: Author uses alternative software now'); INSERT INTO categories (id, parent, name, fullpath) VALUES (199,174,'Project has been replaced by another one','Reason :: Project is obsolete :: Project has been replaced by another one'); INSERT INTO categories (id, parent, name, fullpath) VALUES (200,43,'Author moved on to other projects','Reason :: Author moved on to other projects'); INSERT INTO categories (id, parent, name, fullpath) VALUES (201,45,'Too few developers','Reason :: Project management problems :: Too few developers'); INSERT INTO categories (id, parent, name, fullpath) VALUES (202,14,'Redhat','Operating System :: POSIX :: GNU/Linux :: Redhat'); INSERT INTO categories (id, parent, name, fullpath) VALUES (203,14,'SuSE','Operating System :: POSIX :: GNU/Linux :: SuSE'); INSERT INTO categories (id, parent, name, fullpath) VALUES (204,13,'Other','Operating System :: POSIX :: Other'); INSERT INTO categories (id, parent, name, fullpath) VALUES (205,12,'Cygwin32','Operating System :: Cygwin32'); INSERT INTO categories (id, parent, name, fullpath) VALUES (206,2,'Mozilla Public License (MPL)','License :: OSI Approved :: Mozilla Public License (MPL)'); INSERT INTO categories (id, parent, name, fullpath) VALUES (207,2,'Mozilla Public License 1.1 (MPL 1.1)','License :: OSI Approved :: Mozilla Public License 1.1 (MPL 1.1)'); INSERT INTO categories (id, parent, name, fullpath) VALUES (208,1,'Documentation','License :: Documentation'); INSERT INTO categories (id, parent, name, fullpath) VALUES (209,208,'GNU Free Documentation License (FDL)','License :: Documentation :: GNU Free Documentation License (FDL)'); INSERT INTO categories (id, parent, name, fullpath) VALUES (210,208,'Open Publication License, Version 1.0','License :: Documentation :: Open Publication License, Version 1.0'); INSERT INTO categories (id, parent, name, fullpath) VALUES (211,13,'VMS','Operating System :: POSIX :: VMS'); INSERT INTO categories (id, parent, name, fullpath) VALUES (212,13,'ULTRIX','Operating System :: POSIX :: ULTRIX'); INSERT INTO categories (id, parent, name, fullpath) VALUES (213,13,'OSF','Operating System :: POSIX :: OSF'); INSERT INTO categories (id, parent, name, fullpath) VALUES (214,9,'Ruby','Programming Language :: Ruby'); INSERT INTO categories (id, parent, name, fullpath) VALUES (215,9,'Expect','Programming Language :: Expect'); INSERT INTO categories (id, parent, name, fullpath) VALUES (216,126,'Spam','Topic :: Internet/Communications :: Email :: Spam'); INSERT INTO categories (id, parent, name, fullpath) VALUES (217,2,'QT Public License (QPL)','License :: OSI Approved :: QT Public License (QPL)'); INSERT INTO categories (id, parent, name, fullpath) VALUES (218,13,'HP/Apollo','Operating System :: POSIX :: HP/Apollo'); INSERT INTO categories (id, parent, name, fullpath) VALUES (219,78,'Time Tracking','Topic :: Office :: Time Tracking'); INSERT INTO categories (id, parent, name, fullpath) VALUES (220,78,'Helpdesk','Topic :: Office :: Helpdesk'); INSERT INTO categories (id, parent, name, fullpath) VALUES (221,78,'Groupware','Topic :: Office :: Groupware'); INSERT INTO categories (id, parent, name, fullpath) VALUES (222,1,'Public Domain','License :: Public Domain'); INSERT INTO categories (id, parent, name, fullpath) VALUES (223,1,'Unknown','License :: Unknown'); INSERT INTO categories (id, parent, name, fullpath) VALUES (224,73,'Level Editor','Topic :: Games :: Level Editor'); INSERT INTO categories (id, parent, name, fullpath) VALUES (225,43,'Unknown','Reason :: Unknown'); INSERT INTO categories (id, parent, name, fullpath) VALUES (226,71,'Virtual Machine','Topic :: Development :: Virtual Machine'); INSERT INTO categories (id, parent, name, fullpath) VALUES (227,73,'Trading','Topic :: Games :: Trading'); INSERT INTO categories (id, parent, name, fullpath) VALUES (228,71,'Modules','Topic :: Development :: Modules'); INSERT INTO categories (id, parent, name, fullpath) VALUES (229,9,'Unknown','Programming Language :: Unknown'); INSERT INTO categories (id, parent, name, fullpath) VALUES (230,172,'Code needs major redesign','Reason :: Technology Problems :: Code needs major redesign'); INSERT INTO categories (id, parent, name, fullpath) VALUES (231,71,'Bug tracking','Topic :: Development :: Bug tracking'); INSERT INTO categories (id, parent, name, fullpath) VALUES (232,71,'Project management','Topic :: Development :: Project management'); INSERT INTO categories (id, parent, name, fullpath) VALUES (233,172,'Project depends on unavailable tools','Reason :: Technology Problems :: Project depends on unavailable tools'); INSERT INTO categories (id, parent, name, fullpath) VALUES (234,12,'Web Environment','Operating System :: Web Environment'); INSERT INTO categories (id, parent, name, fullpath) VALUES (235,79,'Frontends','Topic :: Desktop :: Frontends'); INSERT INTO categories (id, parent, name, fullpath) VALUES (236,12,'Unknown','Operating System :: Unknown'); INSERT INTO categories (id, parent, name, fullpath) VALUES (237,9,'SQL','Programming Language :: SQL'); INSERT INTO categories (id, parent, name, fullpath) VALUES (238,9,'Visual Basic','Programming Language :: Visual Basic'); INSERT INTO categories (id, parent, name, fullpath) VALUES (239,74,'Instant Messaging','Topic :: Internet/Communications :: Instant Messaging'); INSERT INTO categories (id, parent, name, fullpath) VALUES (240,9,'XML','Programming Language :: XML'); INSERT INTO categories (id, parent, name, fullpath) VALUES (241,74,'E-Business','Topic :: Internet/Communications :: E-Business'); INSERT INTO categories (id, parent, name, fullpath) VALUES (242,241,'Shopping Carts','Topic :: Internet/Communications :: E-Business :: Shopping Carts'); INSERT INTO categories (id, parent, name, fullpath) VALUES (243,9,'ADA','Programming Language :: ADA'); INSERT INTO categories (id, parent, name, fullpath) VALUES (244,9,'HTML','Programming Language :: HTML'); INSERT INTO categories (id, parent, name, fullpath) VALUES (245,9,'DHTML','Programming Language :: DHTML'); INSERT INTO categories (id, parent, name, fullpath) VALUES (246,9,'JavaScript','Programming Language :: JavaScript'); INSERT INTO categories (id, parent, name, fullpath) VALUES (247,43,'Other','Reason :: Other'); INSERT INTO categories (id, parent, name, fullpath) VALUES (248,151,'Astronomy','Topic :: Scientific :: Physics :: Astronomy'); INSERT INTO categories (id, parent, name, fullpath) VALUES (249,75,'Setup','Topic :: System :: Setup'); INSERT INTO categories (id, parent, name, fullpath) VALUES (250,71,'Embedded','Topic :: Development :: Embedded'); INSERT INTO categories (id, parent, name, fullpath) VALUES (251,128,'CGI','Topic :: Internet/Communications :: WWW :: CGI'); -- -- Table structure for table `categories_links` -- DROP TABLE IF EXISTS categories_links; CREATE TABLE categories_links ( id int(10) unsigned NOT NULL auto_increment, project_id int(10) unsigned NOT NULL default '0', category_id int(10) unsigned NOT NULL default '0', PRIMARY KEY (id) ) TYPE=MyISAM; -- -- Dumping data for table `categories_links` -- INSERT INTO categories_links (id, project_id, category_id) VALUES (1,65,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (2,65,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (3,65,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (4,1,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (5,1,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (6,2,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (7,2,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (8,2,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (9,2,15); INSERT INTO categories_links (id, project_id, category_id) VALUES (10,3,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (11,3,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (12,4,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (13,4,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (14,4,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (15,4,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (16,5,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (17,5,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (18,5,16); INSERT INTO categories_links (id, project_id, category_id) VALUES (19,5,17); INSERT INTO categories_links (id, project_id, category_id) VALUES (20,6,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (21,6,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (22,6,16); INSERT INTO categories_links (id, project_id, category_id) VALUES (23,7,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (24,7,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (25,7,18); INSERT INTO categories_links (id, project_id, category_id) VALUES (26,8,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (27,8,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (28,9,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (29,9,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (30,9,19); INSERT INTO categories_links (id, project_id, category_id) VALUES (31,9,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (32,9,20); INSERT INTO categories_links (id, project_id, category_id) VALUES (33,9,22); INSERT INTO categories_links (id, project_id, category_id) VALUES (34,10,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (35,10,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (36,10,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (37,11,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (38,11,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (39,11,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (40,11,23); INSERT INTO categories_links (id, project_id, category_id) VALUES (41,12,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (42,12,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (43,13,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (44,13,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (45,13,24); INSERT INTO categories_links (id, project_id, category_id) VALUES (46,14,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (47,14,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (48,14,19); INSERT INTO categories_links (id, project_id, category_id) VALUES (49,15,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (50,15,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (51,15,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (52,15,25); INSERT INTO categories_links (id, project_id, category_id) VALUES (53,15,23); INSERT INTO categories_links (id, project_id, category_id) VALUES (54,16,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (55,16,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (56,17,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (57,17,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (58,17,19); INSERT INTO categories_links (id, project_id, category_id) VALUES (59,18,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (60,18,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (61,19,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (62,19,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (63,19,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (64,19,15); INSERT INTO categories_links (id, project_id, category_id) VALUES (65,20,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (66,20,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (67,20,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (68,20,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (69,20,65); INSERT INTO categories_links (id, project_id, category_id) VALUES (70,21,65); INSERT INTO categories_links (id, project_id, category_id) VALUES (71,21,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (72,21,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (73,21,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (74,21,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (75,21,28); INSERT INTO categories_links (id, project_id, category_id) VALUES (76,22,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (77,22,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (78,22,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (79,23,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (80,23,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (81,23,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (82,23,15); INSERT INTO categories_links (id, project_id, category_id) VALUES (83,23,20); INSERT INTO categories_links (id, project_id, category_id) VALUES (84,24,4); INSERT INTO categories_links (id, project_id, category_id) VALUES (85,24,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (86,24,19); INSERT INTO categories_links (id, project_id, category_id) VALUES (87,25,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (88,25,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (89,25,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (90,25,29); INSERT INTO categories_links (id, project_id, category_id) VALUES (91,25,30); INSERT INTO categories_links (id, project_id, category_id) VALUES (92,25,31); INSERT INTO categories_links (id, project_id, category_id) VALUES (93,25,32); INSERT INTO categories_links (id, project_id, category_id) VALUES (94,26,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (95,26,18); INSERT INTO categories_links (id, project_id, category_id) VALUES (96,27,18); INSERT INTO categories_links (id, project_id, category_id) VALUES (97,27,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (98,28,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (99,28,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (100,28,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (101,28,17); INSERT INTO categories_links (id, project_id, category_id) VALUES (102,28,33); INSERT INTO categories_links (id, project_id, category_id) VALUES (103,29,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (104,29,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (105,29,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (106,29,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (107,30,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (108,30,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (109,30,34); INSERT INTO categories_links (id, project_id, category_id) VALUES (110,31,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (111,31,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (112,31,35); INSERT INTO categories_links (id, project_id, category_id) VALUES (113,32,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (114,32,7); INSERT INTO categories_links (id, project_id, category_id) VALUES (115,32,16); INSERT INTO categories_links (id, project_id, category_id) VALUES (116,32,17); INSERT INTO categories_links (id, project_id, category_id) VALUES (117,33,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (118,33,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (119,33,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (120,33,23); INSERT INTO categories_links (id, project_id, category_id) VALUES (121,34,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (122,33,25); INSERT INTO categories_links (id, project_id, category_id) VALUES (123,34,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (124,34,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (125,34,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (126,36,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (127,37,34); INSERT INTO categories_links (id, project_id, category_id) VALUES (128,37,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (129,37,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (130,38,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (131,38,33); INSERT INTO categories_links (id, project_id, category_id) VALUES (132,39,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (133,39,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (134,39,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (135,39,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (136,40,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (137,40,16); INSERT INTO categories_links (id, project_id, category_id) VALUES (138,41,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (139,41,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (140,41,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (141,41,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (142,41,22); INSERT INTO categories_links (id, project_id, category_id) VALUES (143,41,36); INSERT INTO categories_links (id, project_id, category_id) VALUES (144,42,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (145,42,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (146,42,24); INSERT INTO categories_links (id, project_id, category_id) VALUES (147,43,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (148,43,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (149,43,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (150,44,4); INSERT INTO categories_links (id, project_id, category_id) VALUES (151,44,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (152,44,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (153,45,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (154,45,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (155,46,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (156,46,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (157,46,37); INSERT INTO categories_links (id, project_id, category_id) VALUES (158,46,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (159,46,38); INSERT INTO categories_links (id, project_id, category_id) VALUES (160,47,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (161,47,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (162,47,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (163,47,23); INSERT INTO categories_links (id, project_id, category_id) VALUES (164,48,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (165,48,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (166,48,15); INSERT INTO categories_links (id, project_id, category_id) VALUES (167,48,20); INSERT INTO categories_links (id, project_id, category_id) VALUES (168,48,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (169,49,4); INSERT INTO categories_links (id, project_id, category_id) VALUES (170,49,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (171,49,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (172,49,23); INSERT INTO categories_links (id, project_id, category_id) VALUES (173,49,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (174,50,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (175,50,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (176,50,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (177,51,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (178,51,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (179,51,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (180,51,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (181,51,37); INSERT INTO categories_links (id, project_id, category_id) VALUES (182,51,31); INSERT INTO categories_links (id, project_id, category_id) VALUES (183,51,25); INSERT INTO categories_links (id, project_id, category_id) VALUES (184,52,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (185,52,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (186,52,7); INSERT INTO categories_links (id, project_id, category_id) VALUES (187,53,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (188,53,7); INSERT INTO categories_links (id, project_id, category_id) VALUES (189,53,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (190,54,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (191,55,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (192,55,19); INSERT INTO categories_links (id, project_id, category_id) VALUES (193,55,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (194,56,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (195,56,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (196,56,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (197,57,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (198,57,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (199,57,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (200,57,39); INSERT INTO categories_links (id, project_id, category_id) VALUES (201,58,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (202,58,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (203,58,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (204,58,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (205,58,20); INSERT INTO categories_links (id, project_id, category_id) VALUES (206,58,40); INSERT INTO categories_links (id, project_id, category_id) VALUES (207,59,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (208,60,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (209,60,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (210,60,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (211,60,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (212,61,18); INSERT INTO categories_links (id, project_id, category_id) VALUES (213,61,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (214,61,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (215,62,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (216,63,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (217,63,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (218,63,41); INSERT INTO categories_links (id, project_id, category_id) VALUES (219,64,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (220,64,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (221,66,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (222,66,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (223,66,23); INSERT INTO categories_links (id, project_id, category_id) VALUES (224,66,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (225,66,25); INSERT INTO categories_links (id, project_id, category_id) VALUES (226,1,156); INSERT INTO categories_links (id, project_id, category_id) VALUES (227,1,181); INSERT INTO categories_links (id, project_id, category_id) VALUES (228,2,131); INSERT INTO categories_links (id, project_id, category_id) VALUES (229,4,4); INSERT INTO categories_links (id, project_id, category_id) VALUES (230,66,141); INSERT INTO categories_links (id, project_id, category_id) VALUES (231,66,140); INSERT INTO categories_links (id, project_id, category_id) VALUES (232,65,122); INSERT INTO categories_links (id, project_id, category_id) VALUES (233,64,80); INSERT INTO categories_links (id, project_id, category_id) VALUES (234,63,104); INSERT INTO categories_links (id, project_id, category_id) VALUES (235,62,81); INSERT INTO categories_links (id, project_id, category_id) VALUES (236,61,81); INSERT INTO categories_links (id, project_id, category_id) VALUES (237,60,192); INSERT INTO categories_links (id, project_id, category_id) VALUES (238,60,116); INSERT INTO categories_links (id, project_id, category_id) VALUES (239,59,102); INSERT INTO categories_links (id, project_id, category_id) VALUES (240,58,137); INSERT INTO categories_links (id, project_id, category_id) VALUES (241,57,80); INSERT INTO categories_links (id, project_id, category_id) VALUES (242,57,162); INSERT INTO categories_links (id, project_id, category_id) VALUES (243,57,145); INSERT INTO categories_links (id, project_id, category_id) VALUES (244,56,90); INSERT INTO categories_links (id, project_id, category_id) VALUES (245,55,89); INSERT INTO categories_links (id, project_id, category_id) VALUES (246,54,80); INSERT INTO categories_links (id, project_id, category_id) VALUES (247,53,179); INSERT INTO categories_links (id, project_id, category_id) VALUES (248,52,143); INSERT INTO categories_links (id, project_id, category_id) VALUES (249,52,140); INSERT INTO categories_links (id, project_id, category_id) VALUES (250,52,125); INSERT INTO categories_links (id, project_id, category_id) VALUES (251,51,194); INSERT INTO categories_links (id, project_id, category_id) VALUES (252,51,193); INSERT INTO categories_links (id, project_id, category_id) VALUES (253,50,179); INSERT INTO categories_links (id, project_id, category_id) VALUES (254,49,108); INSERT INTO categories_links (id, project_id, category_id) VALUES (255,49,192); INSERT INTO categories_links (id, project_id, category_id) VALUES (256,48,131); INSERT INTO categories_links (id, project_id, category_id) VALUES (257,47,107); INSERT INTO categories_links (id, project_id, category_id) VALUES (258,46,192); INSERT INTO categories_links (id, project_id, category_id) VALUES (259,45,191); INSERT INTO categories_links (id, project_id, category_id) VALUES (260,44,140); INSERT INTO categories_links (id, project_id, category_id) VALUES (261,43,119); INSERT INTO categories_links (id, project_id, category_id) VALUES (262,42,81); INSERT INTO categories_links (id, project_id, category_id) VALUES (263,42,128); INSERT INTO categories_links (id, project_id, category_id) VALUES (264,41,109); INSERT INTO categories_links (id, project_id, category_id) VALUES (265,41,112); INSERT INTO categories_links (id, project_id, category_id) VALUES (266,41,113); INSERT INTO categories_links (id, project_id, category_id) VALUES (267,40,190); INSERT INTO categories_links (id, project_id, category_id) VALUES (268,39,189); INSERT INTO categories_links (id, project_id, category_id) VALUES (269,38,190); INSERT INTO categories_links (id, project_id, category_id) VALUES (270,37,91); INSERT INTO categories_links (id, project_id, category_id) VALUES (271,36,102); INSERT INTO categories_links (id, project_id, category_id) VALUES (272,34,139); INSERT INTO categories_links (id, project_id, category_id) VALUES (273,34,143); INSERT INTO categories_links (id, project_id, category_id) VALUES (274,34,141); INSERT INTO categories_links (id, project_id, category_id) VALUES (275,33,141); INSERT INTO categories_links (id, project_id, category_id) VALUES (276,33,140); INSERT INTO categories_links (id, project_id, category_id) VALUES (277,32,106); INSERT INTO categories_links (id, project_id, category_id) VALUES (278,31,87); INSERT INTO categories_links (id, project_id, category_id) VALUES (279,30,91); INSERT INTO categories_links (id, project_id, category_id) VALUES (280,29,138); INSERT INTO categories_links (id, project_id, category_id) VALUES (281,28,162); INSERT INTO categories_links (id, project_id, category_id) VALUES (282,27,76); INSERT INTO categories_links (id, project_id, category_id) VALUES (283,26,76); INSERT INTO categories_links (id, project_id, category_id) VALUES (284,25,96); INSERT INTO categories_links (id, project_id, category_id) VALUES (285,25,101); INSERT INTO categories_links (id, project_id, category_id) VALUES (286,24,96); INSERT INTO categories_links (id, project_id, category_id) VALUES (287,23,131); INSERT INTO categories_links (id, project_id, category_id) VALUES (288,22,186); INSERT INTO categories_links (id, project_id, category_id) VALUES (289,21,189); INSERT INTO categories_links (id, project_id, category_id) VALUES (290,20,189); INSERT INTO categories_links (id, project_id, category_id) VALUES (291,19,131); INSERT INTO categories_links (id, project_id, category_id) VALUES (292,18,185); INSERT INTO categories_links (id, project_id, category_id) VALUES (293,17,89); INSERT INTO categories_links (id, project_id, category_id) VALUES (294,16,155); INSERT INTO categories_links (id, project_id, category_id) VALUES (295,15,141); INSERT INTO categories_links (id, project_id, category_id) VALUES (296,15,140); INSERT INTO categories_links (id, project_id, category_id) VALUES (297,14,89); INSERT INTO categories_links (id, project_id, category_id) VALUES (298,13,128); INSERT INTO categories_links (id, project_id, category_id) VALUES (299,13,81); INSERT INTO categories_links (id, project_id, category_id) VALUES (300,12,186); INSERT INTO categories_links (id, project_id, category_id) VALUES (301,11,161); INSERT INTO categories_links (id, project_id, category_id) VALUES (302,10,188); INSERT INTO categories_links (id, project_id, category_id) VALUES (303,9,154); INSERT INTO categories_links (id, project_id, category_id) VALUES (304,9,128); INSERT INTO categories_links (id, project_id, category_id) VALUES (305,8,155); INSERT INTO categories_links (id, project_id, category_id) VALUES (306,7,162); INSERT INTO categories_links (id, project_id, category_id) VALUES (307,6,128); INSERT INTO categories_links (id, project_id, category_id) VALUES (308,5,106); INSERT INTO categories_links (id, project_id, category_id) VALUES (309,4,186); INSERT INTO categories_links (id, project_id, category_id) VALUES (310,4,115); INSERT INTO categories_links (id, project_id, category_id) VALUES (311,3,185); INSERT INTO categories_links (id, project_id, category_id) VALUES (312,26,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (313,26,29); INSERT INTO categories_links (id, project_id, category_id) VALUES (314,27,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (315,27,29); INSERT INTO categories_links (id, project_id, category_id) VALUES (316,3,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (317,3,196); INSERT INTO categories_links (id, project_id, category_id) VALUES (318,18,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (319,18,196); INSERT INTO categories_links (id, project_id, category_id) VALUES (320,8,195); INSERT INTO categories_links (id, project_id, category_id) VALUES (321,16,195); INSERT INTO categories_links (id, project_id, category_id) VALUES (322,61,195); INSERT INTO categories_links (id, project_id, category_id) VALUES (323,2,195); INSERT INTO categories_links (id, project_id, category_id) VALUES (324,19,195); INSERT INTO categories_links (id, project_id, category_id) VALUES (325,23,195); INSERT INTO categories_links (id, project_id, category_id) VALUES (326,48,195); INSERT INTO categories_links (id, project_id, category_id) VALUES (327,22,197); INSERT INTO categories_links (id, project_id, category_id) VALUES (328,31,195); INSERT INTO categories_links (id, project_id, category_id) VALUES (329,45,195); INSERT INTO categories_links (id, project_id, category_id) VALUES (330,1,198); INSERT INTO categories_links (id, project_id, category_id) VALUES (331,5,199); INSERT INTO categories_links (id, project_id, category_id) VALUES (332,32,199); INSERT INTO categories_links (id, project_id, category_id) VALUES (333,6,170); INSERT INTO categories_links (id, project_id, category_id) VALUES (334,6,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (335,7,171); INSERT INTO categories_links (id, project_id, category_id) VALUES (336,8,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (337,16,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (338,10,47); INSERT INTO categories_links (id, project_id, category_id) VALUES (339,10,53); INSERT INTO categories_links (id, project_id, category_id) VALUES (340,11,200); INSERT INTO categories_links (id, project_id, category_id) VALUES (341,13,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (342,42,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (343,14,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (344,14,200); INSERT INTO categories_links (id, project_id, category_id) VALUES (345,17,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (346,17,200); INSERT INTO categories_links (id, project_id, category_id) VALUES (347,55,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (348,55,200); INSERT INTO categories_links (id, project_id, category_id) VALUES (349,15,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (350,33,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (351,66,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (352,20,170); INSERT INTO categories_links (id, project_id, category_id) VALUES (353,21,170); INSERT INTO categories_links (id, project_id, category_id) VALUES (354,22,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (355,24,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (356,25,200); INSERT INTO categories_links (id, project_id, category_id) VALUES (357,26,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (358,27,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (359,36,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (360,59,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (361,41,54); INSERT INTO categories_links (id, project_id, category_id) VALUES (362,41,201); INSERT INTO categories_links (id, project_id, category_id) VALUES (363,43,46); INSERT INTO categories_links (id, project_id, category_id) VALUES (364,45,172); INSERT INTO categories_links (id, project_id, category_id) VALUES (365,46,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (366,47,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (367,49,200); INSERT INTO categories_links (id, project_id, category_id) VALUES (368,50,175); INSERT INTO categories_links (id, project_id, category_id) VALUES (369,53,175); INSERT INTO categories_links (id, project_id, category_id) VALUES (370,51,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (371,52,175); INSERT INTO categories_links (id, project_id, category_id) VALUES (372,56,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (373,56,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (374,58,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (375,61,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (376,63,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (377,63,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (378,65,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (379,67,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (380,67,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (381,67,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (382,67,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (383,67,98); INSERT INTO categories_links (id, project_id, category_id) VALUES (384,67,115); INSERT INTO categories_links (id, project_id, category_id) VALUES (385,43,98); INSERT INTO categories_links (id, project_id, category_id) VALUES (386,68,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (387,68,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (388,68,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (389,68,22); INSERT INTO categories_links (id, project_id, category_id) VALUES (390,68,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (391,68,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (392,68,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (393,68,100); INSERT INTO categories_links (id, project_id, category_id) VALUES (394,68,101); INSERT INTO categories_links (id, project_id, category_id) VALUES (395,68,85); INSERT INTO categories_links (id, project_id, category_id) VALUES (396,23,204); INSERT INTO categories_links (id, project_id, category_id) VALUES (397,48,204); INSERT INTO categories_links (id, project_id, category_id) VALUES (398,51,205); INSERT INTO categories_links (id, project_id, category_id) VALUES (399,69,164); INSERT INTO categories_links (id, project_id, category_id) VALUES (400,69,165); INSERT INTO categories_links (id, project_id, category_id) VALUES (401,69,166); INSERT INTO categories_links (id, project_id, category_id) VALUES (402,69,207); INSERT INTO categories_links (id, project_id, category_id) VALUES (403,69,59); INSERT INTO categories_links (id, project_id, category_id) VALUES (404,69,19); INSERT INTO categories_links (id, project_id, category_id) VALUES (405,69,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (406,69,177); INSERT INTO categories_links (id, project_id, category_id) VALUES (407,69,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (408,69,201); INSERT INTO categories_links (id, project_id, category_id) VALUES (409,69,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (410,69,179); INSERT INTO categories_links (id, project_id, category_id) VALUES (411,70,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (412,70,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (413,70,59); INSERT INTO categories_links (id, project_id, category_id) VALUES (414,70,24); INSERT INTO categories_links (id, project_id, category_id) VALUES (415,70,200); INSERT INTO categories_links (id, project_id, category_id) VALUES (416,70,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (417,70,86); INSERT INTO categories_links (id, project_id, category_id) VALUES (418,70,100); INSERT INTO categories_links (id, project_id, category_id) VALUES (419,71,165); INSERT INTO categories_links (id, project_id, category_id) VALUES (420,71,166); INSERT INTO categories_links (id, project_id, category_id) VALUES (421,71,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (422,71,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (423,71,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (424,71,18); INSERT INTO categories_links (id, project_id, category_id) VALUES (425,71,200); INSERT INTO categories_links (id, project_id, category_id) VALUES (426,71,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (427,71,175); INSERT INTO categories_links (id, project_id, category_id) VALUES (428,71,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (429,71,133); INSERT INTO categories_links (id, project_id, category_id) VALUES (430,72,164); INSERT INTO categories_links (id, project_id, category_id) VALUES (431,72,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (432,72,59); INSERT INTO categories_links (id, project_id, category_id) VALUES (433,72,19); INSERT INTO categories_links (id, project_id, category_id) VALUES (434,72,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (435,72,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (436,72,71); INSERT INTO categories_links (id, project_id, category_id) VALUES (437,72,99); INSERT INTO categories_links (id, project_id, category_id) VALUES (438,73,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (439,73,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (440,73,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (441,73,22); INSERT INTO categories_links (id, project_id, category_id) VALUES (442,73,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (443,73,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (444,73,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (445,73,100); INSERT INTO categories_links (id, project_id, category_id) VALUES (446,73,101); INSERT INTO categories_links (id, project_id, category_id) VALUES (447,73,85); INSERT INTO categories_links (id, project_id, category_id) VALUES (448,74,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (449,74,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (450,74,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (451,74,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (452,74,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (453,74,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (454,74,71); INSERT INTO categories_links (id, project_id, category_id) VALUES (455,75,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (456,75,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (457,75,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (458,75,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (459,75,18); INSERT INTO categories_links (id, project_id, category_id) VALUES (460,75,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (461,75,189); INSERT INTO categories_links (id, project_id, category_id) VALUES (462,76,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (463,76,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (464,76,41); INSERT INTO categories_links (id, project_id, category_id) VALUES (465,76,104); INSERT INTO categories_links (id, project_id, category_id) VALUES (466,76,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (467,76,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (468,77,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (469,77,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (470,77,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (471,77,16); INSERT INTO categories_links (id, project_id, category_id) VALUES (472,77,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (473,77,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (474,77,91); INSERT INTO categories_links (id, project_id, category_id) VALUES (475,77,85); INSERT INTO categories_links (id, project_id, category_id) VALUES (476,78,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (477,78,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (478,78,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (479,78,18); INSERT INTO categories_links (id, project_id, category_id) VALUES (480,78,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (481,78,172); INSERT INTO categories_links (id, project_id, category_id) VALUES (482,78,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (483,78,159); INSERT INTO categories_links (id, project_id, category_id) VALUES (484,78,135); INSERT INTO categories_links (id, project_id, category_id) VALUES (485,79,166); INSERT INTO categories_links (id, project_id, category_id) VALUES (486,79,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (487,79,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (488,79,18); INSERT INTO categories_links (id, project_id, category_id) VALUES (489,79,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (490,79,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (491,79,128); INSERT INTO categories_links (id, project_id, category_id) VALUES (492,80,164); INSERT INTO categories_links (id, project_id, category_id) VALUES (493,80,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (494,80,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (495,80,15); INSERT INTO categories_links (id, project_id, category_id) VALUES (496,80,20); INSERT INTO categories_links (id, project_id, category_id) VALUES (497,80,18); INSERT INTO categories_links (id, project_id, category_id) VALUES (498,80,24); INSERT INTO categories_links (id, project_id, category_id) VALUES (499,80,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (500,80,115); INSERT INTO categories_links (id, project_id, category_id) VALUES (501,80,128); INSERT INTO categories_links (id, project_id, category_id) VALUES (502,81,164); INSERT INTO categories_links (id, project_id, category_id) VALUES (503,81,165); INSERT INTO categories_links (id, project_id, category_id) VALUES (504,81,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (505,81,22); INSERT INTO categories_links (id, project_id, category_id) VALUES (506,81,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (507,81,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (508,81,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (509,81,86); INSERT INTO categories_links (id, project_id, category_id) VALUES (510,81,74); INSERT INTO categories_links (id, project_id, category_id) VALUES (511,81,135); INSERT INTO categories_links (id, project_id, category_id) VALUES (512,82,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (513,82,60); INSERT INTO categories_links (id, project_id, category_id) VALUES (514,82,62); INSERT INTO categories_links (id, project_id, category_id) VALUES (515,82,58); INSERT INTO categories_links (id, project_id, category_id) VALUES (516,82,28); INSERT INTO categories_links (id, project_id, category_id) VALUES (517,82,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (518,82,15); INSERT INTO categories_links (id, project_id, category_id) VALUES (519,82,40); INSERT INTO categories_links (id, project_id, category_id) VALUES (520,82,20); INSERT INTO categories_links (id, project_id, category_id) VALUES (521,82,121); INSERT INTO categories_links (id, project_id, category_id) VALUES (522,82,213); INSERT INTO categories_links (id, project_id, category_id) VALUES (523,82,212); INSERT INTO categories_links (id, project_id, category_id) VALUES (524,82,211); INSERT INTO categories_links (id, project_id, category_id) VALUES (525,82,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (526,83,165); INSERT INTO categories_links (id, project_id, category_id) VALUES (527,83,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (528,83,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (529,83,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (530,83,200); INSERT INTO categories_links (id, project_id, category_id) VALUES (531,83,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (532,83,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (533,83,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (534,83,112); INSERT INTO categories_links (id, project_id, category_id) VALUES (535,83,109); INSERT INTO categories_links (id, project_id, category_id) VALUES (536,84,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (537,84,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (538,84,24); INSERT INTO categories_links (id, project_id, category_id) VALUES (539,84,81); INSERT INTO categories_links (id, project_id, category_id) VALUES (540,84,128); INSERT INTO categories_links (id, project_id, category_id) VALUES (541,84,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (542,85,165); INSERT INTO categories_links (id, project_id, category_id) VALUES (543,85,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (544,85,59); INSERT INTO categories_links (id, project_id, category_id) VALUES (545,85,24); INSERT INTO categories_links (id, project_id, category_id) VALUES (546,85,51); INSERT INTO categories_links (id, project_id, category_id) VALUES (547,85,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (548,85,194); INSERT INTO categories_links (id, project_id, category_id) VALUES (549,85,128); INSERT INTO categories_links (id, project_id, category_id) VALUES (550,85,78); INSERT INTO categories_links (id, project_id, category_id) VALUES (551,86,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (552,86,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (553,86,28); INSERT INTO categories_links (id, project_id, category_id) VALUES (554,86,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (555,86,20); INSERT INTO categories_links (id, project_id, category_id) VALUES (556,86,18); INSERT INTO categories_links (id, project_id, category_id) VALUES (557,86,17); INSERT INTO categories_links (id, project_id, category_id) VALUES (558,86,175); INSERT INTO categories_links (id, project_id, category_id) VALUES (559,86,7); INSERT INTO categories_links (id, project_id, category_id) VALUES (560,86,83); INSERT INTO categories_links (id, project_id, category_id) VALUES (561,86,151); INSERT INTO categories_links (id, project_id, category_id) VALUES (562,86,147); INSERT INTO categories_links (id, project_id, category_id) VALUES (563,87,169); INSERT INTO categories_links (id, project_id, category_id) VALUES (564,87,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (565,87,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (566,87,170); INSERT INTO categories_links (id, project_id, category_id) VALUES (567,87,174); INSERT INTO categories_links (id, project_id, category_id) VALUES (568,87,7); INSERT INTO categories_links (id, project_id, category_id) VALUES (569,87,126); INSERT INTO categories_links (id, project_id, category_id) VALUES (570,88,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (571,88,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (572,88,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (573,88,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (574,88,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (575,88,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (576,88,186); INSERT INTO categories_links (id, project_id, category_id) VALUES (577,88,115); INSERT INTO categories_links (id, project_id, category_id) VALUES (578,88,215); INSERT INTO categories_links (id, project_id, category_id) VALUES (579,89,166); INSERT INTO categories_links (id, project_id, category_id) VALUES (580,89,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (581,89,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (582,89,20); INSERT INTO categories_links (id, project_id, category_id) VALUES (583,89,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (584,89,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (585,89,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (586,89,74); INSERT INTO categories_links (id, project_id, category_id) VALUES (587,90,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (588,90,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (589,90,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (590,90,18); INSERT INTO categories_links (id, project_id, category_id) VALUES (591,90,17); INSERT INTO categories_links (id, project_id, category_id) VALUES (592,90,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (593,90,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (594,90,216); INSERT INTO categories_links (id, project_id, category_id) VALUES (595,91,166); INSERT INTO categories_links (id, project_id, category_id) VALUES (596,91,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (597,91,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (598,91,35); INSERT INTO categories_links (id, project_id, category_id) VALUES (599,91,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (600,91,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (601,91,135); INSERT INTO categories_links (id, project_id, category_id) VALUES (602,92,166); INSERT INTO categories_links (id, project_id, category_id) VALUES (603,92,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (604,92,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (605,92,35); INSERT INTO categories_links (id, project_id, category_id) VALUES (606,92,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (607,92,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (608,92,135); INSERT INTO categories_links (id, project_id, category_id) VALUES (609,92,141); INSERT INTO categories_links (id, project_id, category_id) VALUES (610,93,166); INSERT INTO categories_links (id, project_id, category_id) VALUES (611,93,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (612,93,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (613,93,35); INSERT INTO categories_links (id, project_id, category_id) VALUES (614,93,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (615,93,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (616,93,135); INSERT INTO categories_links (id, project_id, category_id) VALUES (617,93,141); INSERT INTO categories_links (id, project_id, category_id) VALUES (618,91,141); INSERT INTO categories_links (id, project_id, category_id) VALUES (619,94,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (620,94,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (621,94,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (622,94,18); INSERT INTO categories_links (id, project_id, category_id) VALUES (623,94,47); INSERT INTO categories_links (id, project_id, category_id) VALUES (624,94,51); INSERT INTO categories_links (id, project_id, category_id) VALUES (625,94,159); INSERT INTO categories_links (id, project_id, category_id) VALUES (626,94,161); INSERT INTO categories_links (id, project_id, category_id) VALUES (627,94,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (628,94,170); INSERT INTO categories_links (id, project_id, category_id) VALUES (629,94,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (630,95,166); INSERT INTO categories_links (id, project_id, category_id) VALUES (631,95,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (632,95,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (633,95,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (634,95,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (635,95,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (636,95,160); INSERT INTO categories_links (id, project_id, category_id) VALUES (637,96,164); INSERT INTO categories_links (id, project_id, category_id) VALUES (638,96,165); INSERT INTO categories_links (id, project_id, category_id) VALUES (639,96,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (640,96,22); INSERT INTO categories_links (id, project_id, category_id) VALUES (641,96,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (642,96,177); INSERT INTO categories_links (id, project_id, category_id) VALUES (643,96,54); INSERT INTO categories_links (id, project_id, category_id) VALUES (644,96,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (645,96,154); INSERT INTO categories_links (id, project_id, category_id) VALUES (646,96,157); INSERT INTO categories_links (id, project_id, category_id) VALUES (647,97,164); INSERT INTO categories_links (id, project_id, category_id) VALUES (648,97,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (649,97,59); INSERT INTO categories_links (id, project_id, category_id) VALUES (650,97,19); INSERT INTO categories_links (id, project_id, category_id) VALUES (651,97,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (652,97,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (653,97,113); INSERT INTO categories_links (id, project_id, category_id) VALUES (654,97,128); INSERT INTO categories_links (id, project_id, category_id) VALUES (655,98,164); INSERT INTO categories_links (id, project_id, category_id) VALUES (656,98,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (657,98,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (658,98,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (659,98,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (660,98,80); INSERT INTO categories_links (id, project_id, category_id) VALUES (661,99,165); INSERT INTO categories_links (id, project_id, category_id) VALUES (662,99,195); INSERT INTO categories_links (id, project_id, category_id) VALUES (663,99,59); INSERT INTO categories_links (id, project_id, category_id) VALUES (664,99,19); INSERT INTO categories_links (id, project_id, category_id) VALUES (665,99,24); INSERT INTO categories_links (id, project_id, category_id) VALUES (666,99,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (667,99,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (668,99,71); INSERT INTO categories_links (id, project_id, category_id) VALUES (669,99,73); INSERT INTO categories_links (id, project_id, category_id) VALUES (670,99,77); INSERT INTO categories_links (id, project_id, category_id) VALUES (671,100,165); INSERT INTO categories_links (id, project_id, category_id) VALUES (672,100,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (673,100,22); INSERT INTO categories_links (id, project_id, category_id) VALUES (674,100,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (675,100,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (676,100,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (677,100,194); INSERT INTO categories_links (id, project_id, category_id) VALUES (678,100,128); INSERT INTO categories_links (id, project_id, category_id) VALUES (679,101,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (680,101,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (681,101,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (682,101,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (683,101,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (684,101,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (685,101,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (686,101,93); INSERT INTO categories_links (id, project_id, category_id) VALUES (687,101,76); INSERT INTO categories_links (id, project_id, category_id) VALUES (688,103,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (689,103,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (690,103,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (691,103,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (692,103,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (693,103,191); INSERT INTO categories_links (id, project_id, category_id) VALUES (694,104,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (695,104,197); INSERT INTO categories_links (id, project_id, category_id) VALUES (696,104,186); INSERT INTO categories_links (id, project_id, category_id) VALUES (697,104,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (698,104,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (699,104,7); INSERT INTO categories_links (id, project_id, category_id) VALUES (700,105,166); INSERT INTO categories_links (id, project_id, category_id) VALUES (701,105,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (702,105,195); INSERT INTO categories_links (id, project_id, category_id) VALUES (703,105,58); INSERT INTO categories_links (id, project_id, category_id) VALUES (704,105,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (705,105,15); INSERT INTO categories_links (id, project_id, category_id) VALUES (706,105,213); INSERT INTO categories_links (id, project_id, category_id) VALUES (707,105,67); INSERT INTO categories_links (id, project_id, category_id) VALUES (708,105,212); INSERT INTO categories_links (id, project_id, category_id) VALUES (709,105,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (710,105,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (711,105,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (712,105,218); INSERT INTO categories_links (id, project_id, category_id) VALUES (713,105,220); INSERT INTO categories_links (id, project_id, category_id) VALUES (714,105,221); INSERT INTO categories_links (id, project_id, category_id) VALUES (715,106,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (716,106,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (717,106,29); INSERT INTO categories_links (id, project_id, category_id) VALUES (718,106,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (719,106,18); INSERT INTO categories_links (id, project_id, category_id) VALUES (720,106,200); INSERT INTO categories_links (id, project_id, category_id) VALUES (721,106,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (722,106,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (723,106,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (724,106,159); INSERT INTO categories_links (id, project_id, category_id) VALUES (725,106,135); INSERT INTO categories_links (id, project_id, category_id) VALUES (726,107,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (727,107,59); INSERT INTO categories_links (id, project_id, category_id) VALUES (728,107,19); INSERT INTO categories_links (id, project_id, category_id) VALUES (729,107,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (730,107,47); INSERT INTO categories_links (id, project_id, category_id) VALUES (731,107,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (732,107,116); INSERT INTO categories_links (id, project_id, category_id) VALUES (733,107,223); INSERT INTO categories_links (id, project_id, category_id) VALUES (734,107,224); INSERT INTO categories_links (id, project_id, category_id) VALUES (735,108,166); INSERT INTO categories_links (id, project_id, category_id) VALUES (736,108,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (737,108,62); INSERT INTO categories_links (id, project_id, category_id) VALUES (738,108,68); INSERT INTO categories_links (id, project_id, category_id) VALUES (739,108,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (740,108,19); INSERT INTO categories_links (id, project_id, category_id) VALUES (741,108,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (742,108,226); INSERT INTO categories_links (id, project_id, category_id) VALUES (743,108,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (744,109,165); INSERT INTO categories_links (id, project_id, category_id) VALUES (745,109,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (746,109,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (747,109,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (748,109,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (749,109,18); INSERT INTO categories_links (id, project_id, category_id) VALUES (750,109,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (751,109,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (752,109,112); INSERT INTO categories_links (id, project_id, category_id) VALUES (753,109,227); INSERT INTO categories_links (id, project_id, category_id) VALUES (764,111,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (765,111,223); INSERT INTO categories_links (id, project_id, category_id) VALUES (766,111,59); INSERT INTO categories_links (id, project_id, category_id) VALUES (767,111,200); INSERT INTO categories_links (id, project_id, category_id) VALUES (768,111,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (769,111,102); INSERT INTO categories_links (id, project_id, category_id) VALUES (770,112,166); INSERT INTO categories_links (id, project_id, category_id) VALUES (771,112,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (772,112,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (773,112,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (774,112,18); INSERT INTO categories_links (id, project_id, category_id) VALUES (775,112,199); INSERT INTO categories_links (id, project_id, category_id) VALUES (776,112,175); INSERT INTO categories_links (id, project_id, category_id) VALUES (777,112,172); INSERT INTO categories_links (id, project_id, category_id) VALUES (778,112,7); INSERT INTO categories_links (id, project_id, category_id) VALUES (779,26,228); INSERT INTO categories_links (id, project_id, category_id) VALUES (780,27,228); INSERT INTO categories_links (id, project_id, category_id) VALUES (781,113,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (782,113,195); INSERT INTO categories_links (id, project_id, category_id) VALUES (783,113,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (784,113,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (785,113,200); INSERT INTO categories_links (id, project_id, category_id) VALUES (786,113,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (787,113,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (788,113,171); INSERT INTO categories_links (id, project_id, category_id) VALUES (789,113,230); INSERT INTO categories_links (id, project_id, category_id) VALUES (790,113,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (791,113,221); INSERT INTO categories_links (id, project_id, category_id) VALUES (792,113,231); INSERT INTO categories_links (id, project_id, category_id) VALUES (793,113,232); INSERT INTO categories_links (id, project_id, category_id) VALUES (794,114,165); INSERT INTO categories_links (id, project_id, category_id) VALUES (795,114,223); INSERT INTO categories_links (id, project_id, category_id) VALUES (796,114,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (797,114,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (798,114,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (799,114,172); INSERT INTO categories_links (id, project_id, category_id) VALUES (800,114,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (801,114,192); INSERT INTO categories_links (id, project_id, category_id) VALUES (802,115,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (803,115,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (804,115,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (805,115,18); INSERT INTO categories_links (id, project_id, category_id) VALUES (806,115,17); INSERT INTO categories_links (id, project_id, category_id) VALUES (807,115,198); INSERT INTO categories_links (id, project_id, category_id) VALUES (808,115,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (809,115,156); INSERT INTO categories_links (id, project_id, category_id) VALUES (810,115,181); INSERT INTO categories_links (id, project_id, category_id) VALUES (811,116,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (812,116,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (813,116,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (814,116,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (815,116,198); INSERT INTO categories_links (id, project_id, category_id) VALUES (816,116,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (817,116,185); INSERT INTO categories_links (id, project_id, category_id) VALUES (818,117,165); INSERT INTO categories_links (id, project_id, category_id) VALUES (819,117,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (820,117,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (821,117,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (822,117,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (823,117,198); INSERT INTO categories_links (id, project_id, category_id) VALUES (824,117,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (825,117,121); INSERT INTO categories_links (id, project_id, category_id) VALUES (826,117,187); INSERT INTO categories_links (id, project_id, category_id) VALUES (827,120,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (828,120,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (829,120,21); INSERT INTO categories_links (id, project_id, category_id) VALUES (830,120,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (831,120,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (832,120,16); INSERT INTO categories_links (id, project_id, category_id) VALUES (833,120,199); INSERT INTO categories_links (id, project_id, category_id) VALUES (834,120,175); INSERT INTO categories_links (id, project_id, category_id) VALUES (835,120,173); INSERT INTO categories_links (id, project_id, category_id) VALUES (836,120,7); INSERT INTO categories_links (id, project_id, category_id) VALUES (837,120,98); INSERT INTO categories_links (id, project_id, category_id) VALUES (838,120,228); INSERT INTO categories_links (id, project_id, category_id) VALUES (839,120,73); INSERT INTO categories_links (id, project_id, category_id) VALUES (840,121,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (841,121,222); INSERT INTO categories_links (id, project_id, category_id) VALUES (842,121,24); INSERT INTO categories_links (id, project_id, category_id) VALUES (843,121,47); INSERT INTO categories_links (id, project_id, category_id) VALUES (844,121,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (845,121,232); INSERT INTO categories_links (id, project_id, category_id) VALUES (846,121,234); INSERT INTO categories_links (id, project_id, category_id) VALUES (847,122,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (848,122,38); INSERT INTO categories_links (id, project_id, category_id) VALUES (849,122,23); INSERT INTO categories_links (id, project_id, category_id) VALUES (850,122,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (851,122,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (852,122,16); INSERT INTO categories_links (id, project_id, category_id) VALUES (853,122,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (854,122,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (855,122,228); INSERT INTO categories_links (id, project_id, category_id) VALUES (856,122,181); INSERT INTO categories_links (id, project_id, category_id) VALUES (857,123,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (858,123,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (859,123,22); INSERT INTO categories_links (id, project_id, category_id) VALUES (860,123,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (861,123,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (862,123,200); INSERT INTO categories_links (id, project_id, category_id) VALUES (863,123,47); INSERT INTO categories_links (id, project_id, category_id) VALUES (864,123,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (865,123,123); INSERT INTO categories_links (id, project_id, category_id) VALUES (866,124,166); INSERT INTO categories_links (id, project_id, category_id) VALUES (867,124,223); INSERT INTO categories_links (id, project_id, category_id) VALUES (868,124,30); INSERT INTO categories_links (id, project_id, category_id) VALUES (869,124,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (870,124,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (871,124,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (872,124,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (873,124,79); INSERT INTO categories_links (id, project_id, category_id) VALUES (874,2,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (875,3,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (876,4,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (877,9,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (878,12,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (879,18,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (880,19,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (881,23,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (882,28,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (883,29,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (884,30,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (885,31,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (886,34,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (887,37,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (888,38,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (889,39,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (890,40,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (891,44,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (892,48,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (893,54,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (894,57,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (895,60,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (896,62,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (897,64,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (898,67,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (899,75,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (900,80,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (901,81,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (902,82,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (903,102,164); INSERT INTO categories_links (id, project_id, category_id) VALUES (904,102,165); INSERT INTO categories_links (id, project_id, category_id) VALUES (905,102,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (906,102,22); INSERT INTO categories_links (id, project_id, category_id) VALUES (907,102,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (908,102,177); INSERT INTO categories_links (id, project_id, category_id) VALUES (909,102,54); INSERT INTO categories_links (id, project_id, category_id) VALUES (910,102,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (911,102,154); INSERT INTO categories_links (id, project_id, category_id) VALUES (912,102,157); INSERT INTO categories_links (id, project_id, category_id) VALUES (913,103,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (914,118,165); INSERT INTO categories_links (id, project_id, category_id) VALUES (915,118,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (916,118,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (917,118,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (918,118,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (919,118,198); INSERT INTO categories_links (id, project_id, category_id) VALUES (920,118,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (921,118,121); INSERT INTO categories_links (id, project_id, category_id) VALUES (922,118,187); INSERT INTO categories_links (id, project_id, category_id) VALUES (923,119,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (924,119,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (925,119,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (926,119,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (927,119,198); INSERT INTO categories_links (id, project_id, category_id) VALUES (928,119,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (929,119,185); INSERT INTO categories_links (id, project_id, category_id) VALUES (930,125,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (931,125,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (932,125,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (933,125,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (934,125,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (935,125,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (936,125,189); INSERT INTO categories_links (id, project_id, category_id) VALUES (937,125,194); INSERT INTO categories_links (id, project_id, category_id) VALUES (938,125,146); INSERT INTO categories_links (id, project_id, category_id) VALUES (939,126,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (940,126,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (941,126,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (942,126,18); INSERT INTO categories_links (id, project_id, category_id) VALUES (943,126,47); INSERT INTO categories_links (id, project_id, category_id) VALUES (944,126,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (945,126,194); INSERT INTO categories_links (id, project_id, category_id) VALUES (946,126,75); INSERT INTO categories_links (id, project_id, category_id) VALUES (947,127,196); INSERT INTO categories_links (id, project_id, category_id) VALUES (948,127,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (949,127,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (950,127,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (951,127,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (952,127,185); INSERT INTO categories_links (id, project_id, category_id) VALUES (953,127,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (954,127,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (955,127,26); INSERT INTO categories_links (id, project_id, category_id) VALUES (956,128,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (957,128,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (958,128,195); INSERT INTO categories_links (id, project_id, category_id) VALUES (959,128,20); INSERT INTO categories_links (id, project_id, category_id) VALUES (960,128,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (961,128,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (962,128,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (963,128,91); INSERT INTO categories_links (id, project_id, category_id) VALUES (964,129,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (965,129,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (966,129,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (967,129,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (968,129,28); INSERT INTO categories_links (id, project_id, category_id) VALUES (969,129,20); INSERT INTO categories_links (id, project_id, category_id) VALUES (970,129,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (971,129,198); INSERT INTO categories_links (id, project_id, category_id) VALUES (972,129,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (973,129,91); INSERT INTO categories_links (id, project_id, category_id) VALUES (974,130,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (975,130,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (976,130,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (977,130,59); INSERT INTO categories_links (id, project_id, category_id) VALUES (978,130,24); INSERT INTO categories_links (id, project_id, category_id) VALUES (979,130,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (980,130,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (981,130,194); INSERT INTO categories_links (id, project_id, category_id) VALUES (982,130,78); INSERT INTO categories_links (id, project_id, category_id) VALUES (983,130,237); INSERT INTO categories_links (id, project_id, category_id) VALUES (984,131,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (985,131,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (986,131,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (987,131,18); INSERT INTO categories_links (id, project_id, category_id) VALUES (988,131,198); INSERT INTO categories_links (id, project_id, category_id) VALUES (989,131,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (990,131,81); INSERT INTO categories_links (id, project_id, category_id) VALUES (991,132,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (992,132,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (993,132,59); INSERT INTO categories_links (id, project_id, category_id) VALUES (994,132,19); INSERT INTO categories_links (id, project_id, category_id) VALUES (995,132,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (996,132,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (997,132,71); INSERT INTO categories_links (id, project_id, category_id) VALUES (998,133,166); INSERT INTO categories_links (id, project_id, category_id) VALUES (999,133,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1000,133,22); INSERT INTO categories_links (id, project_id, category_id) VALUES (1001,133,52); INSERT INTO categories_links (id, project_id, category_id) VALUES (1002,133,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1003,133,154); INSERT INTO categories_links (id, project_id, category_id) VALUES (1004,133,128); INSERT INTO categories_links (id, project_id, category_id) VALUES (1005,133,179); INSERT INTO categories_links (id, project_id, category_id) VALUES (1006,133,238); INSERT INTO categories_links (id, project_id, category_id) VALUES (1007,134,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1008,134,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1009,134,223); INSERT INTO categories_links (id, project_id, category_id) VALUES (1010,134,59); INSERT INTO categories_links (id, project_id, category_id) VALUES (1011,134,19); INSERT INTO categories_links (id, project_id, category_id) VALUES (1012,134,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (1013,134,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1014,134,70); INSERT INTO categories_links (id, project_id, category_id) VALUES (1015,135,4); INSERT INTO categories_links (id, project_id, category_id) VALUES (1016,135,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (1017,135,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (1018,135,23); INSERT INTO categories_links (id, project_id, category_id) VALUES (1019,135,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (1020,135,108); INSERT INTO categories_links (id, project_id, category_id) VALUES (1021,135,192); INSERT INTO categories_links (id, project_id, category_id) VALUES (1022,135,200); INSERT INTO categories_links (id, project_id, category_id) VALUES (1023,136,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1024,136,4); INSERT INTO categories_links (id, project_id, category_id) VALUES (1025,136,23); INSERT INTO categories_links (id, project_id, category_id) VALUES (1026,136,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (1027,136,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (1028,136,200); INSERT INTO categories_links (id, project_id, category_id) VALUES (1029,136,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (1030,136,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (1031,136,192); INSERT INTO categories_links (id, project_id, category_id) VALUES (1032,136,108); INSERT INTO categories_links (id, project_id, category_id) VALUES (1033,137,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1034,137,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1035,137,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1036,137,22); INSERT INTO categories_links (id, project_id, category_id) VALUES (1037,137,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (1038,137,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (1039,137,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (1040,137,100); INSERT INTO categories_links (id, project_id, category_id) VALUES (1041,137,101); INSERT INTO categories_links (id, project_id, category_id) VALUES (1042,137,85); INSERT INTO categories_links (id, project_id, category_id) VALUES (1043,138,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1044,138,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1045,138,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1046,138,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1047,138,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (1048,138,174); INSERT INTO categories_links (id, project_id, category_id) VALUES (1049,138,7); INSERT INTO categories_links (id, project_id, category_id) VALUES (1050,138,235); INSERT INTO categories_links (id, project_id, category_id) VALUES (1051,138,144); INSERT INTO categories_links (id, project_id, category_id) VALUES (1052,138,142); INSERT INTO categories_links (id, project_id, category_id) VALUES (1053,139,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1054,139,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1055,139,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1056,139,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (1057,139,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (1058,139,45); INSERT INTO categories_links (id, project_id, category_id) VALUES (1059,139,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1060,139,155); INSERT INTO categories_links (id, project_id, category_id) VALUES (1061,140,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1062,140,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1063,140,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1064,140,18); INSERT INTO categories_links (id, project_id, category_id) VALUES (1065,140,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1066,140,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1067,140,132); INSERT INTO categories_links (id, project_id, category_id) VALUES (1068,140,127); INSERT INTO categories_links (id, project_id, category_id) VALUES (1069,140,128); INSERT INTO categories_links (id, project_id, category_id) VALUES (1070,141,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1071,141,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1072,141,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1073,141,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1074,141,17); INSERT INTO categories_links (id, project_id, category_id) VALUES (1075,141,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1076,141,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1077,141,130); INSERT INTO categories_links (id, project_id, category_id) VALUES (1078,141,131); INSERT INTO categories_links (id, project_id, category_id) VALUES (1079,142,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1080,142,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1081,142,23); INSERT INTO categories_links (id, project_id, category_id) VALUES (1082,142,25); INSERT INTO categories_links (id, project_id, category_id) VALUES (1083,142,238); INSERT INTO categories_links (id, project_id, category_id) VALUES (1084,142,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1085,142,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1086,142,235); INSERT INTO categories_links (id, project_id, category_id) VALUES (1087,142,130); INSERT INTO categories_links (id, project_id, category_id) VALUES (1088,142,131); INSERT INTO categories_links (id, project_id, category_id) VALUES (1089,143,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1090,143,195); INSERT INTO categories_links (id, project_id, category_id) VALUES (1091,143,22); INSERT INTO categories_links (id, project_id, category_id) VALUES (1092,143,28); INSERT INTO categories_links (id, project_id, category_id) VALUES (1093,143,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (1094,143,20); INSERT INTO categories_links (id, project_id, category_id) VALUES (1095,143,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1096,143,16); INSERT INTO categories_links (id, project_id, category_id) VALUES (1097,143,17); INSERT INTO categories_links (id, project_id, category_id) VALUES (1098,143,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1099,143,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1100,143,98); INSERT INTO categories_links (id, project_id, category_id) VALUES (1101,143,228); INSERT INTO categories_links (id, project_id, category_id) VALUES (1102,143,243); INSERT INTO categories_links (id, project_id, category_id) VALUES (1103,144,166); INSERT INTO categories_links (id, project_id, category_id) VALUES (1104,144,38); INSERT INTO categories_links (id, project_id, category_id) VALUES (1105,144,23); INSERT INTO categories_links (id, project_id, category_id) VALUES (1106,144,25); INSERT INTO categories_links (id, project_id, category_id) VALUES (1107,144,28); INSERT INTO categories_links (id, project_id, category_id) VALUES (1108,144,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (1109,144,20); INSERT INTO categories_links (id, project_id, category_id) VALUES (1110,144,243); INSERT INTO categories_links (id, project_id, category_id) VALUES (1111,144,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1112,144,16); INSERT INTO categories_links (id, project_id, category_id) VALUES (1113,144,17); INSERT INTO categories_links (id, project_id, category_id) VALUES (1114,144,200); INSERT INTO categories_links (id, project_id, category_id) VALUES (1115,144,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (1116,144,175); INSERT INTO categories_links (id, project_id, category_id) VALUES (1117,144,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1118,144,96); INSERT INTO categories_links (id, project_id, category_id) VALUES (1119,144,98); INSERT INTO categories_links (id, project_id, category_id) VALUES (1120,144,228); INSERT INTO categories_links (id, project_id, category_id) VALUES (1121,145,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1122,145,195); INSERT INTO categories_links (id, project_id, category_id) VALUES (1123,145,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1124,145,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1125,145,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1126,145,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1127,145,235); INSERT INTO categories_links (id, project_id, category_id) VALUES (1128,145,156); INSERT INTO categories_links (id, project_id, category_id) VALUES (1129,146,166); INSERT INTO categories_links (id, project_id, category_id) VALUES (1130,146,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1131,146,22); INSERT INTO categories_links (id, project_id, category_id) VALUES (1132,146,238); INSERT INTO categories_links (id, project_id, category_id) VALUES (1133,146,52); INSERT INTO categories_links (id, project_id, category_id) VALUES (1134,146,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (1135,146,154); INSERT INTO categories_links (id, project_id, category_id) VALUES (1136,146,128); INSERT INTO categories_links (id, project_id, category_id) VALUES (1137,146,179); INSERT INTO categories_links (id, project_id, category_id) VALUES (1138,147,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1139,147,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1140,147,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1141,147,35); INSERT INTO categories_links (id, project_id, category_id) VALUES (1142,147,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1143,147,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1144,147,85); INSERT INTO categories_links (id, project_id, category_id) VALUES (1145,148,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1146,148,195); INSERT INTO categories_links (id, project_id, category_id) VALUES (1147,148,30); INSERT INTO categories_links (id, project_id, category_id) VALUES (1148,148,23); INSERT INTO categories_links (id, project_id, category_id) VALUES (1149,148,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1150,148,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1151,148,35); INSERT INTO categories_links (id, project_id, category_id) VALUES (1152,148,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1153,148,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1154,148,116); INSERT INTO categories_links (id, project_id, category_id) VALUES (1155,149,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1156,149,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1157,149,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1158,149,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1159,149,200); INSERT INTO categories_links (id, project_id, category_id) VALUES (1160,149,52); INSERT INTO categories_links (id, project_id, category_id) VALUES (1161,149,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1162,149,155); INSERT INTO categories_links (id, project_id, category_id) VALUES (1163,150,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1164,150,195); INSERT INTO categories_links (id, project_id, category_id) VALUES (1165,150,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1166,150,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1167,150,200); INSERT INTO categories_links (id, project_id, category_id) VALUES (1168,150,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (1169,150,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (1170,150,171); INSERT INTO categories_links (id, project_id, category_id) VALUES (1171,150,230); INSERT INTO categories_links (id, project_id, category_id) VALUES (1172,150,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (1173,150,231); INSERT INTO categories_links (id, project_id, category_id) VALUES (1174,150,232); INSERT INTO categories_links (id, project_id, category_id) VALUES (1175,150,221); INSERT INTO categories_links (id, project_id, category_id) VALUES (1176,151,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1177,151,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1178,151,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1179,151,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1180,151,17); INSERT INTO categories_links (id, project_id, category_id) VALUES (1181,151,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1182,151,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1183,151,235); INSERT INTO categories_links (id, project_id, category_id) VALUES (1184,151,70); INSERT INTO categories_links (id, project_id, category_id) VALUES (1185,152,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1186,152,34); INSERT INTO categories_links (id, project_id, category_id) VALUES (1187,152,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1188,152,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1189,152,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (1190,152,51); INSERT INTO categories_links (id, project_id, category_id) VALUES (1191,152,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1192,152,94); INSERT INTO categories_links (id, project_id, category_id) VALUES (1193,152,98); INSERT INTO categories_links (id, project_id, category_id) VALUES (1194,153,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1195,153,34); INSERT INTO categories_links (id, project_id, category_id) VALUES (1196,153,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1197,153,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1198,153,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (1199,153,51); INSERT INTO categories_links (id, project_id, category_id) VALUES (1200,153,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1201,153,94); INSERT INTO categories_links (id, project_id, category_id) VALUES (1202,153,98); INSERT INTO categories_links (id, project_id, category_id) VALUES (1203,154,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1204,154,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1205,154,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1206,154,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1207,154,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1208,154,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1209,154,93); INSERT INTO categories_links (id, project_id, category_id) VALUES (1210,155,169); INSERT INTO categories_links (id, project_id, category_id) VALUES (1211,155,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1212,155,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1213,155,170); INSERT INTO categories_links (id, project_id, category_id) VALUES (1214,155,174); INSERT INTO categories_links (id, project_id, category_id) VALUES (1215,155,7); INSERT INTO categories_links (id, project_id, category_id) VALUES (1216,155,126); INSERT INTO categories_links (id, project_id, category_id) VALUES (1217,156,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1218,156,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1219,156,59); INSERT INTO categories_links (id, project_id, category_id) VALUES (1220,156,200); INSERT INTO categories_links (id, project_id, category_id) VALUES (1221,156,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (1222,156,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1223,156,128); INSERT INTO categories_links (id, project_id, category_id) VALUES (1224,156,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1225,156,171); INSERT INTO categories_links (id, project_id, category_id) VALUES (1226,156,245); INSERT INTO categories_links (id, project_id, category_id) VALUES (1227,156,246); INSERT INTO categories_links (id, project_id, category_id) VALUES (1228,157,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1229,157,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1230,157,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1231,157,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1232,157,47); INSERT INTO categories_links (id, project_id, category_id) VALUES (1233,157,171); INSERT INTO categories_links (id, project_id, category_id) VALUES (1234,157,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1235,157,94); INSERT INTO categories_links (id, project_id, category_id) VALUES (1236,157,98); INSERT INTO categories_links (id, project_id, category_id) VALUES (1237,157,120); INSERT INTO categories_links (id, project_id, category_id) VALUES (1238,157,119); INSERT INTO categories_links (id, project_id, category_id) VALUES (1239,158,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1240,158,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1241,158,23); INSERT INTO categories_links (id, project_id, category_id) VALUES (1242,158,25); INSERT INTO categories_links (id, project_id, category_id) VALUES (1243,158,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1244,158,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (1245,158,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1246,158,128); INSERT INTO categories_links (id, project_id, category_id) VALUES (1247,158,247); INSERT INTO categories_links (id, project_id, category_id) VALUES (1248,159,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1249,159,196); INSERT INTO categories_links (id, project_id, category_id) VALUES (1250,159,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (1251,159,40); INSERT INTO categories_links (id, project_id, category_id) VALUES (1252,159,20); INSERT INTO categories_links (id, project_id, category_id) VALUES (1253,159,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1254,159,35); INSERT INTO categories_links (id, project_id, category_id) VALUES (1255,159,17); INSERT INTO categories_links (id, project_id, category_id) VALUES (1256,159,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (1257,159,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1258,159,121); INSERT INTO categories_links (id, project_id, category_id) VALUES (1259,159,248); INSERT INTO categories_links (id, project_id, category_id) VALUES (1260,160,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1261,160,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1262,160,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1263,160,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1264,160,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (1265,160,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1266,160,93); INSERT INTO categories_links (id, project_id, category_id) VALUES (1267,160,72); INSERT INTO categories_links (id, project_id, category_id) VALUES (1268,161,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1269,161,223); INSERT INTO categories_links (id, project_id, category_id) VALUES (1270,161,234); INSERT INTO categories_links (id, project_id, category_id) VALUES (1271,161,19); INSERT INTO categories_links (id, project_id, category_id) VALUES (1272,161,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (1273,161,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1274,161,111); INSERT INTO categories_links (id, project_id, category_id) VALUES (1275,161,115); INSERT INTO categories_links (id, project_id, category_id) VALUES (1276,161,128); INSERT INTO categories_links (id, project_id, category_id) VALUES (1277,162,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1278,162,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1279,162,22); INSERT INTO categories_links (id, project_id, category_id) VALUES (1280,162,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (1281,162,200); INSERT INTO categories_links (id, project_id, category_id) VALUES (1282,162,171); INSERT INTO categories_links (id, project_id, category_id) VALUES (1283,162,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1284,162,235); INSERT INTO categories_links (id, project_id, category_id) VALUES (1285,162,99); INSERT INTO categories_links (id, project_id, category_id) VALUES (1286,163,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1287,163,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1288,163,22); INSERT INTO categories_links (id, project_id, category_id) VALUES (1289,163,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (1290,163,200); INSERT INTO categories_links (id, project_id, category_id) VALUES (1291,163,171); INSERT INTO categories_links (id, project_id, category_id) VALUES (1292,163,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1293,163,235); INSERT INTO categories_links (id, project_id, category_id) VALUES (1294,163,99); INSERT INTO categories_links (id, project_id, category_id) VALUES (1295,164,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1296,164,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1297,164,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1298,164,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1299,164,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1300,164,17); INSERT INTO categories_links (id, project_id, category_id) VALUES (1301,164,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (1302,164,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1303,164,232); INSERT INTO categories_links (id, project_id, category_id) VALUES (1304,164,146); INSERT INTO categories_links (id, project_id, category_id) VALUES (1305,165,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1306,165,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1307,165,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1308,165,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1309,165,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1310,165,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1311,165,194); INSERT INTO categories_links (id, project_id, category_id) VALUES (1312,166,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1313,166,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1314,166,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1315,166,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1316,166,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1317,166,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1318,166,194); INSERT INTO categories_links (id, project_id, category_id) VALUES (1319,167,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1320,167,29); INSERT INTO categories_links (id, project_id, category_id) VALUES (1321,167,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1322,167,18); INSERT INTO categories_links (id, project_id, category_id) VALUES (1323,167,200); INSERT INTO categories_links (id, project_id, category_id) VALUES (1324,167,170); INSERT INTO categories_links (id, project_id, category_id) VALUES (1325,167,198); INSERT INTO categories_links (id, project_id, category_id) VALUES (1326,167,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1327,167,228); INSERT INTO categories_links (id, project_id, category_id) VALUES (1328,167,106); INSERT INTO categories_links (id, project_id, category_id) VALUES (1329,168,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1330,168,38); INSERT INTO categories_links (id, project_id, category_id) VALUES (1331,168,23); INSERT INTO categories_links (id, project_id, category_id) VALUES (1332,168,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1333,168,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1334,168,16); INSERT INTO categories_links (id, project_id, category_id) VALUES (1335,168,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (1336,168,199); INSERT INTO categories_links (id, project_id, category_id) VALUES (1337,168,7); INSERT INTO categories_links (id, project_id, category_id) VALUES (1338,168,228); INSERT INTO categories_links (id, project_id, category_id) VALUES (1339,168,181); INSERT INTO categories_links (id, project_id, category_id) VALUES (1340,169,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1341,169,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1342,169,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1343,169,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1344,169,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1345,169,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1346,169,142); INSERT INTO categories_links (id, project_id, category_id) VALUES (1347,169,141); INSERT INTO categories_links (id, project_id, category_id) VALUES (1348,169,143); INSERT INTO categories_links (id, project_id, category_id) VALUES (1349,169,139); INSERT INTO categories_links (id, project_id, category_id) VALUES (1350,170,164); INSERT INTO categories_links (id, project_id, category_id) VALUES (1351,170,4); INSERT INTO categories_links (id, project_id, category_id) VALUES (1352,170,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1353,170,229); INSERT INTO categories_links (id, project_id, category_id) VALUES (1354,170,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (1355,170,175); INSERT INTO categories_links (id, project_id, category_id) VALUES (1356,170,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1357,170,94); INSERT INTO categories_links (id, project_id, category_id) VALUES (1358,170,98); INSERT INTO categories_links (id, project_id, category_id) VALUES (1359,171,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1360,171,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1361,171,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1362,171,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1363,171,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1364,171,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1365,171,121); INSERT INTO categories_links (id, project_id, category_id) VALUES (1366,172,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1367,172,34); INSERT INTO categories_links (id, project_id, category_id) VALUES (1368,172,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1369,172,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1370,172,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (1371,172,51); INSERT INTO categories_links (id, project_id, category_id) VALUES (1372,172,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (1373,172,94); INSERT INTO categories_links (id, project_id, category_id) VALUES (1374,172,98); INSERT INTO categories_links (id, project_id, category_id) VALUES (1375,173,166); INSERT INTO categories_links (id, project_id, category_id) VALUES (1376,173,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1377,173,28); INSERT INTO categories_links (id, project_id, category_id) VALUES (1378,173,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (1379,173,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1380,173,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (1381,173,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1382,173,75); INSERT INTO categories_links (id, project_id, category_id) VALUES (1383,173,187); INSERT INTO categories_links (id, project_id, category_id) VALUES (1384,174,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1385,174,195); INSERT INTO categories_links (id, project_id, category_id) VALUES (1386,174,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1387,174,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1388,174,198); INSERT INTO categories_links (id, project_id, category_id) VALUES (1389,174,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1390,174,127); INSERT INTO categories_links (id, project_id, category_id) VALUES (1391,175,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1392,175,217); INSERT INTO categories_links (id, project_id, category_id) VALUES (1393,175,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1394,175,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1395,175,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (1396,175,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1397,175,95); INSERT INTO categories_links (id, project_id, category_id) VALUES (1398,176,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1399,176,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1400,176,222); INSERT INTO categories_links (id, project_id, category_id) VALUES (1401,176,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1402,176,18); INSERT INTO categories_links (id, project_id, category_id) VALUES (1403,176,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1404,176,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1405,176,106); INSERT INTO categories_links (id, project_id, category_id) VALUES (1406,176,128); INSERT INTO categories_links (id, project_id, category_id) VALUES (1407,177,166); INSERT INTO categories_links (id, project_id, category_id) VALUES (1408,177,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1409,177,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1410,177,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1411,177,177); INSERT INTO categories_links (id, project_id, category_id) VALUES (1412,177,247); INSERT INTO categories_links (id, project_id, category_id) VALUES (1413,177,173); INSERT INTO categories_links (id, project_id, category_id) VALUES (1414,177,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1415,177,194); INSERT INTO categories_links (id, project_id, category_id) VALUES (1416,178,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1417,178,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1418,178,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1419,178,35); INSERT INTO categories_links (id, project_id, category_id) VALUES (1420,178,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1421,178,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1422,178,85); INSERT INTO categories_links (id, project_id, category_id) VALUES (1423,179,166); INSERT INTO categories_links (id, project_id, category_id) VALUES (1424,179,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1425,179,204); INSERT INTO categories_links (id, project_id, category_id) VALUES (1426,179,39); INSERT INTO categories_links (id, project_id, category_id) VALUES (1427,179,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1428,179,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1429,179,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (1430,179,80); INSERT INTO categories_links (id, project_id, category_id) VALUES (1431,179,162); INSERT INTO categories_links (id, project_id, category_id) VALUES (1432,179,145); INSERT INTO categories_links (id, project_id, category_id) VALUES (1433,180,166); INSERT INTO categories_links (id, project_id, category_id) VALUES (1434,180,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1435,180,234); INSERT INTO categories_links (id, project_id, category_id) VALUES (1436,180,16); INSERT INTO categories_links (id, project_id, category_id) VALUES (1437,180,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (1438,180,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1439,180,231); INSERT INTO categories_links (id, project_id, category_id) VALUES (1440,180,128); INSERT INTO categories_links (id, project_id, category_id) VALUES (1441,181,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1442,181,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1443,181,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1444,181,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1445,181,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1446,181,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1447,181,121); INSERT INTO categories_links (id, project_id, category_id) VALUES (1448,182,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1449,182,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1450,182,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1451,182,18); INSERT INTO categories_links (id, project_id, category_id) VALUES (1452,182,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (1453,182,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1454,182,86); INSERT INTO categories_links (id, project_id, category_id) VALUES (1455,182,235); INSERT INTO categories_links (id, project_id, category_id) VALUES (1456,182,135); INSERT INTO categories_links (id, project_id, category_id) VALUES (1457,183,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1458,183,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1459,183,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1460,183,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (1461,183,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (1462,183,191); INSERT INTO categories_links (id, project_id, category_id) VALUES (1463,184,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1464,184,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1465,184,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1466,184,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1467,184,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (1468,184,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1469,184,125); INSERT INTO categories_links (id, project_id, category_id) VALUES (1470,184,145); INSERT INTO categories_links (id, project_id, category_id) VALUES (1471,184,146); INSERT INTO categories_links (id, project_id, category_id) VALUES (1472,185,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1473,185,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1474,185,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1475,185,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1476,185,198); INSERT INTO categories_links (id, project_id, category_id) VALUES (1477,185,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1478,185,185); INSERT INTO categories_links (id, project_id, category_id) VALUES (1479,186,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1480,186,222); INSERT INTO categories_links (id, project_id, category_id) VALUES (1481,186,234); INSERT INTO categories_links (id, project_id, category_id) VALUES (1482,186,24); INSERT INTO categories_links (id, project_id, category_id) VALUES (1483,186,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (1484,186,232); INSERT INTO categories_links (id, project_id, category_id) VALUES (1485,187,165); INSERT INTO categories_links (id, project_id, category_id) VALUES (1486,187,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1487,187,59); INSERT INTO categories_links (id, project_id, category_id) VALUES (1488,187,24); INSERT INTO categories_links (id, project_id, category_id) VALUES (1489,187,51); INSERT INTO categories_links (id, project_id, category_id) VALUES (1490,187,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (1491,187,194); INSERT INTO categories_links (id, project_id, category_id) VALUES (1492,187,128); INSERT INTO categories_links (id, project_id, category_id) VALUES (1493,187,78); INSERT INTO categories_links (id, project_id, category_id) VALUES (1494,188,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1495,188,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1496,188,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1497,188,35); INSERT INTO categories_links (id, project_id, category_id) VALUES (1498,188,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (1499,188,85); INSERT INTO categories_links (id, project_id, category_id) VALUES (1500,189,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1501,189,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1502,189,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1503,189,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1504,189,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1505,189,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1506,189,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1507,189,141); INSERT INTO categories_links (id, project_id, category_id) VALUES (1508,190,166); INSERT INTO categories_links (id, project_id, category_id) VALUES (1509,190,223); INSERT INTO categories_links (id, project_id, category_id) VALUES (1510,190,30); INSERT INTO categories_links (id, project_id, category_id) VALUES (1511,190,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1512,190,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (1513,190,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1514,190,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (1515,190,79); INSERT INTO categories_links (id, project_id, category_id) VALUES (1516,191,165); INSERT INTO categories_links (id, project_id, category_id) VALUES (1517,191,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1518,191,59); INSERT INTO categories_links (id, project_id, category_id) VALUES (1519,191,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (1520,191,19); INSERT INTO categories_links (id, project_id, category_id) VALUES (1521,191,237); INSERT INTO categories_links (id, project_id, category_id) VALUES (1522,191,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1523,191,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1524,191,157); INSERT INTO categories_links (id, project_id, category_id) VALUES (1525,191,128); INSERT INTO categories_links (id, project_id, category_id) VALUES (1526,192,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1527,192,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1528,192,58); INSERT INTO categories_links (id, project_id, category_id) VALUES (1529,192,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (1530,192,20); INSERT INTO categories_links (id, project_id, category_id) VALUES (1531,192,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1532,192,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1533,192,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1534,192,100); INSERT INTO categories_links (id, project_id, category_id) VALUES (1535,192,125); INSERT INTO categories_links (id, project_id, category_id) VALUES (1536,193,169); INSERT INTO categories_links (id, project_id, category_id) VALUES (1537,193,195); INSERT INTO categories_links (id, project_id, category_id) VALUES (1538,193,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1539,193,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (1540,193,199); INSERT INTO categories_links (id, project_id, category_id) VALUES (1541,193,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1542,193,98); INSERT INTO categories_links (id, project_id, category_id) VALUES (1543,194,165); INSERT INTO categories_links (id, project_id, category_id) VALUES (1544,194,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1545,194,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1546,194,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1547,194,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (1548,194,18); INSERT INTO categories_links (id, project_id, category_id) VALUES (1549,194,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (1550,194,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (1551,194,112); INSERT INTO categories_links (id, project_id, category_id) VALUES (1552,194,227); INSERT INTO categories_links (id, project_id, category_id) VALUES (1553,195,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1554,195,195); INSERT INTO categories_links (id, project_id, category_id) VALUES (1555,195,22); INSERT INTO categories_links (id, project_id, category_id) VALUES (1556,195,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1557,195,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (1558,195,199); INSERT INTO categories_links (id, project_id, category_id) VALUES (1559,195,175); INSERT INTO categories_links (id, project_id, category_id) VALUES (1560,195,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1561,195,135); INSERT INTO categories_links (id, project_id, category_id) VALUES (1562,195,141); INSERT INTO categories_links (id, project_id, category_id) VALUES (1563,196,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1564,196,217); INSERT INTO categories_links (id, project_id, category_id) VALUES (1565,196,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1566,196,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1567,196,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (1568,196,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1569,196,95); INSERT INTO categories_links (id, project_id, category_id) VALUES (1570,197,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1571,197,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1572,197,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1573,197,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1574,197,175); INSERT INTO categories_links (id, project_id, category_id) VALUES (1575,197,7); INSERT INTO categories_links (id, project_id, category_id) VALUES (1576,197,125); INSERT INTO categories_links (id, project_id, category_id) VALUES (1577,197,140); INSERT INTO categories_links (id, project_id, category_id) VALUES (1578,197,143); INSERT INTO categories_links (id, project_id, category_id) VALUES (1579,198,33); INSERT INTO categories_links (id, project_id, category_id) VALUES (1580,198,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1581,198,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1582,198,190); INSERT INTO categories_links (id, project_id, category_id) VALUES (1583,199,166); INSERT INTO categories_links (id, project_id, category_id) VALUES (1584,199,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1585,199,36); INSERT INTO categories_links (id, project_id, category_id) VALUES (1586,199,22); INSERT INTO categories_links (id, project_id, category_id) VALUES (1587,199,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (1588,199,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (1589,199,54); INSERT INTO categories_links (id, project_id, category_id) VALUES (1590,199,201); INSERT INTO categories_links (id, project_id, category_id) VALUES (1591,199,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1592,199,113); INSERT INTO categories_links (id, project_id, category_id) VALUES (1593,199,112); INSERT INTO categories_links (id, project_id, category_id) VALUES (1594,199,109); INSERT INTO categories_links (id, project_id, category_id) VALUES (1595,200,164); INSERT INTO categories_links (id, project_id, category_id) VALUES (1596,200,4); INSERT INTO categories_links (id, project_id, category_id) VALUES (1597,200,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1598,200,229); INSERT INTO categories_links (id, project_id, category_id) VALUES (1599,200,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (1600,200,175); INSERT INTO categories_links (id, project_id, category_id) VALUES (1601,200,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1602,200,94); INSERT INTO categories_links (id, project_id, category_id) VALUES (1603,200,98); INSERT INTO categories_links (id, project_id, category_id) VALUES (1604,201,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1605,201,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1606,201,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (1607,201,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1608,201,171); INSERT INTO categories_links (id, project_id, category_id) VALUES (1609,201,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1610,201,161); INSERT INTO categories_links (id, project_id, category_id) VALUES (1611,201,146); INSERT INTO categories_links (id, project_id, category_id) VALUES (1612,202,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1613,202,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1614,202,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1615,202,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1616,202,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (1617,202,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1618,202,235); INSERT INTO categories_links (id, project_id, category_id) VALUES (1619,202,161); INSERT INTO categories_links (id, project_id, category_id) VALUES (1620,203,166); INSERT INTO categories_links (id, project_id, category_id) VALUES (1621,203,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1622,203,4); INSERT INTO categories_links (id, project_id, category_id) VALUES (1623,203,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1624,203,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (1625,203,202); INSERT INTO categories_links (id, project_id, category_id) VALUES (1626,203,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1627,203,237); INSERT INTO categories_links (id, project_id, category_id) VALUES (1628,203,47); INSERT INTO categories_links (id, project_id, category_id) VALUES (1629,203,201); INSERT INTO categories_links (id, project_id, category_id) VALUES (1630,203,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1631,203,146); INSERT INTO categories_links (id, project_id, category_id) VALUES (1632,204,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1633,204,195); INSERT INTO categories_links (id, project_id, category_id) VALUES (1634,204,30); INSERT INTO categories_links (id, project_id, category_id) VALUES (1635,204,23); INSERT INTO categories_links (id, project_id, category_id) VALUES (1636,204,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1637,204,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1638,204,35); INSERT INTO categories_links (id, project_id, category_id) VALUES (1639,204,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1640,204,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (1641,204,116); INSERT INTO categories_links (id, project_id, category_id) VALUES (1642,205,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1643,205,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1644,205,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (1645,205,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1646,205,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1647,205,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1648,205,183); INSERT INTO categories_links (id, project_id, category_id) VALUES (1649,206,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1650,206,195); INSERT INTO categories_links (id, project_id, category_id) VALUES (1651,206,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1652,206,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1653,206,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1654,206,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1655,206,98); INSERT INTO categories_links (id, project_id, category_id) VALUES (1656,207,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1657,207,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1658,207,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1659,207,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1660,207,16); INSERT INTO categories_links (id, project_id, category_id) VALUES (1661,207,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (1662,207,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1663,207,129); INSERT INTO categories_links (id, project_id, category_id) VALUES (1664,208,164); INSERT INTO categories_links (id, project_id, category_id) VALUES (1665,208,222); INSERT INTO categories_links (id, project_id, category_id) VALUES (1666,208,62); INSERT INTO categories_links (id, project_id, category_id) VALUES (1667,208,39); INSERT INTO categories_links (id, project_id, category_id) VALUES (1668,208,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1669,208,45); INSERT INTO categories_links (id, project_id, category_id) VALUES (1670,208,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1671,208,74); INSERT INTO categories_links (id, project_id, category_id) VALUES (1672,208,75); INSERT INTO categories_links (id, project_id, category_id) VALUES (1673,209,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1674,209,4); INSERT INTO categories_links (id, project_id, category_id) VALUES (1675,209,59); INSERT INTO categories_links (id, project_id, category_id) VALUES (1676,209,19); INSERT INTO categories_links (id, project_id, category_id) VALUES (1677,209,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (1678,209,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1679,209,71); INSERT INTO categories_links (id, project_id, category_id) VALUES (1680,209,98); INSERT INTO categories_links (id, project_id, category_id) VALUES (1681,210,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1682,210,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1683,210,22); INSERT INTO categories_links (id, project_id, category_id) VALUES (1684,210,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (1685,210,200); INSERT INTO categories_links (id, project_id, category_id) VALUES (1686,210,171); INSERT INTO categories_links (id, project_id, category_id) VALUES (1687,210,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (1688,210,235); INSERT INTO categories_links (id, project_id, category_id) VALUES (1689,210,99); INSERT INTO categories_links (id, project_id, category_id) VALUES (1690,211,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1691,211,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1692,211,21); INSERT INTO categories_links (id, project_id, category_id) VALUES (1693,211,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1694,211,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1695,211,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1696,211,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1697,211,110); INSERT INTO categories_links (id, project_id, category_id) VALUES (1698,211,109); INSERT INTO categories_links (id, project_id, category_id) VALUES (1699,211,114); INSERT INTO categories_links (id, project_id, category_id) VALUES (1700,212,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1701,212,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1702,212,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1703,212,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1704,212,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1705,212,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1706,212,109); INSERT INTO categories_links (id, project_id, category_id) VALUES (1707,213,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1708,213,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1709,213,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1710,213,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1711,213,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1712,213,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1713,213,72); INSERT INTO categories_links (id, project_id, category_id) VALUES (1714,213,76); INSERT INTO categories_links (id, project_id, category_id) VALUES (1715,214,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1716,214,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1717,214,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1718,214,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1719,214,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1720,214,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1721,214,72); INSERT INTO categories_links (id, project_id, category_id) VALUES (1722,215,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1723,215,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1724,215,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1725,215,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1726,215,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1727,215,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1728,215,181); INSERT INTO categories_links (id, project_id, category_id) VALUES (1729,216,166); INSERT INTO categories_links (id, project_id, category_id) VALUES (1730,216,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1731,216,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1732,216,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1733,216,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1734,216,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1735,216,126); INSERT INTO categories_links (id, project_id, category_id) VALUES (1736,217,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1737,217,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1738,217,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1739,217,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1740,217,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1741,217,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1742,217,192); INSERT INTO categories_links (id, project_id, category_id) VALUES (1743,218,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1744,218,195); INSERT INTO categories_links (id, project_id, category_id) VALUES (1745,218,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (1746,218,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1747,218,17); INSERT INTO categories_links (id, project_id, category_id) VALUES (1748,218,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1749,218,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1750,218,189); INSERT INTO categories_links (id, project_id, category_id) VALUES (1751,218,194); INSERT INTO categories_links (id, project_id, category_id) VALUES (1752,219,166); INSERT INTO categories_links (id, project_id, category_id) VALUES (1753,219,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1754,219,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1755,219,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (1756,219,50); INSERT INTO categories_links (id, project_id, category_id) VALUES (1757,219,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1758,219,235); INSERT INTO categories_links (id, project_id, category_id) VALUES (1759,219,93); INSERT INTO categories_links (id, project_id, category_id) VALUES (1760,219,140); INSERT INTO categories_links (id, project_id, category_id) VALUES (1761,219,142); INSERT INTO categories_links (id, project_id, category_id) VALUES (1762,219,143); INSERT INTO categories_links (id, project_id, category_id) VALUES (1763,220,164); INSERT INTO categories_links (id, project_id, category_id) VALUES (1764,220,222); INSERT INTO categories_links (id, project_id, category_id) VALUES (1765,220,59); INSERT INTO categories_links (id, project_id, category_id) VALUES (1766,220,19); INSERT INTO categories_links (id, project_id, category_id) VALUES (1767,220,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1768,220,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1769,220,111); INSERT INTO categories_links (id, project_id, category_id) VALUES (1770,220,115); INSERT INTO categories_links (id, project_id, category_id) VALUES (1771,221,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1772,221,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1773,221,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1774,221,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1775,221,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1776,221,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1777,221,149); INSERT INTO categories_links (id, project_id, category_id) VALUES (1778,221,144); INSERT INTO categories_links (id, project_id, category_id) VALUES (1779,221,139); INSERT INTO categories_links (id, project_id, category_id) VALUES (1780,222,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1781,222,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1782,222,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (1783,222,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1784,222,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (1785,222,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1786,222,71); INSERT INTO categories_links (id, project_id, category_id) VALUES (1787,223,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1788,223,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1789,223,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1790,223,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1791,223,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1792,223,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1793,223,235); INSERT INTO categories_links (id, project_id, category_id) VALUES (1794,223,110); INSERT INTO categories_links (id, project_id, category_id) VALUES (1795,223,114); INSERT INTO categories_links (id, project_id, category_id) VALUES (1796,224,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1797,224,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1798,224,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1799,224,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (1800,224,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (1801,224,45); INSERT INTO categories_links (id, project_id, category_id) VALUES (1802,224,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1803,224,155); INSERT INTO categories_links (id, project_id, category_id) VALUES (1804,225,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1805,225,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1806,225,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1807,225,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1808,225,198); INSERT INTO categories_links (id, project_id, category_id) VALUES (1809,225,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1810,225,185); INSERT INTO categories_links (id, project_id, category_id) VALUES (1811,226,195); INSERT INTO categories_links (id, project_id, category_id) VALUES (1812,226,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1813,226,18); INSERT INTO categories_links (id, project_id, category_id) VALUES (1814,226,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (1815,226,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (1816,226,81); INSERT INTO categories_links (id, project_id, category_id) VALUES (1817,46,164); INSERT INTO categories_links (id, project_id, category_id) VALUES (1818,227,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1819,227,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1820,227,23); INSERT INTO categories_links (id, project_id, category_id) VALUES (1821,227,25); INSERT INTO categories_links (id, project_id, category_id) VALUES (1822,227,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (1823,227,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (1824,227,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (1825,227,140); INSERT INTO categories_links (id, project_id, category_id) VALUES (1826,227,141); INSERT INTO categories_links (id, project_id, category_id) VALUES (1827,228,166); INSERT INTO categories_links (id, project_id, category_id) VALUES (1828,228,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1829,228,23); INSERT INTO categories_links (id, project_id, category_id) VALUES (1830,228,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (1831,228,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (1832,228,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (1833,228,107); INSERT INTO categories_links (id, project_id, category_id) VALUES (1834,229,169); INSERT INTO categories_links (id, project_id, category_id) VALUES (1835,229,4); INSERT INTO categories_links (id, project_id, category_id) VALUES (1836,229,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1837,229,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (1838,229,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (1839,229,54); INSERT INTO categories_links (id, project_id, category_id) VALUES (1840,229,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1841,229,91); INSERT INTO categories_links (id, project_id, category_id) VALUES (1842,230,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1843,230,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1844,230,37); INSERT INTO categories_links (id, project_id, category_id) VALUES (1845,230,205); INSERT INTO categories_links (id, project_id, category_id) VALUES (1846,230,25); INSERT INTO categories_links (id, project_id, category_id) VALUES (1847,230,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1848,230,31); INSERT INTO categories_links (id, project_id, category_id) VALUES (1849,230,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1850,230,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (1851,230,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (1852,230,189); INSERT INTO categories_links (id, project_id, category_id) VALUES (1853,230,194); INSERT INTO categories_links (id, project_id, category_id) VALUES (1854,230,193); INSERT INTO categories_links (id, project_id, category_id) VALUES (1855,231,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1856,231,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1857,231,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1858,231,18); INSERT INTO categories_links (id, project_id, category_id) VALUES (1859,231,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1860,231,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1861,231,140); INSERT INTO categories_links (id, project_id, category_id) VALUES (1862,232,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1863,232,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1864,232,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1865,232,18); INSERT INTO categories_links (id, project_id, category_id) VALUES (1866,232,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1867,232,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (1868,232,140); INSERT INTO categories_links (id, project_id, category_id) VALUES (1869,233,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1870,233,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1871,233,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1872,233,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1873,233,17); INSERT INTO categories_links (id, project_id, category_id) VALUES (1874,233,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1875,233,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1876,233,161); INSERT INTO categories_links (id, project_id, category_id) VALUES (1877,233,146); INSERT INTO categories_links (id, project_id, category_id) VALUES (1878,234,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1879,234,4); INSERT INTO categories_links (id, project_id, category_id) VALUES (1880,234,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1881,234,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (1882,234,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1883,234,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1884,234,90); INSERT INTO categories_links (id, project_id, category_id) VALUES (1885,234,94); INSERT INTO categories_links (id, project_id, category_id) VALUES (1886,235,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1887,235,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1888,235,4); INSERT INTO categories_links (id, project_id, category_id) VALUES (1889,235,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1890,235,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1891,235,18); INSERT INTO categories_links (id, project_id, category_id) VALUES (1892,235,17); INSERT INTO categories_links (id, project_id, category_id) VALUES (1893,235,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1894,235,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (1895,235,192); INSERT INTO categories_links (id, project_id, category_id) VALUES (1896,235,116); INSERT INTO categories_links (id, project_id, category_id) VALUES (1897,236,169); INSERT INTO categories_links (id, project_id, category_id) VALUES (1898,236,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1899,236,59); INSERT INTO categories_links (id, project_id, category_id) VALUES (1900,236,24); INSERT INTO categories_links (id, project_id, category_id) VALUES (1901,236,200); INSERT INTO categories_links (id, project_id, category_id) VALUES (1902,236,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (1903,236,86); INSERT INTO categories_links (id, project_id, category_id) VALUES (1904,236,100); INSERT INTO categories_links (id, project_id, category_id) VALUES (1905,237,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1906,237,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1907,237,28); INSERT INTO categories_links (id, project_id, category_id) VALUES (1908,237,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (1909,237,20); INSERT INTO categories_links (id, project_id, category_id) VALUES (1910,237,18); INSERT INTO categories_links (id, project_id, category_id) VALUES (1911,237,17); INSERT INTO categories_links (id, project_id, category_id) VALUES (1912,237,175); INSERT INTO categories_links (id, project_id, category_id) VALUES (1913,237,7); INSERT INTO categories_links (id, project_id, category_id) VALUES (1914,237,83); INSERT INTO categories_links (id, project_id, category_id) VALUES (1915,237,151); INSERT INTO categories_links (id, project_id, category_id) VALUES (1916,237,147); INSERT INTO categories_links (id, project_id, category_id) VALUES (1917,238,165); INSERT INTO categories_links (id, project_id, category_id) VALUES (1918,238,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1919,238,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1920,238,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1921,238,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (1922,238,198); INSERT INTO categories_links (id, project_id, category_id) VALUES (1923,238,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1924,238,121); INSERT INTO categories_links (id, project_id, category_id) VALUES (1925,238,187); INSERT INTO categories_links (id, project_id, category_id) VALUES (1926,239,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1927,239,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1928,239,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1929,239,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1930,239,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1931,239,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (1932,239,141); INSERT INTO categories_links (id, project_id, category_id) VALUES (1933,239,143); INSERT INTO categories_links (id, project_id, category_id) VALUES (1934,239,139); INSERT INTO categories_links (id, project_id, category_id) VALUES (1935,240,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1936,240,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1937,240,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1938,240,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1939,240,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (1940,240,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1941,240,86); INSERT INTO categories_links (id, project_id, category_id) VALUES (1942,240,235); INSERT INTO categories_links (id, project_id, category_id) VALUES (1943,241,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1944,241,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1945,241,30); INSERT INTO categories_links (id, project_id, category_id) VALUES (1946,241,22); INSERT INTO categories_links (id, project_id, category_id) VALUES (1947,241,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1948,241,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1949,241,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (1950,241,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1951,241,100); INSERT INTO categories_links (id, project_id, category_id) VALUES (1952,241,76); INSERT INTO categories_links (id, project_id, category_id) VALUES (1953,242,166); INSERT INTO categories_links (id, project_id, category_id) VALUES (1954,242,4); INSERT INTO categories_links (id, project_id, category_id) VALUES (1955,242,37); INSERT INTO categories_links (id, project_id, category_id) VALUES (1956,242,22); INSERT INTO categories_links (id, project_id, category_id) VALUES (1957,242,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1958,242,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (1959,242,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (1960,242,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1961,242,98); INSERT INTO categories_links (id, project_id, category_id) VALUES (1962,242,85); INSERT INTO categories_links (id, project_id, category_id) VALUES (1963,242,78); INSERT INTO categories_links (id, project_id, category_id) VALUES (1964,243,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1965,243,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (1966,243,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (1967,243,59); INSERT INTO categories_links (id, project_id, category_id) VALUES (1968,243,245); INSERT INTO categories_links (id, project_id, category_id) VALUES (1969,243,246); INSERT INTO categories_links (id, project_id, category_id) VALUES (1970,243,200); INSERT INTO categories_links (id, project_id, category_id) VALUES (1971,243,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (1972,243,171); INSERT INTO categories_links (id, project_id, category_id) VALUES (1973,243,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (1974,243,128); INSERT INTO categories_links (id, project_id, category_id) VALUES (1975,244,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1976,244,38); INSERT INTO categories_links (id, project_id, category_id) VALUES (1977,244,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1978,244,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1979,244,48); INSERT INTO categories_links (id, project_id, category_id) VALUES (1980,244,47); INSERT INTO categories_links (id, project_id, category_id) VALUES (1981,244,50); INSERT INTO categories_links (id, project_id, category_id) VALUES (1982,244,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1983,244,144); INSERT INTO categories_links (id, project_id, category_id) VALUES (1984,244,135); INSERT INTO categories_links (id, project_id, category_id) VALUES (1985,245,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1986,245,217); INSERT INTO categories_links (id, project_id, category_id) VALUES (1987,245,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1988,245,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1989,245,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (1990,245,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (1991,245,95); INSERT INTO categories_links (id, project_id, category_id) VALUES (1992,246,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (1993,246,38); INSERT INTO categories_links (id, project_id, category_id) VALUES (1994,246,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (1995,246,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (1996,246,48); INSERT INTO categories_links (id, project_id, category_id) VALUES (1997,246,47); INSERT INTO categories_links (id, project_id, category_id) VALUES (1998,246,50); INSERT INTO categories_links (id, project_id, category_id) VALUES (1999,246,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2000,246,144); INSERT INTO categories_links (id, project_id, category_id) VALUES (2001,246,135); INSERT INTO categories_links (id, project_id, category_id) VALUES (2002,247,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (2003,247,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2004,247,59); INSERT INTO categories_links (id, project_id, category_id) VALUES (2005,247,246); INSERT INTO categories_links (id, project_id, category_id) VALUES (2006,247,24); INSERT INTO categories_links (id, project_id, category_id) VALUES (2007,247,47); INSERT INTO categories_links (id, project_id, category_id) VALUES (2008,247,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2009,247,156); INSERT INTO categories_links (id, project_id, category_id) VALUES (2010,247,128); INSERT INTO categories_links (id, project_id, category_id) VALUES (2011,248,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (2012,248,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2013,248,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (2014,248,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (2015,248,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (2016,248,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2017,248,235); INSERT INTO categories_links (id, project_id, category_id) VALUES (2018,248,93); INSERT INTO categories_links (id, project_id, category_id) VALUES (2019,248,142); INSERT INTO categories_links (id, project_id, category_id) VALUES (2020,248,135); INSERT INTO categories_links (id, project_id, category_id) VALUES (2021,248,141); INSERT INTO categories_links (id, project_id, category_id) VALUES (2022,249,166); INSERT INTO categories_links (id, project_id, category_id) VALUES (2023,249,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2024,249,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (2025,249,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (2026,249,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (2027,249,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (2028,249,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2029,249,98); INSERT INTO categories_links (id, project_id, category_id) VALUES (2030,249,78); INSERT INTO categories_links (id, project_id, category_id) VALUES (2031,250,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (2032,250,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2033,250,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (2034,250,26); INSERT INTO categories_links (id, project_id, category_id) VALUES (2035,250,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (2036,250,204); INSERT INTO categories_links (id, project_id, category_id) VALUES (2037,250,20); INSERT INTO categories_links (id, project_id, category_id) VALUES (2038,250,18); INSERT INTO categories_links (id, project_id, category_id) VALUES (2039,250,247); INSERT INTO categories_links (id, project_id, category_id) VALUES (2040,250,156); INSERT INTO categories_links (id, project_id, category_id) VALUES (2041,250,128); INSERT INTO categories_links (id, project_id, category_id) VALUES (2042,250,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2043,251,165); INSERT INTO categories_links (id, project_id, category_id) VALUES (2044,251,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2045,251,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (2046,251,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (2047,251,200); INSERT INTO categories_links (id, project_id, category_id) VALUES (2048,251,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (2049,251,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2050,251,94); INSERT INTO categories_links (id, project_id, category_id) VALUES (2051,251,125); INSERT INTO categories_links (id, project_id, category_id) VALUES (2052,251,147); INSERT INTO categories_links (id, project_id, category_id) VALUES (2053,252,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (2054,252,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2055,252,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (2056,252,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (2057,252,200); INSERT INTO categories_links (id, project_id, category_id) VALUES (2058,252,175); INSERT INTO categories_links (id, project_id, category_id) VALUES (2059,252,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2060,252,235); INSERT INTO categories_links (id, project_id, category_id) VALUES (2061,252,179); INSERT INTO categories_links (id, project_id, category_id) VALUES (2062,57,250); INSERT INTO categories_links (id, project_id, category_id) VALUES (2063,179,250); INSERT INTO categories_links (id, project_id, category_id) VALUES (2064,253,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (2065,253,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2066,253,59); INSERT INTO categories_links (id, project_id, category_id) VALUES (2067,253,246); INSERT INTO categories_links (id, project_id, category_id) VALUES (2068,253,24); INSERT INTO categories_links (id, project_id, category_id) VALUES (2069,253,47); INSERT INTO categories_links (id, project_id, category_id) VALUES (2070,253,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (2071,253,156); INSERT INTO categories_links (id, project_id, category_id) VALUES (2072,253,128); INSERT INTO categories_links (id, project_id, category_id) VALUES (2073,254,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (2074,254,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2075,254,59); INSERT INTO categories_links (id, project_id, category_id) VALUES (2076,254,18); INSERT INTO categories_links (id, project_id, category_id) VALUES (2077,254,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (2078,254,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2079,254,86); INSERT INTO categories_links (id, project_id, category_id) VALUES (2080,254,235); INSERT INTO categories_links (id, project_id, category_id) VALUES (2081,254,85); INSERT INTO categories_links (id, project_id, category_id) VALUES (2082,255,169); INSERT INTO categories_links (id, project_id, category_id) VALUES (2083,255,4); INSERT INTO categories_links (id, project_id, category_id) VALUES (2084,255,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (2085,255,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (2086,255,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (2087,255,54); INSERT INTO categories_links (id, project_id, category_id) VALUES (2088,255,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (2089,255,91); INSERT INTO categories_links (id, project_id, category_id) VALUES (2090,256,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (2091,256,223); INSERT INTO categories_links (id, project_id, category_id) VALUES (2092,256,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (2093,256,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (2094,256,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (2095,256,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2096,256,82); INSERT INTO categories_links (id, project_id, category_id) VALUES (2097,256,147); INSERT INTO categories_links (id, project_id, category_id) VALUES (2098,256,146); INSERT INTO categories_links (id, project_id, category_id) VALUES (2099,256,187); INSERT INTO categories_links (id, project_id, category_id) VALUES (2100,256,188); INSERT INTO categories_links (id, project_id, category_id) VALUES (2101,257,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (2102,257,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2103,257,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (2104,257,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (2105,257,213); INSERT INTO categories_links (id, project_id, category_id) VALUES (2106,257,20); INSERT INTO categories_links (id, project_id, category_id) VALUES (2107,257,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (2108,257,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (2109,257,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (2110,257,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2111,257,71); INSERT INTO categories_links (id, project_id, category_id) VALUES (2112,257,100); INSERT INTO categories_links (id, project_id, category_id) VALUES (2113,257,98); INSERT INTO categories_links (id, project_id, category_id) VALUES (2114,258,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (2115,258,223); INSERT INTO categories_links (id, project_id, category_id) VALUES (2116,258,236); INSERT INTO categories_links (id, project_id, category_id) VALUES (2117,258,229); INSERT INTO categories_links (id, project_id, category_id) VALUES (2118,258,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (2119,258,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2120,258,93); INSERT INTO categories_links (id, project_id, category_id) VALUES (2121,258,85); INSERT INTO categories_links (id, project_id, category_id) VALUES (2122,258,84); INSERT INTO categories_links (id, project_id, category_id) VALUES (2123,259,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (2124,259,29); INSERT INTO categories_links (id, project_id, category_id) VALUES (2125,259,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2126,259,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (2127,259,18); INSERT INTO categories_links (id, project_id, category_id) VALUES (2128,259,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (2129,259,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (2130,259,228); INSERT INTO categories_links (id, project_id, category_id) VALUES (2131,259,76); INSERT INTO categories_links (id, project_id, category_id) VALUES (2132,260,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (2133,260,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2134,260,22); INSERT INTO categories_links (id, project_id, category_id) VALUES (2135,260,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (2136,260,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (2137,260,200); INSERT INTO categories_links (id, project_id, category_id) VALUES (2138,260,47); INSERT INTO categories_links (id, project_id, category_id) VALUES (2139,260,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2140,260,123); INSERT INTO categories_links (id, project_id, category_id) VALUES (2141,261,166); INSERT INTO categories_links (id, project_id, category_id) VALUES (2142,261,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2143,261,59); INSERT INTO categories_links (id, project_id, category_id) VALUES (2144,261,19); INSERT INTO categories_links (id, project_id, category_id) VALUES (2145,261,198); INSERT INTO categories_links (id, project_id, category_id) VALUES (2146,261,175); INSERT INTO categories_links (id, project_id, category_id) VALUES (2147,261,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2148,261,133); INSERT INTO categories_links (id, project_id, category_id) VALUES (2149,262,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (2150,262,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2151,262,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (2152,262,17); INSERT INTO categories_links (id, project_id, category_id) VALUES (2153,262,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (2154,262,53); INSERT INTO categories_links (id, project_id, category_id) VALUES (2155,262,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2156,262,153); INSERT INTO categories_links (id, project_id, category_id) VALUES (2157,263,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (2158,263,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2159,263,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (2160,263,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (2161,263,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (2162,263,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2163,263,116); INSERT INTO categories_links (id, project_id, category_id) VALUES (2164,263,109); INSERT INTO categories_links (id, project_id, category_id) VALUES (2165,264,165); INSERT INTO categories_links (id, project_id, category_id) VALUES (2166,264,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2167,264,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (2168,264,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (2169,264,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (2170,264,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2171,264,74); INSERT INTO categories_links (id, project_id, category_id) VALUES (2172,265,164); INSERT INTO categories_links (id, project_id, category_id) VALUES (2173,265,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2174,265,234); INSERT INTO categories_links (id, project_id, category_id) VALUES (2175,265,24); INSERT INTO categories_links (id, project_id, category_id) VALUES (2176,265,237); INSERT INTO categories_links (id, project_id, category_id) VALUES (2177,265,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (2178,265,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2179,265,86); INSERT INTO categories_links (id, project_id, category_id) VALUES (2180,265,78); INSERT INTO categories_links (id, project_id, category_id) VALUES (2181,266,165); INSERT INTO categories_links (id, project_id, category_id) VALUES (2182,266,4); INSERT INTO categories_links (id, project_id, category_id) VALUES (2183,266,59); INSERT INTO categories_links (id, project_id, category_id) VALUES (2184,266,19); INSERT INTO categories_links (id, project_id, category_id) VALUES (2185,266,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (2186,266,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2187,266,79); INSERT INTO categories_links (id, project_id, category_id) VALUES (2188,266,154); INSERT INTO categories_links (id, project_id, category_id) VALUES (2189,266,239); INSERT INTO categories_links (id, project_id, category_id) VALUES (2190,267,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (2191,267,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2192,267,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (2193,267,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (2194,267,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (2195,267,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2196,267,128); INSERT INTO categories_links (id, project_id, category_id) VALUES (2197,267,135); INSERT INTO categories_links (id, project_id, category_id) VALUES (2198,268,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (2199,268,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2200,268,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (2201,268,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (2202,268,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (2203,268,50); INSERT INTO categories_links (id, project_id, category_id) VALUES (2204,268,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (2205,268,183); INSERT INTO categories_links (id, project_id, category_id) VALUES (2206,269,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (2207,269,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2208,269,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (2209,269,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (2210,269,47); INSERT INTO categories_links (id, project_id, category_id) VALUES (2211,269,171); INSERT INTO categories_links (id, project_id, category_id) VALUES (2212,269,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (2213,269,94); INSERT INTO categories_links (id, project_id, category_id) VALUES (2214,269,98); INSERT INTO categories_links (id, project_id, category_id) VALUES (2215,269,120); INSERT INTO categories_links (id, project_id, category_id) VALUES (2216,269,119); INSERT INTO categories_links (id, project_id, category_id) VALUES (2217,270,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (2218,270,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2219,270,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (2220,270,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (2221,270,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (2222,270,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2223,270,85); INSERT INTO categories_links (id, project_id, category_id) VALUES (2224,270,125); INSERT INTO categories_links (id, project_id, category_id) VALUES (2225,270,162); INSERT INTO categories_links (id, project_id, category_id) VALUES (2226,271,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (2227,271,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2228,271,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (2229,271,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (2230,271,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (2231,271,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (2232,271,86); INSERT INTO categories_links (id, project_id, category_id) VALUES (2233,271,235); INSERT INTO categories_links (id, project_id, category_id) VALUES (2234,272,164); INSERT INTO categories_links (id, project_id, category_id) VALUES (2235,272,165); INSERT INTO categories_links (id, project_id, category_id) VALUES (2236,272,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2237,272,59); INSERT INTO categories_links (id, project_id, category_id) VALUES (2238,272,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (2239,272,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (2240,272,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2241,272,100); INSERT INTO categories_links (id, project_id, category_id) VALUES (2242,272,95); INSERT INTO categories_links (id, project_id, category_id) VALUES (2243,272,98); INSERT INTO categories_links (id, project_id, category_id) VALUES (2244,273,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (2245,273,4); INSERT INTO categories_links (id, project_id, category_id) VALUES (2246,273,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (2247,273,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (2248,273,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (2249,273,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (2250,273,90); INSERT INTO categories_links (id, project_id, category_id) VALUES (2251,273,94); INSERT INTO categories_links (id, project_id, category_id) VALUES (2252,274,166); INSERT INTO categories_links (id, project_id, category_id) VALUES (2253,274,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2254,274,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (2255,274,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (2256,274,50); INSERT INTO categories_links (id, project_id, category_id) VALUES (2257,274,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (2258,274,235); INSERT INTO categories_links (id, project_id, category_id) VALUES (2259,274,140); INSERT INTO categories_links (id, project_id, category_id) VALUES (2260,274,142); INSERT INTO categories_links (id, project_id, category_id) VALUES (2261,274,143); INSERT INTO categories_links (id, project_id, category_id) VALUES (2262,275,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (2263,275,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2264,275,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (2265,275,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (2266,275,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (2267,275,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2268,275,92); INSERT INTO categories_links (id, project_id, category_id) VALUES (2269,275,94); INSERT INTO categories_links (id, project_id, category_id) VALUES (2270,275,249); INSERT INTO categories_links (id, project_id, category_id) VALUES (2271,276,166); INSERT INTO categories_links (id, project_id, category_id) VALUES (2272,276,223); INSERT INTO categories_links (id, project_id, category_id) VALUES (2273,276,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (2274,276,35); INSERT INTO categories_links (id, project_id, category_id) VALUES (2275,276,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (2276,276,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2277,276,118); INSERT INTO categories_links (id, project_id, category_id) VALUES (2278,277,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (2279,277,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2280,277,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (2281,277,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (2282,277,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (2283,277,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (2284,277,116); INSERT INTO categories_links (id, project_id, category_id) VALUES (2285,277,109); INSERT INTO categories_links (id, project_id, category_id) VALUES (2286,278,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (2287,278,195); INSERT INTO categories_links (id, project_id, category_id) VALUES (2288,278,59); INSERT INTO categories_links (id, project_id, category_id) VALUES (2289,278,19); INSERT INTO categories_links (id, project_id, category_id) VALUES (2290,278,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (2291,278,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2292,278,128); INSERT INTO categories_links (id, project_id, category_id) VALUES (2293,279,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (2294,279,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2295,279,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (2296,279,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (2297,279,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (2298,279,47); INSERT INTO categories_links (id, project_id, category_id) VALUES (2299,279,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2300,279,94); INSERT INTO categories_links (id, project_id, category_id) VALUES (2301,280,165); INSERT INTO categories_links (id, project_id, category_id) VALUES (2302,280,4); INSERT INTO categories_links (id, project_id, category_id) VALUES (2303,280,234); INSERT INTO categories_links (id, project_id, category_id) VALUES (2304,280,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (2305,280,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (2306,280,246); INSERT INTO categories_links (id, project_id, category_id) VALUES (2307,280,18); INSERT INTO categories_links (id, project_id, category_id) VALUES (2308,280,24); INSERT INTO categories_links (id, project_id, category_id) VALUES (2309,280,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (2310,280,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2311,280,128); INSERT INTO categories_links (id, project_id, category_id) VALUES (2312,281,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (2313,281,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2314,281,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (2315,281,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (2316,281,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (2317,281,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2318,281,153); INSERT INTO categories_links (id, project_id, category_id) VALUES (2319,282,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (2320,282,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2321,282,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (2322,282,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (2323,282,47); INSERT INTO categories_links (id, project_id, category_id) VALUES (2324,282,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2325,282,125); INSERT INTO categories_links (id, project_id, category_id) VALUES (2326,282,130); INSERT INTO categories_links (id, project_id, category_id) VALUES (2327,283,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (2328,283,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2329,283,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (2330,283,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (2331,283,47); INSERT INTO categories_links (id, project_id, category_id) VALUES (2332,283,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (2333,283,125); INSERT INTO categories_links (id, project_id, category_id) VALUES (2334,283,130); INSERT INTO categories_links (id, project_id, category_id) VALUES (2335,284,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (2336,284,196); INSERT INTO categories_links (id, project_id, category_id) VALUES (2337,284,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2338,284,26); INSERT INTO categories_links (id, project_id, category_id) VALUES (2339,284,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (2340,284,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (2341,284,198); INSERT INTO categories_links (id, project_id, category_id) VALUES (2342,284,247); INSERT INTO categories_links (id, project_id, category_id) VALUES (2343,284,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2344,284,185); INSERT INTO categories_links (id, project_id, category_id) VALUES (2345,285,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (2346,285,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2347,285,59); INSERT INTO categories_links (id, project_id, category_id) VALUES (2348,285,17); INSERT INTO categories_links (id, project_id, category_id) VALUES (2349,285,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (2350,285,194); INSERT INTO categories_links (id, project_id, category_id) VALUES (2351,286,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (2352,286,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (2353,286,29); INSERT INTO categories_links (id, project_id, category_id) VALUES (2354,286,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (2355,286,18); INSERT INTO categories_links (id, project_id, category_id) VALUES (2356,286,200); INSERT INTO categories_links (id, project_id, category_id) VALUES (2357,286,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (2358,286,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (2359,286,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2360,286,159); INSERT INTO categories_links (id, project_id, category_id) VALUES (2361,286,135); INSERT INTO categories_links (id, project_id, category_id) VALUES (2362,287,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (2363,287,223); INSERT INTO categories_links (id, project_id, category_id) VALUES (2364,287,59); INSERT INTO categories_links (id, project_id, category_id) VALUES (2365,287,19); INSERT INTO categories_links (id, project_id, category_id) VALUES (2366,287,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (2367,287,47); INSERT INTO categories_links (id, project_id, category_id) VALUES (2368,287,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2369,287,224); INSERT INTO categories_links (id, project_id, category_id) VALUES (2370,287,116); INSERT INTO categories_links (id, project_id, category_id) VALUES (2371,288,165); INSERT INTO categories_links (id, project_id, category_id) VALUES (2372,288,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2373,288,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (2374,288,16); INSERT INTO categories_links (id, project_id, category_id) VALUES (2375,288,170); INSERT INTO categories_links (id, project_id, category_id) VALUES (2376,288,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (2377,288,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2378,288,95); INSERT INTO categories_links (id, project_id, category_id) VALUES (2379,289,164); INSERT INTO categories_links (id, project_id, category_id) VALUES (2380,289,165); INSERT INTO categories_links (id, project_id, category_id) VALUES (2381,289,166); INSERT INTO categories_links (id, project_id, category_id) VALUES (2382,289,207); INSERT INTO categories_links (id, project_id, category_id) VALUES (2383,289,59); INSERT INTO categories_links (id, project_id, category_id) VALUES (2384,289,19); INSERT INTO categories_links (id, project_id, category_id) VALUES (2385,289,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (2386,289,177); INSERT INTO categories_links (id, project_id, category_id) VALUES (2387,289,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (2388,289,201); INSERT INTO categories_links (id, project_id, category_id) VALUES (2389,289,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (2390,289,179); INSERT INTO categories_links (id, project_id, category_id) VALUES (2391,290,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (2392,290,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (2393,290,29); INSERT INTO categories_links (id, project_id, category_id) VALUES (2394,290,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (2395,290,18); INSERT INTO categories_links (id, project_id, category_id) VALUES (2396,290,200); INSERT INTO categories_links (id, project_id, category_id) VALUES (2397,290,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (2398,290,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (2399,290,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (2400,290,159); INSERT INTO categories_links (id, project_id, category_id) VALUES (2401,290,135); INSERT INTO categories_links (id, project_id, category_id) VALUES (2402,291,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (2403,291,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2404,291,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (2405,291,18); INSERT INTO categories_links (id, project_id, category_id) VALUES (2406,291,198); INSERT INTO categories_links (id, project_id, category_id) VALUES (2407,291,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (2408,291,81); INSERT INTO categories_links (id, project_id, category_id) VALUES (2409,292,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2410,292,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (2411,292,175); INSERT INTO categories_links (id, project_id, category_id) VALUES (2412,292,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (2413,292,179); INSERT INTO categories_links (id, project_id, category_id) VALUES (2414,293,166); INSERT INTO categories_links (id, project_id, category_id) VALUES (2415,293,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2416,293,59); INSERT INTO categories_links (id, project_id, category_id) VALUES (2417,293,19); INSERT INTO categories_links (id, project_id, category_id) VALUES (2418,293,198); INSERT INTO categories_links (id, project_id, category_id) VALUES (2419,293,175); INSERT INTO categories_links (id, project_id, category_id) VALUES (2420,293,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (2421,293,133); INSERT INTO categories_links (id, project_id, category_id) VALUES (2422,294,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (2423,294,196); INSERT INTO categories_links (id, project_id, category_id) VALUES (2424,294,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2425,294,26); INSERT INTO categories_links (id, project_id, category_id) VALUES (2426,294,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (2427,294,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (2428,294,198); INSERT INTO categories_links (id, project_id, category_id) VALUES (2429,294,247); INSERT INTO categories_links (id, project_id, category_id) VALUES (2430,294,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (2431,294,185); INSERT INTO categories_links (id, project_id, category_id) VALUES (2432,295,164); INSERT INTO categories_links (id, project_id, category_id) VALUES (2433,295,222); INSERT INTO categories_links (id, project_id, category_id) VALUES (2434,295,59); INSERT INTO categories_links (id, project_id, category_id) VALUES (2435,295,19); INSERT INTO categories_links (id, project_id, category_id) VALUES (2436,295,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (2437,295,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (2438,295,111); INSERT INTO categories_links (id, project_id, category_id) VALUES (2439,295,115); INSERT INTO categories_links (id, project_id, category_id) VALUES (2440,296,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (2441,296,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2442,296,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (2443,296,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (2444,296,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (2445,296,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (2446,296,98); INSERT INTO categories_links (id, project_id, category_id) VALUES (2447,296,115); INSERT INTO categories_links (id, project_id, category_id) VALUES (2448,297,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (2449,297,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2450,297,59); INSERT INTO categories_links (id, project_id, category_id) VALUES (2451,297,246); INSERT INTO categories_links (id, project_id, category_id) VALUES (2452,297,24); INSERT INTO categories_links (id, project_id, category_id) VALUES (2453,297,47); INSERT INTO categories_links (id, project_id, category_id) VALUES (2454,297,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (2455,297,156); INSERT INTO categories_links (id, project_id, category_id) VALUES (2456,297,128); INSERT INTO categories_links (id, project_id, category_id) VALUES (2457,298,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (2458,298,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2459,298,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (2460,298,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (2461,298,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (2462,298,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (2463,298,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (2464,298,93); INSERT INTO categories_links (id, project_id, category_id) VALUES (2465,298,76); INSERT INTO categories_links (id, project_id, category_id) VALUES (2466,299,164); INSERT INTO categories_links (id, project_id, category_id) VALUES (2467,299,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2468,299,234); INSERT INTO categories_links (id, project_id, category_id) VALUES (2469,299,24); INSERT INTO categories_links (id, project_id, category_id) VALUES (2470,299,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (2471,299,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2472,299,128); INSERT INTO categories_links (id, project_id, category_id) VALUES (2473,300,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (2474,300,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2475,300,234); INSERT INTO categories_links (id, project_id, category_id) VALUES (2476,300,24); INSERT INTO categories_links (id, project_id, category_id) VALUES (2477,300,200); INSERT INTO categories_links (id, project_id, category_id) VALUES (2478,300,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (2479,300,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2480,300,128); INSERT INTO categories_links (id, project_id, category_id) VALUES (2481,300,220); INSERT INTO categories_links (id, project_id, category_id) VALUES (2482,301,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (2483,301,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2484,301,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (2485,301,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (2486,301,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (2487,301,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2488,301,93); INSERT INTO categories_links (id, project_id, category_id) VALUES (2489,301,144); INSERT INTO categories_links (id, project_id, category_id) VALUES (2490,301,142); INSERT INTO categories_links (id, project_id, category_id) VALUES (2491,301,135); INSERT INTO categories_links (id, project_id, category_id) VALUES (2492,302,166); INSERT INTO categories_links (id, project_id, category_id) VALUES (2493,302,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2494,302,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (2495,302,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (2496,302,20); INSERT INTO categories_links (id, project_id, category_id) VALUES (2497,302,243); INSERT INTO categories_links (id, project_id, category_id) VALUES (2498,302,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (2499,302,200); INSERT INTO categories_links (id, project_id, category_id) VALUES (2500,302,170); INSERT INTO categories_links (id, project_id, category_id) VALUES (2501,302,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (2502,302,47); INSERT INTO categories_links (id, project_id, category_id) VALUES (2503,302,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2504,302,108); INSERT INTO categories_links (id, project_id, category_id) VALUES (2505,303,166); INSERT INTO categories_links (id, project_id, category_id) VALUES (2506,303,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2507,303,59); INSERT INTO categories_links (id, project_id, category_id) VALUES (2508,303,19); INSERT INTO categories_links (id, project_id, category_id) VALUES (2509,303,200); INSERT INTO categories_links (id, project_id, category_id) VALUES (2510,303,247); INSERT INTO categories_links (id, project_id, category_id) VALUES (2511,303,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2512,303,74); INSERT INTO categories_links (id, project_id, category_id) VALUES (2513,304,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (2514,304,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2515,304,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (2516,304,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (2517,304,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (2518,304,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2519,304,192); INSERT INTO categories_links (id, project_id, category_id) VALUES (2520,305,165); INSERT INTO categories_links (id, project_id, category_id) VALUES (2521,305,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2522,305,23); INSERT INTO categories_links (id, project_id, category_id) VALUES (2523,305,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (2524,305,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (2525,305,200); INSERT INTO categories_links (id, project_id, category_id) VALUES (2526,305,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2528,305,146); INSERT INTO categories_links (id, project_id, category_id) VALUES (2529,306,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (2530,306,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2531,306,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (2532,306,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (2533,306,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (2534,306,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (2535,306,247); INSERT INTO categories_links (id, project_id, category_id) VALUES (2536,306,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2537,306,124); INSERT INTO categories_links (id, project_id, category_id) VALUES (2538,307,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (2539,307,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2540,307,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (2541,307,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (2542,307,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (2543,307,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (2544,307,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2545,307,128); INSERT INTO categories_links (id, project_id, category_id) VALUES (2546,308,165); INSERT INTO categories_links (id, project_id, category_id) VALUES (2547,308,38); INSERT INTO categories_links (id, project_id, category_id) VALUES (2548,308,62); INSERT INTO categories_links (id, project_id, category_id) VALUES (2549,308,39); INSERT INTO categories_links (id, project_id, category_id) VALUES (2550,308,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (2551,308,247); INSERT INTO categories_links (id, project_id, category_id) VALUES (2552,308,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2553,308,80); INSERT INTO categories_links (id, project_id, category_id) VALUES (2554,308,145); INSERT INTO categories_links (id, project_id, category_id) VALUES (2555,309,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (2556,309,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2557,309,59); INSERT INTO categories_links (id, project_id, category_id) VALUES (2558,309,19); INSERT INTO categories_links (id, project_id, category_id) VALUES (2559,309,200); INSERT INTO categories_links (id, project_id, category_id) VALUES (2560,309,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (2561,309,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2562,309,71); INSERT INTO categories_links (id, project_id, category_id) VALUES (2563,309,75); INSERT INTO categories_links (id, project_id, category_id) VALUES (2564,310,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (2565,310,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2566,310,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (2567,310,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (2568,310,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (2569,310,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2570,310,120); INSERT INTO categories_links (id, project_id, category_id) VALUES (2571,311,165); INSERT INTO categories_links (id, project_id, category_id) VALUES (2572,311,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2573,311,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (2574,311,39); INSERT INTO categories_links (id, project_id, category_id) VALUES (2575,311,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (2576,311,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (2577,311,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2578,311,250); INSERT INTO categories_links (id, project_id, category_id) VALUES (2579,311,162); INSERT INTO categories_links (id, project_id, category_id) VALUES (2580,311,145); INSERT INTO categories_links (id, project_id, category_id) VALUES (2581,312,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (2582,312,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2583,312,234); INSERT INTO categories_links (id, project_id, category_id) VALUES (2584,312,238); INSERT INTO categories_links (id, project_id, category_id) VALUES (2585,312,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (2586,312,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2587,312,128); INSERT INTO categories_links (id, project_id, category_id) VALUES (2588,313,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (2589,313,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2590,313,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (2591,313,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (2592,313,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (2593,313,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2594,313,92); INSERT INTO categories_links (id, project_id, category_id) VALUES (2595,313,87); INSERT INTO categories_links (id, project_id, category_id) VALUES (2596,314,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (2597,314,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2598,314,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (2599,314,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (2600,314,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (2601,314,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (2602,314,121); INSERT INTO categories_links (id, project_id, category_id) VALUES (2603,305,93); INSERT INTO categories_links (id, project_id, category_id) VALUES (2604,305,94); INSERT INTO categories_links (id, project_id, category_id) VALUES (2605,315,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (2606,315,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2607,315,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (2608,315,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (2609,315,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (2610,315,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2611,315,147); INSERT INTO categories_links (id, project_id, category_id) VALUES (2612,315,146); INSERT INTO categories_links (id, project_id, category_id) VALUES (2613,316,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (2614,316,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2615,316,34); INSERT INTO categories_links (id, project_id, category_id) VALUES (2616,316,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (2617,316,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (2618,316,18); INSERT INTO categories_links (id, project_id, category_id) VALUES (2619,316,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (2620,316,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2621,316,194); INSERT INTO categories_links (id, project_id, category_id) VALUES (2622,317,165); INSERT INTO categories_links (id, project_id, category_id) VALUES (2623,317,38); INSERT INTO categories_links (id, project_id, category_id) VALUES (2624,317,62); INSERT INTO categories_links (id, project_id, category_id) VALUES (2625,317,39); INSERT INTO categories_links (id, project_id, category_id) VALUES (2626,317,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (2627,317,247); INSERT INTO categories_links (id, project_id, category_id) VALUES (2628,317,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (2629,317,80); INSERT INTO categories_links (id, project_id, category_id) VALUES (2630,317,145); INSERT INTO categories_links (id, project_id, category_id) VALUES (2631,318,165); INSERT INTO categories_links (id, project_id, category_id) VALUES (2632,318,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2633,318,60); INSERT INTO categories_links (id, project_id, category_id) VALUES (2634,318,62); INSERT INTO categories_links (id, project_id, category_id) VALUES (2635,318,58); INSERT INTO categories_links (id, project_id, category_id) VALUES (2636,318,28); INSERT INTO categories_links (id, project_id, category_id) VALUES (2637,318,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (2638,318,15); INSERT INTO categories_links (id, project_id, category_id) VALUES (2639,318,40); INSERT INTO categories_links (id, project_id, category_id) VALUES (2640,318,213); INSERT INTO categories_links (id, project_id, category_id) VALUES (2641,318,20); INSERT INTO categories_links (id, project_id, category_id) VALUES (2642,318,212); INSERT INTO categories_links (id, project_id, category_id) VALUES (2643,318,211); INSERT INTO categories_links (id, project_id, category_id) VALUES (2644,318,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (2645,318,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (2646,318,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (2647,318,121); INSERT INTO categories_links (id, project_id, category_id) VALUES (2648,319,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (2649,319,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2650,319,59); INSERT INTO categories_links (id, project_id, category_id) VALUES (2651,319,19); INSERT INTO categories_links (id, project_id, category_id) VALUES (2652,319,200); INSERT INTO categories_links (id, project_id, category_id) VALUES (2653,319,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (2654,319,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (2655,319,71); INSERT INTO categories_links (id, project_id, category_id) VALUES (2656,319,75); INSERT INTO categories_links (id, project_id, category_id) VALUES (2657,320,168); INSERT INTO categories_links (id, project_id, category_id) VALUES (2658,320,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2659,320,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (2660,320,11); INSERT INTO categories_links (id, project_id, category_id) VALUES (2661,320,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (2662,320,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (2663,320,92); INSERT INTO categories_links (id, project_id, category_id) VALUES (2664,320,87); INSERT INTO categories_links (id, project_id, category_id) VALUES (2665,321,167); INSERT INTO categories_links (id, project_id, category_id) VALUES (2666,321,217); INSERT INTO categories_links (id, project_id, category_id) VALUES (2667,321,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (2668,321,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (2669,321,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (2670,321,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (2671,321,95); INSERT INTO categories_links (id, project_id, category_id) VALUES (2672,322,165); INSERT INTO categories_links (id, project_id, category_id) VALUES (2673,322,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2674,322,14); INSERT INTO categories_links (id, project_id, category_id) VALUES (2675,322,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (2676,322,225); INSERT INTO categories_links (id, project_id, category_id) VALUES (2677,322,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2678,322,235); INSERT INTO categories_links (id, project_id, category_id) VALUES (2679,322,94); INSERT INTO categories_links (id, project_id, category_id) VALUES (2680,322,72); INSERT INTO categories_links (id, project_id, category_id) VALUES (2681,323,29); INSERT INTO categories_links (id, project_id, category_id) VALUES (2682,323,32); INSERT INTO categories_links (id, project_id, category_id) VALUES (2683,323,30); INSERT INTO categories_links (id, project_id, category_id) VALUES (2684,323,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (2685,323,31); INSERT INTO categories_links (id, project_id, category_id) VALUES (2686,323,10); INSERT INTO categories_links (id, project_id, category_id) VALUES (2687,323,200); INSERT INTO categories_links (id, project_id, category_id) VALUES (2688,323,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (2689,323,101); INSERT INTO categories_links (id, project_id, category_id) VALUES (2690,323,96); INSERT INTO categories_links (id, project_id, category_id) VALUES (2691,324,166); INSERT INTO categories_links (id, project_id, category_id) VALUES (2692,324,196); INSERT INTO categories_links (id, project_id, category_id) VALUES (2693,324,22); INSERT INTO categories_links (id, project_id, category_id) VALUES (2694,324,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (2695,324,24); INSERT INTO categories_links (id, project_id, category_id) VALUES (2696,324,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (2697,324,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (2698,324,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2699,324,146); INSERT INTO categories_links (id, project_id, category_id) VALUES (2700,325,166); INSERT INTO categories_links (id, project_id, category_id) VALUES (2701,325,196); INSERT INTO categories_links (id, project_id, category_id) VALUES (2702,325,22); INSERT INTO categories_links (id, project_id, category_id) VALUES (2703,325,13); INSERT INTO categories_links (id, project_id, category_id) VALUES (2704,325,24); INSERT INTO categories_links (id, project_id, category_id) VALUES (2705,325,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (2706,325,44); INSERT INTO categories_links (id, project_id, category_id) VALUES (2707,325,6); INSERT INTO categories_links (id, project_id, category_id) VALUES (2708,325,146); INSERT INTO categories_links (id, project_id, category_id) VALUES (2709,326,164); INSERT INTO categories_links (id, project_id, category_id) VALUES (2710,326,3); INSERT INTO categories_links (id, project_id, category_id) VALUES (2711,326,234); INSERT INTO categories_links (id, project_id, category_id) VALUES (2712,326,24); INSERT INTO categories_links (id, project_id, category_id) VALUES (2713,326,237); INSERT INTO categories_links (id, project_id, category_id) VALUES (2714,326,178); INSERT INTO categories_links (id, project_id, category_id) VALUES (2715,326,8); INSERT INTO categories_links (id, project_id, category_id) VALUES (2716,326,86); INSERT INTO categories_links (id, project_id, category_id) VALUES (2717,326,78); -- -- Table structure for table `news` -- DROP TABLE IF EXISTS news; CREATE TABLE news ( id int(10) unsigned NOT NULL auto_increment, updateby_name varchar(80) NOT NULL default '', updateby_email varchar(80) default NULL, update_time timestamp(14) NOT NULL, project_id int(10) unsigned NOT NULL default '0', changes text, PRIMARY KEY (id) ) TYPE=MyISAM; -- -- Dumping data for table `news` -- INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (1,'Uwe Hermann','uh1763@hermann-uwe.de',19991009000000,1,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (2,'Uwe Hermann','uh1763@hermann-uwe.de',19991016000000,2,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (3,'Uwe Hermann','uh1763@hermann-uwe.de',19991015000000,3,', the maintainer of vacation, is looking for a new maintainer because he thinks procmail makes vacation redundant, so he has no incentive to maintain it.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (4,'Uwe Hermann','uh1763@hermann-uwe.de',19991016000000,18,' has announced that he will take over the development/maintainance of vacation. Suggestions and ideas for future versions are welcome.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (5,'Uwe Hermann','uh1763@hermann-uwe.de',20000409005525,4,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (6,'Uwe Hermann','uh1763@hermann-uwe.de',20000409045735,5,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (7,'Uwe Hermann','uh1763@hermann-uwe.de',20000409063706,6,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (8,'Uwe Hermann','uh1763@hermann-uwe.de',20000410031814,7,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (9,'Uwe Hermann','uh1763@hermann-uwe.de',20000422024923,8,'Initial Announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (10,'Uwe Hermann','uh1763@hermann-uwe.de',20000601163231,9,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (13,'Uwe Hermann','uh1763@hermann-uwe.de',20000601183315,12,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (12,'Uwe Hermann','uh1763@hermann-uwe.de',20000601181044,11,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (11,'Uwe Hermann','uh1763@hermann-uwe.de',20000601174942,10,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (14,'Uwe Hermann','uh1763@hermann-uwe.de',20000609183605,13,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (15,'Uwe Hermann','uh1763@hermann-uwe.de',20000609190203,14,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (16,'Benjamin Ritcey','unmaintained@ritcey.com',20000613005241,15,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (17,'Cameron McCormack','cameron.m@iname.com',20000613023600,16,'New maintainer.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (18,'Stefanos Zachariadis','s.zachariadis@cs.ucl.ac.uk',20000613024838,17,'New maintainer.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (19,'Uwe Hermann','uh1763@hermann-uwe.de',19991018000000,19,'New maintainer. Bugfixes and new features are planned.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (20,'Uwe Hermann','uh1763@hermann-uwe.de',20000616211330,20,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (21,'Gavin Hurlbut','gjhurlbu@users.sourceforge.net',20000617172702,21,'The author maintains the package again, although any help is appreciated.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (22,'Erik Andersen','andersen@codepoet.org',20000618144049,22,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (23,'Kelly \"STriker RedWolf\" Price','tygris+slirp@erols.com',20000621125823,23,'A new release and a new homepage.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (24,'Constantine Plotnikov','cap@mail.novosoft.ru',20000621131050,24,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (25,'Brad Templeton','bt@templetons.com',20000621162140,25,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (26,'Steffen Beyer','sb@engelschall.com',20000621183541,26,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (27,'Steffen Beyer','sb@engelschall.com',20000621184154,27,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (28,'Brian S. Julin','bri@calyx.com',20000622003605,28,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (29,'Ralf Stephan','ralf@ark.in-berlin.de',20000622004422,29,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (30,'Gregory Seidman','gss@cs.brown.edu',20000622022129,30,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (31,'Michael S. Tsirkin','mtsirkin@iil.intel.com',20000622190334,31,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (32,'Uwe Hermann','uh1763@hermann-uwe.de',20000625125353,32,'The package is obsolete now.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (33,'Stephen Hassard','steve@hassard.net',20000625222910,33,'New maintainer. A repository for beta binary builds has been built, along with some feature additions by members of the community.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (34,'Ralf Stephan','ralf@ark.in-berlin.de',20000701150710,34,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (36,'Jeremy H. Sproat',NULL,20000714225037,36,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (37,'Matt Adams','stormkeeper@softhome.net',20000714230059,37,'New maintainer.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (38,'Uwe Hermann','uh1763@hermann-uwe.de',20000716091407,38,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (39,'Uwe Hermann','uh1763@hermann-uwe.de',20000716092515,39,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (40,'Uwe Hermann','uh1763@hermann-uwe.de',20000716093650,40,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (41,'Uwe Hermann','uh1763@hermann-uwe.de',20000726191444,41,NULL); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (42,'Jonas Koch Bentzen','post@jonaskochbentzen.dk',20000727211948,42,'New maintainer.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (43,'Uwe Hermann','uh1763@hermann-uwe.de',20000827115732,43,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (44,'Uwe Hermann','uh1763@hermann-uwe.de',20000930214719,44,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (45,'Uwe Hermann','uh1763@hermann-uwe.de',20001001232934,45,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (46,'Uwe Hermann','uh1763@hermann-uwe.de',20001003180628,46,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (47,'Uwe Hermann','uh1763@hermann-uwe.de',20001015162730,47,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (48,'Kelly \"STrRedWolf\" Price','tygris+slirp@erols.com',20001020223624,48,'New maintainer.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (49,'Uwe Hermann','uh1763@hermann-uwe.de',20001120001924,49,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (50,'Uwe Hermann','uh1763@hermann-uwe.de',20001217004042,50,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (51,'Uwe Hermann','uh1763@hermann-uwe.de',20001222231535,51,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (52,'Uwe Hermann','uh1763@hermann-uwe.de',20001223132201,52,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (53,'Uwe Hermann','uh1763@hermann-uwe.de',20001223133843,53,'Set the status of Express to \"Obsolete\" as it is... eh... obsolete.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (54,'Uwe Hermann','uh1763@hermann-uwe.de',20001229170318,54,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (55,'Brill Pappin','brill@users.sourceforge.net',20010103152701,55,'This project is unmaintained again, now.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (56,'Uwe Hermann','uh1763@hermann-uwe.de',20010103154416,56,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (57,'Uwe Hermann','uh1763@hermann-uwe.de',20010114124917,57,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (58,'Jarno Seppänen','jams@users.sourceforge.net',20010119192937,58,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (59,'Jeremy H. Sproat',NULL,20010131173942,59,'New maintainer.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (60,'Felipe Gustavo de Almeida','galmeida@linux.ime.usp.br',20010213204614,60,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (61,'Vladimir Litovka','doka@kiev.sovam.com',20010215174124,61,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (62,'Uwe Hermann','uh1763@hermann-uwe.de',20010216161048,62,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (63,'Uwe Hermann','uh1763@hermann-uwe.de',20010224164206,63,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (64,'Chuck Mead','csm@lunar-penguin.com',20010307193346,64,' has resurrected the project. Moved the project to the new \'Distributions\' category. Added email address of Chuck Mead, which was not in the database before.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (65,'Uwe Hermann','uh1763@hermann-uwe.de',20010311150954,65,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (66,'Stephen Hassard','steve@notifycd.com',20010312235741,66,'New homepage, new download location and new maintainer email.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (67,'Uwe Hermann','uh1763@hermann-uwe.de',20010419161148,67,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (68,'Uwe Hermann','uh1763@hermann-uwe.de',20010501193218,68,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (69,'Aaron Hamid','arh14@cornell.edu',20010503221003,69,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (70,'Uwe Hermann','uh1763@hermann-uwe.de',20010513191603,70,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (71,'Uwe Hermann','uh1763@hermann-uwe.de',20010516000453,71,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (72,'Uwe Hermann','uh1763@hermann-uwe.de',20010523163156,72,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (73,'Leonard Mosescu','lemo@users.sf.net',20010604222748,73,'Updated homepage location and author email address.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (74,'Uwe Hermann','uh1763@hermann-uwe.de',20010607014502,74,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (75,'Uwe Hermann','uh1763@hermann-uwe.de',20010609155401,75,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (76,'Uwe Hermann','uh1763@hermann-uwe.de',20010621180707,76,'Updated homepage and download URL.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (77,'Uwe Hermann','uh1763@hermann-uwe.de',20010622153927,77,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (78,'Tassilo v. Parseval','tassilo.parseval@post.rwth-aachen.de',20010701133811,78,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (79,'Valter Mazzola','txian@hotmail.com',20010701181654,79,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (80,'Uwe Hermann','uh1763@hermann-uwe.de',20010708203724,80,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (81,'Uwe Hermann','uh1763@hermann-uwe.de',20010718204558,81,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (82,'Alex Evstiougov','alev0000@stud.uni-sb.de',20010722171852,82,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (83,'Uwe Hermann','uh1763@hermann-uwe.de',20010805054315,83,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (84,'Robert Treat','xzilla@users.sourceforge.net',20010805204921,84,'New maintainer.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (85,'Uwe Hermann','uh1763@hermann-uwe.de',20010806012925,85,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (86,'Uwe Hermann','uh1763@hermann-uwe.de',20010806013930,86,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (87,'Uwe Hermann','uh1763@hermann-uwe.de',20010806033911,87,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (88,'Uwe Hermann','uh1763@hermann-uwe.de',20010820184247,88,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (89,'Uwe Hermann','uh1763@hermann-uwe.de',20010820185711,89,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (90,'Uwe Hermann','uh1763@hermann-uwe.de',20010820190730,90,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (91,'Uwe Hermann','uh1763@hermann-uwe.de',20010823220259,91,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (92,'Uwe Hermann','uh1763@hermann-uwe.de',20010824195133,92,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (93,'Uwe Hermann','uh1763@hermann-uwe.de',20010824200210,93,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (94,'John Madden','weez@freelists.org',20010827052655,94,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (95,'Stephen M. Przepiora','smp@ncoastsoft.com',20010827054808,95,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (96,'Uwe Hermann','uh1763@hermann-uwe.de',20010827183000,96,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (97,'Uwe Hermann','uh1763@hermann-uwe.de',20010827183649,97,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (98,'Uwe Hermann','uh1763@hermann-uwe.de',20010827185159,98,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (99,'Uwe Hermann','uh1763@hermann-uwe.de',20010827185855,99,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (100,'Uwe Hermann','uh1763@hermann-uwe.de',20010827190642,100,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (101,'Gary Benson','rcalc@inauspicious.org',20010828111109,101,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (102,'Ken Buckler','hvline@users.sourceforge.net',20010828114647,102,'Added a comment. Fixed version number of the package.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (103,'Uwe Hermann','uh1763@hermann-uwe.de',20010906235927,103,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (104,'Uwe Hermann','uh1763@hermann-uwe.de',20010914180706,104,'Fixed Homepage location. Removed broken download URL. Set status to obsolete.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (105,'Uwe Hermann','uh1763@hermann-uwe.de',20010914192309,105,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (106,'Uwe Hermann','uh1763@hermann-uwe.de',20010918004455,106,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (107,'Uwe Hermann','uh1763@hermann-uwe.de',20010918012051,107,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (108,'Uwe Hermann','uh1763@hermann-uwe.de',20010919172656,108,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (109,'Uwe Hermann','uh1763@hermann-uwe.de',20010919173405,109,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (111,'Uwe Hermann','uh1763@hermann-uwe.de',20010919180211,111,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (112,'Uwe Hermann','uh1763@hermann-uwe.de',20010919190423,112,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (113,'Linas Vepstas','linas@linas.org',20010920011658,113,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (114,'Uwe Hermann','uh1763@hermann-uwe.de',20010920222243,114,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (115,'Uwe Hermann','uh1763@hermann-uwe.de',20010920222738,115,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (116,'Uwe Hermann','uh1763@hermann-uwe.de',20010920223221,116,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (117,'Uwe Hermann','uh1763@hermann-uwe.de',20010920223814,117,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (118,'Mark Tranchant','mark@tranchant.freeserve.co.uk',20010923152211,118,'Added comment.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (119,'Mark Tranchant','mark@tranchant.freeserve.co.uk',20010923152052,119,'Added comment.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (120,'Uwe Hermann','uh1763@hermann-uwe.de',20010924001039,120,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (121,'Edson Medina','edson@preteritoimperfeito.com',20010924180901,121,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (122,'Uwe Hermann','uh1763@hermann-uwe.de',20010924221115,122,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (123,'Ed Avis','epa98@doc.ic.ac.uk',20010925020033,123,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (124,'Uwe Hermann','uh1763@hermann-uwe.de',20010926004600,124,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (125,'Uwe Hermann','uh1763@hermann-uwe.de',20011004011350,125,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (126,'Gregory P. Smith','greg@electricrain.com',20011004192337,126,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (127,'Sean Rima','sean@tcob1.net',20011004224441,127,'New release. New homepage URL. New download location. Updated the email address of the current maintainer.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (128,'Lawrence Carver','lcarver@cadence.com',20011005011724,128,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (129,'Friedrich Delgado Friedrichs','friedel@nomaden.org',20011005185330,129,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (130,'Uwe Hermann','uh1763@hermann-uwe.de',20011009193259,130,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (131,'Tommi Virtanen','tv@debian.org',20011014024818,131,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (132,'Uwe Hermann','uh1763@hermann-uwe.de',20011019090402,132,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (133,'Uwe Hermann','uh1763@hermann-uwe.de',20011023231652,133,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (134,'Uwe Hermann','uh1763@hermann-uwe.de',20011031232358,134,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (135,'Uwe Hermann','uh1763@hermann-uwe.de',20011103223824,135,'Setting status to \'Maintained\'. Updated download version and URL. List as the maintainer.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (136,'Pierre Phaneuf','pp@ludusdesign.com',20011104194513,136,'Added comment from the maintainer.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (137,'Uwe Hermann','uh1763@hermann-uwe.de',20011104210325,137,'New maintainer.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (138,'Uwe Hermann','uh1763@hermann-uwe.de',20011106125815,138,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (139,'Uwe Hermann','uh1763@hermann-uwe.de',20011108160450,139,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (140,'Uwe Hermann','uh1763@hermann-uwe.de',20011109141949,140,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (141,'Uwe Hermann','uh1763@hermann-uwe.de',20011111130810,141,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (142,'Uwe Hermann','uh1763@hermann-uwe.de',20011111193133,142,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (143,'Uwe Hermann','uh1763@hermann-uwe.de',20011112123614,143,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (144,'Gerhard Häring','gerhard@bigfoot.de',20011113131441,144,'Added some more categories. Added dependency on Python >= 2.0.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (145,'Uwe Hermann','uh1763@hermann-uwe.de',20011114124246,145,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (146,'Uwe Hermann','uh1763@hermann-uwe.de',20011116233010,146,'New maintainer. Added name of the author.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (147,'Jan Keirse','jankeirse@yahoo.com',20011117174858,147,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (148,'tarzeau','gurkan@linuks.mine.nu',20011117191556,148,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (149,'Anonymous',NULL,20011117200245,149,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (150,'Matt Jezorek','matt@owsc.org',20011119184431,150,'New maintainer. Updated download URL.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (151,'Uwe Hermann','uh1763@hermann-uwe.de',20011120112303,151,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (152,'Uwe Hermann','uh1763@hermann-uwe.de',20011120182547,152,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (153,'Uwe Hermann','uh1763@hermann-uwe.de',20011121114831,153,'Fixed the Author/Author-Email information.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (154,'Matt Spong','spong@baked.net',20011122172043,154,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (155,'David Symonds','ds@seul.org',20011122172443,155,'Changed the email address of the author.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (156,'Ryan LaNeve','tb_ryan@users.sourceforge.net',20011122173644,156,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (157,'Andre Renaud','andre@ignavus.net',20011122181306,157,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (158,'Bastiaan Bakker','msfnord@deal.webcriminals.com',20011122183047,158,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (159,'Lloyd Wood','L.Wood@surrey.ac.uk',20011122184422,159,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (160,'Uwe Hermann','uh1763@hermann-uwe.de',20011123133652,160,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (161,'Uwe Hermann','uh1763@hermann-uwe.de',20011123135735,161,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (162,'Uwe Hermann','uh1763@hermann-uwe.de',20011123141606,162,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (163,'Uwe Hermann','uh1763@hermann-uwe.de',20011124010938,163,'Added comment at request from author.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (164,'Uwe Hermann','uh1763@hermann-uwe.de',20011126120927,164,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (165,'Uwe Hermann','uh1763@hermann-uwe.de',20011127190430,165,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (166,'Jochen Küpper','jochen@jochen-kuepper.de',20011128133546,166,'Added comment. Updated dependencies.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (167,'Raphael Manfredi','Raphael_Manfredi@pobox.com',20011201175006,167,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (168,'Uwe Hermann','uh1763@hermann-uwe.de',20011201180053,168,'Set status to obsolete, because KryptKit now replaces pyAES. Updated reason category. Added comment.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (169,'Uwe Hermann','uh1763@hermann-uwe.de',20011203125733,169,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (170,'Uwe Hermann','uh1763@hermann-uwe.de',20011204123045,170,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (171,'Nathan Machula','nathanm@engineer.com',20011206181234,171,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (172,'Ulric Eriksson','ulric@siag.nu',20011211124501,172,'New maintainer. Updated homepage URL and download URL.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (173,'Uwe Hermann','uh1763@hermann-uwe.de',20011215133517,173,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (174,'Uwe Hermann','uh1763@hermann-uwe.de',20011221141943,174,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (175,'TK Chia','expm1@bigfoot.com',20011222135123,175,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (176,'Uwe Hermann','uh1763@hermann-uwe.de',20011223132602,176,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (177,'Uwe Hermann','uh1763@hermann-uwe.de',20011223204252,177,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (178,'Jan Keirse','jankeirse@yahoo.com',20011225233913,178,'Updated homepage URL and download URL.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (179,'Uwe Hermann','uh1763@hermann-uwe.de',20011230225003,179,'ELKS is not unmaintained anymore. Updated version, download URL and homepage URL. '); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (180,'Uwe Hermann','uh1763@hermann-uwe.de',20020101214749,180,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (181,'regisr','regisr@regix.com',20020106203541,181,'Added comment.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (182,'Uwe Hermann','uh1763@hermann-uwe.de',20020119200333,182,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (183,'Uwe Hermann','uh1763@hermann-uwe.de',20020129141600,183,'Updated download URL. The author maintains the project again (but development is slow).'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (184,'Uwe Hermann','uh1763@hermann-uwe.de',20020203005123,184,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (185,'Uwe Hermann','uh1763@hermann-uwe.de',20020203010126,185,'Updated email address of the author.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (186,'Uwe Hermann','uh1763@hermann-uwe.de',20020206103333,186,'The author maintains this project again. New release.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (187,'Alex Snow','alex8887@hotmail.com',20020209212338,187,'New maintainer.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (188,'Jan Keirse','jankeirse@yahoo.com',20020211182909,188,'New maintainer. New release.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (189,'Uwe Hermann','uh1763@hermann-uwe.de',20020214141914,189,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (190,'Callum Lawson','fox.software@laposte.net',20020217221426,190,'New maintainer.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (191,'Uwe Hermann','uh1763@hermann-uwe.de',20020221004101,191,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (192,'Uwe Hermann','uh1763@hermann-uwe.de',20020221145540,192,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (193,'Ed Avis','epa98@doc.ic.ac.uk',20020222174854,193,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (194,'John Banghart','jbanghart@yahoo.com',20020222181138,194,'New maintainer.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (195,'Uwe Hermann','uh1763@hermann-uwe.de',20020222213738,195,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (196,'Uwe Hermann','uh1763@hermann-uwe.de',20020224162212,196,'Updated Homepage URL, which was broken.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (197,'Uwe Hermann','uh1763@hermann-uwe.de',20020224165055,197,'Updated broken Homepage URL. Added project into one more category.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (198,'Uwe Hermann','uh1763@hermann-uwe.de',20020224170957,198,'Added comment.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (199,'Uwe Hermann','uh1763@hermann-uwe.de',20020224173654,199,'Updated homepage URL and download URL. Added project into one more category.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (200,'Uwe Hermann','uh1763@hermann-uwe.de',20020224174621,200,'Updated homepage URL and download URL.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (201,'Uwe Hermann','uh1763@hermann-uwe.de',20020224183809,201,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (202,'Uwe Hermann','uh1763@hermann-uwe.de',20020224184506,202,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (203,'Nils Philippsen','nils@redhat.de',20020226201729,203,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (204,'Uwe Hermann','uh1763@hermann-uwe.de',20020228174138,204,'New maintainer. New release.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (205,'Uwe Hermann','uh1763@hermann-uwe.de',20020302155832,205,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (206,'Uwe Hermann','uh1763@hermann-uwe.de',20020302161146,206,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (207,'Uwe Hermann','uh1763@hermann-uwe.de',20020304163800,207,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (208,'Uwe Hermann','uh1763@hermann-uwe.de',20020306162433,208,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (209,'Uwe Hermann','uh1763@hermann-uwe.de',20020306163527,209,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (210,'Uwe Hermann','uh1763@hermann-uwe.de',20020308172202,210,'New maintainer. Updated homepage URL. Updated download URL. New release.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (211,'Uwe Hermann','uh1763@hermann-uwe.de',20020308174024,211,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (212,'Uwe Hermann','uh1763@hermann-uwe.de',20020308174957,212,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (213,'Uwe Hermann','uh1763@hermann-uwe.de',20020308180114,213,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (214,'Uwe Hermann','uh1763@hermann-uwe.de',20020308180613,214,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (215,'Uwe Hermann','uh1763@hermann-uwe.de',20020308181116,215,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (216,'Uwe Hermann','uh1763@hermann-uwe.de',20020308181610,216,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (217,'Uwe Hermann','uh1763@hermann-uwe.de',20020308182036,217,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (218,'Uwe Hermann','uh1763@hermann-uwe.de',20020311213749,218,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (219,'Uwe Hermann','uh1763@hermann-uwe.de',20020315141955,219,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (220,'Uwe Hermann','uh1763@hermann-uwe.de',20020320151147,220,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (221,'Uwe Hermann','uh1763@hermann-uwe.de',20020320151716,221,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (222,'Anonymous',NULL,20020322135015,222,'Updated email address of the author.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (223,'Uwe Hermann','uh1763@hermann-uwe.de',20020324202546,223,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (224,'Uwe Hermann','uh1763@hermann-uwe.de',20020325115553,224,'Updated homepage URL and download URL.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (225,'Uwe Hermann','uh1763@hermann-uwe.de',20020325120803,225,'Updated homepage URL.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (226,'Uwe Hermann','uh1763@hermann-uwe.de',20020325121957,226,'Projects seems to be maintained again. New release.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (227,'Uwe Hermann','uh1763@hermann-uwe.de',20020325124452,227,'New release.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (228,'Uwe Hermann','uh1763@hermann-uwe.de',20020325125428,228,'New maintainer. New release. Updated homepage URL.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (229,'Uwe Hermann','uh1763@hermann-uwe.de',20020326174723,229,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (230,'Colin Mattson','colol@users.sourceforge.net',20020328204235,230,'New maintainer. New homepage URL and download URL.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (231,'Uwe Hermann','uh1763@hermann-uwe.de',20020328205853,231,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (232,'B. W. Fitzpatrick','fitz@red-bean.com',20020328222634,232,'New maintainer. New homepage URL and download URL.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (233,'Amaya Rodrigo Sastre','amaya@debian.org',20020328233542,233,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (234,'Amaya Rodrigo Sastre','amaya@debian.org',20020328235112,234,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (235,'Damiano Biagioli',NULL,20020329194042,235,'New maintainer. New homepage URL and download URL. New release.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (236,'Uwe Hermann','uh1763@hermann-uwe.de',20020330155555,236,'New maintainer. New release.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (237,'Uwe Hermann','uh1763@hermann-uwe.de',20020330162817,237,'Added comment. Removed broken URLs.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (238,'Uwe Hermann','uh1763@hermann-uwe.de',20020330164357,238,'Updated homepage URL.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (239,'Uwe Hermann','uh1763@hermann-uwe.de',20020330165610,239,'New maintainer. Updated homepage URL and download URL. New release.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (240,'Uwe Hermann','uh1763@hermann-uwe.de',20020330185149,240,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (241,'Uwe Hermann','uh1763@hermann-uwe.de',20020401011145,241,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (242,'Chris','cupacpp@yahoo.com',20020409000230,242,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (243,'Uwe Hermann','uh1763@hermann-uwe.de',20020409001232,243,'The author seems to maintain this project again. New release.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (244,'M. Tavasti','tavasti@users.sourceforge.net',20020409155128,244,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (245,'TK Chia','expm1@bigfoot.com',20020411151058,245,'Updated homepage URL and download URL.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (246,'Uwe Hermann','uh1763@hermann-uwe.de',20020412170241,246,'Updated email address of the author.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (247,'Jonas Koch Bentzen','jonas at understroem.dk',20020412171016,247,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (248,'Uwe Hermann','uh1763@hermann-uwe.de',20020414173028,248,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (249,'Uwe Hermann','uh1763@hermann-uwe.de',20020415150556,249,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (250,'Randy Bias','randyb@hibias.com',20020416093540,250,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (251,'Uwe Hermann','uh1763@hermann-uwe.de',20020417110229,251,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (252,'Uwe Hermann','uh1763@hermann-uwe.de',20020417111503,252,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (253,'Jonas Koch Bentzen',NULL,20020420120541,253,'New maintainer.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (254,'Uwe Hermann','uh1763@hermann-uwe.de',20020420121323,254,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (255,'Jérôme Marant',NULL,20020424233256,255,'New maintainer.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (256,'Uwe Hermann','uh1763@hermann-uwe.de',20020501224821,256,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (257,'Uwe Hermann','uh1763@hermann-uwe.de',20020509193516,257,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (258,'Katsunori Tanaka','tanaka@computer.org',20020511170904,258,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (259,'Uwe Hermann','uh1763@hermann-uwe.de',20020517121221,259,'New maintainer. New release. Updated homepage URL and download URL.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (260,'Ed Avis','epa98@doc.ic.ac.uk',20020517165733,260,'Added a mirror URL to the comment.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (261,'Uwe Hermann','uh1763@hermann-uwe.de',20020520163502,261,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (262,'Thomas Mueller','opt-dyndns@s2h.cx',20020522154919,262,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (263,'Ingo Ruhnke','grumbel@gmx.de',20020523164051,263,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (264,'Uwe Hermann','uh1763@hermann-uwe.de',20020531172404,264,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (265,'Uwe Hermann','uh1763@hermann-uwe.de',20020604153247,265,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (266,'Uwe Hermann','uh1763@hermann-uwe.de',20020604153936,266,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (267,'Uwe Hermann','uh1763@hermann-uwe.de',20020607170135,267,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (268,'Uwe Hermann','uh1763@hermann-uwe.de',20020608161941,268,'The author maintains the project again.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (269,'Tim Wright','tnw13@cosc.canterbury.ac.nz',20020616021152,269,'New Maintainer.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (270,'Julien Lemoine','speedblue@debian.org',20020719125520,270,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (271,'Darryl Luff','djluff@users.sourceforge.net',20020724190429,271,'New maintainer.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (272,'Priit Laes','amd@tt.ee',20020724192227,272,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (273,'Guillem Jover','guillem.jover@menta.net',20020811033646,273,'New maintainer. New release. Updated homepage URL and download URL.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (274,'Adam Schlag','aschlag@users.sourceforge.net',20020811034751,274,'The original maintainer has resumed development. Updated download URL. Added some dependencies.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (275,'Ed Avis','ed@membled.com',20020922171728,275,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (276,'Benoit Gilon','bgilon@free.fr',20021002151411,276,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (277,'Uwe Hermann','uh1763@hermann-uwe.de',20021002151816,277,'The author maintains the project again.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (278,'Uwe Hermann','uh1763@hermann-uwe.de',20021002160533,278,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (279,'Henrik Klagges','henrik@klagges.com',20021022225503,279,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (280,'Joshua Abbott','jabbott.abbott@corp.awhcp.com',20021103162840,280,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (281,'Andrew Williams','andy@blueshiftmedia.net',20021124031559,281,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (282,'Jan Obladen','obladen@datenwelt.net',20021124181938,282,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (283,'Danilo Schoeneberg','dj@casworld.co.uk',20021208160512,283,'New maintainer.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (284,'Sean Rima','sean.rima@mailandnews.com',20021215192732,284,'This project is unmaintained again.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (285,'Tobias Gruetzmacher','fli4l@portfolio16.de',20021215193702,285,'New maintainer. New releases. Updated project info.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (286,'Brett Kosinski','brettk@frodo.dyn.gno.org',20021215195133,286,'Updated homepage URL, download URL and the email address of the author.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (287,'Brett Kosinski','brettk@invidi.com',20030103140855,287,'Updated homepage URL and download URL.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (288,'Jay Felice','jfelice@cronosys.com',20030103141656,288,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (289,'Damiano Biagioli','damianob@interfree.it',20030105193825,289,'The project is maintained again. New release. CVS is working again.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (290,'Team Sliqua','team@sliqua.com',20030212213853,290,'New maintainer. Updated homepage URL and download URL.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (291,'Team Sliqua','team@sliqua.com',20030212214458,291,'New maintainer.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (292,'Team Sliqua','team@sliqua.com',20030212214628,292,'New maintainer.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (293,'Team Sliqua','team@sliqua.com',20030212215044,293,'New maintainer. Updated homepage URL and download URL.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (294,'Team Sliqua','team@sliqua.com',20030212220334,294,'New maintainer. Updated homepage URL and download URL.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (295,'Matthew Portner','redhatking@yahoo.com',20030307165126,295,'New maintainer.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (296,'Matthew Portner','redhatking@yahoo.com',20030307165308,296,'New maintainer.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (297,'Jonas Koch Bentzen',NULL,20030307170008,297,'New maintainer. Updated homepage URL and download URL.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (298,'Clement Bourdarias','phneutre@icculus.org',20030323124106,298,'New maintainer. New release.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (299,'Uwe Hermann','uh1763@hermann-uwe.de',20030323124902,299,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (300,'Uwe Hermann','uh1763@hermann-uwe.de',20030323131748,300,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (301,'Uwe Hermann','uh1763@hermann-uwe.de',20030323132519,301,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (302,'Jan Kroken','jankr@ifi.uio.no',20030415052148,302,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (303,'Jarrod Quial',NULL,20030415053251,303,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (304,'Joey Hess','joeyh@debian.org',20030426163115,304,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (305,'Nehal Mistry','nehal at canada dot com',20030520090642,305,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (306,'Lennart Poettering','mz617469@poettering.de',20030523191716,306,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (307,'Uwe Hermann','uh1763@hermann-uwe.de',20030523192357,307,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (308,'Uwe Hermann','uh1763@hermann-uwe.de',20030523193555,308,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (309,'Uwe Hermann','uh1763@hermann-uwe.de',20030523200741,309,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (310,'Uwe Hermann','uh1763@hermann-uwe.de',20030523211428,310,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (311,'Uwe Hermann','uh1763@hermann-uwe.de',20030523212456,311,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (312,'Uwe Hermann','uh1763@hermann-uwe.de',20030523212918,312,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (313,'Uwe Hermann','uh1763@hermann-uwe.de',20030523213544,313,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (314,'Keziah Manson','keziah@users.berlios.de',20030529012427,314,'New maintainer. New release. Updated homepage URL and download URL.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (315,'Frédéric L. W. Meunier','others@N0pervalidus.tkSP4M',20030708095455,315,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (316,'Shlomi Fish','shlomif@vipe.technion.ac.il',20030729131006,316,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (317,'Matthew Portner','redhatking@yahoo.com',20030825183133,317,'New maintainer.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (318,'James Michael DuPont','mdupont777@yahoo.com',20030930004422,318,'New maintainer. Updated homepage URL and download URL.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (319,'Mark Davidson','medavidson@users.sourceforge.net',20031028204334,319,'New maintainer.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (320,'Sudhakar Kumar Jha','sudhakar_jha@da-iict.org',20031116154930,320,'New maintainer. Updated homepage URL and download URL.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (321,'Rupendra Kiran Kota','rupendra_kota@da-iict.org',20031126162336,321,'New maintainer.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (322,'Jernej Kovacic','jernej@users.sourceforge.net',20031216110913,322,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (323,'Trevor Pearson','trev@bigtrev.port5.com',20031223190759,323,'New maintainer. Updated homepage URL.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (324,'Jonas Koch Bentzen',NULL,20031230192716,324,'Initial announce.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (325,'Jonas Koch Bentzen',NULL,20040120180352,325,'Improved description.'); INSERT INTO news (id, updateby_name, updateby_email, update_time, project_id, changes) VALUES (326,'Alan Jackson','Alan@computer-users.co.uk',20040125151558,326,'New maintainer.'); -- -- Table structure for table `projects` -- DROP TABLE IF EXISTS projects; CREATE TABLE projects ( id int(10) unsigned NOT NULL auto_increment, name varchar(80) NOT NULL default '', description text, version_stable varchar(20) default NULL, version_devel varchar(20) default NULL, homepage varchar(255) default NULL, download varchar(255) default NULL, author varchar(80) default NULL, author_email varchar(80) default NULL, maintainer varchar(80) default NULL, maintainer_email varchar(80) default NULL, depends_on varchar(255) default NULL, source_of_info text, comments text, oldrecord tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (id) ) TYPE=MyISAM; -- -- Dumping data for table `projects` -- INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (1,'CryptoPine','Scripts which manage PGP 2.x from inside Pine.','4.00','','http://gasull.home.ml.org','http://gasull.home.ml.org/linux/cryptopine-4.00.zip','Daniel González Gasull','gasull@usa.net',NULL,NULL,'pine, PGP','http://www.mit.edu:8008/bloom-picayune/linuxch-announce/3014','Homepage- and Download-URLs are defunct. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (2,'SLiRP','SLiRP is a program which lets you emulate a SLIP or PPP connection over a shell dial-up connection. In other words, it is a PPP \"driver\" that runs entirely as a user process.','1.0g',NULL,'http://users.erols.com/tygris/slirp/','http://metalab.unc.edu/pub/Linux/system/network/serial/slirp-1.0g.tar.gz','Danny Gasparovski','danjo@blitzen.canberra.edu.au',NULL,NULL,NULL,'http://users.erols.com/tygris/slirp/',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (3,'Vacation','Automatic mail answering program for Linux; Port of the 386bsd vacation program.','1.2.0',NULL,'http://metalab.unc.edu/pub/Linux/system/mail/mailhandlers/','http://metalab.unc.edu/pub/Linux/system/mail/mailhandlers/vacation-1.2.0.tar.gz','Eric P. Allman',NULL,NULL,NULL,NULL,'http://www.cs.helsinki.fi/~mjrauhal/linux/cola.archive/1999-10/mjr.1999-10-16.004',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (4,'Majik4','Majik4 is a gridmap based, roguelike, completely player-controlled and self-sustaining roleplaying enviroment, without the need of outside administration and control.','0.05',NULL,'http://www.majik3d.org/majik4.html','ftp://ftp.majik3d.org/attic/majik4.tar.gz','Majik Development Team','majik@majik.netti.fi',NULL,NULL,NULL,'http://www.majik3d.org/majik4.html',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (5,'SGMLtools','SGMLtools is a text-formatting package based on SGML, which allows you to produce TeX, DVI, PS, PDF, HTML, RTF and plain ASCII from a single source.','2.0.2',NULL,'http://www.sgmltools.org/','ftp://ftp.nllgg.nl/pub/SGMLtools/v2.0/source/sgmltools-2.0.2.tar.bz2','Cees de Groot','cg@cdegroot.com',NULL,NULL,NULL,'http://www.sgmltools.org/suspended.html',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (6,'Start','Start is an intranet homepage which features pop3 check, PPP control, links, search engines, uptime and more.','0.8.2',NULL,'http://fancy.secureshell.com/start/','http://fancy.secureshell.com/start/rel/start-0.8.2.tar.gz','John Chia','johnchia@innocent.com',NULL,NULL,NULL,'http://fancy.secureshell.com/start/rel/INSTALL',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (7,'gRunlevels','gRunlevels is a GTK+ application for configuring runlevel services.','1.1',NULL,'http://soar.berkeley.edu/rolozo/gRunlevels/','http://soar.berkeley.edu/rolozo/gRunlevels/gRunlevels-1.1.tar.gz','Ryan Lovett','ryan@ugastro.berkeley.edu',NULL,NULL,'GTK+, gtk+-perl','http://soar.berkeley.edu/rolozo/gRunlevels/',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (8,'zICQ','zICQ is a ncurses-based ICQ client based on mICQ. It features sending/receiving messages and URLs, a contact list, commandline-editing, sound support and more.','2.7','2.9','http://hookah.truedork.net/software.html','http://hookah.truedork.net/download/zicq-.2.7.tgz','Zack Allison','zallison@rice.edu',NULL,NULL,'ncurses','http://hookah.truedork.net/software.html',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (9,'Free Internet Conferencing Tools (FICT)','FICT is a small suite of Java utilities which allows real time communication on web pages.','1.0.4',NULL,'http://sourceforge.net/projects/fict/','http://download.sourceforge.net/FICT/fict-1.0.4.tgz','Jeff Breidenbach','jab@users.sourceforge.net',NULL,NULL,NULL,'http://sourceforge.net/forum/forum.php?forum_id=19762',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (10,'Portslave','Portslave is a RADIUS client program that is designed to allow a GNU/Linux PC with a multi-port serial card to emulate a Livingston Portmaster 2 series terminal Server.','1.16','2.0A1','http://portslave.mnic.net/','ftp://ftp.mnic.net/pub/portslave/portslave-2.0A1.tar.gz','Miquel van Smoorenburg','miquels@cistron.nl',NULL,NULL,'pppd','http://portslave.mnic.net/','Another fork-off of portslave is available from http://www.linuxrouter.org/portslave/ and is being actively maintained. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (11,'Fsdext2','Fsdext2 is a read-only port of the second extended file system (ext2fs) to Windows 95. Using Fsdext2 you can transparently mount your Linux ext2fs partitions on Windows 95.','0.16','0.17','http://www.yipton.demon.co.uk/','http://www.yipton.demon.co.uk/fsdext2/017.zip','Peter van Sebille','peter@yipton.demon.co.uk',NULL,NULL,'','http://www.yipton.demon.co.uk/','The author states on the project-homepage that he doesn\'t support the package anymore because he moved on to other projects. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (12,'RODUN','RODUN is an extended clone of the Rogue dungeon game. It includes new monsters and new map styles but also the complete functionality of the original Rogue.','0.9.9a',NULL,'http://rodun.netpedia.net/',NULL,'Jan Rocho','jan@ude.org',NULL,NULL,NULL,'http://rodun.netpedia.net/','Source is available at request (per email) from the author. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (13,'Postlister','Postlister is a PHP/SQL based mailing list program. It features web-based administration, unlimited number of mailing-lists, a preview-function and more.','1.15','','http://jonaskochbentzen.dk/programmer/postlister/README.html','http://jonaskochbentzen.dk/hent/postlister%201,15.tar.gz',NULL,'postlister@users.sourceforge.net',NULL,NULL,'PHP, MySQL, JavaScript-enabled browser','http://sourceforge.net/people/viewjob.php?group_id=6154&job_id=283','The Sourceforge project-page is at http://sourceforge.net/project/?group_id=6154. -- .',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (14,'Lexi Word Processor','Lexi Word Processor is a Java based Word Processor.','0.1.0_alpha','','http://www.jmonkey.com/products/lexi/',NULL,'Brill Pappin','brill.pappin@jmonkey.com',NULL,NULL,'JDK 2.1','http://sourceforge.net/people/viewjob.php?group_id=5248&job_id=304','The Sourceforge project-page is at http://sourceforge.net/project/?group_id=5248. The source code is available via CVS. -- .',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (15,'NotifyCD','A Win32 system-tray CD player. Excellent features, including CDDB, titlebar (song info in active titlebar), hotkeys, etc. Does its job and stays out of your way.','1.51.3','1.60b5','http://www.artech.se/~mlt/software/','http://www.artech.se/~mlt/software/src/','Mats Ljungqvist','mlt@cyberdude.com',NULL,NULL,'','http://www.artech.se/~mlt/software/','Mats became too busy to work on the code back in 1998 and it sat idle since then. Written in Visual C++. The only pressing fix I\'m aware of it\'s needing is to turn off the constant logging to C:\\NTFY_CD.LOG.
-- .',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (16,'zICQ','zICQ is a ncurses-based ICQ client based on mICQ. It features sending/receiving messages and URLs, a contact list, commandline-editing, sound support and more.','2.7','2.9','http://hookah.truedork.net/software.html','http://hookah.truedork.net/download/zicq-.2.7.tgz','Zack Allison','zallison@rice.edu','Cameron McCormack','cameron.m@iname.com','ncurses','Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (17,'Lexi Word Processor','Lexi Word Processor is a Java based Word Processor.','0.1.0',NULL,'http://lexi.sourceforge.net/','http://lexi.sourceforge.net/download/index.html','Brill Pappin','brill.pappin@jmonkey.com','Stefanos Zachariadis','s.zachariadis@cs.ucl.ac.uk','JDK 2.1','Submitter.',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (21,'diald-top','A diald monitoring program with an interface similar to top.','2.1pl2','2.2','http://diald-top.sourceforge.net/','http://download.sourceforge.net/diald-top/diald-top-2.1pl2.tar.gz','Gavin Hurlbut','gjhurlbu@users.sourceforge.net','Gavin Hurlbut','gjhurlbu@users.sourceforge.net','diald, ncurses, flex, bison','Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (18,'Vacation','Automatic mail answering program for Linux; Port of the 386bsd vacation program.','1.2.0','','http://metalab.unc.edu/pub/Linux/system/mail/mailhandlers/','http://metalab.unc.edu/pub/Linux/system/mail/mailhandlers/vacation-1.2.0.tar.gz','Eric P. Allman',NULL,NULL,NULL,'','http://www.cs.helsinki.fi/~mjrauhal/linux/cola.archive/1999-10/mjr.1999-10-16.004','A new temporary homepage is http://212.19.67.58/vacation. -- .',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (19,'SLiRP','SLiRP is a program which lets you emulate a SLIP or PPP connection over a shell dial-up connection. In other words, it is a PPP \"driver\" that runs entirely as a user process.','1.0g',NULL,'http://users.erols.com/tygris/slirp/','http://metalab.unc.edu/pub/Linux/system/network/serial/slirp-1.0g.tar.gz','Danny Gasparovski','danjo@blitzen.canberra.edu.au','Kelly "STriker RedWolf" Price','tygris@wam.umd.edu',NULL,'http://www.cs.helsinki.fi/~mjrauhal/linux/cola.archive/1999-10/mjr.1999-10-13.013',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (20,'diald-top','A diald monitoring program with an interface similar to top.','2.1pl2',NULL,'http://diald-top.sourceforge.net/','http://download.sourceforge.net/diald-top/diald-top-2.1pl2.tar.gz','Gavin Hurlbut','gjhurlbu@beirdo.ott.uplink.on.ca',NULL,NULL,'diald, ncurses','http://sourceforge.net/people/viewjob.php?group_id=6760&job_id=326',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (22,'GnomeHack','GnomeHack is a port of the rogue-like game NetHack to Gnome.','1.0.5','','http://www.xmission.com/~andersen/erik/gnomehack/gnomehack.html','http://www.debian.org/~andersee/gnomehack-1.0.5.tar.gz','Erik Andersen','andersen@codepoet.org',NULL,NULL,'gnome-libs','Submitter.','',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (23,'SLiRP','SLiRP is a program which lets you emulate a SLIP or PPP connection over a shell dial-up connection. In other words, it is a PPP \"driver\" that runs entirely as a user process.','1.0.10','','http://slirp.sourceforge.net','http://download.sourceforge.net/slirp/slirp-1.0.10.tar.gz','Danny Gasparovski','danjo@blitzen.canberra.edu.au','Kelly "STriker RedWolf" Price','tygris+slirp@erols.com','','Submitter.','The application is currently maintained at a bugfix-level. -- .',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (24,'GNU Prolog for Java','The implementation of the ISO Prolog standard as Java library. It passes most of the ISO test suite.','0.1.0','','http://gnuprologjava.sourceforge.net','http://gnuprologjava.sourceforge.net/old/index.html','Constantine Plotnikov','cap@mail.novosoft.ru',NULL,NULL,'JDK 1.2','Submitter.','The author doesn\'t have time to maintain the package anymore. He has several ideas for the next version, and will readily provide them to a new maintainer. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (25,'Alice Pascal','A syntax directed editor-based IDE for Pascal (primarily learning) compatible with 1980s Turbo Pascal. Contains editor, interpreter, help system, Pascal parser, tree manipulation routines and more.','1.32','1.5','http://www.templetons.com/brad/alice.html','ftp://ftp.templetons.com/software/alice.tar.gz','Brad Templeton','bt@templetons.com',NULL,NULL,NULL,'Submitter.','Needs some cleanup under GNU/Linux, or if somebody is really bold, a port to a windowing system. The package is from long ago but way ahead of its time. Many modern systems are finally catching up, but not there yet. Commercial lifetime ended long ago. Developers moved on to other things.
-- .',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (26,'Math::MatrixReal','A Perl-module which provides routines for easy matrix manipulations including matrix products, solving linear equation systems, L-R-decomposition, Eigenvalues and -vectors, etc.','1.2','1.3a5','http://www.engelschall.com/u/sb/download/Math-MatrixReal/','http://www.engelschall.com/u/sb/download/','Steffen Beyer','sb@engelschall.com',NULL,NULL,'','Submitter.','',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (27,'Set::IntRange','Routines for dealing with sets of integers - all sets are required to lie within an interval of two (positive or negative) integers. Easy handling through overloaded operators. Fast through relying on Bit::Vector, an efficient module written in C, internally.','5.0',NULL,'http://www.engelschall.com/u/sb/download/','http://www.engelschall.com/u/sb/download/','Steffen Beyer','sb@engelschall.com',NULL,NULL,'Bit::Vector','Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (28,'Debian MCA/EDSI boot disks','Debian Hamm boot disks for PS/2 or other Microchannel Architecture (MCA bus) systems which have ESDI disks.','1.2',NULL,'http://mojo.calyx.net/~bri/projects/debian/MCA/','http://mojo.calyx.net/~bri/projects/debian/MCA/','Brian S. Julin','bri@calyx.com',NULL,NULL,'boot-floppies, lilo, kernel-image','Submitter.','Person with PS/2 system needed to install Debian Potato, get any necessary changes implemented upstream or in the Debian package, and then tell me so I can delete these disk images.
-- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (29,'ears','Simple speech recognition kit. It is already usable on a limited dictionary which can (must) be spoken before hand. Language-independent. Contributions included.','0.32',NULL,'http://me.in-berlin.de/~rws/ears.html','http://me.in-berlin.de/~rws/ears-0.32.tar.gz','Ralf Stephan','ralf@ark.in-berlin.de',NULL,NULL,'libstdc++','Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (30,'tvtwm','X window manager derived from twm. Feature set is similar to other current window managers, including virtual desktops, menus, icons, etc., plus several features unique to it (or to the twm family).','patchlevel 11',NULL,'ftp://ftp.x.org/contrib/window_managers/','ftp://ftp.x.org/contrib/window_managers/tvtwm.pl11.tar.gz','Chris P. Ross','cross@eng.us.uu.net',NULL,NULL,'X-Window','Email exchange of with the author of the package.','I\'ve hacked in some functionality over the last year or two, but I don\'t have time to be the maintainer. It\'s a great window manager, however. It concentrates on user customization, not chrome customization.
-- .',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (31,'Ical','Ical is a calendar application which features easy creation and deletion of items, posting of reminders for upcoming appointments and lots more.','2.2',NULL,'http://www.fnal.gov/docs/products/tktools/ical.html','http://ftp.debian.org/debian/dists/stable/main/source/misc/ical_2.2.orig.tar.gz','Sanjay Ghemawat','sanjay@lcs.mit.edu',NULL,NULL,NULL,'Submitter.','The author seems have disappeared from the face of this planet. He cannot be reached by email. The homepage is down. The homepage and download listed above are not the official ones. received an email from the author who said "that he was no longer maintaining Ical and that I was welcome to do whatever I wanted with it", which I count as an "official" statement from the author that he doesn\'t maintain the package anymore.
-- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (32,'SGMLtools','SGMLtools is a text-formatting package based on SGML, which allows you to produce TeX, DVI, PS, PDF, HTML, RTF and plain ASCII from a single source.','2.0.2','','http://www.sgmltools.org/','ftp://ftp.nllgg.nl/pub/SGMLtools/v2.0/source/sgmltools-2.0.2.tar.bz2','Cees de Groot','cg@cdegroot.com',NULL,NULL,'','Email from author.','The author considers SGMLtools obsolete. SGMLtools-lite is meant to replace the only interesting part of SGMLtools. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (33,'NotifyCD','A Win32 system-tray CD player. Excellent features, including CDDB, titlebar (song info in active titlebar), hotkeys, etc. Does its job and stays out of your way.','1.51.3','1.60b5','http://hassard.net/notifycd','http://hassard.net/notifycd','Mats Ljungqvist','mlt@cyberdude.com','Stephen Hassard','steve@hassard.net',NULL,'Submitter.',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (34,'yarec','WAV/AIFF player/recorder kit. Full modularity of UI (GTK+, curses, commandline), sound driver (GNU/Linux, OSS), thread package (POSIX, none) implemented. Nice performance, even under load.',NULL,'','http://me.in-berlin.de/~rws/yarec.html','http://me.in-berlin.de/~rws/yarec-0.65.tar.gz','Ralf Stephan','ralf@ark.in-berlin.de',NULL,NULL,NULL,'Submitter.',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (36,'GNU Pilot SDK FAQ','A FAQ on issues commonly encountered while developing Palm Pilot applications with the GNU gcc toolset.',NULL,NULL,'http://www.io.com/~jsproat/geocities.old/GNU_Pilot_SDK.html','http://www.io.com/~jsproat/geocities.old/GNU_Pilot_SDK.txt','Jeremy H. Sproat and others',NULL,NULL,NULL,NULL,'Submitter.',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (37,'tvtwm','X window manager derived from twm. Feature set is similar to other current window managers, including virtual desktops, menus, icons, etc., plus several features unique to it (or to the twm family).','patchlevel 11',NULL,'ftp://ftp.x.org/contrib/window_managers/','ftp://ftp.x.org/contrib/window_managers/tvtwm.pl11.tar.gz','Chris P. Ross','cross@eng.us.uu.net','Matt Adams','stormkeeper@softhome.net','X-Window','Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (38,'Debian Keyboard Configuration Project','A project to configure your keyboard for use with Debian GNU/Linux.','','','http://pcheise1.mathematik.tu-muenchen.de/~schwarz/debian-kbd/',NULL,'Christian Schwarz','schwarz@monet.m.isar.de',NULL,NULL,'','http://pcheise1.mathematik.tu-muenchen.de/~schwarz/debian-kbd/','The author encourages you on the homepage to contact him, if you are interested in taking over the pages. -- .',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (39,'clobberd-isp','clobberd is a daemon which monitors user-activity and meters resources such as time, network-activity and more.','4.10',NULL,'http://sourceforge.net/projects/clobberd-util/','http://download.sourceforge.net/clobberd-util/clobberd-isp.zip','Jason Nunn','jsno@downunder.net.au',NULL,NULL,'ncurses','http://sourceforge.net/forum/forum.php?forum_id=24667',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (40,'Unmaintained Python Hacks','A collection of unmaintained Python software from A.M. Kuchling.',NULL,NULL,'http://starship.python.net/crew/amk/python/unmaintained/index.html',NULL,'A.M. Kuchling','amk1@bigfoot.com',NULL,NULL,NULL,'http://starship.python.net/crew/amk/python/unmaintained/index.html',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (41,'Golgotha Forever','A 3D realtime strategy game.',NULL,'','http://golgotha.opengames.org/','http://golgotha.opengames.org/source/downloads/','The Golgotha Forever developers',NULL,NULL,NULL,NULL,'http://golgotha.opengames.org/news/',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (42,'Postlister','Postlister is a PHP/SQL based mailing list program. It features web-based administration, unlimited number of mailing-lists, a preview-function and more.','1.15',NULL,'http://sourceforge.net/projects/postlister/','http://download.sourceforge.net/postlister/postlister_versions.tar.gz',NULL,'postlister@users.sourceforge.net','Patrick Black','blackp@users.sourceforge.net','PHP, MySQL, JavaScript-enabled browser','Submitter.',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (43,'PM2V','PM2V is a library for parallel encoding a video sequence in MPEG II. PM2V is mainly based on mpeg2encode v1.2a and aims to speed up the computing of video sequence by using multiple processors.','354','','http://pm2v.free.fr/','http://pm2v.free.fr/pm2v-354.tar.gz','Jean Laurent','pm2v@free.fr',NULL,NULL,'','http://pm2v.free.fr/','',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (44,'cdb','CD builder (cdb) is a GTK+ based CD cue sheet and subcode generating tool for GNU/Linux and Unix. Its goal is to generate subcodes for DAO and raw mode capable CD-R drives.','0.07','','http://www.ccs.neu.edu/home/bchafy/cdb/cdb.html','http://www.ccs.neu.edu/home/bchafy/cdb/download/latest.tar.gz','Bryan Chafy','bchafy@ccs.neu.edu',NULL,NULL,'','http://www.ccs.neu.edu/home/bchafy/cdb/cdb.html','The author states on the project homepage that he considers the project dead and invites developers to work on it if they are interested. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (45,'Xsoundtrack','A tracker for GNU/Linux based on XLib.','0.0.6',NULL,'http://sed.free.fr/xsound/index.html','http://sed.free.fr/xsound/Xsoundtrack-0.0.6.tar.gz','sed@free.fr','sed@free.fr',NULL,NULL,NULL,'http://sed.free.fr/xsound/index.html',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (46,'NetAsteroids','Some Asteroids clone, I guess.',NULL,NULL,'http://sourceforge.net/projects/netasteroids/',NULL,'Thomas M. Magee','tmagee@users.sourceforge.net',NULL,NULL,NULL,'http://sourceforge.net/projects/netasteroids/','This project is dead. Never had enough time to even get it off the ground. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (47,'Orpheon','Imagine the world of Wolfenstein 3D, one of the most groundbreaking FPS games of all time, modernized, in its own, new engine, running under OpenGL. Welcome to Orpheon.',NULL,NULL,'http://orpheon.cjb.net/',NULL,'psykotik','psykotik@planetquake.com',NULL,NULL,NULL,'http://sourceforge.net/forum/forum.php?forum_id=38692',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (48,'SLiRP','Slirp emuluates a SLIP or PPP connection over any arbitrary TTY or through any getty connection. In many ways, it\'s the only way to connect a Palm Pilot to the Internet when you don\'t have root access.','1.0.13',NULL,'http://slirp.sourceforge.net','http://download.sourceforge.net/slirp/slirp-1.0.13.tar.gz','Danny Gasparovski','danjo@blitzen.canberra.edu.au','Kelly "STrRedWolf" Price','tygris+slirp@erols.com',NULL,'Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (49,'Quadra','An addictive action puzzle game with single player and multiplayer capabilities.','1.1.5',NULL,'http://quadra.sourceforge.net/','http://download.sourceforge.net/quadra/quadra-1.1.5.tar.gz','Ludus Design Inc.',NULL,NULL,NULL,NULL,'http://sourceforge.net/people/viewjob.php?group_id=7275&job_id=1434','The current maintainers of Quadra would like to find new maintainers to give this project the attention it deserves to enable them to follow-up new ventures. -- .',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (50,'Express','Express is a graphical WWW browser, which uses GTK+ as a toolkit and gtk-xmhtml as a backend for the HTML-display.',NULL,'','http://express.sourceforge.net/',NULL,'Conrad Parker','conradp@cse.unsw.edu.au',NULL,NULL,'GTK+, gtk-xmhtml','Submitter.','This browser project hasn\'t been updated for a long time now, and it\'s pretty much obsoleted by the many new Free Software browsers like Mozilla, konqueror etc. -- .',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (51,'fakebo','A utility to fake the Back Orifice and the NetBus trojans. It logs all access attempts from any clients and is able to fake pings and send fake replies, if this is desired.','0.4.1',NULL,'http://cvs.linux.hr/fakebo/','ftp://ftp.linux.hr/pub/fakebo/fakebo-0.4.1.tar.gz','Vlatko Kosturjak','kost@iname.com',NULL,NULL,NULL,'Email from author.','The author lost interest in maintaining the program. He\'d be glad if someone took over maintainance and he will provide the whole CVS repository (including all changelogs) to the new maintainer. -- .',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (52,'cdwrite','cdwrite is a utility to record data or audio Compact Discs on Orange Book CD-R recorders.','2.0','','http://terminus.storm.net/~hpa/cdwrite_comp.html','http://www.ibiblio.org/pub/Linux/utils/disk-management/cdwrite-2.0.tar.gz','Adam Richter','adam@yggdrasil.com',NULL,NULL,'','Email from the last maintainer of the program, .','This program has been obsoleted by cdrecord. -- .',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (53,'Express','Express is a graphical WWW browser, which uses GTK+ as a toolkit and gtk-xmhtml as a backend for the HTML-display.',NULL,'','http://express.sourceforge.net/',NULL,'Conrad Parker','conradp@cse.unsw.edu.au',NULL,NULL,'GTK+, gtk-xmhtml','Submitter.','This browser project hasn\'t been updated for a long time now, and it\'s pretty much obsoleted by the many new Free Software browsers like Mozilla, konqueror etc. -- .',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (54,'Lunar Penguin','Lunar Penguin is a RPM-based GNU/Linux distribution for ISP\'s and powerusers which is geared towards e-business concerns.',NULL,NULL,'http://www.lunar-penguin.com/',NULL,'Chuck Smead',NULL,NULL,NULL,NULL,'http://lwn.net/2000/1228/dists.php3','According to the project founder Chuck Smead, the project is dead. \"I may resurrect it later but it\'s gone for now.\" -- Chuck Smead.',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (55,'Lexi Word Processor','Lexi Word Processor is a Java based Word Processor.',NULL,'','http://lexi.sourceforge.net/','http://sourceforge.net/project/showfiles.php?group_id=5248','Brill Pappin','brill.pappin@jmonkey.com',NULL,NULL,'JDK 2.1','Request from the original author.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (56,'gglyph','Gglyph is a GUI tool for managing a collection of fonts. Gglyph can preview and display information about Type 1 fonts without them being registered with X. It provides a graphical interface for installing fonts under X, with drag-and-drop functionality.','0.1.3',NULL,'http://www.ibiblio.org/pub/Linux/X11/gtkbuffet/apps/gglyph/','http://www.ibiblio.org/pub/Linux/X11/gtkbuffet/apps/gglyph/gglyph-0.1.3.tar.gz','David Huggins-Daines','dhd@debian.org',NULL,NULL,'GTK+, t1lib','http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=54072',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (57,'ELKS','ELKS is the Embeddable Linux Kernel Subset, a project to port the Linux kernel to 8086 and 80286 class PCs, palmtops and embedded controller systems.',NULL,'','http://www.elks.ecs.soton.ac.uk/','ftp://ftp.ecs.soton.ac.uk/pub/elks/','Al Riddoch','ajr@ecs.soton.ac.uk',NULL,NULL,NULL,'http://sourceforge.net/forum/forum.php?forum_id=56220',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (58,'mono','Mono is a real-time emulator of a monophonic analog synthesizer such as the TB-303, with a preliminary GUI.',NULL,'','http://mono.sourceforge.net','http://download.sourceforge.net/mono/mono-0.1.0.tar.gz','Jarno Seppänen','jams@users.sourceforge.net',NULL,NULL,'Sonic Flow, GTK--, libaudiohw, libsoundfile, libpbd, libsigc++, GTK+, GLib, POSIX threads, C++ STL','Submitter.','The audio engine of the program is functional, but I lost interest in finishing the UI. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (59,'GNU Pilot SDK FAQ','A FAQ on issues commonly encountered while developing Palm Pilot applications with the GNU gcc toolset.',NULL,NULL,'http://www.outerbody.com/palm/','http://www.outerbody.com/palm/PalmOS_GNU_SDK_FAQ.txt','Jeremy H. Sproat and others',NULL,'Aaron Barnett','palmfaq@outerbody.com',NULL,'Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (60,'The L.O.S.E.R. Corps','The L.O.S.E.R. Corps is a side-scrolling game which you can play alone or with other people over a TCP/IP network. You can write robots which control characters in the game, edit maps with the map-editor and read and write images in the game format with a downloadable GIMP-plugin.','0.9.11p1',NULL,'http://www.linux.ime.usp.br/~galmeida/loser/','http://www.linux.ime.usp.br/~galmeida/loser/loser-0.9.11p1.tar.gz','Ricardo R. Massaro','massaro@linux.ime.usp.br',NULL,NULL,NULL,'Submitter.',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (61,'Minimalist','Simple mailing list manager, written in Perl, extremely small, fast and easy to maintain.','2.2','','http://www.mml.org.ua/','http://www.mml.org.ua/minimalist.tar.gz','Vladimir Litovka','doka@kiev.sovam.com',NULL,NULL,'','Submitter.','The author does not have enough time to maintain this software, although many users like it and ask for more features. -- .',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (62,'wannabes Mailinglist','The wannabes mailinglist is a place for present and aspiring Free Software/Open Source Software developers to discuss related logistical and personal issues. For example: How do I work on Free Software and make a living doing it? How do I find the time and discipline to do such work? The ultimate goal is to encourage and enable more people to get further involved in the Free Software/Open Source Software community.',NULL,NULL,'http://wannabees.sourceforge.net/',NULL,'Mike Coleman','mkc@mathdogs.com',NULL,NULL,NULL,'http://www.geocrawler.com/archives/3/4141/2001/2/0/5104743/','The current maintainer, , is looking for someone who can jump-start the list and make it a useful resource for Free Software developers.',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (63,'rtb-docs.de','The german translation of the RealTimeBattle User Manual and the game messages.','1.0.2',NULL,'http://www.hermann-uwe.de/rtb.php','http://www.hermann-uwe.de/rtb/rtb-docs.de-1.0.2.tar.gz','Uwe Hermann','uh1763@hermann-uwe.de',NULL,NULL,'sgmltools','Submitter.','I don\'t have enough time to update the translation and I also lost interest in RealTimeBattle. -- .',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (64,'Lunar Penguin','Lunar Penguin is a RPM-based GNU/Linux distribution for ISP\'s and powerusers which is geared towards e-business concerns.',NULL,NULL,'http://www.lunar-penguin.com/',NULL,'Chuck Mead','csm@lunar-penguin.com','Chuck Mead','csm@lunar-penguin.com',NULL,'http://www.moongroup.com/stories.php?story=01/03/06/3797059','As, and when I can, I am going to start work on Lunar Penguin again. This doesn\'t mean much because I have about zero time but it\'s still a fun idea so I\'m going to resurrect it... -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (65,'crapStation','A pixel painting program similar to Deluxe Paint II.',NULL,'','http://vengeance.et.tudelft.nl/~smoke/pub/','http://vengeance.et.tudelft.nl/~smoke/pub/crapstation-0.0.19.tar.gz','Tijs van Bakel','smoke@casema.net',NULL,NULL,'LibGGI, zlib, libpng','http://freshmeat.net/projects/crapstation/#comment-8006',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (66,'NotifyCD','A Win32 system-tray CD player. Excellent features, including CDDB, titlebar (song info in active titlebar), hotkeys, etc. Does its job and stays out of your way.','1.51.3','1.60b5','http://notifycd.com','http://notifycd.com/ntfycd_160b5_src.zip','Mats Ljungqvist','mlt@cyberdude.com','Stephen Hassard','steve@notifycd.com',NULL,'Submitter.',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (67,'libRPG','A C++ library to create RPGs. It is a collection of basic classes to control objects, maps, items, etc. for role playing games.','1.0.1',NULL,'http://www.ductape.net/~reeve/projects.html#librpg','http://ductape.net/~reeve/downloads/libRPG-1.0.1.tar.gz','Scott Barnes','reeve@ductape.net',NULL,NULL,NULL,'http://www.happypenguin.org/show?libRPG',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (68,'UML Sculptor','An UML class diagrams editor.',NULL,'1.0b','http://sourceforge.net/projects/umlsculptor/','http://prdownloads.sourceforge.net/umlsculptor/UMLSculptor-1.0b-sources.zip','Leonard Mosescu','lemo@metasoft.ro',NULL,NULL,NULL,'http://sourceforge.net/people/viewjob.php?group_id=23013&job_id=3116',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (69,'Jazilla','A Webbrowser which aims to be a reimplementation of Mozilla in pure Java.',NULL,'0.2b','http://jazilla.sourceforge.net','http://prdownloads.sourceforge.net/jazilla/jazilla-2000-1-14b.zip','http://sourceforge.net/project/memberlist.php?group_id=582',NULL,NULL,NULL,'JDK >= 1.2','Submitter.','I was one of the developers. Activity died down, and the last release was in January 2000. As far as I know, nobody has been working on Jazilla. -- .',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (70,'PHPMyEdit','How many times have you hand-coded a MySQL table editor in PHP? PHPMyEdit provides an instant table editor - all you need to do is to write a simple calling program.','3.5',NULL,'http://phpmyedit.sourceforge.net','http://prdownloads.sourceforge.net/phpmyedit/PHPMyEdit35.zip','John McCreesh','jpmcc@users.sourceforge.net',NULL,NULL,'PHP4, MySQL','http://sourceforge.net/people/viewjob.php?group_id=12479&job_id=3245',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (71,'decline','An IRC client for the Linux console featuring themeing, Perl scripting, and multiple channel support.',NULL,'06','http://decline.darktech.org/','http://decline.darktech.org/download.pl?file=source/decline06.tar.gz','nikon','nikon@sc.rr.com',NULL,NULL,'Perl','http://freshmeat.net/projects/decline/#comment-9062',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (72,'JVisual Versioning System','JVisual Versioning System (JVVS) is a cross-platform visual versioning system aimed at easing the user and administrator of large versioning repositories. Being developed in parallel with an API to allow other programs (such as IDEs) to checkout and release source code transparently.',NULL,'0.0.3','http://jvvs.sourceforge.net/','http://prdownloads.sourceforge.net/jvvs/jvvs-serverdoc_0.0.3.tar.gz','Adam VanderHook','avanderhook@capitol-college.edu',NULL,NULL,NULL,'http://sourceforge.net/people/viewjob.php?group_id=282&job_id=3400',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (73,'UML Sculptor','An UML class diagrams editor.',NULL,'1.0b','http://umlsculptor.sourceforge.net','http://prdownloads.sourceforge.net/umlsculptor/UMLSculptor-1.0b-sources.zip','Leonard Mosescu','lemo@users.sf.net',NULL,NULL,NULL,'Submitter.',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (74,'Colibri Widgets','The Colibri Widgets are based on curses (pure C with OO facilities). The integrated xml parser should make it easy to develop your own curses application.',NULL,'0.5','http://colibri.sourceforge.net/','http://prdownloads.sourceforge.net/colibri/colibri-0_5.tar.gz','Christian Liesch','c.liesch@fh-aargau.ch',NULL,NULL,NULL,'http://sourceforge.net/people/viewjob.php?group_id=9720&job_id=3636',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (75,'ticker','Ticker is a simple little program that scrolls a message across the top or bottom line of your screen, in a manner similar to a stock ticker. In fact, since ticker supports communicating with a program that changes the text periodically, it could be used to implement a stock ticker. Currently, though, the only data gathering program available is one that displays Slashdot and Freshmeat news headlines on the ticker.','1.0',NULL,'http://www.kitenet.net/programs/ticker/','http://www.kitenet.net/programs/code/ticker/ticker.tar.gz','Joey Hess','joey@kitenet.net',NULL,NULL,'slang','http://lists.debian.org/debian-devel-changes-0106/msg00423.html',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (76,'rtb-docs.de','The german translation of the RealTimeBattle User Manual and the game messages.','1.0.2',NULL,'http://www.hermann-uwe.de/contributions.php','http://www.hermann-uwe.de/downloads/rtb-docs.de-1.0.2.tar.gz','Uwe Hermann','uh1763@hermann-uwe.de',NULL,NULL,'sgmltools','Submitter.','I don\'t have enough time to update the translation and I also lost interest in RealTimeBattle. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (77,'iceme','IceMe is a graphical menu and shortcut editor for the IceWM window manager. You can edit menu entries with drag and drop as well as cut and paste. Both the default menu and the local menu in the users home directory can be edited.','1.0.0','','http://iceme.sourceforge.net/','http://download.sourceforge.net/iceme/iceme-1.0.0.tar.gz','Dirk Möbius','dmoebius@gmx.net',NULL,NULL,'icewm, GTK+, PyGTK','Email correspondence with the author.','Currently, the author doesn\'t have time to maintain this project. He will most probably have enough time around October, so he will take over maintainance again... -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (78,'AutoNap','AutoNap is a console-based OpenNap client. It can work interactively and automatically controlled by a config-file.','0.5.1','','http://autonap.sourceforge.net/','http://prdownloads.sourceforge.net/autonap/AutoNap-0.5.1.tar.gz','Tassilo v. Parseval','tassilo.parseval@post.rwth-aachen.de',NULL,NULL,'MP3::Napster, MP3::Info, Term::Readkey, Term::ANSIColor','Submitter.','Since it is unlikely that a new release of MP3::Napster is made by Lincoln Stein, AutoNap does not provide so much room for improvements. Apart from that, Napster seems to be a concept on its decline so there is probably less need of such a program. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (79,'Qbanner','Qbanner is an Ad-Server featuring GIF, JPEG, PNG ads, graphical and tabular hourly/daily/monthly statistics and a bit of cache busting code.',NULL,'0.3 alpha','http://sourceforge.net/projects/qban/','http://prdownloads.sourceforge.net/qban/qban-0.3-alpha.tar.gz','Valter Mazzola','txian@hotmail.com',NULL,NULL,'MySQL, gif2png, a web-server','Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (80,'CompleteRPG Web Portal','A web portal allowing multiple admins for different areas, a Play-By-Email RPG system, uploading and downloading files, news scripting, and Fantasy Fictions submission forms.',NULL,NULL,'http://www.completerpg.com/project/index.htm',NULL,'John C. Sponheimer','zhrakkan@users.sourceforge.net',NULL,NULL,NULL,'http://sourceforge.net/people/viewjob.php?group_id=26928&job_id=3931',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (81,'Secure MP3 Playlist Server','A streaming MP3 music server, with optional user authentication and full playlist support. Meaning a user will be able to allow access to specific people via public keys.',NULL,NULL,'http://sourceforge.net/projects/mp3server/',NULL,'John Southerland','jbsouthe@home.com',NULL,NULL,NULL,'http://sourceforge.net/people/viewjob.php?group_id=5195&job_id=4025',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (82,'Visualization of Compiler Graphs','Visualization of Compiler Graphs (VCG) is a software for automatic graph layout. It is not a graph editor, however. VCG is intended to visualize large graphs generated by programs, e.g. debuggers of data structures. The computed graph layout can be interactively explored or printed.','1.30','','http://rw4.cs.uni-sb.de/users/sander/html/gsvcg1.html','ftp://ftp.cs.uni-sb.de/pub/graphics/vcg/vcg.tgz','Georg Sander','sander@cs.uni-sb.de',NULL,NULL,'','Submitter.','The successor of VCG is aiSee Graph Visualization Software. aiSee is actually developed and maintained by a commercial company (http://www.absint.com). Yet, aiSee ist still free for non-commercial usage. -- .',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (83,'ghtsclient','A GTK+ based client for the realtime multiplayer trading game Holsham Traders.','','0.2','http://ghtsclient.sourceforge.net/','http://prdownloads.sourceforge.net/ghtsclient/ghtsclient-0.2.tar.gz','Piotr Esden-Tempski','pe1724@bingo-ev.de',NULL,NULL,'htsserver','Submitter.','As I am the maintainer of Holsham Traders I might also maintain ghtsclient some day, but this is not a priority of mine right now. At the moment I do not have enough time for one more project to work on... -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (84,'Postlister','Postlister is a PHP/SQL based mailing list program. It features web-based administration, unlimited number of mailing-lists, a preview-function and more.','1.15',NULL,'http://sourceforge.net/projects/postlister/','http://download.sourceforge.net/postlister/postlister_versions.tar.gz',NULL,'postlister@users.sourceforge.net','Robert Treat','xzilla@users.sourceforge.net','PHP, MySQL, JavaScript-enabled browser','Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (85,'PHPDayManage','PHPDayManage is a Web-based agenda and data management software.','0.2',NULL,'http://sourceforge.net/projects/datacons/','http://prdownloads.sourceforge.net/datacons/manage-0.2.tar.gz','Marco Paga','marco_paga@users.sourceforge.net',NULL,NULL,'MySQL','http://sourceforge.net/people/viewjob.php?group_id=23315&job_id=4276',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (86,'Thermal','A set of scripts designed to be run with cron. The main functions are temperature monitoring (it sends email etc. when things get too hot) and producing daily temperature plots with GNUPlot.','0.1',NULL,'http://www.wells.org.uk/thermal/','http://www.wells.org.uk/thermal/thermal-0.1.tar.gz','Michael Wells','michael@wells.org.uk',NULL,NULL,NULL,'http://freshmeat.net/projects/thermal/#comment-9963',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (87,'NAMG','NAMG (NetAddress Mail Grabber) is a small program that downloads mail from a NetAddress account and forwards it to your local mail spool.','0.3.1','','http://www.zip.com.au/~gsymonds/NAMG/','http://www.zip.com.au/~gsymonds/NAMG/NAMG-0.3.1.tar.gz','David Symonds','xoxus@usa.net',NULL,NULL,'A netaddress.com email account.','http://www.zip.com.au/~gsymonds/NAMG/','',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (88,'exphack','exphack is an expect script to wrap around nethack for the console. It keeps re-spawning nethack until a \"good\" character is found. The definition of \"good\" can be arbitrarily specified in ~/.exphackrc.','0.95','','ftp://ftp.lathi.net/pub/exphack/','ftp://ftp.lathi.net/pub/exphack/exphack-0.95','Doug Alcorn','doug@lathi.net',NULL,NULL,'expect, nethack','http://freshmeat.net/projects/exphack/#comment-10163','',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (89,'YaPS','Yet another Pager Software (YaPS) is primarily designed to send messages to pager devices (including cellular phones) which are able to receive SMS. YaPS can transfer Pager Messages with UCP, TAP and Script Protocol.','0.96','','ftp://ftp.sta.to/pub/fk/yaps/','ftp://ftp.sta.to/pub/fk/yaps/yaps-0.96.tar.gz','Ulrich Dessauer','ud@cube.net',NULL,NULL,'','http://freshmeat.net/projects/yaps/#comment-10184','',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (90,'spam.pl','spam.pl reads an email from stdin and creates a complaint mail which it sends to the postmaster and abuse-receivers of the domains that have relayed the mail. It is customizable to prevent complaining to friendly hosts, uses your own complaint mail and is ready to be invoked from within another mail program.','0.21',NULL,'http://spam.sourceforge.net/','http://prdownloads.sourceforge.net/spam/spampl-0.21.tar.gz','Daniel Stenberg','daniel@haxx.se',NULL,NULL,NULL,'http://freshmeat.net/projects/spam.pl/#comment-10270',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (91,'Tami','Tami is The Advanced Mp3 Interface. It is a client-server interface for mpg123. It uses user ids and passwords to provide multiple levels of access including the ability to pause or skip songs.','0.1.0','','http://tami.sourceforge.net/','http://download.sourceforge.net/tami/tami.0.1.0.tgz','David James Eaton','utopian@users.sourceforge.net',NULL,NULL,'Tami.D','http://freshmeat.net/projects/tami/#comment-10178','',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (92,'Ctami','Tami is The Advanced Mp3 Interface. It is a client-server interface for mpg123. It uses user ids and passwords to provide multiple levels of access including the ability to pause or skip songs. Ctami is the console client for Tami.','0.1.0','','http://tami.sourceforge.net/','http://download.sourceforge.net/tami/ctami.0.1.0.tgz','David James Eaton','utopian@users.sourceforge.net',NULL,NULL,'Tami.D','http://freshmeat.net/projects/ctami/#comment-10179','',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (93,'Tami.D','Tami is The Advanced Mp3 Interface. It is a client-server interface for mpg123. It uses user ids and passwords to provide multiple levels of access including the ability to pause or skip songs. Tami.D is the name of the server application.','0.1.0',NULL,'http://tami.sourceforge.net/','http://download.sourceforge.net/tami/tami.d.0.1.0.tgz','David James Eaton','utopian@users.sourceforge.net',NULL,NULL,NULL,'http://freshmeat.net/projects/tami.d/#comment-10180',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (94,'NCPweb','NCPweb is a simple Web-based frontend to the ncpfs utilities for Linux. It currently supports logging in, simple file browsing (read-only), server time, server info, connection list, printer queue list, and bindery object listing.','','0.1.2','http://avenir.dhs.org/ncpweb/','http://avenir.dhs.org/ncpweb/download/ncpweb-0.1.2.tar.gz','John Madden','weez@freelists.org',NULL,NULL,'ncpfs','Submitter.','This is a usable piece of software if you have Linux machines on a Netware network. Looking for a new maintainer, if anyone\'s interested. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (95,'throwmail','Throwmail is a tool to get mail off the system in the same spirit as fetchmail is used to receive it. It is simple to setup and configure with a small code base.','0.1','','http://throwmail.sourceforge.net','http://prdownloads.sourceforge.net/throwmail/throwmail-0.1.tgz','Stephen M. Przepiora','smp@ncoastsoft.com',NULL,NULL,'libESMTP','Submitter.','',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (96,'p2p-im','p2p-im is a Peer to Peer Instant Messenger.',NULL,'1.0','http://hvline.ds4a.com/prod.htm','http://prdownloads.sourceforge.net/p2p-im/p2pim.zip','Ken Buckler','hvline@users.sourceforge.net',NULL,NULL,NULL,'http://sourceforge.net/people/viewjob.php?group_id=19633&job_id=4169',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (97,'Insomniac Open Source Webgame','Insomniac Open Source Webgame is the working draft name of a webgame, that anyone will be able to customize to their likings and run off of their own machines.',NULL,NULL,'http://sourceforge.net/projects/insomniac/',NULL,'Peter Sandvik','dafoe@users.sourceforge.net',NULL,NULL,NULL,'http://sourceforge.net/people/viewjob.php?group_id=30883&job_id=4254',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (98,'nouveau linux','GNU/Linux Distribution with a new user-friendly and enlighting optimizations.',NULL,NULL,'http://sourceforge.net/projects/nouv-linux/',NULL,'Jacques Mony','jmony@users.sourceforge.net',NULL,NULL,NULL,'http://sourceforge.net/people/viewjob.php?group_id=13029&job_id=3784',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (99,'Open-Source Game Development','Open Games in an on-line site devoted to the sharing of knowledge about the creation of computer games. Novices and experts alike will find many useful resources here.',NULL,NULL,'http://opengames.sourceforge.net/',NULL,'Sean Middleditch','elanthis@users.sourceforge.net',NULL,NULL,NULL,'http://sourceforge.net/people/viewjob.php?group_id=8073&job_id=3821',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (100,'HTTP/HTTPS Client Utility','This project is a raw HTTP/HTTPS communications client program that will allow for regular HTTP and secure (SSL) HTTP transactions. It will support GET, POST, and Cookies for starters, and possibly other things later.',NULL,'1.0','http://sourceforge.net/projects/https-client/','http://prdownloads.sourceforge.net/https-client/https-client-setup.exe','Toby Butzon','tobybutzon@users.sourceforge.net',NULL,NULL,NULL,'http://sourceforge.net/people/viewjob.php?group_id=28682&job_id=4029',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (101,'rcalc','rcalc is a fast and light symbolic calculator for the GNOME desktop environment which aims to occupy the middle ground between simple point-and-click calculators and full featured mathematical packages.','0.2.6','0.3.7','http://rcalc.sourceforge.net/','http://rcalc.sourceforge.net/download/','Gary Benson','rcalc@inauspicious.org',NULL,NULL,'','Submitter.','',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (102,'p2p-im','p2p-im is a Peer to Peer Instant Messenger.',NULL,'0.1','http://hvline.ds4a.com/prod.htm','http://prdownloads.sourceforge.net/p2p-im/p2pim.zip','Ken Buckler','hvline@users.sourceforge.net',NULL,NULL,NULL,'http://sourceforge.net/people/viewjob.php?group_id=19633&job_id=4169','Please note the program is not very useful at this time, and has many bugs. The program will be functional in the near future though. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (103,'Cheese Tracker','Cheese Tracker is a program to create module music that aims to have an interface and feature set similar to that of Impulse Tracker. It also has some advantages such as osciloscopes over each pattern track, more detailed sample info, a more detailed envelope editor, etc.','0.2.2',NULL,'http://www.reduz.com.ar/cheesetracker/','http://www.reduz.com.ar/cheesetracker/cheesetracker-0.2.2.tar.gz','Juan Linietsky','coding@reduz.com.ar',NULL,NULL,'GTK--','http://freshmeat.net/projects/cheesetracker/#comment-10589',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (104,'GnomeHack','GnomeHack is a port of the rogue-like game NetHack to Gnome.','1.0.5','','http://www.codepoet.org/andersen/erik/gnomehack/gnomehack.html',NULL,'Erik Andersen','andersen@codepoet.org',NULL,NULL,'gnome-libs','http://www.codepoet.org/andersen/erik/gnomehack/gnomehack.html','GnomeHack has been integrated into the nethack 3.3.1 source tree. Therefore the GnomeHack project is obsolete. The code in nethack is actively maintained. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (105,'Problem Tracking System','PTS (Problem Tracking System) helps with system management. It\'s similar to help-desk or groupware applications. It lets people report problems and lets support personnel record their solutions to those problems.',NULL,'1.1a2','http://www.halcyon.com/dean/pts/pts.html','ftp://ftp.x.org/contrib/applications/pts/pts-1.1a2.tar.gz','Dean Collins','dean@halcyon.com',NULL,NULL,'webserver, webbrowser','http://www.halcyon.com/dean/pts/pts.html',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (106,'Snap','Snap is a small, Perl-based Napster client.','0.08',NULL,'http://ugweb.cs.ualberta.ca/~kosinski/snap/','http://ugweb.cs.ualberta.ca/~kosinski/snap/download/snap-0.08.tar.gz','Brett Kosinski','brettk@ualberta.ca',NULL,NULL,NULL,'http://ugweb.cs.ualberta.ca/~kosinski/snap/',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (107,'Chaos','Chaos is a Java-based Sonic the Hedgehog 2 map editor.',NULL,NULL,'http://ugweb.cs.ualberta.ca/~kosinski/chaos/','http://ugweb.cs.ualberta.ca/~kosinski/chaos/chaos.zip','Brett Kosinski','brettk@ualberta.ca',NULL,NULL,NULL,'http://ugweb.cs.ualberta.ca/~kosinski/chaos/',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (108,'Ghost Machine','Ghost Machine is a Distributed Virtual Machine Architecture for Mobile Platforms. The goal of the Ghost Machine project is to put an implementation of Java on small mobile devices such as the PalmPilot. In order to place a virtual machine onto these very constrained devices, the traditional monolithic virtual machine architectures must be abandoned.',NULL,'0.1.3','http://www.cs.utah.edu/~mcdirmid/ghost/','http://www.cs.utah.edu/~mcdirmid/ghost/ghunixsrc.tar.gz','Sean McDirmid','mcdirmid@cs.utah.edu',NULL,NULL,NULL,'http://www.cs.utah.edu/~mcdirmid/ghost/',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (109,'Corporate Raiders','Multiplayer 24/7 space based real time strategy with an emphasis on cut-throat trading and ruthless competition. This is the type of game where you infect a planet with the plague to sell more medical supplies.',NULL,NULL,'http://corpraid.sourceforge.net/','http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/corpraid/','Peter Todd','pete@petertodd.ca',NULL,NULL,NULL,'http://www.petertodd.ca/',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (111,'Linux Threads FAQ','Frequently Asked Questions about Linux Threads.',NULL,NULL,'http://linas.org/linux/threads-faq.html','http://linas.org/linux/threads-faq.html','Sean Walton','walton@oclc.org',NULL,NULL,NULL,'http://linas.org/linux/threads-faq.html',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (112,'IMD','IMD is a decentralized, theoretically spam-resistant instant messaging program, intended to fulfill the same function as ICQ, AIM, and similar programs.',NULL,'0.5.1','http://deekoo.net/technocracy/imd/old/','http://deekoo.net/technocracy/imd/old/imd-0.5.1-source.tar.bz2','Deekoo L.','deekoo@tentacle.net',NULL,NULL,NULL,'http://deekoo.net/technocracy/imd/','IMD has been replaced by YeempEMP. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (113,'WISE','The WISE package hails from NASA Software Research Labs. A fully-customizable workflow-management package. The WPL (WISE Programming Language) allows the sequence of stages that a task goes through to be configured in a completely flexible manner. In addition, roles with password-restricted role-privileges can be defined so that only certain individuals/groups can make changes, approve, advance, etc. any given task from stage to stage. The interface is entirely web-based, the project information is stored in an mSQL database. Includes ability to generate time-history graphs and summary bar charts. Since the interface is entirely web-based, tasks and reports can be accessed and managed from any operating system that supports a web browser.','1.0e','1.0g','http://research.ivv.nasa.gov/projects/WISE/index.html','http://www.linas.org/linux/wise/','Linas Vepstas','linas@linas.org',NULL,NULL,'','Submitter.','I lost interest in WISE because I suddenly understood the right way of implementing the thing, and then I realized that this would take more time than I was willing to devote to it. It really needs a ground up re-write, while keeping the basic principles intact (because the basic principles are excellent; the code is just ugly). -- .',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (114,'XSSpace','A clone of the multiplayer top-down space shooter game SubSpace.',NULL,'0.01','http://www.lorenso.com/dante/projects.html','http://www.lorenso.com/dnload/xsspace-0.01.tar.gz','Dante Lorenso','dante@lorenso.com',NULL,NULL,NULL,'http://www.lorenso.com/dante/projects.html',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (115,'PinePGP','PinePGP is a program for integrating PGP with Pine.',NULL,NULL,'http://www.ultranet.com/~kujawa/software/','http://www.ultranet.com/~kujawa/software/PinePGPi.tar.gz','Jan M. Kujawa','kujawa@ultranet.com',NULL,NULL,'Pine, PGP','http://www.ultranet.com/~kujawa/software/',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (116,'mailshift','mailshift reads in standard UNIX-style mailboxes and writes the individual messages contained in them into files usable by Inframail, a Windows-based POP3 (and other protocols) server.','1.10',NULL,'http://www.tranchant.freeserve.co.uk/mailshift.html','http://www.tranchant.freeserve.co.uk/software/mailshift-1.10.tar.gz','Mark Tranchant','mailshift@tranchant.freeserve.co.uk',NULL,NULL,NULL,'http://www.tranchant.freeserve.co.uk/mailshift.html',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (117,'wsd','wsd was designed for use in churches, to project song words, notices and images (OHP replacements) via a video projector. The system consists of two applications: wsdd runs the display, and wsdt is the terminal half with which the user interacts.',NULL,'0.01pre','http://www.tranchant.freeserve.co.uk/wsd.html','http://www.tranchant.freeserve.co.uk/software/wsd-0.01pre.tar.gz','Mark Tranchant','mark@tranchant.freeserve.co.uk',NULL,NULL,NULL,'http://www.tranchant.freeserve.co.uk/wsd.html',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (118,'wsd','wsd was designed for use in churches, to project song words, notices and images (OHP replacements) via a video projector. The system consists of two applications: wsdd runs the display, and wsdt is the terminal half with which the user interacts.',NULL,'0.01pre','http://www.tranchant.freeserve.co.uk/wsd.html','http://www.tranchant.freeserve.co.uk/software/wsd-0.01pre.tar.gz','Mark Tranchant','mark@tranchant.freeserve.co.uk',NULL,NULL,NULL,'http://www.tranchant.freeserve.co.uk/wsd.html','Useful as FreeType/SVGAlib demo code, or for a demo of named pipe interaction. Works, but not developed as far as doing the intended job. -- .',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (119,'mailshift','mailshift reads in standard UNIX-style mailboxes and writes the individual messages contained in them into files usable by Inframail, a Windows-based POP3 (and other protocols) server.','1.10',NULL,'http://www.tranchant.freeserve.co.uk/mailshift.html','http://www.tranchant.freeserve.co.uk/software/mailshift-1.10.tar.gz','Mark Tranchant','mailshift@tranchant.freeserve.co.uk',NULL,NULL,NULL,'http://www.tranchant.freeserve.co.uk/mailshift.html','I don\'t need this software any more, so I\'m not maintaining it any more. You might find the latest versions of Inframail don\'t work with it. -- .',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (120,'pySDL','PySDL is a set of bindings for the SDL library and relevant companion libraries.','','0.0.7','http://pysdl.sourceforge.net/','http://prdownloads.sourceforge.net/pysdl/pysdl-0.0.7.tar.gz','Mark Baker','mbaker@0x7a69.net',NULL,NULL,'SDL, SDL_image, SDL_mixer, SDL_ttf','http://sourceforge.net/projects/pysdl/','PyGame is a very active clone of pySDL. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (121,'proManager','proManager is a PHP based mind map / project manager / todo list. It has a recursive task tree and an advanced user hierarchy, task-related forums and notes, runs on an database abstraction layer and soon it will support attachments and a contact list.','0.65',NULL,'http://promanager.sourceforge.net','http://prdownloads.sourceforge.net/promanager/proManager-0.65.tgz','Edson Medina','edson@preteritoimperfeito.com',NULL,NULL,'PHP, a webserver, a webbrowser, a database','Submitter.','I will probably start another similar project from scratch. -- .',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (122,'pyAES','A tight python crypto module implementing only the latest and greatest: Rijndael (AES) symmetric cipher in 128, 192 and 256 bits supporting password encryption, SHA 256 and several CSPRNG schemes in pure python.','1.0',NULL,'http://sourceforge.net/projects/pyaes/','http://prdownloads.sourceforge.net/pyaes/pyAES-1.0-src.tar.gz','Bryan Mongeau','bryan@eevolved.com',NULL,NULL,'SWIG 1.1 or better','http://sourceforge.net/forum/forum.php?forum_id=93659',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (123,'tic98','tic98 is a compressor for black-and-white images, in particular scanned documents. It gets very good compression, better than AT&T\'s DjVu system.','1.01',NULL,'http://www.cs.waikato.ac.nz/~singlis/','http://www.cs.waikato.ac.nz/~singlis/tic98-1.01.tar.gz','Stuart Inglis','singlis@cs.waikato.ac.nz',NULL,NULL,NULL,'Submitter.','Small robustness patch to die more gracefully if files cannot be opened. -- .',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (124,'The Paw','The Paw was an attempt to build a cooperative multitasking, graphical desktop environment under DOS, using Allegro and DJGPP. After switching to Linux and X11, and a few problems involving DLX, I gave up, but some of the code is still usable, in particular the windowing kernel and widget set (which you will have to strip out yourself).',NULL,NULL,'http://www.alphalink.com.au/~tjaden/thepaw/','http://www.alphalink.com.au/~tjaden/thepaw/core/pawsrc.zip','Peter Wang','tjaden@psynet.net',NULL,NULL,'DJGPP, Allegro','http://www.alphalink.com.au/~tjaden/thepaw/',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (125,'Cheops','Cheops is an Open Source Network User Interface. It is designed to be the network equivalent of a swiss-army knife, unifying your network utilities. Cheops does for the network what a file manager does for your filesystem.','0.61','','http://www.marko.net/cheops/','ftp://ftp.marko.net/pub/cheops/cheops-0.61.tar.gz','Mark Spencer','markster@marko.net',NULL,NULL,'GTK+','http://www.marko.net/cheops/','Please note that there is a fork-off of this project called cheops-ng. It seems actively developed. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (126,'perl-cfd','perl-cfd is a very stable high performance cfengine server daemon written in Perl. It was written because the daemon included with cfengine was not; it was also useful for upgrading from cfengine 1.4 to later versions when the network protocol changed.','1.0.1',NULL,'http://perl-cfd.sourceforge.net/','http://prdownloads.sourceforge.net/perl-cfd/perl-cfd-1.0.1.tar.gz','Gregory P. Smith','greg@electricrain.com',NULL,NULL,'Perl','Submitter.','Perl-cfd is being used in production at several large installations that I know of directly. I\'m certain there are more who haven\'t spoken up! -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (127,'Vacation','Automatic mail answering program for Linux; Port of the 386bsd vacation program.','1.2.6.1','','http://vacation.sourceforge.net','http://prdownloads.sourceforge.net/vacation/vacation-1.2.6.1.tar.gz','Eric P. Allman',NULL,'Sean Rima','sean@tcob1.net','','Submitter.','',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (128,'olvwm','Olvwm (OPEN LOOK virtual window manager) is an ICCCM compliant window manager supplied for use with the XView toolkit. It is derived from olwm, the OPEN LOOK window manager supplied with the XView release. This version of olvwm is based on version 3 of the XView release.','4.2n',NULL,'http://www.phys.columbia.edu/~flame/olvwm.html','http://www.phys.columbia.edu/~flame/files/olvwm.4.2n.src.tar.gz','JaeSub Hong','flame@astro.columbia.edu',NULL,NULL,'olgx library, OPEN LOOK fonts, olwmslave','http://www.phys.columbia.edu/~flame/olvwm.html',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (129,'wmswallow','wmswallow is a WindowMaker dock applet that makes any application dockable. You can define an action to be taken on a mouseclick if the window does not receive mouseclicks itself, and you can define the size and width of the swallowed window on the commandline. Applications may be started on the commandline and specified via name, class, or window-id.',NULL,'0.6.1','http://burse.uni-hamburg.de/~friedel/software/wmswallow.html','http://www.burse.uni-hamburg.de/~friedel/software/wmswallow/wmswallow.tar.Z','Friedrich Delgado Friedrichs','friedel@nomaden.org',NULL,NULL,'WindowMaker','Submitter.','WindowMaker fans out there should maintain this project :) I am using Sawfish now. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (130,'Phonebook.php','Phonebook.php is designed for large companies with multiple locations and departments. It supports searching based on site, department, or name, and features online paging and an admin interface.','1.2',NULL,'http://www.pecknet.com/projects/982.html','http://www.pecknet.com/phonebook/phonebook.tgz','Bill Peck','bill@pecknet.com',NULL,NULL,'PHP, MySQL','http://freshmeat.net/projects/phonebook.php3/#comment-11100',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (131,'ezmanage','Ezmanage provides a simple WWW interface to managing multiple ezmlm mailing lists. It is designed to enable ISPs to provide their clients with easily administratable mailing lists, to create a virtual domain \"lists.example.com\" with mailing lists in it, etc. Ezmanage is based on qmail and ezmlm-idx, and takes advantage of their reliability and efficiency.','1.9',NULL,'http://ezmanage.sourceforge.net/','http://sourceforge.net/project/showfiles.php?group_id=3772&release_id=3200','Tommi Virtanen','tv@debian.org',NULL,NULL,'Perl, ezmlm-idx, qmail, maildrop, mhonarc, mailtools','Submitter.','Time has passed and the world looks different. I haven\'t used ezmanage in well over a year, and maintain no mailing lists under qmail. It\'s time to pass the torch. Any reader with decent Perl skills, still actively using qmail and ezmlm-idx, is welcome to step up and call ezmanage his own. If no one steps up, I\'ll let the Sourceforge project live as a download site for the old code, but will otherwise do no maintenance on the code. -- .',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (132,'Jabls UCM','A Use Case Maps (UCM) editor written in Java.','1.0.1',NULL,'http://sourceforge.net/projects/jabls1/','http://prdownloads.sourceforge.net/jabls1/jabls1.0.1.zip','Sherif Zaroubi','szaroubi@users.sourceforge.net',NULL,NULL,NULL,'http://sourceforge.net/people/viewjob.php?group_id=21551&job_id=5216',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (133,'FreeChat','FreeChat is a webserver with support for a browser based streaming chat written in Visual Basic 6. The chat so far supports multiple rooms (public/private), graphical emicons, whispering, multiple languages and more.',NULL,'0.1.1a','http://sourceforge.net/projects/vbfreechat/','http://prdownloads.sourceforge.net/vbfreechat/fch_src_w32_1-1-1a.zip','gek_at@users.sourceforge.net','gek_at@users.sourceforge.net',NULL,NULL,NULL,'http://sourceforge.net/people/viewjob.php?group_id=37134&job_id=5244',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (134,'XML Doc Project','The XML Doc project aims to provide a simple, XML-based documentation format (i.e. a DTD) for use in documenting large programs. In addition, this project will provide sample tools to browse documentation in this format.','1.0',NULL,'http://sourceforge.net/projects/xmldoc/','http://prdownloads.sourceforge.net/xmldoc/codedocs.dtd.gz','Sujal Shah','sujal@users.sourceforge.net',NULL,NULL,NULL,'http://sourceforge.net/people/viewjob.php?group_id=2717&job_id=5349',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (135,'Quadra','An addictive action puzzle game with single player and multiplayer capabilities.','1.1.8',NULL,'http://quadra.sourceforge.net/','http://prdownloads.sourceforge.net/quadra/quadra-1.1.8.tar.gz','Ludus Design Inc.',NULL,'Pierre Phaneuf','pphaneuf@users.sourceforge.net',NULL,'http://quadra.sourceforge.net/','This program never was unmaintained, really... The project was just seeking more developers. Setting status to \'Maintained\', now. Sorry for the confusion. -- .',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (136,'Quadra','An addictive action puzzle game with single player and multiplayer capabilities.','1.1.8',NULL,'http://quadra.sourceforge.net/','http://prdownloads.sourceforge.net/quadra/quadra-1.1.8.tar.gz','Ludus Design Inc.',NULL,'Pierre Phaneuf','pphaneuf@users.sourceforge.net',NULL,'Submitter.','This program never was unmaintained, really... The project was just seeking more developers. Setting status to \'Maintained\', now. Sorry for the confusion. -- .

Actually, while not totally unmaintained, this project is under \"life-support\" level of maintenance, and the current maintainer (me) would be looking for a \"new guard\" to take this over. I\'d still hang around for a while, to help and guide, but I don\'t have the intention of having any active role. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (137,'UML Sculptor','An UML class diagrams editor.',NULL,'1.0b','http://umlsculptor.sourceforge.net','http://prdownloads.sourceforge.net/umlsculptor/UMLSculptor-1.0b-sources.zip','Leonard Mosescu','lemo@users.sf.net','Sasa Djolic','djolic@users.sourceforge.net',NULL,'http://sourceforge.net/forum/forum.php?forum_id=116766',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (138,'qtecasound','Qtecasound is a graphical interface for ecasound. It offers full access to ecasound functionality, including the command-line and interactive mode interfaces, all audio file formats and effect algorithms. Feature wise qtecasound doesn\'t provide much new, so it\'s mainly useful for monitoring the engine status and setup information.',NULL,'0.1dev6','http://www.wakkanet.fi/~kaiv/qtecasound/','http://ecasound.seul.org/download/qtecasound-0.1dev6.tar.gz','Kai Vehmanen','kai.vehmanen@wakkanet.fi',NULL,NULL,'Qt, ecasound libs','http://www.wakkanet.fi/~kaiv/qtecasound/',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (139,'KLicq','Licq with KDE extensions.','0.61-2',NULL,'http://www.cs.nmt.edu/~dquist/klicq/','http://www.cs.nmt.edu/~dquist/klicq/klicq-0.61-2.tar.gz','Daniel Quist','dquist@cs.nmt.edu',NULL,NULL,'Qt, OpenSSL (optional)','http://www.cs.nmt.edu/~dquist/klicq/',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (140,'dejasearch','DejaSearch is a frontend to Deja.com, the leading Usenet archive and search engine. It will submit a search for you to Deja.com, then retrieve and consolidate all search results into one single HTML file, sorted in newgroup, subject and date (reverse) order. This means related messages will be closer to one another, with the more recent messages nearer to the top.','1.9.0','','http://homemade.hypermart.net/dejasearch/','http://homemade.hypermart.net/dejasearch/dejasearch-1.9.0.tar.gz','Victor Chew Wei Yih','vchew@post1.com',NULL,NULL,'','Email from author.','',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (141,'Masqdialer','The masqdialer system is designed to provide easily accessible control of multiple dialout modem connections to the members of a LAN using IP Masquerade for their internet connectivity. The server utilizes standard dialing tools to make the connection (such as pppd and chat) so you can easily setup the server to use your existing scripts. The system is a client/server design, so as long as a client can be written for a particular platform, that platform can take advantage of masqdialer\'s offerings. The masqdialer daemon runs on the Linux machine, and upon an authorized client request, carries out the user\'s request.','0.5.5','','http://w3.cpwright.com/mserver/','http://w3.cpwright.com/mserver/download/c-mserver-0.5.5.tar.gz','Charles P. Wright','cpwright@cpwright.com',NULL,NULL,'','http://w3.cpwright.com/mserver/','',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (142,'win95nt-mclient','A Win95/NT client for the Masqdialer server.','1.2.3',NULL,'http://w3.cpwright.com/win95nt-mclient/','http://w3.cpwright.com/win95nt-mclient/win95nt-mclient-1.2.3-src.zip','Charles P. Wright','cpwright@cpwright.com',NULL,NULL,'Masqdialer, Visual Basic 5.0 or better','http://w3.cpwright.com/mserver/',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (143,'pyADA','pyAda enables programmers to write Python extensions in Ada 95 or extend Ada 95 programs with a Python interpreter. The goal is to make it possible to use Python in any way that you can use it from or with C.','2001-04-15',NULL,'http://pyada.sourceforge.net/','http://prdownloads.sourceforge.net/pyada/pyAda-2001-04-15.tar.gz','Gerhard Häring','gerhard@bigfoot.de',NULL,NULL,'ADA compiler','http://freshmeat.net/projects/pyada/#comment-11687',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (144,'pyADA','pyAda enables programmers to write Python extensions in Ada 95 or extend Ada 95 programs with a Python interpreter. The goal is to make it possible to use Python in any way that you can use it from or with C.','2001-04-15',NULL,'http://pyada.sourceforge.net/','http://prdownloads.sourceforge.net/pyada/pyAda-2001-04-15.tar.gz','Gerhard Häring','gerhard@bigfoot.de',NULL,NULL,'ADA compiler, Python >= 2.0','Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (145,'xmailtool','X front-end for the mailx program. Allows all the usual mailx activities, plus a built-in editor for sending messages and a scrollable window to read your mail messages.','3.1.2b','','http://www.koyote.com/users/bolan/xmailtool/','http://www.koyote.com/users/bolan/xmailtool/xmailtool-3.1.2b.tar.gz','Cray Research, Inc.',NULL,NULL,NULL,'','I emailed the last maintainer. No response after two weeks. -- .','',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (146,'FreeChat','FreeChat is a webserver with support for a browser based streaming chat written in Visual Basic 6. The chat so far supports multiple rooms (public/private), graphical emicons, whispering, multiple languages and more.','','0.1.1a','http://sourceforge.net/projects/vbfreechat/','http://prdownloads.sourceforge.net/vbfreechat/fch_src_w32_1-1-1a.zip','Daniel Fabian','gek_at@users.sourceforge.net','W. A. Khushil Dep','khushywushy@users.sourceforge.net','','Email from author.','',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (147,'eddi','A simple, fast and very good X based text editor. Features include syntax highlighting, intuitive interface, multiple windows, unlimited undo, bookmarks, project handling, interfacing with make and RCS, etc...','','0.9b12','http://users.pandora.be/tux/eddieng.html','http://users.pandora.be/tux/eddi.src.tar.gz','Holger Schanz','holger.schanz@student.uni-ulm.de',NULL,NULL,'Tix','Submitter.','I have put it on a site because there was none anymore (I\'m not the author) but I don\'t know the programming language and I am not going to learn it (I don\'t use eddi anymore, I moved to vim in text mode). LaTeX syntax highlighting crashes the editor, does anyone has a solution? (HTML works fine, that\'s what I used it for before I got into vim). -- .',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (148,'jumpnbump','jumpnbump is a funny multiplayer game about cute little fluffy bunnies, which is both fun and addictive for the whole family. It features network play.','0.72','','http://www.jumpbump.mine.nu/','http://www.jumpbump.mine.nu/port/jumpnbump.tar.gz','Brainchild Design',NULL,NULL,NULL,'SDL','Submitter.','According to , the code was originally written by Brainchild Design, was ported to Linux by and added some networking code. -- .

The bugs are described at debian.org (there\'s a package in unstable). There are only small bugs, we can play nicely over network and local. For contacting me on IRC /server irc.linux.com and /join #jumpnbump (if I\'m not there /whois tarzeau). -- .',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (149,'YAIL','Yet Another ICQ Library.',NULL,NULL,'http://yail.sourceforge.net/',NULL,'Herbert Valerio Riedel','hvr@hvrlab.org',NULL,NULL,'glib','Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (150,'WISE','The WISE package hails from NASA Software Research Labs. A fully-customizable workflow-management package. The WPL (WISE Programming Language) allows the sequence of stages that a task goes through to be configured in a completely flexible manner. In addition, roles with password-restricted role-privileges can be defined so that only certain individuals/groups can make changes, approve, advance, etc. any given task from stage to stage. The interface is entirely web-based, the project information is stored in an mSQL database. Includes ability to generate time-history graphs and summary bar charts. Since the interface is entirely web-based, tasks and reports can be accessed and managed from any operating system that supports a web browser.','1.0e','1.0g','http://wise.owsc.org/','http://wise.owsc.org/pub/','Linas Vepstas','linas@linas.org','Matt Jezorek','matt@owsc.org',NULL,'Submitter.','We will be doing a full rewrite of this software leaving principles intact. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (151,'gv','gv allows to view and navigate through PostScript and PDF documents on an X display by providing a user interface for the ghostscript interpreter.','3.5.8',NULL,'http://wwwthep.physik.uni-mainz.de/~plass/gv/','ftp://ftpthep.physik.uni-mainz.de/pub/gv/unix/gv-3.5.8.tar.gz','Johannes Plass','plass@thep.physik.uni-mainz.de',NULL,NULL,'gs','I emailed the author. No response after two weeks. -- .',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (152,'neXtaw','neXtaw is a modified version of the Athena Widgets with N*XTSTEP appearance.','0.9',NULL,'http://www.urisan.tche.br/~casantos/neXtaw/index-old.html','http://www.urisan.tche.br/~casantos/neXtaw/neXtaw-0.9.tar.gz','Carlos A. M. dos Santos',NULL,NULL,NULL,NULL,'http://www.urisan.tche.br/~casantos/neXtaw/',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (153,'neXtaw','neXtaw is a modified version of the Athena Widgets with N*XTSTEP appearance.','0.9',NULL,'http://www.urisan.tche.br/~casantos/neXtaw/index-old.html','http://www.urisan.tche.br/~casantos/neXtaw/neXtaw-0.9.tar.gz','Alfredo K. Kojima','kojima@inf.ufrgs.br',NULL,NULL,NULL,'Email from Carlos A M dos Santos.',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (154,'Powershell','Powershell is a tabbed terminal emulator for Gnome.','0.8','0.9pre3','http://powershell.sourceforge.net/','http://prdownloads.sourceforge.net/powershell/powershell-pre0.9-3.tar.gz','Matt Spong','spong@baked.net',NULL,NULL,'Gnome','Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (155,'NAMG','NAMG (NetAddress Mail Grabber) is a small program that downloads mail from a NetAddress account and forwards it to your local mail spool.','0.3.1',NULL,'http://www.zip.com.au/~gsymonds/NAMG/','http://www.zip.com.au/~gsymonds/NAMG/NAMG-0.3.1.tar.gz','David Symonds','ds@seul.org',NULL,NULL,'A netaddress.com email account.','Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (156,'XS DHTML Editor','A web-based HTML editor written in DHTML/JavaScript. The look-and-feel follows Microsoft apps such as Word and Outlook. The \"control\" is implemented as a DHTML Behavior, allowing it to be used with only a couple lines of code added to a standard web page.',NULL,'0.93b','http://sourceforge.net/projects/xsdheditor/','http://prdownloads.sourceforge.net/xsdheditor/XS-DHEditor-0.93-beta.zip','Ryan LaNeve','tb_ryan@users.sourceforge.net',NULL,NULL,NULL,'Submitter.',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (157,'XOSD','A library for displaying text on the screen in an on screen display style (like your VCR/TV). It also includes an XMMS plugin to display various pieces of useful information while you are playing music (track name/volume etc.).','0.7.0',NULL,'http://www.ignavus.net/software.html','http://www.ignavus.net/xosd-0.7.0.tar.gz','Andre Renaud','andre@ignavus.net',NULL,NULL,'XMMS if you want to build the XMMS plugin.','Submitter.',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (158,'Microsoft Research IPv6 enhanced Fnord!','This project is the continuation of Brian Morins\' Fnord! webserver with added support for IPv6 by Microsoft Research. This project is affiliated with neither Brian Morin nor Microsoft Research as they ceased (public) maintainance of Fnord!.','1.5',NULL,'http://sourceforge.net/projects/msfnord/','http://prdownloads.sourceforge.net/msfnord/msripv6-fnord-1.5.exe','Brian Morin, Microsoft Research, others?',NULL,NULL,NULL,NULL,'Submitter.','This project has been put on SourceForge by me after Microsoft pulled it from their website because of PR reasons (see also Slashdot). I\'m a Unix coder myself, who simply wanted to save this nice GPLed project from disappearing from the net. -- .

Please note that the download is called *.exe, but it\'s really a ZIP file. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (159,'SaVi','SaVi (Satellite constellation Visualization) allows you to view satellites moving around the Earth, and lets you simulate Iridium, Globalstar and the rest. It uses Geomview for 3D rendering in OpenGL.','1.2',NULL,'http://savi.sourceforge.net/','http://prdownloads.sourceforge.net/savi/savi1.2-release.tar.gz','The Geometry Center, University of Minnesota',NULL,NULL,NULL,'Tcl/Tk. Geomview is optional, though recommended.','Submitter.','I took over maintainance from the guys who developed it at the Geometry Center. I pushed it to 1.2. There\'s a couple of minor things I\'d like to add, but I\'m pretty much tired out and very short of time. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (160,'GNU Gradebook','Ggradebook is the fully-featured GNU gradebook, an application for tracking student grades for teachers. It uses GTK+ and can optionally be compiled to use GNOME.','0.91',NULL,'http://ggradebook.sourceforge.net/','http://ggradebook.sourceforge.net/Ggradebook-0.91.tar.gz','Norbert de Jonge','norbertdejonge@yahoo.com',NULL,NULL,'GTK+','http://ggradebook.sourceforge.net/#news',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (161,'White Orb','White Orb is, to be formal about it, a \"multi-user icon-based internet roleplaying system\". Some might also choose to call it a \"multi-user virtual environment\" or simply a \"graphical MUD\". It is implemented in Java.',NULL,NULL,'http://www.whiteorb.org/',NULL,'Henrik Kniberg','orb@kniberg.com',NULL,NULL,NULL,'http://www.whiteorb.org/',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (162,'TortoiseCVS','TortoiseCVS is an Explorer shell extension implemented as several OLE classes.','0.43','0.44','http://www.cvsgui.org/TortoiseCVS/index.shtml','http://prdownloads.sourceforge.net/cvsgui/TortoiseCVS-24Sep2001-Src.zip','Francis Irving','francis@flourish.org',NULL,NULL,NULL,'http://slashdot.org/article.pl?sid=01/11/19/1933214&mode=nested&threshold=0',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (163,'TortoiseCVS','TortoiseCVS is an Explorer shell extension implemented as several OLE classes.','0.43','0.44','http://www.cvsgui.org/TortoiseCVS/index.shtml','http://prdownloads.sourceforge.net/cvsgui/TortoiseCVS-24Sep2001-Src.zip','Francis Irving','francis@flourish.org',NULL,NULL,NULL,'Email from author.','Please note that the author is currently in contact with several people who might take over this project, so it\'s likely to have a new maintainer, soon. -- .',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (164,'CoolPackager','CoolPackager is a program that creates shell scripts that contain a developers program. When the script is run, it self-extracts, then installs the developers program.','0.7',NULL,'http://cpkg.sourceforge.net/','http://sourceforge.net/project/showfiles.php?group_id=24830','Sharp Hall','csharph@users.sourceforge.net',NULL,NULL,NULL,'http://sourceforge.net/people/viewjob.php?group_id=24830&job_id=5633',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (165,'rt_com','rt_com provides an easy interface to the serial port hardware from real-time contexts. It provides all needed functionality to communicate with electronic equipment along standard serial lines. It works with different flavors of RT-Linux and RTAI.','0.5.5',NULL,'http://rt-com.sourceforge.net/','http://prdownloads.sourceforge.net/rt-com/rt_com-0.5.4.tar.gz','Jochen Küpper','jochen@jochen-kuepper.de',NULL,NULL,'RT-Linux','http://freshmeat.net/projects/rt_com/#comment-11943',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (166,'rt_com','rt_com provides an easy interface to the serial port hardware from real-time contexts. It provides all needed functionality to communicate with electronic equipment along standard serial lines. It works with different flavors of RT-Linux and RTAI.','0.5.5',NULL,'http://rt-com.sourceforge.net/','http://prdownloads.sourceforge.net/rt-com/rt_com-0.5.4.tar.gz','Jochen Küpper','jochen@jochen-kuepper.de',NULL,NULL,'RT-Linux or RTAI','Submitter.','Project is somewhat maintained by me. New maintainer for real updates and enhancements wanted. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (167,'Pod::PP','The Pod::PP Perl module is an instance of Pod::Parser that adds pre-processing support to POD. It is not run automatically by POD tools, an explicit podpp pass is required. The supported directives are the classical cpp directives (if, ifdef, define, etc.), plus some additional ones.','0.1.2',NULL,'http://search.cpan.org/search?mode=module&query=Pod%3A%3APP','http://www.cpan.org/authors/id/RAM/Pod-PP-0.1.2.tar.gz','Raphael Manfredi','Raphael_Manfredi@pobox.com',NULL,NULL,'Carp::Datum, Log::Agent, Pod::Parser, Getargs::Long, Clone','Submitter.','If you adopt this module, please let the author know so that transfer of CPAN/PAUSE ownership can be arranged. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (168,'pyAES','A tight python crypto module implementing only the latest and greatest: Rijndael (AES) symmetric cipher in 128, 192 and 256 bits supporting password encryption, SHA 256 and several CSPRNG schemes in pure python.','1.0',NULL,'http://sourceforge.net/projects/pyaes/','http://prdownloads.sourceforge.net/pyaes/pyAES-1.0-src.tar.gz','Bryan Mongeau','bryan@eevolved.com',NULL,NULL,'SWIG 1.1 or better','Email from author.','The previous maintainer has started to work on a new version of pyAES called CryptKit, therefore pyAES is obsolete. You are encouraged to upgrade to CryptKit as soon as possible. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (169,'wavtools','Records and plays WAV files and WAV like GSM compressed files with a commandline interface or X / Tcl/Tk frontend.','1.3.2',NULL,'http://ibiblio.org/pub/linux/apps/sound/players/','http://ibiblio.org/pub/linux/apps/sound/players/wavtools-1.3.2.tar.gz','Colin Ligwerwood','tannoy@wep.net',NULL,NULL,NULL,'I emailed the author. No response after two weeks. -- .',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (170,'Harmony','Harmony is a free replacement of the GUI library Qt by Troll Tech AS. But Harmony is more than just a clone. It will provide additional features such as multithreading and themeing.',NULL,NULL,'http://www.gnu.org/software/harmony/',NULL,'Several people.',NULL,NULL,NULL,NULL,'Email from one of the authors of Harmony.','According to one of the authors of Harmony, it might still be useful to continue work on Harmony (even though Qt is free now): It could be useful to have an LGPL\'ed clone of Qt (instead of the GPL\'ed version), or to have ports to libre Windows or MacOS... -- .',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (171,'GTKSee','GTKSee is an image viewer and image browser, which aims to be an ACDSee clone.','0.5.0',NULL,NULL,'http://village.flashnet.it/users/fn048069/files/srctars/gtksee-0.5.0.tar.gz','Lee Luyang','jkhotaru@mail.sti.com.cn',NULL,NULL,'GTK+, libjpeg, libtiff, libpng','Last version is from 1999. Project homepage is a dead link. E-mailed author but no response. -- .',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (172,'neXtaw','neXtaw is a modified version of the Athena Widgets with N*XTSTEP appearance.','0.9','0.10','http://siag.nu/neXtaw/','http://siag.nu/neXtaw/neXtaw-0.9.tar.gz','Alfredo K. Kojima','kojima@inf.ufrgs.br','Ulric Eriksson','ulric@siag.nu',NULL,'Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (173,'fancylogin','fancylogin is one of the most powerful login programs available for Linux. fancylogin can do everything your old login program can do, e.g. handling shadowed passwd files, user-time-terminal/network-verification as done in HP-UX login, etc.',NULL,'0.99.7','http://fancylogin.sourceforge.net/','http://prdownloads.sourceforge.net/fancylogin/fancylogin-0.99.7.tar.gz','Richard Bergmair','richard_bergmair@gmx.net',NULL,NULL,NULL,'http://sourceforge.net/people/viewjob.php?group_id=5837&job_id=5801',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (174,'trn','trn is \"Threaded Read News\", the text-mode news reader that was originally based on Larry Wall\'s rn.',NULL,'4.0-test76','http://trn.sourceforge.net/','http://prdownloads.sourceforge.net/trn/trn-4.0-test76.tar.gz','Wayne Davison','wayned@users.sourceforge.net',NULL,NULL,NULL,'Email from author.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (175,'Breve','Breve is an object-oriented programming extension for the C language. It aims to provide all the benefits of C -- including conciseness, speed, portability -- and yet at the same time allow one to program \"in the large\". Possible application domains include network servers, real-time signal processing applications, interactive games, etc.',NULL,'20011214','http://breve.cjb.net/','http://www.geocities.com/c1tk/breve/tarball/breve-20011214.tar.gz','TK Chia','expm1@bigfoot.com',NULL,NULL,'lex, yacc','Submitter.','Project is currently incomplete, though parts of it are functional. Gobs of development documentation available. -- .',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (176,'info2www','info2www lets you read info files with a WWW browser. It requires a HTTP server.',NULL,'1.2.2.9','http://packages.debian.org/unstable/doc/info2www.html','http://ftp.debian.org/debian/pool/main/i/info2www/info2www_1.2.2.9.orig.tar.gz','Roar Smith','lmdrsm@lmd.ericsson.se',NULL,NULL,'A web server.','Submitter.','I don\'t know the official homepage URL, neither do I have a working email address of the author. There was no new release for years... -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (177,'axspawn-pam','axspawn-pam is the result of trying to build a version of axspawn that compiles with modern libs.',NULL,'0.2.1','http://www.dabo.de/software/axspawn.html','http://www.dabo.de/software/axspawn-pam-0.2.1-dl1bke-eb7gwl-mv.tar.gz','Michael Vogel','icarus@dabo.de',NULL,NULL,'PAM, Kernel support for AX25','http://freshmeat.net/projects/axspawnpam/#comment-12278',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (178,'eddi','A simple, fast and very good X based text editor. Features include syntax highlighting, intuitive interface, multiple windows, unlimited undo, bookmarks, project handling, interfacing with make and RCS, etc...',NULL,'0.9b12','http://www.jankeirse.f2s.com/sindex.php?linkje=eddieng','http://www.jankeirse.f2s.com/eddi.src.tar.gz','Holger Schanz','holger.schanz@student.uni-ulm.de',NULL,NULL,'Tix','Submitter.','I have put it on a site because there was none anymore (I\'m not the author) but I don\'t know the programming language and I am not going to learn it (I don\'t use eddi anymore, I moved to vim in text mode). LaTeX syntax highlighting crashes the editor, does anyone has a solution? (HTML works fine, that\'s what I used it for before I got into vim). -- .',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (179,'ELKS','ELKS is the Embeddable Linux Kernel Subset, a project to port the Linux kernel to 8086 and 80286 class PCs, palmtops and embedded controller systems.',NULL,'0.1.0-pre3','http://elks.sourceforge.net/','http://sourceforge.net/project/showfiles.php?group_id=3232','Al Riddoch','ajr@ecs.soton.ac.uk','Alan Cox','alancox@users.sourceforge.net',NULL,'http://elks.sourceforge.net',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (180,'gnats2w','gnats2w is a Web interface to GNATS allowing access to most GNATS functions through a sophisticated Web interface. Its intended features are: Most GNATS user functions accessible through Web, extensibility, configurability (including access rights), on-line help, documentation, i18n, no dependence on GNATS internal features.',NULL,'0.13.4','http://www.freesoft.cz/~pdm/software/gnats/gnats2w/','http://ftp.debian.org/debian/dists/potato/main/source/web/gnats2w_0.13.4.tar.gz','Milan Zamazal','pdm@zamazal.org',NULL,NULL,'GNATS, Python, Zope, a webserver.','http://www.freesoft.cz/~pdm/software/gnats/gnats2w/',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (181,'GTKSee','GTKSee is an image viewer and image browser, which aims to be an ACDSee clone.','0.5.0',NULL,NULL,'http://village.flashnet.it/users/fn048069/files/srctars/gtksee-0.5.0.tar.gz','Lee Luyang','jkhotaru@mail.sti.com.cn',NULL,NULL,'GTK+, libjpeg, libtiff, libpng','Submitter.','An unofficial release is available at http://www.regix.com/info/gtksee.shtml with detection of IM tiff and exif image, french translation and Gimp support. -- .',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (182,'mp3db','mp3db is a tool to organize your MP3 collection. If you insert a CD with MP3 files in your CDROM drive, mp3db can read all ID3 tags of the MP3 files. With this information mp3db creates a database which can be searched for a specific song, artist etc.','0.8','0.8.1','http://mp3-database.sourceforge.net','http://prdownloads.sourceforge.net/mp3-database/mp3db-v0.8.1-en.tar.gz','Benny Müller','Benny-Mueller@gmx.de',NULL,NULL,'MySQL, Perl, Perl modules: Tk, Tk-MesgBox, Tk-LabFrame, Tk-Pane, DBI, MP3-Info, Msql-Mysql-modules','http://sourceforge.net/people/viewjob.php?group_id=5389&job_id=6275',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (183,'Cheese Tracker','Cheese Tracker is a program to create module music that aims to have an interface and feature set similar to that of Impulse Tracker. It also has some advantages such as osciloscopes over each pattern track, more detailed sample info, a more detailed envelope editor, etc.','0.2.4',NULL,'http://www.reduz.com.ar/cheesetracker/','http://www.reduz.com.ar/cheesetracker/cheesetracker-0.2.4.tar.gz','Juan Linietsky','coding@reduz.com.ar','Juan Linietsky','coding@reduz.com.ar','GTK--','http://www.reduz.com.ar/cheesetracker/','The author states on the homepage that he now maintains the software again, but development will be very slow. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (184,'si','si (System Information Viewer) is a program that displays information about the local computer from data gathered from the /proc filesystem.','1.0',NULL,'http://siv.sourceforge.net/','http://siv.sourceforge.net/si-1.0.tar.gz','Joe Turgeon','jpt@hexad.org',NULL,NULL,NULL,'Email from author.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (185,'mailshift','mailshift reads in standard UNIX-style mailboxes and writes the individual messages contained in them into files usable by Inframail, a Windows-based POP3 (and other protocols) server.','1.10',NULL,'http://www.tranchant.freeserve.co.uk/mailshift.html','http://www.tranchant.freeserve.co.uk/software/mailshift-1.10.tar.gz','Mark Tranchant','mark@tranchant.freeserve.co.uk',NULL,NULL,NULL,'http://www.tranchant.freeserve.co.uk/mailshift.html','I don\'t need this software any more, so I\'m not maintaining it any more. You might find the latest versions of Inframail don\'t work with it. -- .',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (186,'proManager','proManager is a PHP based mind map / project manager / todo list. It has a recursive task tree and an advanced user hierarchy, task-related forums and notes, runs on an database abstraction layer and soon it will support attachments and a contact list.','0.70',NULL,'http://promanager.sourceforge.net','http://prdownloads.sourceforge.net/promanager/proManager-0.70.tgz','Edson Medina','edson@preteritoimperfeito.com','Edson Medina','edson@preteritoimperfeito.com','PHP, a webserver, a webbrowser, a database','http://sourceforge.net/forum/forum.php?forum_id=143850',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (187,'PHPDayManage','PHPDayManage is a Web-based agenda and data management software.','0.2',NULL,'http://sourceforge.net/projects/datacons/','http://prdownloads.sourceforge.net/datacons/manage-0.2.tar.gz','Marco Paga','marco_paga@users.sourceforge.net','Alex Snow','alex8887@hotmail.com','MySQL','Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (188,'eddi','A simple, fast and very good X based text editor. Features include syntax highlighting, intuitive interface, multiple windows, unlimited undo, bookmarks, project handling, interfacing with make and RCS, etc...',NULL,'0.9b14','http://www.jankeirse.f2s.com/sindex.php?linkje=eddieng','http://www.jankeirse.f2s.com/eddi-0.9b14.src.tar.gz','Holger Schanz','holger.schanz@student.uni-ulm.de','Jan Keirse','jankeirse@yahoo.com','Tix, Tcl','Submitter.','I have recently started reading the code, and I understood it :-) I don\'t know tcl nor tix, but anyway, going to learn that now. I decided to pick up development where Holger Schanz left off. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (189,'xmms-aalsa','Another ALSA Output plugin for XMMS.','0.5.4',NULL,'http://www1.tcnet.ne.jp/fmurata/linux/alsa.html','http://www1.tcnet.ne.jp/fmurata/linux/aalsa/xmms-aalsa_0.5.4.tar.gz','Fumihiko Murata','fmurata@p1.tcnet.ne.jp',NULL,NULL,'XMMS, ALSA, GTK+','I emailed the author. No response after two weeks. -- .',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (190,'The Paw','The Paw was an attempt to build a cooperative multitasking, graphical desktop environment under DOS, using Allegro and DJGPP. After switching to Linux and X11, and a few problems involving DLX, I gave up, but some of the code is still usable, in particular the windowing kernel and widget set (which you will have to strip out yourself).','1.0a',NULL,'http://foxsoftware.portland.co.uk',NULL,'Peter Wang','tjaden@psynet.net','Callum Lawson','fox.software@laposte.net','DJGPP, Allegro','Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (191,'xanadu','Xanadu is a completely pluggable webportal relying on Apache, Tomcat, JDK1.3 and CORBA. It can easily be extended through plugins and CORBA. The aim is to provide transparent database access independent of vendor/provider.',NULL,'0.0.0','http://sourceforge.net/projects/xanadu/','http://prdownloads.sourceforge.net/xanadu/xanadu-0.0.0.tar.gz','Gerard Toonstra','chiraz@users.sourceforge.net',NULL,NULL,NULL,'http://sourceforge.net/people/viewjob.php?group_id=33127&job_id=6673',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (192,'brusey20','This program is used to translate a state diagram into synthesizable VHDL. The state diagram may be entered with XFig, a free drawing tool. The format which brusey20 accepts is the PIC format, which may be exported by XFig. Output is at least suitable for synthesis using Exemplar\'s Galileo. It may also be useful for other synthesizers.','2.4',NULL,'http://tech-www.informatik.uni-hamburg.de/vhdl/tools/brusey/','http://tech-www.informatik.uni-hamburg.de/vhdl/tools/brusey/b20-24.tar','Tom Mayo','tcmayo@fang.berk.net',NULL,NULL,NULL,'I emailed the author. No response, email bounced. -- .',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (193,'Qt/X11 1.x','A cross-platform C++ GUI toolkit. This is the Unix/X11 version of the old 1.x series.','1.45',NULL,'http://www.trolltech.com/products/qt/','ftp://ftp.trolltech.com/qt/source/qt-1.45.tar.gz','Troll Tech','qt-bugs@troll.no',NULL,NULL,NULL,'Troll Tech say they are not maintaining 1.x any more. Reply from qt-bugs@trolltech.com: \"Unfortunatly 1.45 is not supported anymore, so we will not be patching it to compile with gcc 3.\". -- .','Here\'s a patch to compile Qt 1.45 with newer versions of gcc. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (194,'Corporate Raiders','Multiplayer 24/7 space based real time strategy with an emphasis on cut-throat trading and ruthless competition. This is the type of game where you infect a planet with the plague to sell more medical supplies.',NULL,NULL,'http://corpraid.sourceforge.net/','http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/corpraid/','Peter Todd','pete@petertodd.ca','John Banghart','jbanghart@yahoo.com',NULL,'Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (195,'maplay3','Maplay is an MPEG audio player/decoder. It decodes layer I and layer II MPEG audio streams and plays them using a CD-quality audio device.','1.1',NULL,'http://ibiblio.org/pub/linux/apps/sound/players/','http://ibiblio.org/pub/linux/apps/sound/players/maplay3-1.1.tar.gz','Tobias Bading','bading@cs.tu-berlin.de',NULL,NULL,NULL,'Email from the last maintainer ().',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (196,'Breve','Breve is an object-oriented programming extension for the C language. It aims to provide all the benefits of C -- including conciseness, speed, portability -- and yet at the same time allow one to program \"in the large\". Possible application domains include network servers, real-time signal processing applications, interactive games, etc.',NULL,'20011214','http://geocities.com/c1tk/breve/','http://www.geocities.com/c1tk/breve/tarball/breve-20011214.tar.gz','TK Chia','expm1@bigfoot.com',NULL,NULL,'lex, yacc','Submitter.','Project is currently incomplete, though parts of it are functional. Gobs of development documentation available. -- .',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (197,'cdwrite','cdwrite is a utility to record data or audio Compact Discs on Orange Book CD-R recorders.','2.0',NULL,'http://www.ibiblio.org/pub/Linux/utils/disk-management/','http://www.ibiblio.org/pub/Linux/utils/disk-management/cdwrite-2.0.tar.gz','Adam Richter','adam@yggdrasil.com',NULL,NULL,NULL,'Submitter.','This program has been obsoleted by cdrecord. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (198,'Debian Keyboard Configuration Project','A project to configure your keyboard for use with Debian GNU/Linux.',NULL,NULL,'http://pcheise1.mathematik.tu-muenchen.de/~schwarz/debian-kbd/',NULL,'Christian Schwarz','schwarz@monet.m.isar.de',NULL,NULL,NULL,'Submitter.','The author encourages you to contact him, if you are interested in taking over the pages. The homepage URL is broken. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (199,'Golgotha Forever','A 3D realtime strategy game.',NULL,NULL,'http://golgotha.sourceforge.net/','http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/golgotha/golgotha/','The Golgotha Forever developers',NULL,NULL,NULL,NULL,'Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (200,'Harmony','Harmony is a free replacement of the GUI library Qt by Troll Tech AS. But Harmony is more than just a clone. It will provide additional features such as multithreading and themeing.',NULL,NULL,'http://freya.yggdrasil.com/~harmony/source.html','ftp://ftp.yggdrasil.com/pub/dist/GUI/harmony/devel/snapshots/harmony-2000.08.15.tar.gz','Several people.',NULL,NULL,NULL,NULL,'Submitter.','According to one of the authors of Harmony, it might still be useful to continue work on Harmony (even though Qt is free now): It could be useful to have an LGPL\'ed clone of Qt (instead of the GPL\'ed version), or to have ports to libre Windows or MacOS... -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (201,'recover','Recover is a utility which automates some steps as described in the Ext2fs-Undeletion howto in order to recover a lost file.','1.3',NULL,'http://recover.sourceforge.net/linux/recover/','http://recover.sourceforge.net/linux/recover/download/recover-1.3.tar.gz','Tom Pycke','Tom.Pycke@advalvas.be',NULL,NULL,NULL,'http://recover.sourceforge.net/linux/recover/',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (202,'gtkrecover','Gtkrecover is a GTK+ based frontend for recover, which is a utility to recover lost files.','0.3',NULL,'http://recover.sourceforge.net/linux/recover/','http://recover.sourceforge.net/linux/recover/gtkrecover-0.3.tar.gz','Tom Pycke','Tom.Pycke@advalvas.be',NULL,NULL,'GTK+','http://recover.sourceforge.net/linux/recover/',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (203,'RACE','RACE is a system designed to help system administrators in the distribution and configuration of software on a huge number of distributed computers over a TCP/IP network. Currently RACE can distribute software packaged in the RPM format. The libraries to accomplish these tasks are almost ready, but they need to be refined at some points and front ends need to be done which use the libraries.',NULL,NULL,'http://www-stud.fht-esslingen.de/race','http://www-stud.fht-esslingen.de/race/devel.php3','Nils Philippsen','nils@wombat.dialup.fht-esslingen.de',NULL,NULL,'glib, postgresql, rpm','Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (204,'jumpnbump','jumpnbump is a funny multiplayer game about cute little fluffy bunnies, which is both fun and addictive for the whole family. It features network play.','1.1',NULL,'http://www.jumpbump.mine.nu/','http://jumpbump.mine.nu/port/jumpnbump-1.1.tar.gz','Brainchild Design',NULL,'Florian Schulze','crow@icculus.org','SDL','Email from the new maintainer.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (205,'agt','Easy administration of linux 2.4 iptables, written in C. Includes sample configuration files and startup scripts.','0.85',NULL,'http://sourceforge.net/projects/agt/','http://prdownloads.sourceforge.net/agt/agt-0.85.tar.gz','Andy Gilligan','ajg@users.sourceforge.net',NULL,NULL,'iptables','I emailed the author. No response after two weeks. -- .',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (206,'libtcl-ldap','This library allows you to call all the standard LDAP API functions from within a tcl or tk script. Searching, modification, deletion, etc. are all implemented.','1.0',NULL,'http://packages.debian.org/stable/libs/libtcl-ldap.html','http://ftp.debian.org/debian/dists/potato/main/source/libs/libtcl-ldap_1.0.orig.tar.gz','Tony Murray','tmurray@ix.netcom.com',NULL,NULL,NULL,'I emailed the author. No response after two weeks. -- .',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (207,'muddleftpd','Muddleftpd has been designed from the ground up to be an efficient, configurable FTP server that can be run as root or user. It is highly portable and secure, and enables users to set up a variety of configurations, from traditionally heavy to zero use of the password file.','1.3.12',NULL,'http://www.arach.net.au/~wildfire/muddleftpd/','http://www.arach.net.au/~wildfire/muddleftpd/muddleftpd.1.3.12.tar.gz','Beau Kuiper','kuiperba@cs.curtin.edu.au',NULL,NULL,NULL,'Email from author.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (208,'zxbox','The goal of ZX Box is to concentrate the efforts of everyone who wants to surf the Net with a ZX Spectrum. This project will run on Sinclair ZX Spectrum 48K primarily, but should also work on later models. Hardware modifications should be minimal.',NULL,'0.0.1','http://zxbox.sourceforge.net/','http://prdownloads.sourceforge.net/zxbox/emulator-0.0.1.tar.gz','Barinov Mikhail','roponod@users.sourceforge.net',NULL,NULL,'ZX Spectrum','http://sourceforge.net/forum/forum.php?forum_id=157627',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (209,'Plugable Programming Interface for Java (ppi)','The Plugable Programming Interface for Java (ppi) project aims to create a framework to simplify development of modular software. In this framework, plugins can be registered to a pluggable at runtime without the need of restarting.','0.4.1',NULL,'http://sourceforge.net/projects/ppi/','http://prdownloads.sourceforge.net/ppi/ppi-0.4.1.tar.gz','Ka-Hing Cheung','bsponline@users.sourceforge.net',NULL,NULL,NULL,'http://sourceforge.net/people/viewjob.php?group_id=25435&job_id=6865',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (210,'TortoiseCVS','TortoiseCVS is an Explorer shell extension implemented as several OLE classes.','0-44','0-46','http://www.tortoisecvs.org/','http://prdownloads.sourceforge.net/tortoisecvs/TortoiseCVS0-46.exe','Francis Irving','francis@flourish.org','Martin Crawford','musicstar@users.sourceforge.net',NULL,'Email from author.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (211,'gtkgo','The goal of the gtkgo project is to make a go game for both Linux and Windows, that has skin support and can load computer scripts that can be made by users, so that different go-computers can attack each other or other users.','0.0.10',NULL,'http://norbertdejonge.sourceforge.net/gtkgo.html','http://norbertdejonge.sourceforge.net/gtkgo-0_0_10.tar.gz','Norbert de Jonge','norbertdejonge@yahoo.com',NULL,NULL,'GTK+','http://norbertdejonge.sourceforge.net/gtkgo.html',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (212,'UNFAIR','UNFAIR is a simple strategy game, where you are either attacking or defending a planet. Attacking troops can hide together to become stronger.','1.0.0',NULL,'http://norbertdejonge.sourceforge.net/UNFAIR.html','http://norbertdejonge.sourceforge.net/UNFAIR-1.0.0.tar.gz','Norbert de Jonge','norbertdejonge@yahoo.com',NULL,NULL,'GTK+','http://norbertdejonge.sourceforge.net/UNFAIR.html',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (213,'Math Literature (lolit_ml)','Math Literature is a part of Logical Literature (lolit) and aims to teach children aged 2-8 to calculate with positive numbers.',NULL,'0.0.1','http://norbertdejonge.sourceforge.net/MathLiterature.html','http://norbertdejonge.sourceforge.net/lolit_ml-0_0_1.tar.gz','Norbert de Jonge','norbertdejonge@yahoo.com',NULL,NULL,'GTK+','http://norbertdejonge.sourceforge.net/MathLiterature.html',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (214,'Skill Literature (lolit_sl)','Skill Literature is a part of Logical Literature (lolit) and aims to teach children aged 4-10 to work with, and think about, different shapes. This pipeline game can only be won with sufficient insight, not speed.','0.0.3',NULL,'http://norbertdejonge.sourceforge.net/SkillLiterature.html','http://norbertdejonge.sourceforge.net/lolit_sl-0_0_3.tar.gz','Norbert de Jonge','norbertdejonge@yahoo.com',NULL,NULL,'GTK+','http://norbertdejonge.sourceforge.net/SkillLiterature.html',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (215,'psub','Polyalphabetic substitution (psub) encrypts and decrypts plaintext using different monoalphabetic substitutions as it proceeds through a plaintext message.','0.0.2',NULL,'http://norbertdejonge.sourceforge.net/polyalphabeticsubstitution.html','http://norbertdejonge.sourceforge.net/psub-0_0_2.tar.gz','Norbert de Jonge','norbertdejonge@yahoo.com',NULL,NULL,'GTK+','http://norbertdejonge.sourceforge.net/polyalphabeticsubstitution.html',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (216,'vpopd','vpopd is a virtual POP3 daemon which redirects users to their real POP3 server (using the virtusertable); this way the POP3 service can be split across multiple POP3 servers.',NULL,'0.1','http://norbertdejonge.sourceforge.net/vpopd.html','http://norbertdejonge.sourceforge.net/vpopd-0_1.tar.gz','Norbert de Jonge','norbertdejonge@yahoo.com',NULL,NULL,'GTK+','http://norbertdejonge.sourceforge.net/vpopd.html',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (217,'xpong','xpong is a pong game for X.','0.2',NULL,'http://norbertdejonge.sourceforge.net/xpong.html','http://norbertdejonge.sourceforge.net/xpong-0.2.tar.gz','Norbert de Jonge','norbertdejonge@yahoo.com',NULL,NULL,'GTK+','http://norbertdejonge.sourceforge.net/xpong.html',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (218,'Linux CMU SNMP','This is the CMU SNMP port to Linux. This port supports SNMP version 1 (SNMPv1) and SNMP version 2 (SNMPv2). It includes a bilingual SNMPv1/SNMPv2 agent and several simple command-line management tools. This release is based on the CMU SNMP release with USEC support. It does not implement the historic party based administrative model of SNMPv2 and has no additional support for SNMPv3.','3.7',NULL,'http://www.gaertner.de/snmp/','ftp://ftp.ibr.cs.tu-bs.de/pub/local/linux-cmu-snmp/cmu-snmp-linux-3.7-src.tar.gz','Juergen Schoenwaelder','schoenw@ibr.cs.tu-bs.de',NULL,NULL,NULL,'http://www.gaertner.de/snmp/',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (219,'freeburn','FreeBurn is a Disc Writing Application for Linux and other UNIX platforms running GNOME that provides a friendly but powerful interface as a front end to CD creation programs such as cdrecord, mkisofs, cdrdao, and more...','1.1',NULL,'http://freeburn.sourceforge.net/','http://prdownloads.sourceforge.net/freeburn/freeburn-oldsource-unofficial.zip','Adam Schlag','aschlag@users.sourceforge.net',NULL,NULL,NULL,'http://sourceforge.net/forum/forum.php?forum_id=160435',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (220,'Five Rings','Five Rings is a completely interactive, massively multiplayer, Java role-playing game in the planning stage.',NULL,NULL,'http://fiveringsrpg.sourceforge.net/','http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/fiveringsrpg/','Adam Blinkinsop','spaceman40@users.sourceforge.net',NULL,NULL,NULL,'http://sourceforge.net/people/viewjob.php?group_id=35334&job_id=7092',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (221,'nightingale','Nightingale allows you to cut a large WAV file into pieces. It does not require tons of memory nor a long wait before you can interact with it.','1.1',NULL,'http://www.bitwizard.nl/nightingale/','ftp://ftp.bitwizard.nl/nightingale/nightingale-1.1.tar.gz','Roger E. Wolff','R.E.Wolff@BitWizard.nl',NULL,NULL,'XForms','http://freshmeat.net/projects/nightingale/?topic_id=119,120,113',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (222,'Colibri Widgets','The Colibri Widgets are based on curses (pure C with OO facilities). The integrated xml parser should make it easy to develop your own curses application.',NULL,'0.5','http://colibri.sourceforge.net/','http://prdownloads.sourceforge.net/colibri/colibri-0_5.tar.gz','Christian Liesch','liesch@gmx.ch',NULL,NULL,NULL,'http://sourceforge.net/people/viewjob.php?group_id=9720&job_id=3636',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (223,'glchess','An open source 3D chess interface. It uses OpenGL and GtkGLArea (from GTK+) for the rendering and is designed for use in unix. The goal is to make it playable on the ICS. Computer play against either Crafty or GNU Chess is supported.','0.4.5',NULL,'http://glchess.sourceforge.net/','http://prdownloads.sourceforge.net/glchess/glchess-0.4.5.tar.gz','Robert Ancell','bob27@users.sourceforge.net',NULL,NULL,'GTK+, GtkGLArea, OpenGL','http://sourceforge.net/people/viewjob.php?group_id=6348&job_id=7159',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (224,'KLicq','Licq with KDE extensions.','0.61-2',NULL,'http://www.hfun.org/projects/klicq/','http://www.hfun.org/projects/klicq/klicq-0.61-2.tar.gz','Daniel Quist','dquist@cs.nmt.edu',NULL,NULL,'Qt, OpenSSL (optional)','http://www.hfun.org/projects/klicq/',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (225,'mailshift','mailshift reads in standard UNIX-style mailboxes and writes the individual messages contained in them into files usable by Inframail, a Windows-based POP3 (and other protocols) server.','1.10',NULL,'http://www.tranchant.freeserve.co.uk/computing/mailshift.html','http://www.tranchant.freeserve.co.uk/software/mailshift-1.10.tar.gz','Mark Tranchant','mark@tranchant.freeserve.co.uk',NULL,NULL,NULL,'http://www.tranchant.freeserve.co.uk/computing/mailshift.html','I don\'t need this software any more, so I\'m not maintaining it any more. You might find the latest versions of Inframail don\'t work with it. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (226,'Minimalist','Simple mailing list manager, written in Perl, extremely small, fast and easy to maintain.','2.2(4)',NULL,'http://www.mml.org.ua/','http://www.mml.org.ua/minimalist.tar.gz','Vladimir Litovka','doka@kiev.sovam.com',NULL,NULL,NULL,'http://www.mml.org.ua/CHANGES.txt',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (227,'NotifyCD','A Win32 system-tray CD player. Excellent features, including CDDB, titlebar (song info in active titlebar), hotkeys, etc. Does its job and stays out of your way.','1.51.3','1.60b14','http://notifycd.com','http://notifycd.com/ntfycd_160b14_src.zip','Mats Ljungqvist','mlt@cyberdude.com','Stephen Hassard','steve@notifycd.com',NULL,'http://notifycd.com/',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (228,'Orpheon','Imagine the world of Wolfenstein 3D, one of the most groundbreaking FPS games of all time, modernized, in its own, new engine, running under OpenGL. Welcome to Orpheon.',NULL,'0.04','http://orpheon.sourceforge.net/','http://prdownloads.sourceforge.net/orpheon/Orpheon.0.04.dump.zip','psykotik','psykotik@planetquake.com','xtreem','xtreem@users.sourceforge.net',NULL,'http://sourceforge.net/forum/forum.php?forum_id=126977',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (229,'icewm','Icewm is a nice window manager designed for speed, usability and consistency. It is able to emulate the look of Motif, OS/2, Windows and allows to have a customizable look using pixmaps.','1.0.9-2',NULL,'http://www.icewm.org/','http://prdownloads.sourceforge.net/icewm/icewm-1.0.9-2.tar.gz','Marko Macek','marko.macek@gmx.net',NULL,NULL,NULL,'http://lists.debian.org/debian-devel/2002/debian-devel-200203/msg01816.html',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (230,'fakebo','A utility to fake the Back Orifice and the NetBus trojans. It logs all access attempts from any clients and is able to fake pings and send fake replies, if this is desired.','0.4.1',NULL,'http://sourceforge.net/projects/fakebo/','http://prdownloads.sourceforge.net/fakebo/fakebo-0.4.1.tar.gz','Vlatko Kosturjak','kost@iname.com','Colin Mattson','colol@users.sourceforge.net',NULL,'Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (231,'cdlabelgen','cdlabelgen is a program for generating frontcards and traycards for CDs. Use it to make labels for your archive CDs, CDs full of mp3s, or even make a label for that CD that you lost the case for.','1.5.0',NULL,'http://www.red-bean.com/fitz/software-cdlabelgen.shtml','http://www.red-bean.com/fitz/software/cdlabelgen/cdlabelgen-1.5.0.tar.gz','B. W. Fitzpatrick','fitz@red-bean.com',NULL,NULL,NULL,'http://www.red-bean.com/fitz/software-cdlabelgen.shtml',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (232,'cdlabelgen','cdlabelgen is a program for generating frontcards and traycards for CDs. Use it to make labels for your archive CDs, CDs full of mp3s, or even make a label for that CD that you lost the case for.','2.2.1',NULL,'http://www.aczone.com/tools/cdinsert/','http://www.aczone.com/pub/tools/cdlabelgen-2.2.1.tgz','B. W. Fitzpatrick','fitz@red-bean.com','Avinash Chopde','avinash@aczone.com',NULL,'Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (233,'perforate','GNU cp used to detect files that contain 0-filled holes and save disk space by skipping them with lseek when writing a file and thus not allocating disk blocks. Unfortunately it does no longer. So here is program to make holes in existing files. Also there are some scripts that help cleaning up the hard disk (finding duplicated and/or unstripped files).','1.0',NULL,'http://packages.debian.org/unstable/utils/perforate.html','http://ftp.debian.org/debian/pool/main/p/perforate/perforate_1.0.orig.tar.gz','Oleg Kibirev','oleg@gd.cs.CSUFresno.EDU',NULL,NULL,NULL,'Submitter.','I am the Debian maintainer of this package. I never got an answer from the original author. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (234,'xfstt','xfstt (X11 Font Server for TrueType fonts) allows X11 applications to use the exact same TrueType fonts as those used on most Windows machines.','1.2',NULL,'http://packages.debian.org/unstable/x11/xfstt.html','http://ftp.debian.org/debian/pool/main/x/xfstt/xfstt_1.2-0.4.tar.gz','Herbert Duerr','duerr@de.ibm.com',NULL,NULL,NULL,'Submitter.','I am the Debian maintainer of this package. Upstream is no longer responsive. -- .',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (235,'The L.O.S.E.R. Corps','The L.O.S.E.R. Corps is a side-scrolling game which you can play alone or with other people over a TCP/IP network. You can write robots which control characters in the game, edit maps with the map-editor and read and write images in the game format with a downloadable GIMP-plugin.','0.9.12',NULL,'http://loser.sourceforge.net/','http://prdownloads.sourceforge.net/loser/loser-0.9.12.tar.gz','Ricardo R. Massaro','massaro@linux.ime.usp.br','Stefan Rieken','pflipp@users.sourceforge.net',NULL,'Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (236,'PHPMyEdit','How many times have you hand-coded a MySQL table editor in PHP? PHPMyEdit provides an instant table editor - all you need to do is to write a simple calling program.','3.5','4.0b3','http://phpmyedit.sourceforge.net','http://prdownloads.sourceforge.net/phpmyedit/PME-4.0b3.tgz','John McCreesh','jpmcc@users.sourceforge.net','Jim Kraai','jkraai@users.sourceforge.net','PHP4, MySQL','http://sourceforge.net/forum/forum.php?forum_id=94765',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (237,'Thermal','A set of scripts designed to be run with cron. The main functions are temperature monitoring (it sends email etc. when things get too hot) and producing daily temperature plots with GNUPlot.','0.1',NULL,NULL,NULL,'Michael Wells','michael@wells.org.uk',NULL,NULL,NULL,'Submitter.','The homepage is gone, the download URL is broken, the Freshmeat record disappeared. But I still have a tarball of thermal, if anyone is interested in continueing development. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (238,'wsd','wsd was designed for use in churches, to project song words, notices and images (OHP replacements) via a video projector. The system consists of two applications: wsdd runs the display, and wsdt is the terminal half with which the user interacts.',NULL,'0.01pre','http://www.tranchant.freeserve.co.uk/computing/wsd.html','http://www.tranchant.freeserve.co.uk/software/wsd-0.01pre.tar.gz','Mark Tranchant','mark@tranchant.freeserve.co.uk',NULL,NULL,NULL,'Submitter.','Useful as FreeType/SVGAlib demo code, or for a demo of named pipe interaction. Works, but not developed as far as doing the intended job. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (239,'yarec','WAV/AIFF player/recorder kit. Full modularity of UI (GTK+, curses, commandline), sound driver (GNU/Linux, OSS), thread package (POSIX, none) implemented. Nice performance, even under load.',NULL,'0.65pl5-fix1','http://sourceforge.net/projects/yarecpl/','http://prdownloads.sourceforge.net/yarecpl/yarec-0.65pl5-fix1.tar.bz2','Ralf Stephan','ralf@ark.in-berlin.de','Denis Böhme','nostromo@users.sourceforge.net',NULL,'http://me.in-berlin.de/~rws/yarec.html',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (240,'GtkSQL','GtkSQL is a graphical front-end for PostgreSQL and MySQL. Its main goal is to create quickly SQL queries and to easily being able to experiment with them.','0.3',NULL,'http://gtksql.sourceforge.net/','http://prdownloads.sourceforge.net/gtksql/gtksql-0.3.tar.gz','Lionel Ulmer','lionel.ulmer@free.fr',NULL,NULL,'MySQL or PostgreSQL','Email from author.',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (241,'FOOL','FOOL is a Fuzzy system development tool with interactive foolproof graphical user interface.','1.6',NULL,'http://rhaug.de/fool/','http://prdownloads.sourceforge.net/fool/fool1.6.src.zip','Ronald Hartwig','hartwig@rhaug.de',NULL,NULL,NULL,'Email from author.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (242,'aspell','Aspell is an Open Source spell checker designed to eventually replace Ispell. Its main feature is that it does a superior job of coming up than just about any other spell checker out there for the English language.','.33.7.1',NULL,'http://aspell.net/','http://prdownloads.sourceforge.net/aspell/aspell-.33.7.1.tar.gz','Kevin Atkinson','kevin@atkinson.dhs.org',NULL,NULL,'pspell','http://aspell.net/lost-interest.txt',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (243,'XS DHTML Editor','A web-based HTML editor written in DHTML/JavaScript. The look-and-feel follows Microsoft apps such as Word and Outlook. The \"control\" is implemented as a DHTML Behavior, allowing it to be used with only a couple lines of code added to a standard web page.',NULL,'0.95','http://sourceforge.net/projects/xsdheditor/','http://prdownloads.sourceforge.net/xsdheditor/XsDhtmlEditor_0.95.zip','Ryan LaNeve','tb_ryan@users.sourceforge.net','Ryan LaNeve','tb_ryan@users.sourceforge.net',NULL,'http://sourceforge.net/forum/forum.php?forum_id=167097',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (244,'mp3cut','MP3 frame-level editor. Visualize file energy level, and allow cutting away parts of file. I have used it for splitting radio programs to individual tracks.','1.1b',NULL,'http://mp3cut.sourceforge.net/','http://mp3cut.sourceforge.net/mpcut-1.1b.tar.gz','Warren Toomey','wkt@cs.adfa.edu.au',NULL,NULL,'GTK+','Submitter.','MP3cut hasn\'t get any time for a long time. If there are some interested people, I can give ideas what have to be done, or I can give away whole project. -- .',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (245,'Breve','Breve is an object-oriented programming extension for the C language. It aims to provide all the benefits of C -- including conciseness, speed, portability -- and yet at the same time allow one to program \"in the large\". Possible application domains include network servers, real-time signal processing applications, interactive games, etc.',NULL,'20011214','http://angelfire.com/folk/sm0p/breve/','http://angelfire.com/folk/sm0p/breve/tarball/breve-20011214.tar.gz','TK Chia','expm1@bigfoot.com',NULL,NULL,'lex, yacc','Submitter.','Project is currently incomplete, though parts of it are functional. Gobs of development documentation available. -- .',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (246,'mp3cut','MP3 frame-level editor. Visualize file energy level, and allow cutting away parts of file. I have used it for splitting radio programs to individual tracks.','1.1b',NULL,'http://mp3cut.sourceforge.net/','http://mp3cut.sourceforge.net/mpcut-1.1b.tar.gz','Warren Toomey','wkt@tuhs.org',NULL,NULL,'GTK+','Email from author.','MP3cut hasn\'t get any time for a long time. If there are some interested people, I can give ideas what have to be done, or I can give away whole project. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (247,'instantwebmail','Instant Web Mail (instantwebmail) is a web-based POP mail client written in PHP.','0.61',NULL,'http://instantwebmail.sourceforge.net/','http://prdownloads.sourceforge.net/instantwebmail/instantwebmail061.tar.bz2','Jonas Koch Bentzen','jonas at understroem.dk',NULL,NULL,'PHP','Submitter.',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (248,'gnomp3','An MP3 player that supports large collections, with many options for manipulating that collection in playlists.','0.1.7',NULL,'http://packages.debian.org/unstable/sound/gnomp3.html','http://ftp.debian.org/debian/pool/main/g/gnomp3/gnomp3_0.1.7.orig.tar.gz','Matt Pratt','mattpratt@yahoo.com',NULL,NULL,'GNOME, xmms','I emailed the author. No response after two weeks. -- .',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (249,'pspell','The goal of the library is to provide a generic interface to spell checker libraries installed on the system.','.12.2',NULL,'http://aspell.net','http://prdownloads.sourceforge.net/pspell/pspell-.12.2.tar.gz','Kevin Atkinson','kevin@atkinson.dhs.org',NULL,NULL,NULL,'http://aspell.net/',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (250,'NeoMail','NeoMail is a web-based e-mail client that can be installed on any UNIX mail server that is also running a web server. It requires Perl 5, suidperl (included with Perl, or unneeded if you have secure suid script support in your UNIX kernel), and a current version of the CGI and MD5 Perl modules (included with most distributions). It is in no way affiliated with the web-based messaging service provided by NeoPets.com, also called NeoMail.','1.25',NULL,'http://neomail.sourceforge.net/','http://prdownloads.sourceforge.net/neomail/neomail-1.25.tar.gz','Ernie Miller','neorants@users.sourceforge.net',NULL,NULL,'Perl, a webserver','http://neomail.sourceforge.net/#description',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (251,'hsysmon','A system monitor which displays all needed information in a small horizontal window.','0.2.0',NULL,'http://sourceforge.net/projects/hsysmon/','http://prdownloads.sourceforge.net/hsysmon/hsysmon-0_2_0.tar.gz','Andreas Neukoetter','anti@webhome.de',NULL,NULL,'GTK+','http://freshmeat.net/projects/hsysmon/#comment-16686',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (252,'gtkcookie','Graphical editor for cookie files as stored by Netscape or Mozilla.','0.03',NULL,'http://packages.debian.org/unstable/x11/gtkcookie.html','http://ftp.debian.org/debian/pool/main/g/gtkcookie/gtkcookie_0.03.orig.tar.gz','Manni Wood','mwood@digitas.com',NULL,NULL,'GTK+','Email from author.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (253,'instantwebmail','Instant Web Mail (instantwebmail) is a web-based POP mail client written in PHP.','0.61',NULL,'http://instantwebmail.sourceforge.net/','http://prdownloads.sourceforge.net/instantwebmail/instantwebmail061.tar.bz2','Jonas Koch Bentzen',NULL,'Mitchell Smith',NULL,'PHP','Submitter.',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (254,'Kiosk','Kiosk is a network capable MySQL database manager. It allows local or remote login to a MySQL database, table and row management, raw queries, row editing, and more.','0.92',NULL,'http://kiosk.sourceforge.net/','http://prdownloads.sourceforge.net/kiosk/Kiosk_0.92.tar.gz','Mike Sosteric','mikes@athabascau.ca',NULL,NULL,'a CGI enabled webserver','Email from author.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (255,'icewm','Icewm is a nice window manager designed for speed, usability and consistency. It is able to emulate the look of Motif, OS/2, Windows and allows to have a customizable look using pixmaps.','1.0.9-2',NULL,'http://www.icewm.org/','http://prdownloads.sourceforge.net/icewm/icewm-1.0.9-2.tar.gz','Marko Macek','marko.macek@gmx.net','Marko Macek','marko.macek@gmx.net',NULL,'Submitter.','The original maintainer of IceWM has decided take over the maintenance of IceWM again. The work is currently being done with many bugfixes. Stay tuned! -- Jérôme Marant.',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (256,'ttysnoop','ttysnoop allows you to snoop on login tty\'s through another tty-device or pseudo-tty. The snoop-tty becomes a clone of the original tty, redirecting both input and output from/to it.','0.12c',NULL,'ftp://metalab.unc.edu/pub/Linux/utils/terminal/','ftp://metalab.unc.edu/pub/Linux/utils/terminal/ttysnoop-0.12c.tar.gz','Carl Declerck','carl@miskatonic.inbe.net',NULL,NULL,NULL,'I emailed the author. No response after two weeks. -- .',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (257,'snacc','A free ASN.1 to C or C++ compiler with a BER en-/decoding library. Snacc is short for \\\"Sample Neufeld Asn.1 to C Compiler\\\" and ASN.1 stands for Abstract Syntax Notation One (CCITT X.208/ ISO 8824 as of 1990).','1.3',NULL,'http://www.fokus.gmd.de/ovma/freeware/snacc/','http://ftp.debian.org/debian/pool/main/s/snacc/snacc_1.3bbn.orig.tar.gz','Sebastian Wangnick','sebastian.wangnick@eurocontrol.int',NULL,NULL,NULL,'Email from author.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (258,'gCAD','gCAD (GnomeCAD) is a GNOME application for CAD (Computer Aided Design).','0.0.3',NULL,'http://gcad.sourceforge.net/','http://gcad.sourceforge.net/download/','I. Serna','inigo@gaztelan.bi.ehu.es',NULL,NULL,'GTK+, GNOME, MESA, GTKglarea','I tried to contact the author, but email returned since user unknown. -- .',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (259,'Math::MatrixReal','A Perl-module which provides routines for easy matrix manipulations including matrix products, solving linear equation systems, L-R-decomposition, Eigenvalues and -vectors, etc.','1.9',NULL,'http://www.leto.net/code/Math-MatrixReal/','http://www.leto.net/code/Math-MatrixReal/src/Math-MatrixReal-1.9.tar.gz','Steffen Beyer','sb@engelschall.com','Jonathan Leto','jonathan@leto.net',NULL,'http://www.leto.net/code/Math-MatrixReal/',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (260,'tic98','tic98 is a compressor for black-and-white images, in particular scanned documents. It gets very good compression, better than AT&T\'s DjVu system.','1.01',NULL,'http://www.cs.waikato.ac.nz/~singlis/','http://www.cs.waikato.ac.nz/~singlis/tic98-1.01.tar.gz','Stuart Inglis','singlis@cs.waikato.ac.nz',NULL,NULL,NULL,'Submitter.','Small robustness patch to die more gracefully if files cannot be opened. Mirror of the original files. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (261,'MultiBNC','MultiBNC is a bouncer for IRC (written in Java) that allows an unlimited number of clients to share the same IRC session. It stays on IRC even when no clients are connected.','0.1.3',NULL,'http://freshmeat.net/projects/multibnc/',NULL,'Elroy','elroy@yoyomail.com',NULL,NULL,NULL,'http://freshmeat.net/projects/multibnc/?topic_id=24#comment-17420',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (262,'opt-dyndns','opt-dyndns is a small opt-package for FlI4L (www.fli4l.de) to update a dynamic DNS account when the router dials in. It does consist of netcat compiled for libc5, a few scripts and configuration files and an extensive documentation in German and English. The current package also contains a configuration program for Windows written in Delphi, but the source for this program is not available.','2.1.10',NULL,'http://www.dummzeuch.de/opt_dyndns/english.html','http://www.dummzeuch.de/files/opt_dyndns-2.1.10.zip','Thomas Mueller','opt-dyndns@s2h.cx',NULL,NULL,'FlI4L (Floppy ISDN for Linux)','Submitter.','Warning: The package used to be very popular which caused lots of support questions by email which usually were already answered in the documentation (you have been warned). -- .',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (263,'pingus','Pingus is a free Lemmings clone with penguins. You control a number of penguins on their journey around the world.','0.4.0','0.5.0pre3','http://pingus.seul.org','http://pingus.seul.org/download.html','Ingo Ruhnke','grumbel@gmx.de',NULL,NULL,'Clanlib, libhermes, libxml','Submitter.','This project is not completly dead, but close to it. I currently lack the time to do any significant work on it. -- .',1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (264,'dccp','This is an implementation of DCCP in the Linux kernel. DCCP (Datagram Congestion Control Protocol) is an unreliable, congestion-controlled transport protocol providing a flow of datagrams with a feature negotiation mechanism built-in.','alpha',NULL,'http://sourceforge.net/projects/dccp/','http://sourceforge.net/project/showfiles.php?group_id=53662','Marek Zawadzki','dccp2@users.sourceforge.net',NULL,NULL,NULL,'http://sourceforge.net/people/viewjob.php?group_id=53662&job_id=8035',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (265,'Shell Providers Customer/Accounts DB','A shell supply database with support for billing, customer and account records. IP and PORT managing. Quota and processes recording.',NULL,NULL,'http://sourceforge.net/projects/shelldb/','http://sourceforge.net/project/showfiles.php?group_id=35545','John Mitchell','mitchellj@users.sourceforge.net',NULL,NULL,NULL,'http://sourceforge.net/people/viewjob.php?group_id=35545&job_id=8321',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (266,'bajjer','To address the need for high-quality open source Java Jabber software. A client applet which can also work as a desktop application is currently the main focus of this project.',NULL,NULL,'http://sourceforge.net/projects/bajjer/','http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/bajjer/','Pohl Longsine','p0hl@users.sourceforge.net',NULL,NULL,NULL,'I emailed the author. No response after two weeks. -- .',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (267,'mp3trader suite','mp3trader suite is a set of small CGI programs used to generate a beautified HTML interface for posting and uploading music files via Web.','0.4',NULL,'http://uselesstree.org/mp3trader/','http://uselesstree.org/mp3trader/versions/mp3trader-0.4.tgz','Jeffrey Froman','jefffroman@uselesstree.net',NULL,NULL,'A webserver with CGI support','http://freshmeat.net/projects/mp3trader/#comment-18820',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (268,'agt','Easy administration of linux 2.4 iptables, written in C. Includes sample configuration files and startup scripts.','0.85',NULL,'http://sourceforge.net/projects/agt/','http://prdownloads.sourceforge.net/agt/agt-0.85.tar.gz','Andy Gilligan','ajg@users.sourceforge.net','Andy Gilligan','ajg@users.sourceforge.net','iptables','Email from author.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (269,'XOSD','A library for displaying text on the screen in an on screen display style (like your VCR/TV). It also includes an XMMS plugin to display various pieces of useful information while you are playing music (track name/volume etc.).','0.7.0',NULL,'http://www.ignavus.net/software.html','http://www.ignavus.net/xosd-0.7.0.tar.gz','Andre Renaud','andre@ignavus.net','Tim Wright','tnw13@cosc.canterbury.ac.nz','XMMS if you want to build the XMMS plugin.','Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (270,'nparted','nparted is a newt-based front end to the GNU parted library that permits the user to resize, copy, and move disk partitions.','0.1.2',NULL,'http://www.laespiral.org/proyectos/nparted/','http://www.speedblue.org/nparted/nparted-0.1.2.tar.gz','Mario Teijeiro','asimovi@escomposlinux.org',NULL,NULL,'libparted, libnewt','Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (271,'GtkSQL','GtkSQL is a graphical front-end for PostgreSQL and MySQL. Its main goal is to create quickly SQL queries and to easily being able to experiment with them.','0.3',NULL,'http://gtksql.sourceforge.net/','http://prdownloads.sourceforge.net/gtksql/gtksql-0.3.tar.gz','Lionel Ulmer','lionel.ulmer@free.fr','Darryl Luff','djluff@users.sourceforge.net','MySQL or PostgreSQL','Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (272,'Open Sphinx C-- Compiler','Open SPHiNX C-- Compiler is a set of Compiler and libraries based on the SPHiNX C-- programming language created by Peter Cellik.',NULL,'v0.000','http://sf.net/projects/c--/','http://sourceforge.net/project/showfiles.php?group_id=23246','Priit Laes','amd@tt.ee',NULL,NULL,NULL,'Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (273,'xfstt','xfstt (X11 Font Server for TrueType fonts) allows X11 applications to use the exact same TrueType fonts as those used on most Windows machines.','1.3',NULL,'http://developer.berlios.de/projects/xfstt/','http://download.berlios.de/xfstt/xfstt_1.3.tar.gz','Herbert Duerr','duerr@de.ibm.com','Guillem Jover','guillem.jover@menta.net',NULL,'Submitter.','I am also the new Debian maintainer of this package. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (274,'freeburn','FreeBurn is a Disc Writing Application for Linux and other UNIX platforms running GNOME that provides a friendly but powerful interface as a front end to CD creation programs such as cdrecord, mkisofs, cdrdao, and more...',NULL,NULL,'http://freeburn.sourceforge.net/','http://sourceforge.net/project/showfiles.php?group_id=34561','Adam Schlag','aschlag@users.sourceforge.net','Adam Schlag','aschlag@users.sourceforge.net','FOX, cdrtools, cdrdao','Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (275,'kvideogen','kvideogen is a KDE 1.x wrapper for the program videogen. It allows easy generation of modelines, which are used by XFree86 to determine your refresh rate and resolution, among other things. It allows you to use higher refresh rates, and alternatives to the standard resolutions that are offered by the usual X setup utilities.','1.2',NULL,'http://easynet.linux.tucows.com/mmedia/preview/32009.html','http://easynet.linux.tucows.com/files/kde/media/kvideogen-1.2.tar.gz','Rik Hemsley','rik@kde.org',NULL,NULL,'KDE 1.x','Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (276,'The hAndwriting enGine','The hAndwriting enGine (tag) provides a way to process handwritten symbols (Graffiti) from a Web page (Tcl/Tk plugin 2.0 required) or a full Tk app.','0.4',NULL,'http://bgilon.free.fr/RISCOS/tag/main.htm','http://bgilon.free.fr/RISCOS/tag/bin/tag.zip','Benoit Gilon','bgilon@free.fr',NULL,NULL,'Tcl/Tk browser Plugin 2.0','Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (277,'pingus','Pingus is a free Lemmings clone with penguins. You control a number of penguins on their journey around the world.','0.4.0','0.5.0pre3','http://pingus.seul.org','http://pingus.seul.org/download.html','Ingo Ruhnke','grumbel@gmx.de','Ingo Ruhnke','grumbel@gmx.de','Clanlib, libhermes, libxml','Email from author.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (278,'formatxml','FormatXML is a Java application and PHP/MySQL web server designed to allow programmers to define file and communications data formats using a Swing GUI.',NULL,NULL,'http://www.brando.com/formatxml/','http://sourceforge.net/project/showfiles.php?group_id=54943','Philip Andrew','plandrew@users.sourceforge.net',NULL,NULL,NULL,'http://sourceforge.net/people/viewjob.php?group_id=54943&job_id=10495',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (279,'Unix Cockpit V3','The Unix Cockpit (uc) is a nifty graphical Unix file manager. Particularly its tree view of the file system is very strong.','3.012','3.013','http://www.klagges.com/uc.html','http://www.klagges.com/uc/uc3v012.tgz','Henrik Klagges','henrik@klagges.com',NULL,NULL,'XForms library','Submitter.','However, I don\'t have the time to care properly for it anymore, as my regular work eats up a lot of time. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (280,'Advanced Web Hosting Control Panel','An Advanced Web Hosting Control Panel that will help customers not only admins. This is set to have 300 end user features and a lot of security features.',NULL,'1.0.0alpha','http://sourceforge.net/projects/whctrlpanel','http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/whctrlpanel/','Joshua Abbott','jabbott_whctrlpanel@yahoo.com',NULL,NULL,NULL,'Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (281,'DHSD','DHSD is a dynamic DNS update tool for the popular dhs.org service. It can run in daemon mode and update when an interface goes up or down.','1.0',NULL,'http://sourceforge.net/projects/dhsd/','http://sourceforge.net/project/showfiles.php?group_id=5042','Andrew Williams','andy@blueshiftmedia.net',NULL,NULL,NULL,'Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (282,'ibod','ibod is a ISDN MPPP bandwidth-on-demand daemon designed to operate in conjunction with isdn4linux. It is normally started at boot time, but can be started and stopped at any time. The program monitors inbound and outbound traffic on the ISDN interface. When the required bandwidth exceeds the capacity for one IDSN B-channel (64kbps), a second (slave) channel is connected according to the MPPP protocol. When the traffic decreases below one channel capacity, the slave channel is disconnected.','1.4','1.5','http://www.datenwelt.net/oss/ibod','http://www.datenwelt.net/oss/ibod','Jan Obladen','obladen@datenwelt.net',NULL,NULL,NULL,'Submitter.',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (283,'ibod','ibod is a ISDN MPPP bandwidth-on-demand daemon designed to operate in conjunction with isdn4linux. It is normally started at boot time, but can be started and stopped at any time. The program monitors inbound and outbound traffic on the ISDN interface. When the required bandwidth exceeds the capacity for one IDSN B-channel (64kbps), a second (slave) channel is connected according to the MPPP protocol. When the traffic decreases below one channel capacity, the slave channel is disconnected.','1.4','1.5','http://www.datenwelt.net/oss/ibod','http://www.datenwelt.net/oss/ibod','Jan Obladen','obladen@datenwelt.net','Danilo Schoeneberg','dj@casworld.co.uk',NULL,'Submitter.','With the kind permission of the previous owner Jan Obladen, I\'ve now officially taken over maintenance of this project. A big thanks is owed to Bjoern and Jan for bringing the project to where it is now and I\'ll try the best to keep it going in their spirit. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (284,'Vacation','Automatic mail answering program for Linux; Port of the 386bsd vacation program.','1.2.6.1',NULL,'http://vacation.sourceforge.net','http://prdownloads.sourceforge.net/vacation/vacation-1.2.6.1.tar.gz','Eric P. Allman',NULL,NULL,NULL,NULL,'Submitter.',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (285,'opt-dyndns','opt-dyndns is a small opt-package for FlI4L (www.fli4l.de) to update a dynamic DNS account when the router dials in. It does consist of netcat compiled for libc5, a few scripts and configuration files and an extensive documentation in German and English. The current package also contains a configuration program for Windows written in Delphi, but the source for this program is not available.','2.1.16','2.2.0pre1','http://www.fli4l.de/german/extern/opt/index.pl?pid=48','http://www.fli4l.de/german/extern/opt/index.pl?pid=48','Thomas Mueller','opt-dyndns@s2h.cx','Tobias Gruetzmacher','fli4l@portfolio16.de','FlI4L (Floppy ISDN for Linux)','Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (286,'Snap','Snap is a small, Perl-based Napster client.','0.08',NULL,'http://frodo.dyn.gno.org/~brettk/snap/','http://frodo.dyn.gno.org/~brettk/snap/','Brett Kosinski','brettk@frodo.dyn.gno.org',NULL,NULL,NULL,'Submitter.',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (287,'Chaos','Chaos is a Java-based Sonic the Hedgehog 2 map editor.',NULL,NULL,'http://frodo.dyn.gno.org/~brettk/chaos/','http://frodo.dyn.gno.org/~brettk/chaos/chaos.zip','Brett Kosinski','brettk@ualberta.ca',NULL,NULL,NULL,'Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (288,'Eraserhead RPG','RPG II/III compiler (RPG = Report Program Generator, *not* Role Playing Game). Includes new Python version and old C version. Meant to be S/36 compatible.',NULL,'0.1','http://rpg.eraserhead.net/','http://rpg.eraserhead.net/','Jay Felice','jfelice@cronosys.com',NULL,NULL,NULL,'Submitter.','Preprocessor implemented, almost all parse tree building done. Variable space allocation/map finished. Needs I/O engine and code generation for C specs. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (289,'Jazilla','A Webbrowser which aims to be a reimplementation of Mozilla in pure Java.',NULL,'M2','http://jazilla.sourceforge.net','http://sourceforge.net/project/showfiles.php?group_id=582','http://sourceforge.net/project/showfiles.php?group_id=582',NULL,'Unknown.',NULL,'JDK >= 1.2','Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (290,'Snap','Snap is a small, Perl-based Napster client.','0.08',NULL,'http://www.sliqua.com/projects/snap/','http://www.sliqua.com/projects/snap/download/','Brett Kosinski','brettk@frodo.dyn.gno.org','Team Sliqua','team@sliqua.com',NULL,'Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (291,'ezmanage','Ezmanage provides a simple WWW interface to managing multiple ezmlm mailing lists. It is designed to enable ISPs to provide their clients with easily administratable mailing lists, to create a virtual domain \"lists.example.com\" with mailing lists in it, etc. Ezmanage is based on qmail and ezmlm-idx, and takes advantage of their reliability and efficiency.','1.9',NULL,'http://sourceforge.net/projects/ezmanage/','http://sourceforge.net/project/showfiles.php?group_id=3772&release_id=3200','Tommi Virtanen','tv@debian.org','Team Sliqua','team@sliqua.com','Perl, ezmlm-idx, qmail, maildrop, mhonarc, mailtools','Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (292,'Express','Express is a graphical WWW browser, which uses GTK+ as a toolkit and gtk-xmhtml as a backend for the HTML-display.',NULL,NULL,'http://express.sourceforge.net/',NULL,'Conrad Parker','conradp@cse.unsw.edu.au','Team Sliqua','team@sliqua.com','GTK+, gtk-xmhtml','Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (293,'MultiBNC','MultiBNC is a bouncer for IRC (written in Java) that allows an unlimited number of clients to share the same IRC session. It stays on IRC even when no clients are connected.','0.1.3',NULL,'http://www.sliqua.com/projects/multibnc/','http://www.sliqua.com/projects/multibnc/files/','Elroy','elroy@yoyomail.com','Team Sliqua','team@sliqua.com',NULL,'Submitter.','Sounds like an interesting project to take on. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (294,'Vacation','Automatic mail answering program for Linux; Port of the 386bsd vacation program.','1.2.6.1',NULL,'http://www.sliqua.com/projects/vacation','http://www.sliqua.com/projects/vacation/files/','Eric P. Allman',NULL,'Team Sliqua','team@sliqua.com',NULL,'Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (295,'Five Rings','Five Rings is a completely interactive, massively multiplayer, Java role-playing game in the planning stage.',NULL,NULL,'http://fiveringsrpg.sourceforge.net/','http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/fiveringsrpg/','Adam Blinkinsop','spaceman40@users.sourceforge.net','Matthew Portner','redhatking@yahoo.com',NULL,'Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (296,'libRPG','A C++ library to create RPGs. It is a collection of basic classes to control objects, maps, items, etc. for role playing games.','1.0.1',NULL,'http://www.ductape.net/~reeve/projects.html#librpg','http://ductape.net/~reeve/downloads/libRPG-1.0.1.tar.gz','Scott Barnes','reeve@ductape.net','Matthew Portner','redhatking@yahoo.com',NULL,'Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (297,'instantwebmail','Instant Web Mail (instantwebmail) is a web-based POP mail client written in PHP.','0.61',NULL,'http://www.sliqua.com/projects/instantwebmail','http://www.sliqua.com/projects/instantwebmail/files/instantwebmail061.tar.bz2','Jonas Koch Bentzen',NULL,'Team Sliqua','team@sliqua.com','PHP','Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (298,'rcalc','rcalc is a fast and light symbolic calculator for the GNOME desktop environment which aims to occupy the middle ground between simple point-and-click calculators and full featured mathematical packages.','0.2.6','0.3.99','http://rcalc.sourceforge.net/','http://rcalc.sourceforge.net/download/','Gary Benson','rcalc@inauspicious.org','Clement Bourdarias','phneutre@icculus.org',NULL,'Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (299,'phpbuildsite','A system for creating dynamic content based on separating content from presentation, allowing the HTML designers to create page layouts, while the backend programmers concentrate on writing the logic behind the application.',NULL,'0.1.34','http://sourceforge.net/projects/phpbuildsite/','http://sourceforge.net/project/showfiles.php?group_id=52034','Pete Arthur','robotii@users.sourceforge.net',NULL,NULL,NULL,'http://sourceforge.net/people/viewjob.php?group_id=52034&job_id=12218',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (300,'Helpdesk Ticketing System','Helpdesk Ticketing System (HTS) provides a customizable and modular system for tracking and assigning tickets, generally used for problem resolution. It supports a comprehensive security system, modules, and customization. The system is Web based, and has optional support for integration with NT domain logins (SMB), and LDAP information.','1.3.5',NULL,'http://www.tekrat.com/hts.php','http://www.tekrat.com/hts/hts1.3.5.tar.gz','Brian Shire','shire@tekrat.com',NULL,NULL,NULL,'http://freshmeat.net/projects/hts/#comment-23992',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (301,'Yet Another MP3 Tool','Yet Another MP3 Tool (YAMT) features editing of single ID3 TAGs, renaming files, mass tagging with variables %dir and %file, exchanging tags, setting tags based on filenames, sorting files, unsorting files, creating playlists and searching for files.','0.5','0.6','http://yamt.sourceforge.net/','http://sourceforge.net/project/showfiles.php?group_id=1042','Benedikt Roth','Benedikt.Roth@gmx.net',NULL,NULL,NULL,'http://yamt.sourceforge.net/#developing',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (302,'xterminator (xrobots)','A robots game implemented in Ada95.',NULL,'0.9.2','http://www.stud.ifi.uio.no/~jankr/xrobots/','http://www.stud.ifi.uio.no/~jankr/xrobots/xrobots-0.9.2.tar.gz','Jan Kroken','jankr@ifi.uio.no',NULL,NULL,'gnat, X11Ada','Submitter.','I started this project to learn Ada 95 and X11 programming. I\'ve discontinued all my Ada 95 development until the new gnat based on gcc-3 is available and fully functional. What it needs is: A configure; make; make install system. The current one is broken and would suck if it wasn\'t. It should probably be moved to GTKAda or AdaSDL. The highscore file handling should be reimplemented. It works, but as far as I remember, it sucks. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (303,'javaldap','A functional, small, embeddable LDAP server written in Java.',NULL,'0.20','http://javaldap.sourceforge.net/','http://sourceforge.net/project/showfiles.php?group_id=5363','Clayton Donley','cdonley@users.sourceforge.net',NULL,NULL,'snacc, Apache Xerces J XML Parser','Public comments from the author on the project website.','This project was abandoned in 2000 because the original author made new versions payware. The last open source version was almost useful, although it has bugs. Two years later, there are still people asking about it on the forums, so there is an opportunity here for someone to scratch an itch. -- Jarrod Quial.',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (304,'xgalaga','A clone of the classic game Galaga for the X Window System. Xgalaga is a space-invader like game with additional features to produce a more interesting game.','2.0.34',NULL,'http://rumsey.org/xgal.html','http://ftp.debian.org/debian/pool/main/x/xgalaga/xgalaga_2.0.34.orig.tar.gz','Joe Rumsey','mrogre@mediaone.net',NULL,NULL,NULL,'Submitter.','I maintain xgalga for Debian (but do not want to maintain it as the upstream maintainer), and have been unsuccessfully trying to contact Joe Rumsey since 1999 when his web page went away, and mail started bouncing. The Debian package contains security fixes, speed improvements, joystick support, and more. There is also a fork for beos at http://www.bebits.com/app/2652. -- .',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (305,'flakarchiver','A graphical multi-platform archiving program using wxWindows.',NULL,'0.1','http://flakarchiver.sf.net','http://flakarchiver.sourceforge.net/download.html','Nehal Mistry','nehal at canada dot com',NULL,NULL,'wxWindows','Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (306,'atitvout','atitvout is a tool for enabling/disabling the TV out connector and switching of TV standards (PAL, NTSC, etc.) of ATI Rage graphics boards from within Linux on IA32. It is especially useful on ATI Rage Mobility boards, which boot up in NTSC mode by default and need to be switched to PAL for use with German TV sets. Radeon and Rage 128 are supported too, but your mileage may vary.','0.4',NULL,'http://www.stud.uni-hamburg.de/users/lennart/projects/atitvout/','http://www.stud.uni-hamburg.de/users/lennart/projects/atitvout/atitvout-0.4.tar.gz','Lennart Poettering','mz617469@poettering.de',NULL,NULL,NULL,'Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (307,'orb','A simple command-line HTML preprocessor which supports macros and other convenient features for site authors.','2.0.3',NULL,'http://www.cine.net/~cberry/orbinfo.html','http://sourceforge.net/project/showfiles.php?group_id=22698','Craig Berry','cberry@cine.net',NULL,NULL,NULL,'http://sourceforge.net/people/viewjob.php?group_id=22698&job_id=13202',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (308,'chaos OS','chaos is a new operating system written from scratch.','0.0.5',NULL,'http://sourceforge.net/projects/chaos/','http://sourceforge.net/project/showfiles.php?group_id=2981','Per Lundberg','perlundberg@users.sourceforge.net',NULL,NULL,NULL,'http://sourceforge.net/people/viewjob.php?group_id=2981&job_id=13398',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (309,'jsh','jsh is a pure java application launcher shell. It provides support for java webstart applicactions, user commands scripts, aliases. It runs all java applications (even .jnlp) in the same JVM, thus saving memory.','1.0rc3',NULL,'http://sourceforge.net/projects/jsh/','http://sourceforge.net/project/showfiles.php?group_id=11189','Gérard Collin','collin_g@users.sourceforge.net',NULL,NULL,NULL,'http://sourceforge.net/people/viewjob.php?group_id=11189&job_id=13712',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (310,'VTQLserver','The VTQLserver package contains a server and clients for videotext access for Linux. The server stores the pages of several TV-stations for parallel reading and searching and can run all time as daemon, since it can interrupt the page reception and free the devices, whenever you need them.','0.90','0.91','http://vtqlserver.sourceforge.net/','http://sourceforge.net/project/showfiles.php?group_id=49619','Matthias Kleinmann','schlaffi@users.sourceforge.net',NULL,NULL,NULL,'http://freshmeat.net/projects/vtqlserver/#comment-24734',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (311,'Palm Linux Environment','The goal of this project is to develop a usable GNU/Linux environment for the Palm hardware platform. This includes a boot loader, kernel (uclinux), user interface (shell/GUI), kernel drivers and whatever else is needed to make such an environment possible.','1.0',NULL,'http://palm-linux.sourceforge.net','http://sourceforge.net/project/showfiles.php?group_id=4975','Craig Comstock','craig_comstock@users.sourceforge.net',NULL,NULL,NULL,'http://palm-linux.sourceforge.net/#news',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (312,'myWEB','myWEB is a easy to use Content Management Site written in Active Server Pages (ASP). It is designed to be used as either a personal, or a small eCommerce website.','0.5',NULL,'http://sourceforge.net/projects/myweb/','http://sourceforge.net/project/showfiles.php?group_id=60686','Brian Smith','madmunki@users.sourceforge.net',NULL,NULL,NULL,'http://sourceforge.net/people/viewjob.php?group_id=60686&job_id=14346',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (313,'kalendar','Kalendar is a simple multi-user calendar and todo-list manager for KDE. The latest development version contains networked calendars, implemented using MySQL.','0.5a','0.5g','http://www.grawlfang.com/kalendar/index.html','http://beast.uk.xo.com/mwr/stable/kalendar-0.5a.tar.gz','Mark Redding','mark@grawlfang.com',NULL,NULL,'KDE, QT, MySQL','http://www.grawlfang.com/kalendar/description.html',NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (314,'GTKSee','GTKSee is an image viewer and image browser, which aims to be an ACDSee clone.','0.5.1',NULL,'gtksee.berlios.de','http://developer.berlios.de/project/showfiles.php?group_id=735','Lee Luyang','jkhotaru@mail.sti.com.cn','Keziah Manson','keziah@users.berlios.de','GTK+, libjpeg, libtiff, libpng','Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (315,'The Kim','The Kim is an ncurses process manager for GNU/Linux which reads the /proc filesystem.','1.2.2-2',NULL,'http://home.zf.jcu.cz/~zakkr/kim/','http://home.zf.jcu.cz/~zakkr/kim/download.php','Karel Zak','zakkr@zf.jcu.cz',NULL,NULL,'ncurses, optionally gpm','Submitter.','The project hasn\'t been updated since January 2000. I emailed the author a few times in the last years. He doesn\'t seem to have the time or interest to maintain it anymore, which is sad, as it was and may still be the most fully featured CLI process manager for Linux. In my opinion a maintainer would have to port it to the latest libproc, fix the remaining bugs, if any, and see how it behaves with 2.5 kernels, as there were a number of changes for the new kernel series in recent procps. -- . ',0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (316,'IP-Noise Simulator','A simulator for IP-Noise for the Linux kernel or userland. Uses the IP-Tables IP-Queue mechanism to extract packets, and delay, accept or drop them according to a specified logic.','0.1',NULL,'http://www-comnet.technion.ac.il/~cn1w02/','http://www-comnet.technion.ac.il/~cn1w02/download/','Shlomi Fish and Roy Glasberg','shlomif@vipe.technion.ac.il',NULL,NULL,'iptables','Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (317,'chaos OS','chaos is a new operating system written from scratch.','0.0.5',NULL,'http://sourceforge.net/projects/chaos/','http://sourceforge.net/project/showfiles.php?group_id=2981','Per Lundberg','perlundberg@users.sourceforge.net','Matthew Portner','redhatking@yahoo.com',NULL,'Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (318,'Visualization of Compiler Graphs','Visualization of Compiler Graphs (VCG) is a software for automatic graph layout. It is not a graph editor, however. VCG is intended to visualize large graphs generated by programs, e.g. debuggers of data structures. The computed graph layout can be interactively explored or printed.','1.30',NULL,'http://savannah.nongnu.org/projects/vcgdotgnu','http://savannah.nongnu.org/files/?group=vcgdotgnu','Georg Sander','sander@cs.uni-sb.de','James Michael DuPont','mdupont777@yahoo.com',NULL,'Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (319,'jsh','jsh is a pure java application launcher shell. It provides support for java webstart applicactions, user commands scripts, aliases. It runs all java applications (even .jnlp) in the same JVM, thus saving memory.','1.0rc3',NULL,'http://sourceforge.net/projects/jsh/','http://sourceforge.net/project/showfiles.php?group_id=11189','Gérard Collin','collin_g@users.sourceforge.net','Mark Davidson','medavidson@users.sourceforge.net',NULL,'Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (320,'kalendar','Kalendar is a simple multi-user calendar and todo-list manager for KDE. The latest development version contains networked calendars, implemented using MySQL.','0.5a','0.5g','http://www.sudhakaran.4t.com/index.html','http://www.sudhakaran.4t.com/kalendar-0.5a.tar.gz','Mark Redding','mark@grawlfang.com','Sudhakar Kumar Jha','sudhakar_jha@da-iict.org','KDE, QT, MySQL','Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (321,'Breve','Breve is an object-oriented programming extension for the C language. It aims to provide all the benefits of C -- including conciseness, speed, portability -- and yet at the same time allow one to program \"in the large\". Possible application domains include network servers, real-time signal processing applications, interactive games, etc.',NULL,'20011214','http://angelfire.com/folk/sm0p/breve/','http://angelfire.com/folk/sm0p/breve/tarball/breve-20011214.tar.gz','TK Chia','expm1@bigfoot.com','Rupendra Kiran Kota','rupendra_kota@da-iict.org','lex, yacc','Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (322,'Engrusdict','An X11-based GUI for a freeware English-Russian dictionary for those without Cyrillic keyboards.','0.1',NULL,'http://engrusdict.sourceforge.net/about-en.php','http://sourceforge.net/project/showfiles.php?group_id=22365','Jernej Kovacic','jernej@users.sourceforge.net',NULL,NULL,'xforms','Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (323,'Alice Pascal','A syntax directed editor-based IDE for Pascal (primarily learning) compatible with 1980s Turbo Pascal. Contains editor, interpreter, help system, Pascal parser, tree manipulation routines and more.','1.32','1.5','http://bigtrev.port5.com','ftp://ftp.templetons.com/software/alice.tar.gz','Brad Templeton','bt@templetons.com','Trevor Pearson','trev@bigtrev.port5.com',NULL,'Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (324,'UFUP','UFUP is a decompression utility that handles common Unix package formats such as bzip2, gzip, and tar.',NULL,'0.11','http://sourceforge.net/projects/ufup','http://sourceforge.net/project/showfiles.php?group_id=80243','Jonas Koch Bentzen',NULL,NULL,NULL,'PHP, GTK+, PHP-GTK (included in the Windows version)',NULL,NULL,1); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (325,'UFUP','UFUP is a decompression utility that handles common Unix package formats such as bzip2, gzip, and tar. It is meant to give Windows users the ability to unpack common Unix formats (bzip2 in particular), though it works on Unix variants as well.',NULL,'0.11','http://sourceforge.net/projects/ufup','http://sourceforge.net/project/showfiles.php?group_id=80243','Jonas Koch Bentzen',NULL,NULL,NULL,'PHP, GTK+, PHP-GTK (included in the Windows version)','Submitter.',NULL,0); INSERT INTO projects (id, name, description, version_stable, version_devel, homepage, download, author, author_email, maintainer, maintainer_email, depends_on, source_of_info, comments, oldrecord) VALUES (326,'Shell Providers Customer/Accounts DB','A shell supply database with support for billing, customer and account records. IP and PORT managing. Quota and processes recording.',NULL,NULL,'http://sourceforge.net/projects/shelldb/','http://sourceforge.net/project/showfiles.php?group_id=35545','John Mitchell','mitchellj@users.sourceforge.net','Alan Jackson','alan@computer-users.co.uk',NULL,'Submitter.',NULL,0);