[jsword-svn] bibledesktop-web/web s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Thu Mar 10 18:09:58 MST 2005
Update of /cvs/jsword/bibledesktop-web/web
In directory www.crosswire.org:/tmp/cvs-serv17317/web
Modified Files:
download.html index.html
Added Files:
linuxinstall.html
Log Message:
Added web pages for using and developing JSword and BibleDesktop under Unix, specifically Fedora Core 3.
Fixed a couple of broken links.
Index: download.html
===================================================================
RCS file: /cvs/jsword/bibledesktop-web/web/download.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** download.html 31 Aug 2004 08:33:37 -0000 1.10
--- download.html 11 Mar 2005 01:09:56 -0000 1.11
***************
*** 11,15 ****
You will need <a href="http://java.sun.com/products/javawebstart/">Java WebStart</a>.
On MacOS-X you will probably have JDK 1.4 installed already.
! On Windows, use <a href="http://java.sun.com/j2se/1.4.2/download.html">the J2SE 1.4 download</a>.
</p>
<div align="center">
--- 11,15 ----
You will need <a href="http://java.sun.com/products/javawebstart/">Java WebStart</a>.
On MacOS-X you will probably have JDK 1.4 installed already.
! On Windows and linux, use <a href="http://java.sun.com/j2se/1.4.2/download.html">the J2SE 1.4 download</a>.
</p>
<div align="center">
***************
*** 27,30 ****
--- 27,40 ----
</div>
+ <h1>Note on Linux Fedora Core 3</h1>
+ <p>
+ Fedora poses 2 challenges to running Java programs. First, it does not come with
+ a version of Java that can run BibleDesktop. Second, because of a problem in Sun's
+ Java, the WebStart buttons above will not work. Follow the instructions below to
+ get BibleDesktop up and running under Fedora.
+ <ol>
+ <li><a href="/jsword/linuxjava.html">Obtain and install Java</a></li>
+ <li><a href="linuxinstall.html">Download, install and run BibleDesktop</a></li>
+ </ol>
<h1>Binary Downloads</h1>
<p>
***************
*** 45,49 ****
<p>
The most up to date access is via CVS. There are CVS access instruction
! on the <a href="devt.html">Getting Involved</a> page.
</p>
--- 55,59 ----
<p>
The most up to date access is via CVS. There are CVS access instruction
! on the <a href="/jsword/devt.html">Getting Involved</a> page.
</p>
Index: index.html
===================================================================
RCS file: /cvs/jsword/bibledesktop-web/web/index.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** index.html 17 Dec 2004 18:48:34 -0000 1.9
--- index.html 11 Mar 2005 01:09:56 -0000 1.10
***************
*** 16,20 ****
<p>
Bible Desktop is open source software so it is freely available to anyone.
! It is licensed under the <a href="api\docs\Licence.html">GPL</a>.
</p>
--- 16,20 ----
<p>
Bible Desktop is open source software so it is freely available to anyone.
! It is licensed under the <a href="api/docs/Licence.html">GPL</a>.
</p>
***************
*** 25,29 ****
will help.
<br/>
! A summary of recent <a href="news.html">news</a> will help you keep in touch
with development. Bible Desktop is based on the <a href="/jsword">J-Sword Project</a>,
and reads modules created by the <a href="/sword">Sword Project</a>.
--- 25,29 ----
will help.
<br/>
! A summary of recent <a href="/jsword/news.html">news</a> will help you keep in touch
with development. Bible Desktop is based on the <a href="/jsword">J-Sword Project</a>,
and reads modules created by the <a href="/sword">Sword Project</a>.
--- NEW FILE: linuxinstall.html ---
<html>
<head>
<title>Getting Bible Desktop to work on Fedora Core 3.</title>
</head>
<body>
<h1>Getting Bible Desktop to work on Fedora Core 3.</h1>
<h2>I) The first thing is to get a version of Java that will run Bible Desktop.</h2>
<p>
If you have not done so, follow these instructions:
<ul>
<li><a href="/jsword/linuxjava.html">Obtain and install Java</a></li>
</ul>
</p>
<h2>II) At this point you have can get Bible Desktop and run it.</h2>
<p>
At this point and time Java's WebStart does not work under Fedora Core 3.
This is a reported bug in Sun's Java (see Sun's BugParade ID# 6188963)
and will be fixed in some point release of Java 1.5. For this reason,
Bible Desktop will need to be manually installed and run.
</p>
<ol>
<li>Download JSword from the JSword <a href="/jsword/download.jsp">download</a> page.
This contains both Bible Desktop and the JSword librarys that it is built on
top of. Pick any of the *.tar.gz binary packages.</li>
<li>Unpack the package into a directory of your choice.
The jsword directory will be created for you.</li>
<li>cd into that directory and execute jsword.sh.
This is the Bible Desktop program.</li>
</body>
</html>
More information about the jsword-svn
mailing list