. The SourceForge Project Page is at http://www.sourceforge.net/project/comiccollection.cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/comiccollection login cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/comiccollection co comiccollection
accessMethod=sql driverName=<Your MySQL driver> or <sun.jdbc.odbc.JdbcOdbcDriver&rt; url=jdbc:mysql://<server>/<db> or <ODBC URL to DB> username=<username> password=<password> imagePath=<Path to directory to contain images> prefix=<A short prefix for the table names (I use "cc_")> proxyHost=<proxy host name, if a proxy is used> proxyPort=<proxy port, if one is used> |
accessMethod=sql driverName=org.gjt.mm.mysql.Driver url=jdbc:mysql://localhost/comiccollection username=root password= imagePath=/home/bob/java/comiccollection/working prefix=cc_ |
INSERT INTO `cc_comiclist` (`name`, `access_string`, `multi_access_string`, `ext_list`, `auto_get`, `system_type`, `order`, `inc`) VALUES ('Ubersoft', '', 'http://ubersoft.net/comics/hdYYYYMMDDAA', 'png', 'no', 'unix', 'm', 2); INSERT INTO `cc_comiclist` (`name`, `access_string`, `multi_access_string`, `ext_list`, `auto_get`, `system_type`, `order`, `inc`) VALUES ('General Protection Fault', 'http://www.gpf-comics.com/comics/gpfYYYYMMDD', NULL, 'gif', 'yes', 'unix', 's', NULL); |
java -jar <path to JAR file>To use a proxy, do:
java -jar <path to JAR file>filling in appropriate host and port values.