[jsword-svn] jsword-web/web s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Mon Jan 2 07:43:03 MST 2006
Update of /cvs/jsword/jsword-web/web
In directory www.crosswire.org:/tmp/cvs-serv8544/web
Modified Files:
download.jsp
Log Message:
Better src zips.
Index: download.jsp
===================================================================
RCS file: /cvs/jsword/jsword-web/web/download.jsp,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** download.jsp 15 Feb 2005 17:06:07 -0000 1.8
--- download.jsp 2 Jan 2006 14:43:01 -0000 1.9
***************
*** 10,13 ****
--- 10,15 ----
<jsp:scriptlet><![CDATA[
+ String scm = "CVS";
+
String ftpBase = application.getInitParameter("ftp.base");
if (ftpBase == null)
***************
*** 23,37 ****
]]></jsp:scriptlet>
! <h1>Stable Release</h1>
!
! <h2>Webstart</h2>
<p>
The Desktop GUI of J-Sword is called Bible Desktop and it has it's own
! website along with a Webstart realease. The Webstart download page is
! <a href="/bibledesktop/download.html">here</a>.
</p>
! <h2>Zip/Tar Based Downloads</h2>
! <p>We keep official releases hanging around for a while.</p>
<table width="90%" align="center" border="1" bordercolor="#000000" cellspacing="0" cellpadding="2">
<tr>
--- 25,49 ----
]]></jsp:scriptlet>
! <h1>Bible Desktop</h1>
<p>
The Desktop GUI of J-Sword is called Bible Desktop and it has it's own
! <a href="/bibledesktop/download.html">download page</a>. This provides a WebStart installer and
! installers for Windows, Linux and Apple.
</p>
! <h1>J-Sword</h1>
! <h2>Stable Release</h2>
! <p>
! If the Bible Desktop installers do not work for you or you want an earlier release,
! you can obtain a binary install from here.
! </p>
! <p>
! We keep official releases hanging around for a long, long time.
! </p>
!
! <h3>Zip/Tar Based Downloads</h3>
! <p>
! As of Release 1.0, Source does not contain third party source. You can obtain these from <jsp:expression>scm</jsp:expression>.
! </p>
<table width="90%" align="center" border="1" bordercolor="#000000" cellspacing="0" cellpadding="2">
<tr>
***************
*** 70,78 ****
! <h2>Zip/Tar Based Downloads</h2>
<p>
! Regular releases are made and stored for a short time. You will need to use GNU
tar to extract the doc.tar.gz files, although any tar should do for the others.
</p>
<table width="90%" align="center" border="1" bordercolor="#000000" cellspacing="0" cellpadding="2">
<tr>
--- 82,95 ----
! <h2>Nightly Builds</h2>
<p>
! Nightly builds are made and stored for a short time. You will need to use GNU
tar to extract the doc.tar.gz files, although any tar should do for the others.
</p>
+
+ <h3>Zip/Tar Based Downloads</h3>
+ <p>
+ Source does not contain third party source. You can obtain these from <jsp:expression>scm</jsp:expression>.
+ </p>
<table width="90%" align="center" border="1" bordercolor="#000000" cellspacing="0" cellpadding="2">
<tr>
***************
*** 110,117 ****
</table>
! <h3>CVS Access</h3>
<p>
! The most up to date access is via CVS. There are CVS access instruction
! on the <a href="devt.html">Getting Involved</a> page.
</p>
--- 127,134 ----
</table>
! <h3><jsp:expression>scm</jsp:expression> Access</h3>
<p>
! <jsp:expression>scm</jsp:expression> provides complete and up to data access. Also, all releases are tagged so you can get the full source of any prior stable release.
! There are <jsp:expression>scm</jsp:expression> access instruction on the <a href="devt.html">Getting Involved</a> page.
</p>
More information about the jsword-svn
mailing list