Update of /cvsroot/csms/csms-core/src/documentation/xdocs
In directory usw-pr-cvs1:/tmp/cvs-serv10690/documentation/xdocs
Modified Files:
book.xml index.xml
Log Message:
Initial CSMS developers web site import
Index: book.xml
===================================================================
RCS file: /cvsroot/csms/csms-core/src/documentation/xdocs/book.xml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** book.xml 17 Oct 2002 16:53:48 -0000 1.1.1.1
--- book.xml 18 Oct 2002 14:57:28 -0000 1.2
***************
*** 8,12 ****
<menu label="Community">
! <menu-item label="Download" href="http://sourceforge.net/project/showfiles.php?group_id=36516"/>
</menu>
--- 8,12 ----
<menu label="Community">
! <menu-item label="Project Management" href="http://sourceforge.net/projects/csms"/>
</menu>
Index: index.xml
===================================================================
RCS file: /cvsroot/csms/csms-core/src/documentation/xdocs/index.xml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** index.xml 17 Oct 2002 16:53:48 -0000 1.1.1.1
--- index.xml 18 Oct 2002 14:57:28 -0000 1.2
***************
*** 4,8 ****
<document>
<header>
! <title>Krysalis-Project</title>
<authors>
<person id="rdg" name="Ross D. Gardler" email="ro...@sa..."/>
--- 4,8 ----
<document>
<header>
! <title>Community Sports Management System</title>
<authors>
<person id="rdg" name="Ross D. Gardler" email="ro...@sa..."/>
***************
*** 12,43 ****
<body>
<section title="Introduction">
! <p><strong>Krysalis-Project</strong> is project designed to
! enable new projects to be started quickly and easily. The idea
! is that you copy this project to your own directory and
! customise it to reflect your own project. The project includes
! the recomended minimum configuration for a project using the
! CoPDoC (Community Project Document Code) paradigm. As such it
! uses the following cents:</p>
! <ul>
! <li>Unit tests</li>
! <li>Web site (documentation)</li>
! <li>Source code xref</li>
! <li>Javadocs</li>
! <li>Checkstyle (only checks no tabs exist, license header file is
! present, javadocs statements are present)</li>
! </ul>
! <p>In order to start your own project from this template simply
! edit the following files:</p>
! <ul>
! <li>module.xml</li>
! <li>properties.xml</li>
! <li>README.txt</li>
! <li>status.xml</li>
! <li>/src/documentation/index.xml</li>
! <li>/src/documentation/book.xml</li>
! </ul>
! <p>Your source code goes in <code>/src/java</code>. Test harnesses go in
! /src/test. To build your project simply run <code>cent</code> from the
! project root directory</p>
</section>
</body>
--- 12,25 ----
<body>
<section title="Introduction">
! <p>The <strong>Community Sports Management System</strong>
! sports league management system allowing the creation of leagues and
! the management of teams and players within those leagues together with
! all the stats generated in games. The core system is sport agnostic
! and is extended to support individual sports with the add on of sport
! modules. We aim to support as many sports as possible, both real and
! fantasy. The software also provides mechanisms for supporting online
! communities based around each sport, league and team.</p>
!
!
</section>
</body>
|