[ictk-cvs] ictk HACKING,1.2,1.3 README,1.3,1.4 TODO,1.3,1.4 AUTHORS,1.3,1.4
chess library in java, PGN, FEN, ICS
Brought to you by:
jvarsoke
|
From: <jva...@us...> - 2003-09-30 20:19:55
|
Update of /cvsroot/ictk/ictk
In directory sc8-pr-cvs1:/tmp/cvs-serv19079
Modified Files:
HACKING README TODO AUTHORS
Log Message:
updates before release.
Index: HACKING
===================================================================
RCS file: /cvsroot/ictk/ictk/HACKING,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** HACKING 21 Jul 2003 02:40:08 -0000 1.2
--- HACKING 30 Sep 2003 20:19:52 -0000 1.3
***************
*** 46,49 ****
--- 46,58 ----
+ ICS EVENTS
+ ----------
+ Most ICS event code is generated from XML through a XSTL translator against
+ a template. There are very few exceptions to this (style12 and movelist to
+ name just 2). Submitting changes to the Java code for the generated files
+ is okay, but it's prefered that you submit a change for the XML instead, or
+ at least a change that doesn't necessitate changing the template.
+
+
DOCUMENTATION
-------------
***************
*** 76,77 ****
--- 85,89 ----
Best of luck to you.
+
+ ---
+ Last Updated: 2003-09-30 by jvarsoke
Index: README
===================================================================
RCS file: /cvsroot/ictk/ictk/README,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** README 20 Jul 2003 16:06:45 -0000 1.3
--- README 30 Sep 2003 20:19:52 -0000 1.4
***************
*** 40,43 ****
--- 40,49 ----
suite.
+ o Xalan-Java 2.5.0 or better
+ this is only necessary if you wish to generate the net events and
+ parsers from their XML source. Really, any XSLT processor
+ should work, but Xalan-Java is integrated into the Ant build tool
+ configuration files.
+
LICENSE
-------
***************
*** 81,92 ****
which might look something like this: /usr/local/jdk/jre/lib/ext
! * Source:
! If you've downloaded the source tar-ball then just untar it into a
! directory of your choosing. From there you can use Ant to build the
classes or the Jar file if need be.
$ ant compile
DEBUGGING
--- 87,107 ----
which might look something like this: /usr/local/jdk/jre/lib/ext
! * Source (generated):
! If you've downloaded the (generated) source tar-ball then just untar it
! into a directory of your choosing. From there you can use Ant to build the
classes or the Jar file if need be.
$ ant compile
+ * Source (non-generated):
+
+ The non-generated version of the source tar-ball is default source
+ distribution. It contains the XML source files necessary to generate the
+ ICS Event parsing Java source.
+
+ $ ant generate
+ $ ant compile
+
DEBUGGING
***************
*** 130,131 ****
--- 145,149 ----
version there, as well as the CVS (which is highly unstable). Enjoy
the library.
+
+ ---
+ Last Updated: 2003-09-30 by jvarsoke
Index: TODO
===================================================================
RCS file: /cvsroot/ictk/ictk/TODO,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** TODO 19 Jul 2003 15:16:33 -0000 1.3
--- TODO 30 Sep 2003 20:19:52 -0000 1.4
***************
*** 7,11 ****
general order of priority:
! o FICS support
o Cloning support for classes
o CrazyHouse
--- 7,11 ----
general order of priority:
! o FICS support (continuing to implement full server protocol)
o Cloning support for classes
o CrazyHouse
***************
*** 28,29 ****
--- 28,32 ----
For a more complete and updated list, check out the Features section of the
ictk.sourceforge.net project page.
+
+ ---
+ Last Updated: 2003-09-30 by jvarsoke
Index: AUTHORS
===================================================================
RCS file: /cvsroot/ictk/ictk/AUTHORS,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** AUTHORS 15 Jul 2003 01:21:56 -0000 1.3
--- AUTHORS 30 Sep 2003 20:19:52 -0000 1.4
***************
*** 22,24 ****
--- 22,27 ----
------------
David Spencer
+ Franck (obelixft)
+ ---
+ Last Updated: 2003-09-30 by jvarsoke
|