[jsword-svn] r1674 - trunk/jsword-web/src/web

dmsmith at www.crosswire.org dmsmith at www.crosswire.org
Wed Aug 8 13:29:51 MST 2007


Author: dmsmith
Date: 2007-08-08 13:29:51 -0700 (Wed, 08 Aug 2007)
New Revision: 1674

Modified:
   trunk/jsword-web/src/web/Eclipse.html
Log:
bug fix in html file.

Modified: trunk/jsword-web/src/web/Eclipse.html
===================================================================
--- trunk/jsword-web/src/web/Eclipse.html	2007-08-08 20:15:13 UTC (rev 1673)
+++ trunk/jsword-web/src/web/Eclipse.html	2007-08-08 20:29:51 UTC (rev 1674)
@@ -25,11 +25,11 @@
   To develop JSword and BibleDesktop Java code with Eclipse, you will need to tell it to use
   Sun's Java 1.4.2. You will need to get the J2SE SDK.
   We recommend using the most recent point release
-  which at the time of this writing was "J2SE v1.4.2_15 SDK".
+  which at the time of this writing was <q>J2SE v1.4.2_15 SDK</q>.
   You can get Sun's Java 1.4.2
   <a href="http://java.sun.com/j2se/1.4.2/download.html">here</a>.
   You can find instructions on installing Sun's Java for Linux under
-  <a name="linuxjava" href="linuxjava.html">Installing Java for Linux</a>.
+  <a href="linuxjava.html">Installing Java for Linux</a>.
 </p>
 <p>
   If possible set an environment variable, <code>JAVA_HOME</code> to point to 
@@ -52,11 +52,11 @@
 </p>
 <p>
   We recommend using the most recent point release
-  which at the time of this writing was &quot;JDK 5.0 Update 12&quot;.
+  which at the time of this writing was <q>JDK 5.0 Update 12</q>.
   You can get Sun's Java 5
   <a href="http://java.sun.com/javase/downloads/index_jdk5.jsp">here</a>.
-  You can find instructions on installing Sun's Java for Linux under
-  <a name="linuxjava" href="linuxjava.html">Installing Java for Linux</a>.
+  Again, you can find instructions on installing Sun's Java for Linux under
+  <a href="linuxjava.html">Installing Java for Linux</a>.
 </p>
 
 <h2>Obtain and install Eclipse 3.3</h2>
@@ -72,7 +72,7 @@
   and often lack some functionality. For this reason only, they are not recommended.
   The download will be about 80-140M, so it is best to have a broadband connection.
   The page will provide you with several choices, but the
-  &quot;Eclipse IDE for Java Developers&quot; is sufficient.
+  <q>Eclipse IDE for Java Developers</q> is sufficient.
   The screenshots below are from the Linux GTK version.
 </p>
 
@@ -144,7 +144,7 @@
         <li>jsword</li>
       </ul>
   </li>
-  <li>Right click on one of the selection and choose <q>Checkout...</q> <a href="images/eclipse/svncheckout.png">[Image]</a></li>
+  <li>Right click on one of the selection and choose <q>Checkout...</q> <a href="images/eclipse/svncheckout.png">[Image]</a>
       and then click <q>Finish</q>. <a href="images/eclipse/checkoutasprojects.png">[Image]</a></li>
   <li>Later you may wish to do help maintain the website and then you will
       want bibledesktop-web and jsword-web.</li>
@@ -184,7 +184,7 @@
   <q>main</q>, with all of the main code and <q>test</q> with all of the test code. Under
   <q>main</q> we currently only have java code, but we have structured this to allow for other
   kind of code. <a href="images/eclipse/findingcode.png">[Image]</a>
-</q>
+</p>
 
 <h3>Initial testing</h3>
 <p>




More information about the jsword-svn mailing list