Update of /cvsroot/csms/csms-core/src/documentation/xdocs
In directory usw-pr-cvs1:/tmp/cvs-serv1869
Modified Files:
index.xml book.xml
Log Message:
Basic download and install instructions
Index: index.xml
===================================================================
RCS file: /cvsroot/csms/csms-core/src/documentation/xdocs/index.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** index.xml 22 Oct 2002 12:20:17 -0000 1.3
--- index.xml 22 Oct 2002 14:44:24 -0000 1.4
***************
*** 12,16 ****
<body>
<section>
! <title>Introduction"</title>
<p>The <strong>Community Sports Management System</strong>
sports league management system allowing the creation of leagues and
--- 12,16 ----
<body>
<section>
! <title>Introduction</title>
<p>The <strong>Community Sports Management System</strong>
sports league management system allowing the creation of leagues and
Index: book.xml
===================================================================
RCS file: /cvsroot/csms/csms-core/src/documentation/xdocs/book.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** book.xml 22 Oct 2002 12:22:03 -0000 1.4
--- book.xml 22 Oct 2002 14:44:24 -0000 1.5
***************
*** 2,8 ****
<!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "dtd/book-cocoon-v10.dtd">
! <book software="Krysalis Centipede"
! title="Krysalis Centipede Smoke Test"
! copyright="@year@ Krysalis Project"
xmlns:xlink="http://www.w3.org/1999/xlink">
--- 2,8 ----
<!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "dtd/book-cocoon-v10.dtd">
! <book software="Community Sports Management System"
! title="CSMS Community Home"
! copyright="@year@ WkWyW.net"
xmlns:xlink="http://www.w3.org/1999/xlink">
***************
*** 12,19 ****
<menu-item label="Constitution" href="constitution.html"/>
</menu>
!
<menu label="Docs">
<menu-item label="Introduction" href="index.html"/>
</menu>
<menu label="Code">
<menu-item label="Javadocs" href="javadocs/"/>
--- 12,21 ----
<menu-item label="Constitution" href="constitution.html"/>
</menu>
!
<menu label="Docs">
<menu-item label="Introduction" href="index.html"/>
+ <menu-item label="Download/Install" href="downloadAndInstall/index.html"/>
</menu>
+
<menu label="Code">
<menu-item label="Javadocs" href="javadocs/"/>
***************
*** 22,26 ****
<menu-item label="Dependencies" href="jdepend/index.html"/>
<menu-item label="Unit tests" href="junit/"/>
! </menu>>
</book>
--- 24,28 ----
<menu-item label="Dependencies" href="jdepend/index.html"/>
<menu-item label="Unit tests" href="junit/"/>
! </menu>
</book>
|