[jsword-svn] r1925 - trunk/jsword-web/src/web
dmsmith at www.crosswire.org
dmsmith at www.crosswire.org
Tue Aug 5 12:32:33 MST 2008
Author: dmsmith
Date: 2008-08-05 12:32:33 -0700 (Tue, 05 Aug 2008)
New Revision: 1925
Modified:
trunk/jsword-web/src/web/download.jsp
trunk/jsword-web/src/web/template.xsl
Log:
updated jsword download page to only show tar.gz files
optimized right sidebar layout.
Modified: trunk/jsword-web/src/web/download.jsp
===================================================================
--- trunk/jsword-web/src/web/download.jsp 2008-07-29 21:18:39 UTC (rev 1924)
+++ trunk/jsword-web/src/web/download.jsp 2008-08-05 19:32:33 UTC (rev 1925)
@@ -41,24 +41,21 @@
We keep official releases hanging around for a long, long time.
</p>
-<h3>Zip/Tar Based Downloads</h3>
+<h3>Release 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>.
+ 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>
<td>-</td>
- <td colspan="2" align="center">Binary</td>
- <td colspan="2" align="center">Source</td>
- <td colspan="2" align="center">Docs</td>
+ <td align="center">Binary</td>
+ <td align="center">Source</td>
+ <td align="center">Docs</td>
</tr>
<tr>
<td>Compression</td>
- <td>.zip</td>
<td>.tar.gz</td>
- <td>.zip</td>
<td>.tar.gz</td>
- <td>.zip</td>
<td>.tar.gz</td>
</tr>
<jsp:scriptlet><![CDATA[
@@ -68,11 +65,8 @@
]]></jsp:scriptlet>
<tr>
<td><jsp:expression>dls[i].getVersionString()</jsp:expression></td>
- <td><jsp:expression>dls[i].getLinkString(DownloadSet.BIN_ZIP)</jsp:expression></td>
<td><jsp:expression>dls[i].getLinkString(DownloadSet.BIN_TGZ)</jsp:expression></td>
- <td><jsp:expression>dls[i].getLinkString(DownloadSet.SRC_ZIP)</jsp:expression></td>
<td><jsp:expression>dls[i].getLinkString(DownloadSet.SRC_TGZ)</jsp:expression></td>
- <td><jsp:expression>dls[i].getLinkString(DownloadSet.DOC_ZIP)</jsp:expression></td>
<td><jsp:expression>dls[i].getLinkString(DownloadSet.DOC_TGZ)</jsp:expression></td>
</tr>
<jsp:scriptlet><![CDATA[
@@ -87,24 +81,21 @@
tar to extract the doc.tar.gz files, although any tar should do for the others.
</p>
-<h3>Zip/Tar Based Downloads</h3>
+<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">
<tr>
<td>-</td>
- <td colspan="2" align="center">Binary</td>
- <td colspan="2" align="center">Source</td>
- <td colspan="2" align="center">Docs</td>
+ <td align="center">Binary</td>
+ <td align="center">Source</td>
+ <td align="center">Docs</td>
</tr>
<tr>
<td>Compression</td>
- <td>.zip</td>
<td>.tar.gz</td>
- <td>.zip</td>
<td>.tar.gz</td>
- <td>.zip</td>
<td>.tar.gz</td>
</tr>
<jsp:scriptlet><![CDATA[
@@ -114,11 +105,8 @@
]]></jsp:scriptlet>
<tr>
<td><jsp:expression>dls[i].getDateString()</jsp:expression></td>
- <td><jsp:expression>dls[i].getLinkString(DownloadSet.BIN_ZIP)</jsp:expression></td>
<td><jsp:expression>dls[i].getLinkString(DownloadSet.BIN_TGZ)</jsp:expression></td>
- <td><jsp:expression>dls[i].getLinkString(DownloadSet.SRC_ZIP)</jsp:expression></td>
<td><jsp:expression>dls[i].getLinkString(DownloadSet.SRC_TGZ)</jsp:expression></td>
- <td><jsp:expression>dls[i].getLinkString(DownloadSet.DOC_ZIP)</jsp:expression></td>
<td><jsp:expression>dls[i].getLinkString(DownloadSet.DOC_TGZ)</jsp:expression></td>
</tr>
<jsp:scriptlet><![CDATA[
@@ -132,12 +120,6 @@
There are <jsp:expression>scm</jsp:expression> access instruction on the <a href="devt.html">Getting Involved</a> page.
</p>
-<h3>Modules</h3>
-<p>
-Sword modules are available <a href="http://www.crosswire.org/sword/modules/index.jsp">here</a>.
-Most of these modules are working with JSword so please report any that fail.
-</p>
-
</body>
</html>
</jsp:root>
Modified: trunk/jsword-web/src/web/template.xsl
===================================================================
--- trunk/jsword-web/src/web/template.xsl 2008-07-29 21:18:39 UTC (rev 1924)
+++ trunk/jsword-web/src/web/template.xsl 2008-08-05 19:32:33 UTC (rev 1925)
@@ -112,17 +112,16 @@
<!-- li><a href="junit">Test-Results</a></li -->
<!-- li><a href="jcoverage">Test-Coverage</a></li -->
<li><a href="checkstyle">CheckStyle</a></li>
- <li><a href="pmd">PMD Report</a></li>
- <li><a href="cpd">CPD Report</a></li>
- <li><a href="findbugs">FindBugs Report</a></li>
- <li><a href="jdepend/jdepend-report.html">JDepend Report</a></li>
- <li><a href="javancss">NCSS Report</a></li>
+ <li><a href="pmd">PMD</a></li>
+ <li><a href="cpd">CPD</a></li>
+ <li><a href="findbugs">FindBugs</a></li>
+ <li><a href="jdepend/jdepend-report.html">JDepend</a></li>
+ <li><a href="javancss">NCSS</a></li>
</ul>
<p>Other Projects</p>
<ul>
<li><a href="/">CrossWire</a></li>
<li><a href="/sword">Sword</a></li>
- <li><a href="http://www.sourceforge.net/projects/projectb/">Project-B</a></li>
</ul>
</td>
More information about the jsword-svn
mailing list