[jsword-svn] jsword-web/web s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Sat Mar 12 15:18:16 MST 2005
Update of /cvs/jsword/jsword-web/web
In directory www.crosswire.org:/tmp/cvs-serv1951/web
Modified Files:
template.xsl index.html news.html cvs.html design.html
writingcode.html change.html linuxjava.html maillists.html
devt.html Eclipse.html screenshot.html
Log Message:
Ran HTML Tidy on all the html files.
Fixed a <p> problem that broke the nightly build.
Index: Eclipse.html
===================================================================
RCS file: /cvs/jsword/jsword-web/web/Eclipse.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Eclipse.html 11 Mar 2005 01:10:18 -0000 1.1
--- Eclipse.html 12 Mar 2005 22:18:14 -0000 1.2
***************
*** 1,2 ****
--- 1,6 ----
+ <?xml version="1.0" encoding="iso-8859-1"?>
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+ <html xmlns="http://www.w3.org/1999/xhtml">
<html>
<head>
Index: index.html
===================================================================
RCS file: /cvs/jsword/jsword-web/web/index.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** index.html 11 Mar 2005 01:10:18 -0000 1.7
--- index.html 12 Mar 2005 22:18:14 -0000 1.8
***************
*** 1,3 ****
--- 1,5 ----
<?xml version="1.0" encoding="iso-8859-1"?>
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
***************
*** 23,27 ****
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\docs\Licence.html">GPL</a>.
</p>
--- 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/docs/Licence.html">GPL</a>.
</p>
***************
*** 40,44 ****
There are also ninary and source downloads available from the
<a href="download.jsp">J-Sword download page</a>.
! You can download Sword modules from <a href="http://www.crosswire.org/sword/modules.jsp">here</a>
There is a page of <a href="/bibledesktop/screenshot.html">screenshots</a> showing what
BibleDesktop looks like (a program built with JSword), and a page of recent <a href="news.html">news</a>.
--- 42,46 ----
There are also ninary and source downloads available from the
<a href="download.jsp">J-Sword download page</a>.
! You can download Sword modules from <a href="/sword/modules.jsp">here</a>
There is a page of <a href="/bibledesktop/screenshot.html">screenshots</a> showing what
BibleDesktop looks like (a program built with JSword), and a page of recent <a href="news.html">news</a>.
***************
*** 63,67 ****
<table cellpadding="10">
<tr>
! <td><a href="http://www.crosswire.org/"><img src="logos/crosswire.gif" width="123" height="37" border="0" alt="Crosswire Logo"/></a></td>
<td>
The CrossWire Bible Society is an organization with the purpose to sponsor and provide a place for engineers and others to come and collaborate on free, open-source projects aimed at furthering the Kingdom of our God.
--- 65,69 ----
<table cellpadding="10">
<tr>
! <td><a href="/index.jsp"><img src="logos/crosswire.gif" width="123" height="37" border="0" alt="Crosswire Logo"/></a></td>
<td>
The CrossWire Bible Society is an organization with the purpose to sponsor and provide a place for engineers and others to come and collaborate on free, open-source projects aimed at furthering the Kingdom of our God.
Index: cvs.html
===================================================================
RCS file: /cvs/jsword/jsword-web/web/cvs.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** cvs.html 11 Mar 2005 01:10:18 -0000 1.3
--- cvs.html 12 Mar 2005 22:18:14 -0000 1.4
***************
*** 1,3 ****
--- 1,5 ----
<?xml version="1.0" encoding="iso-8859-1"?>
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
Index: news.html
===================================================================
RCS file: /cvs/jsword/jsword-web/web/news.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** news.html 19 Aug 2004 16:17:06 -0000 1.3
--- news.html 12 Mar 2005 22:18:14 -0000 1.4
***************
*** 1,3 ****
--- 1,5 ----
<?xml version="1.0" encoding="iso-8859-1"?>
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
Index: screenshot.html
===================================================================
RCS file: /cvs/jsword/jsword-web/web/screenshot.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** screenshot.html 19 Aug 2004 16:17:06 -0000 1.2
--- screenshot.html 12 Mar 2005 22:18:14 -0000 1.3
***************
*** 1,3 ****
--- 1,5 ----
<?xml version="1.0" encoding="iso-8859-1"?>
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
Index: design.html
===================================================================
RCS file: /cvs/jsword/jsword-web/web/design.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** design.html 19 Aug 2004 16:17:06 -0000 1.2
--- design.html 12 Mar 2005 22:18:14 -0000 1.3
***************
*** 1,3 ****
--- 1,5 ----
<?xml version="1.0" encoding="iso-8859-1"?>
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
Index: writingcode.html
===================================================================
RCS file: /cvs/jsword/jsword-web/web/writingcode.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** writingcode.html 26 Sep 2004 09:19:27 -0000 1.3
--- writingcode.html 12 Mar 2005 22:18:14 -0000 1.4
***************
*** 1,3 ****
--- 1,5 ----
<?xml version="1.0" encoding="iso-8859-1"?>
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
***************
*** 62,65 ****
--- 64,69 ----
If you want to know how to setup Eclipse to use the same compiler settings
as we do then the following screenshots ought to help:
+ </p>
+ <ul>
<li><a href="images/eclipse/compiler1-style.gif">Style Tab</a></li>
<li><a href="images/eclipse/compiler2-advanced.gif">Advanced Tab</a></li>
***************
*** 68,72 ****
<li><a href="images/eclipse/compiler5-compliance.gif">Compliance and Classfiles Tab</a></li>
<li><a href="images/eclipse/compiler6-build.gif">Build Path Tab</a></li>
! </p>
<h3>JDK Versions</h3>
--- 72,76 ----
<li><a href="images/eclipse/compiler5-compliance.gif">Compliance and Classfiles Tab</a></li>
<li><a href="images/eclipse/compiler6-build.gif">Build Path Tab</a></li>
! </ul>
<h3>JDK Versions</h3>
***************
*** 185,189 ****
</pre>
<p>The result looks something like this from JavaDoc:</p>
! <p></p>
<table border='1' cellpadding='3' cellspacing='0'>
<tr>
--- 189,193 ----
</pre>
<p>The result looks something like this from JavaDoc:</p>
! <br/>
<table border='1' cellpadding='3' cellspacing='0'>
<tr>
***************
*** 201,205 ****
</tr>
</table>
! <p></p>
<h3>Similarity beween Java Sword API and C++ Sword API</h3>
--- 205,209 ----
</tr>
</table>
! <br/>
<h3>Similarity beween Java Sword API and C++ Sword API</h3>
Index: change.html
===================================================================
RCS file: /cvs/jsword/jsword-web/web/change.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** change.html 19 Aug 2004 16:17:06 -0000 1.2
--- change.html 12 Mar 2005 22:18:14 -0000 1.3
***************
*** 1,3 ****
--- 1,5 ----
<?xml version="1.0" encoding="iso-8859-1"?>
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
Index: devt.html
===================================================================
RCS file: /cvs/jsword/jsword-web/web/devt.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** devt.html 19 Aug 2004 16:17:06 -0000 1.3
--- devt.html 12 Mar 2005 22:18:14 -0000 1.4
***************
*** 1,3 ****
--- 1,5 ----
<?xml version="1.0" encoding="iso-8859-1"?>
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
Index: linuxjava.html
===================================================================
RCS file: /cvs/jsword/jsword-web/web/linuxjava.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** linuxjava.html 11 Mar 2005 01:10:18 -0000 1.1
--- linuxjava.html 12 Mar 2005 22:18:14 -0000 1.2
***************
*** 1,3 ****
! <html>
<head>
<title>Installing Java under Fedora Core 3</title>
--- 1,6 ----
! <?xml version="1.0" encoding="iso-8859-1"?>
! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
! <html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Installing Java under Fedora Core 3</title>
***************
*** 44,51 ****
rpm -ihv j2sdk-1_4_2_07-linux-i586-rpm.bin</li>
</ol></li>
! <li>Fedora uses <q>alternatives</q> to manage multiple versions of java.
! <ol type="a">
Make the Java you downloaded an alternative.<br/>
This must be done as root.<br/>
<li>Add it as an alternative:<br/>
At the command line execute the following command:<br/>
--- 47,54 ----
rpm -ihv j2sdk-1_4_2_07-linux-i586-rpm.bin</li>
</ol></li>
! <li>Fedora uses <q>alternatives</q> to manage multiple versions of java.<br/>
Make the Java you downloaded an alternative.<br/>
This must be done as root.<br/>
+ <ol type="a">
<li>Add it as an alternative:<br/>
At the command line execute the following command:<br/>
Index: template.xsl
===================================================================
RCS file: /cvs/jsword/jsword-web/web/template.xsl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** template.xsl 26 Sep 2004 10:55:52 -0000 1.6
--- template.xsl 12 Mar 2005 22:18:14 -0000 1.7
***************
*** 37,41 ****
<tr align="center">
<td class="navbutton" align="center"><a href="http://www.crosswire.org/">Crosswire</a></td>
! <td class="navbutton" align="center"><a href="http://www.crosswire.org/jsword/">JSword Home</a></td>
<td class="navbutton" align="center"><a href="http://www.crosswire.org/sword/">Sword Home</a></td>
<td class="navbutton" align="center"><a href="http://www.crosswire.org/sword/about/index.jsp">Purpose Statement</a></td>
--- 37,41 ----
<tr align="center">
<td class="navbutton" align="center"><a href="http://www.crosswire.org/">Crosswire</a></td>
! <td class="navbutton" align="center"><a href="index.html">JSword Home</a></td>
<td class="navbutton" align="center"><a href="http://www.crosswire.org/sword/">Sword Home</a></td>
<td class="navbutton" align="center"><a href="http://www.crosswire.org/sword/about/index.jsp">Purpose Statement</a></td>
***************
*** 55,59 ****
<td class="navbutton" align="center"><a href="news.html">Latest News</a></td>
<td class="navbutton" align="center"><a href="devt.html">Getting Involved</a></td>
! <td class="navbutton" align="center"><a href="screenshot.html">Screenshots</a></td>
<td class="navbutton" align="center"><a href="download.jsp">Download</a></td>
<td class="navbutton" align="center"><a href="http://www.crosswire.org/sword/modules/index.jsp">Module Add-ins</a></td>
--- 55,59 ----
<td class="navbutton" align="center"><a href="news.html">Latest News</a></td>
<td class="navbutton" align="center"><a href="devt.html">Getting Involved</a></td>
! <td class="navbutton" align="center"><a href="http://www.crosswire.org/bibledesktop/screenshot.html">Screenshots</a></td>
<td class="navbutton" align="center"><a href="download.jsp">Download</a></td>
<td class="navbutton" align="center"><a href="http://www.crosswire.org/sword/modules/index.jsp">Module Add-ins</a></td>
***************
*** 86,90 ****
<li><a href="download.jsp">Download</a></li>
<li><a href="http://www.crosswire.org/sword/modules/index.jsp">Modules</a></li>
! <li><a href="screenshot.html">Screenshots</a></li>
<!-- li><a href="demo.jsp">Web-Demo</a></li -->
</ul>
--- 86,90 ----
<li><a href="download.jsp">Download</a></li>
<li><a href="http://www.crosswire.org/sword/modules/index.jsp">Modules</a></li>
! <li><a href="http://www.crosswire.org/bibledesktop/screenshot.html">Screenshots</a></li>
<!-- li><a href="demo.jsp">Web-Demo</a></li -->
</ul>
Index: maillists.html
===================================================================
RCS file: /cvs/jsword/jsword-web/web/maillists.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** maillists.html 26 Sep 2004 10:55:52 -0000 1.3
--- maillists.html 12 Mar 2005 22:18:14 -0000 1.4
***************
*** 1,3 ****
--- 1,5 ----
<?xml version="1.0" encoding="iso-8859-1"?>
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
***************
*** 22,27 ****
<td>
bibledesktop-announce<br/>
! [<a href="http://www.crosswire.org/mailman/listinfo/bibledesktop-announce">Subscribe</a>]
! [<a href="http://www.crosswire.org/pipermail/bibledesktop-announce/">Archives</a>]
</td>
<td>A low volume list where significant updates to Bible Desktop are announced.</td>
--- 24,29 ----
<td>
bibledesktop-announce<br/>
! [<a href="/mailman/listinfo/bibledesktop-announce">Subscribe</a>]
! [<a href="/pipermail/bibledesktop-announce/">Archives</a>]
</td>
<td>A low volume list where significant updates to Bible Desktop are announced.</td>
***************
*** 33,38 ****
<td>
bibledesktop-users<br/>
! [<a href="http://www.crosswire.org/mailman/listinfo/bibledesktop-users">Subscribe</a>]
! [<a href="http://www.crosswire.org/pipermail/bibledesktop-users/">Archives</a>]
</td>
<td>A medium volume list to allow users to discuss usage of Bible Desktop.</td>
--- 35,40 ----
<td>
bibledesktop-users<br/>
! [<a href="/mailman/listinfo/bibledesktop-users">Subscribe</a>]
! [<a href="/pipermail/bibledesktop-users/">Archives</a>]
</td>
<td>A medium volume list to allow users to discuss usage of Bible Desktop.</td>
***************
*** 44,49 ****
<td>
jsword-devel<br/>
! [<a href="http://www.crosswire.org/mailman/listinfo/jsword-devel">Subscribe</a>]
! [<a href="http://www.crosswire.org/pipermail/jsword-devel/">Archives</a>]
</td>
<td>A medium volume list for discussion amongst the various J-Sword project developers.</td>
--- 46,51 ----
<td>
jsword-devel<br/>
! [<a href="/mailman/listinfo/jsword-devel">Subscribe</a>]
! [<a href="/pipermail/jsword-devel/">Archives</a>]
</td>
<td>A medium volume list for discussion amongst the various J-Sword project developers.</td>
***************
*** 55,60 ****
<td>
jsword-svn<br/>
! [<a href="http://www.crosswire.org/mailman/listinfo/jsword-svn">Subscribe</a>]
! [<a href="http://www.crosswire.org/pipermail/jsword-svn/">Archives</a>]
</td>
<td>An automated list to which CVS/SVN changes are sent. We currently us CVS but will probably migrate soon</td>
--- 57,62 ----
<td>
jsword-svn<br/>
! [<a href="/mailman/listinfo/jsword-svn">Subscribe</a>]
! [<a href="/pipermail/jsword-svn/">Archives</a>]
</td>
<td>An automated list to which CVS/SVN changes are sent. We currently us CVS but will probably migrate soon</td>
More information about the jsword-svn
mailing list