[jsword-svn] jsword-web/web s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Wed Jul 27 17:46:19 MST 2005
Update of /cvs/jsword/jsword-web/web
In directory www.crosswire.org:/tmp/cvs-serv25459/web
Modified Files:
index.html Eclipse.html
Log Message:
Changes to web pages to make them more current.
Index: index.html
===================================================================
RCS file: /cvs/jsword/jsword-web/web/index.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** index.html 17 May 2005 00:43:52 -0000 1.10
--- index.html 28 Jul 2005 00:46:17 -0000 1.11
***************
*** 25,29 ****
The software produced by the J-Sword project is open source software so it is
freely available to anyone.
! It is licensed under the <a href="api/gnu/gpl/License.html">GPL</a>.
</p>
--- 25,31 ----
The software produced by the J-Sword project is open source software so it is
freely available to anyone.
! It is licensed under the <a href="api/gnu/lgpl/License.html">LGPL</a> for
! the libraries and <a href="api/gnu/gpl/License.html">GPL</a> for the
! application.
</p>
Index: Eclipse.html
===================================================================
RCS file: /cvs/jsword/jsword-web/web/Eclipse.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Eclipse.html 13 Mar 2005 01:58:10 -0000 1.3
--- Eclipse.html 28 Jul 2005 00:46:17 -0000 1.4
***************
*** 24,60 ****
<p>
To develop JSword with Eclipse, you will need to tell it to use
! Sun's Java 1.4.2. I recommend using the most recent point release
! which at the time of this writing was 1.4.2_07. You can find instructions
! on installing Sun's for Linux under
! <a name="linuxjava" href="linuxjava.html">Installing Java under Fedora Core 3</a>.
</p>
! <h2>Obtain and install Eclipse 3.x</h2>
<p>
Any version of Eclipse 3 will work well. The screenshots that
! are provided are from 3.1M5a, Linux, GTK version, running under
the Gnome desktop.
</p>
<p>
! You can get Eclipse from here:
<a href="http://www.eclipse.org/downloads">http://www.eclipse.org/downloads</a>.
The download will be about 90M, so it is best to have a broadband connection.
With Windows, you will only have one choice. If you are running linux, you will
! have a choice between Motif and GTK versions. I don't know if there is any practical
! difference. The screenshots are from the GTK version.
</p>
<h2>Installing Eclipse</h2>
<p>
! As root, install the program to a directory of your choice. Do not install it to a
! directory containing an existing <q>eclipse</q> directory. Either rename the
! <q>eclipse</q> directory, delete it or choose a different Eclipse location.
! I use <code>/usr/java</code> on linux and <code>c:\java</code> on Windows.
It will create the Eclipse installation in that directory. For Windows, just unzip
it to the c:\java directory. For linux, in the /usr/java directory, run
! <code>gtar zxvf eclipse-SDK-3.1M5a-linux-gtk.tar.gz</code>.
</p>
! <h2>Launching Eclipse 3.x under Linux</h2>
<p>
Perhaps the best way to run Eclipse from inside the Gnome desktop is to create a
--- 24,74 ----
<p>
To develop JSword with Eclipse, you will need to tell it to use
! Sun's Java 1.4.2. We recommend using the most recent point release
! which at the time of this writing was 1.4.2_08. You can get Sun's Java
! <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 under Fedora Core 3/4</a>.
! </p>
! <p>
! We develop under 1.4.2, but routinely test against 1.5. We will move to 1.5
! when it is well supported on all the platforms to which we deploy. Currently
! these are Windows, Mac and Linux.
</p>
! <h2>Obtain and install Eclipse 3.1</h2>
<p>
Any version of Eclipse 3 will work well. The screenshots that
! are provided are from 3.1, Linux, GTK version, running under
the Gnome desktop.
</p>
<p>
! You can get Eclipse for Windows from here:
<a href="http://www.eclipse.org/downloads">http://www.eclipse.org/downloads</a>.
The download will be about 90M, so it is best to have a broadband connection.
With Windows, you will only have one choice. If you are running linux, you will
! have a choice between Motif and GTK versions and if you are running Fedora Core 4,
! Eclipse is provided in the distribution as a native GTK build. The screenshots are from the GTK version.
! </p>
! <p>
! You can istall Eclipse for Fedora Core 3/4 as an rpm from here:
! <a href="http://www.eclipse.org/downloads">http://www.eclipse.org/downloads</a>.
</p>
<h2>Installing Eclipse</h2>
<p>
! As root on Linux or an administrator on Windows, install the program to a directory of your choice.
! Do not install it to a directory containing an existing <q>eclipse</q> directory.
! Either rename the <q>eclipse</q> directory, delete it or choose a different Eclipse location.
! For example, you might use <code>/usr/java</code> on linux and <code>c:\java</code> on Windows.
It will create the Eclipse installation in that directory. For Windows, just unzip
it to the c:\java directory. For linux, in the /usr/java directory, run
! <code>gtar zxvf eclipse-SDK-3.1-linux-gtk.tar.gz</code>.
</p>
! <h2>Launching Eclipse 3.1 under Linux</h2>
! <p>
! If you choose to use Eclipse that comes with Fedora Core 4, you can disregard these
! instructions. That build will install a launcher on one of the menus.
! </p>
<p>
Perhaps the best way to run Eclipse from inside the Gnome desktop is to create a
More information about the jsword-svn
mailing list