[sword-svn] r160 - trunk
Mon Feb 23 16:14:21 MST 2009
Author:
Date: 2009-02-23 16:14:21 -0700 (Mon, 23 Feb 2009)
New Revision: 160
Modified:
trunk/genfcmobile.sh
Log:
update
Modified: trunk/genfcmobile.sh
===================================================================
--- trunk/genfcmobile.sh 2009-02-23 22:50:20 UTC (rev 159)
+++ trunk/genfcmobile.sh 2009-02-23 23:14:21 UTC (rev 160)
@@ -39,7 +39,7 @@
sed -i s/##SIZE##/${JARSIZE}/ ${PKGNAME}.jad
sed -i s!##HTMLBASE##!${HTMLBASE}! ${PKGNAME}.jad
cat >> packages/index.jsp <<!
- Jad file: <a href="/fc/${PKGNAME}.jad">$i$partNumber</a> Jar file: <a href="/fc/${PKGNAME}.jar">$i$partNumber.jar</a><br/>
+ Jad file: <a href="/fc/${PKGNAME}.jad">$i$partNumber</a>; Jar file: <a href="/fc/${PKGNAME}.jar">$i$partNumber.jar</a><br/>
!
mv ${PKGNAME}.ja[dr] packages
}
@@ -108,7 +108,10 @@
if ("$i".equals(section)) {
%>
<a href="index.jsp">Back To Index</a><br/>
-<br/><b>$i</b><br/><br/>
+ To install from your mobile browser click the jad file.<br/>
+ To install via your computer you might need both files, but try the jar first alone<br/>
+ <br/>
+ <b>$i</b><br/><br/>
!
for j in *
do
More information about the sword-cvs
mailing list