|
From: <rga...@us...> - 2002-10-22 14:49:09
|
Update of /cvsroot/csms/csms-core/src/documentation/xdocs/downloadAndInstall
In directory usw-pr-cvs1:/tmp/cvs-serv5858
Modified Files:
index.xml
Log Message:
Minor changes in generated page layout
Index: index.xml
===================================================================
RCS file: /cvsroot/csms/csms-core/src/documentation/xdocs/downloadAndInstall/index.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** index.xml 22 Oct 2002 14:45:28 -0000 1.1
--- index.xml 22 Oct 2002 14:49:05 -0000 1.2
***************
*** 1,67 ****
<?xml version="1.0" encoding="UTF-8"?>
! <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "./dtd/document-v11.dtd">
!
<document>
<header>
<title>CSMS - Download and Install</title>
<authors>
! <person id="rdg" name="Ross D. Gardler" email="ro...@sa..."/>
</authors>
</header>
!
<body>
<section>
<title>Downloading Released Versions</title>
! <p>To run the CSMS software you need to have installed and correctly configured
! the following software:</p>
<ul>
! <li><link href="http://www.javasfot.com/download">Java 2 Standard Edition</link>
version 1.4 or higher</li>
</ul>
<p>You can download the latest CSMS released files from
! <link href="http://sourceforge.net/project/showfiles.php?group_id=65029">Sourceforge</link>.
! </p>
! <section>
! <title>Installing the latest release</title>
! <p>To install the application simply unpack the archive to your chosen directory.</p>
! </section>
! <section>
! <title>Running the latest release</title>
! <p>To run the application cd into the bin directory which is located
! inside the directory you unzipped the archive to and run the command:<br/>
! <code>csms</code>.</p>
! </section>
</section>
<section>
<title>Downloading CVS Versions</title>
! <p>To build and run the CSMS software from CVS you need to have installed and
! correctly configured the following software:</p>
<ul>
! <li><link href="http://www.javasoft.com/download">Java 2 Standard Edition</link>
version 1.4 or higher</li>
! <li><link href="http://www.krysalis.org/centipede">Centipede</link> build tool</li>
</ul>
<p>You can get the latest cutting edge version from
! <link href="http://sourceforge.net/cvs/?group_id=65029">CVS</link>. If you are
! going to work with this version we strongly advise that you join the
<link href="https://sourceforge.net/mail/?group_id=65029">developers
! mailing list</link> to keep abreast of work on the codebase.</p>
! </section>
! <section>
! <title>Building from CVS</title>
! <p>There is an interactive build system within CSMS so to get started simply run
! the command<br/>
! <code>cent</code></p>
! <p>The CSMS project uses the <link href="http://www.krysalis.org/centipede">Centipede</link>
! build system. This is a system built on top of <link href="http://jakarta.apache.org/ant">
! ANT.</link> For full details of the facilities available please consult the
! <link href="http://www.krysalis.org/centipede">Centipede</link> documentation.</p>
! </section>
! <section>
! <title>Running a CVS build</title>
! <p>There are many ways of running the application once built from CVS, however,
! the easiest is to simply run the command<br/>
! <code>cent run</code></p>
</section>
</body>
</document>
--- 1,120 ----
<?xml version="1.0" encoding="UTF-8"?>
! <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
! "./dtd/document-v11.dtd">
<document>
<header>
<title>CSMS - Download and Install</title>
+
<authors>
! <person id="rdg" name="Ross D. Gardler" email="ro...@sa..." />
</authors>
</header>
!
<body>
<section>
<title>Downloading Released Versions</title>
!
! <p>To run the CSMS software you need to have installed and correctly
! configured the following software:</p>
!
<ul>
! <li>
! <link href="http://www.javasfot.com/download">Java 2 Standard
! Edition</link>
!
version 1.4 or higher</li>
</ul>
+
<p>You can download the latest CSMS released files from
! <link
! href="http://sourceforge.net/project/showfiles.php?group_id=65029">
! Sourceforge</link>
!
! .</p>
!
! <section>
! <title>Installing the latest release</title>
!
! <p>To install the application simply unpack the archive to your chosen
! directory.</p>
! </section>
!
! <section>
! <title>Running the latest release</title>
!
! <p>To run the application cd into the bin directory which is located
! inside the directory you unzipped the archive to and run the command:
! <br />
!
! <code>csms</code>
!
! .</p>
! </section>
</section>
+
<section>
<title>Downloading CVS Versions</title>
!
! <p>To build and run the CSMS software from CVS you need to have
! installed and correctly configured the following software:</p>
!
<ul>
! <li>
! <link href="http://www.javasoft.com/download">Java 2 Standard
! Edition</link>
!
version 1.4 or higher</li>
!
! <li>
! <link href="http://www.krysalis.org/centipede">Centipede</link>
!
! build tool</li>
</ul>
+
<p>You can get the latest cutting edge version from
! <link href="http://sourceforge.net/cvs/?group_id=65029">CVS</link>
!
! . If you are going to work with this version we strongly advise that you
! join the
<link href="https://sourceforge.net/mail/?group_id=65029">developers
! mailing list</link>
!
! to keep abreast of work on the codebase.</p>
!
! <section>
! <title>Building from CVS</title>
!
! <p>There is an interactive build system within CSMS so to get started
! simply run the command
! <br />
!
! <code>cent</code>
! </p>
!
! <p>The CSMS project uses the
! <link href="http://www.krysalis.org/centipede">Centipede</link>
!
! build system. This is a system built on top of
! <link href="http://jakarta.apache.org/ant">ANT.</link>
!
! For full details of the facilities available please consult the
! <link href="http://www.krysalis.org/centipede">Centipede</link>
!
! documentation.</p>
! </section>
!
! <section>
! <title>Running a CVS build</title>
!
! <p>There are many ways of running the application once built from CVS,
! however, the easiest is to simply run the command
! <br />
!
! <code>cent run</code>
! </p>
! </section>
</section>
</body>
</document>
+
+
|