[jsword-svn] r1926 - trunk/jsword-web/src/web
dmsmith at www.crosswire.org
dmsmith at www.crosswire.org
Tue Aug 5 12:48:40 MST 2008
Author: dmsmith
Date: 2008-08-05 12:48:40 -0700 (Tue, 05 Aug 2008)
New Revision: 1926
Modified:
trunk/jsword-web/src/web/download.jsp
Log:
further download changes.
Modified: trunk/jsword-web/src/web/download.jsp
===================================================================
--- trunk/jsword-web/src/web/download.jsp 2008-08-05 19:32:33 UTC (rev 1925)
+++ trunk/jsword-web/src/web/download.jsp 2008-08-05 19:48:40 UTC (rev 1926)
@@ -35,29 +35,21 @@
<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.
+ you can obtain a binary install from here. These files are in tar.gz format. Some require GNU tar.
</p>
<p>
We keep official releases hanging around for a long, long time.
</p>
-
-<h3>Release 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">
+<table width="50%" align="center" border="1" bordercolor="#000000" cellspacing="0" cellpadding="2">
<tr>
<td>-</td>
<td align="center">Binary</td>
<td align="center">Source</td>
<td align="center">Docs</td>
</tr>
- <tr>
- <td>Compression</td>
- <td>.tar.gz</td>
- <td>.tar.gz</td>
- <td>.tar.gz</td>
- </tr>
<jsp:scriptlet><![CDATA[
DownloadSet[] dls = DownloadSet.getDownloadSets(ftpBase + "/release", ftpPrefix + "/release", false);
for (int i=0; i<dls.length; i++)
@@ -77,27 +69,19 @@
<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.
+ Nightly builds are made and stored for a short time. These files are in tar.gz format. Some require GNU tar.
</p>
-<h3>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">
+<table width="50%" align="center" border="1" bordercolor="#000000" cellspacing="0" cellpadding="2">
<tr>
<td>-</td>
<td align="center">Binary</td>
<td align="center">Source</td>
<td align="center">Docs</td>
</tr>
- <tr>
- <td>Compression</td>
- <td>.tar.gz</td>
- <td>.tar.gz</td>
- <td>.tar.gz</td>
- </tr>
<jsp:scriptlet><![CDATA[
dls = DownloadSet.getDownloadSets(ftpBase + "/nightly", ftpPrefix + "/nightly", true);
for (int i=0; i<dls.length; i++)
More information about the jsword-svn
mailing list