[jsword-svn] r1172 - in trunk: bibledesktop/src/main/java/org/crosswire/bibledesktop/display bibledesktop-web/src/web common/src/main/java/org/crosswire/common/config common-swing/src/main/java/org/crosswire/common/swing/desktop common-swing/src/main/java/org/crosswire/common/swing/desktop/event jsword/src/main/java jsword/src/main/java/org/crosswire/jsword/book jsword-limbo/src/main/java/org/crosswire/jsword/book/search/parse
dmsmith at www.crosswire.org
dmsmith at www.crosswire.org
Fri Oct 20 10:05:14 MST 2006
Author: dmsmith
Date: 2006-10-20 10:04:37 -0700 (Fri, 20 Oct 2006)
New Revision: 1172
Modified:
trunk/bibledesktop-web/src/web/download.html
trunk/bibledesktop-web/src/web/howto.html
trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/display/package.html
trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/event/package.html
trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/package.html
trunk/common/src/main/java/org/crosswire/common/config/package.html
trunk/jsword-limbo/src/main/java/org/crosswire/jsword/book/search/parse/package.html
trunk/jsword/src/main/java/org/crosswire/jsword/book/package.html
trunk/jsword/src/main/java/overview.html
Log:
fixed html bugs
Modified: trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/display/package.html
===================================================================
--- trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/display/package.html 2006-10-19 21:51:15 UTC (rev 1171)
+++ trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/display/package.html 2006-10-20 17:04:37 UTC (rev 1172)
@@ -80,7 +80,7 @@
<p>
<b>Dynamic Swing GUI</b><br/>
There are plenty of XML->Swing converters. JDK 1.4 even includes one.
-Maybe we could write a OSIS->SwingXML converter in XSL and then render OSIS
+Maybe we could write a OSIS->SwingXML converter in XSL and then render OSIS
text in swing components. Could be very fancy. XSL could be complex.
</p>
Modified: trunk/bibledesktop-web/src/web/download.html
===================================================================
--- trunk/bibledesktop-web/src/web/download.html 2006-10-19 21:51:15 UTC (rev 1171)
+++ trunk/bibledesktop-web/src/web/download.html 2006-10-20 17:04:37 UTC (rev 1172)
@@ -32,7 +32,6 @@
Our installer will get it for you.</td>
</tr>
</table>
-<br/>
<h2>WebStart</h2>
<p>
@@ -46,7 +45,6 @@
<div align="center">
<a href="stable/bibledesktop-1.0.4.jnlp"><img src="images/webstart.jpg" width="247" height="60" border="0"/></a>
</div>
-<br/>
<h1>Nightly Release</h1>
<p>
Modified: trunk/bibledesktop-web/src/web/howto.html
===================================================================
--- trunk/bibledesktop-web/src/web/howto.html 2006-10-19 21:51:15 UTC (rev 1171)
+++ trunk/bibledesktop-web/src/web/howto.html 2006-10-20 17:04:37 UTC (rev 1172)
@@ -24,7 +24,7 @@
<h2><a name="addbook">Add Bible and Reference Books</a></h2>
<ul>
- <li>Click "Tools" --> "Books"</li>
+ <li>Click "Tools" --> "Books"</li>
<li>Click "Download from CrossWire" tab</li>
<li>Click "Update Index"</li>
<li>Click on the folder for the category you want</li>
@@ -34,7 +34,7 @@
<h2><a name="defaults">Set Default Bible and References</a></h2>
<ul>
- <li>Click "Tools" --> "Options"</li>
+ <li>Click "Tools" --> "Options"</li>
<li>Click "Bibles" in the left sidebar</li>
<li>Use the Dropdown lists to select a default Bible, Dictionary and Commentary</li>
</ul>
@@ -102,14 +102,14 @@
<h2><a name="save">Save Search Results</a></h2>
<ul>
- <li>Click the "Save" icon (or "File" --> "Save")</li>
+ <li>Click the "Save" icon (or "File" --> "Save")</li>
<li>Enter a file name</li>
<li>Click "Save"</li>
</ul>
<h2><a name="open">Open a Saved Search</a></h2>
<ul>
- <li>Click the "File Open" icon (or "File" --> "Open")</li>
+ <li>Click the "File Open" icon (or "File" --> "Open")</li>
<li>Choose the file</li>
<li>Click "Open"</li>
</ul>
Modified: trunk/common/src/main/java/org/crosswire/common/config/package.html
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/config/package.html 2006-10-19 21:51:15 UTC (rev 1171)
+++ trunk/common/src/main/java/org/crosswire/common/config/package.html 2006-10-20 17:04:37 UTC (rev 1172)
@@ -1,4 +1,10 @@
<html>
+<head>
+<style>
+.comment { color: #336600; }
+</style>
+
+</head>
<body>
<p>Config allows an application to separate the responsibilities of setting
@@ -25,10 +31,6 @@
<p>There are a number of simple steps. First a config.xml file is needed to tell
the config system what to configure and how.</p>
-<style>
-.comment { color: #336600; }
-</style>
-
<pre>
<config>
Modified: trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/event/package.html
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/event/package.html 2006-10-19 21:51:15 UTC (rev 1171)
+++ trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/event/package.html 2006-10-20 17:04:37 UTC (rev 1172)
@@ -1,4 +1,5 @@
-html>
+<html>
+<head><title>Common Desktop Events</title></head>
<body>
<p>A collection of utilities to describe a desktop consisting of
Modified: trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/package.html
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/package.html 2006-10-19 21:51:15 UTC (rev 1171)
+++ trunk/common-swing/src/main/java/org/crosswire/common/swing/desktop/package.html 2006-10-20 17:04:37 UTC (rev 1172)
@@ -1,4 +1,5 @@
-html>
+<html>
+<head><title>Common Desktop</title></head>
<body>
<p>Events used to communicate changes to Views.</p>
Modified: trunk/jsword/src/main/java/org/crosswire/jsword/book/package.html
===================================================================
--- trunk/jsword/src/main/java/org/crosswire/jsword/book/package.html 2006-10-19 21:51:15 UTC (rev 1171)
+++ trunk/jsword/src/main/java/org/crosswire/jsword/book/package.html 2006-10-20 17:04:37 UTC (rev 1172)
@@ -11,7 +11,7 @@
<p>A Bible is a specialization of a Book that uses Passages as basic data
types.</p>
-<p>The folowing is out of date since the Version -> Book/Bible split</p>
+<p>The folowing is out of date since the Version -> Book/Bible split</p>
<p>There are several specializations of the <code>Book</code> interface.
A <code>MutableBook</code> is-a <code>Book</code> that can be changed
Modified: trunk/jsword/src/main/java/overview.html
===================================================================
--- trunk/jsword/src/main/java/overview.html 2006-10-19 21:51:15 UTC (rev 1171)
+++ trunk/jsword/src/main/java/overview.html 2006-10-20 17:04:37 UTC (rev 1172)
@@ -5,7 +5,7 @@
</head>
<body>
-<p>Bible Software in Java.
+<p>Bible Software in Java.</p>
<p>Important sections from the bottom up:
<ul>
Modified: trunk/jsword-limbo/src/main/java/org/crosswire/jsword/book/search/parse/package.html
===================================================================
--- trunk/jsword-limbo/src/main/java/org/crosswire/jsword/book/search/parse/package.html 2006-10-19 21:51:15 UTC (rev 1171)
+++ trunk/jsword-limbo/src/main/java/org/crosswire/jsword/book/search/parse/package.html 2006-10-20 17:04:37 UTC (rev 1172)
@@ -193,7 +193,7 @@
}
else
{
- for (var i=0; i<name.length; (!(letter
+ for (var i=0; i<name.length; (!(letter
if
letter
="name.charAt(i)" var { i++)>='a' && letter<='z' || letter>='A' && letter<='Z'))
@@ -244,9 +244,9 @@
var stage2=stage1.substring(1,stage1.length)
var count=0
- for (var i=0; i<stage2.length if { i++)
+ for (var i=0; i<stage2.length if { i++)
(sndx[stage2.charAt(i)]
- count <3; &&>0)
+ count <3; &&>0)
{
form.result.value+=
sndx[stage2.charAt(i)]
More information about the jsword-svn
mailing list