[jsword-svn] r1271 - in trunk: bibledesktop-web/src/web jsword-web/src/web

dmsmith at www.crosswire.org dmsmith at www.crosswire.org
Sat Mar 31 04:48:50 MST 2007


Author: dmsmith
Date: 2007-03-31 04:48:49 -0700 (Sat, 31 Mar 2007)
New Revision: 1271

Modified:
   trunk/bibledesktop-web/src/web/download.html
   trunk/bibledesktop-web/src/web/howto.html
   trunk/bibledesktop-web/src/web/index.html
   trunk/jsword-web/src/web/Eclipse.html
   trunk/jsword-web/src/web/change.html
   trunk/jsword-web/src/web/news.html
Log:
Changed web pages for the release.

Modified: trunk/bibledesktop-web/src/web/download.html
===================================================================
--- trunk/bibledesktop-web/src/web/download.html	2007-03-31 03:05:42 UTC (rev 1270)
+++ trunk/bibledesktop-web/src/web/download.html	2007-03-31 11:48:49 UTC (rev 1271)
@@ -26,7 +26,7 @@
   </tr>
   <tr>
       <td><a href="stable/BibleDesktopSetup.exe"><img src="images/win32.png" width="40" height="36" border="0"/></a></td>
-      <td>Windows 95/98/98SE/ME NT/2000/XP Installer</td>
+      <td>Windows 95/98/98SE/ME<br/>NT/2000/XP/Vista Installer</td>
       <td>Just download to your desktop and run the program.
           If you don't have Java that's ok.
           Our installer will get it for you.</td>
@@ -39,11 +39,12 @@
   is run for the first time. To use WebStart you will need to have Java on your computer. You can get Java from 
   <a href="http://www.java.com">www.java.com</a>. Once Java is installed, you can run BibleDesktop by
   clicking on the "Big Blue Button" below. The first time you run, you will be asked if you trust our application.
+  We have signed it as a "Thawte Freemail Member".
   When you are offered a choice to create desktop shortcuts do so. It will make running BibleDesktop so much
   easier. You won't need to come back to this page.
 </p>
 <div align="center">
-  <a href="nightly/bibledesktop-1.0.6.jnlp"><img src="images/webstart.jpg" width="247" height="60" border="0"/></a>
+  <a href="release/bibledesktop-1.0.6.jnlp"><img src="images/webstart.jpg" width="247" height="60" border="0"/></a>
 </div>
 
 <h1>Nightly Release</h1>
@@ -79,7 +80,7 @@
 
 <h1>Sword Modules</h1>
 <p>
-  These downloads do not contain Sword modules (Bibles, Commentaries, Dictionaries, Daily Devotionals, ...).
+  These downloads do not contain Sword modules (Bibles, Commentaries, Dictionaries, Daily Devotionals, General Books...).
   When you start BibleDesktop for the first time you will be prompted to download the books you want.
   If you are using a proxy, please set your proxy settings with "Edit Sites".
 </p>

Modified: trunk/bibledesktop-web/src/web/howto.html
===================================================================
--- trunk/bibledesktop-web/src/web/howto.html	2007-03-31 03:05:42 UTC (rev 1270)
+++ trunk/bibledesktop-web/src/web/howto.html	2007-03-31 11:48:49 UTC (rev 1271)
@@ -26,9 +26,10 @@
 <ul>
   <li>Click "Tools" --&gt; "Books"</li>
   <li>Click "Download from CrossWire" tab</li>
-  <li>Click "Update Index"</li>
+  <li>Click "Update Available Books"</li>
   <li>Click on the folder for the category you want</li>
-  <li>Click on the book(s) you want</li>
+  <li>Click on the folder for the language you want</li>
+  <li>Click on the book you want</li>
   <li>Click "Install"</li>
 </ul>
 
@@ -36,14 +37,13 @@
 <ul>
   <li>Click "Tools" --&gt; "Options"</li>
   <li>Click "Bibles" in the left sidebar</li>
-  <li>Use the Dropdown lists to select a default Bible, Dictionary and Commentary</li>
+  <li>Use the Dropdown lists to select a default Bible, and Greek and Hebrew reference materials</li>
 </ul>
 
 <h2><a name="passage">Select (Lookup) a Bible Passage</a></h2>
 <p>There are 2 ways to achieve this:</p>
 <ul>
-  <li>Ensure Passage Lookup is selected</li>
-  <li>Click in the view area (or press ALT+W)</li>
+  <li>Click in the Show Passage area (or press ALT+W)</li>
   <li>
     Type the passage you wish to see and the press return (or click Go). Bible
     Desktop is quite good at working out what you want. So long as you don't use
@@ -52,7 +52,6 @@
 </ul>
 <p>Or if you prefer to do things in a more graphical way:</p>
 <ul>
-  <li>Ensure Passage Lookup is selected</li>
   <li>Click the "Select" button</li>
   <li>Click the book you want (Click "Add" to view the whole book)</li>
   <li>Click the chapter(s) you want (Click "Add" to view the whole chapter)</li>
@@ -63,8 +62,7 @@
 
 <h2><a name="search">Search for exact Word</a></h2>
 <ul>
-  <li>Ensure "Search" is selected</li>
-  <li>Enter your search term</li>
+  <li>Enter your search term in the Search area</li>
   <li>
     Optionally you can set search restrictions (i.e., to search for a word in the
     New Testament, set this to "Mat-Rev".)
@@ -79,7 +77,6 @@
 
 <h2><a name="blur">Finds term1 within 1 or 5 verses of term2</a></h2>
 <ul>
-  <li>Ensure "Search" is selected</li>
   <li>Enter your search term using 'term1' ~1, 'term2' (~5 is the alternative)</li>
   <li>
   Set the search restrictions (i.e., to search on "neighbor" only in the
@@ -91,7 +88,6 @@
 
 <h2><a name="match">Find a verse that you can remember partially</a></h2>
 <ul>
-  <li>Ensure "Match" is selected</li>
   <li>Enter as much of the verse as you know</li>
   <li>
   Set the search restrictions (i.e., to search on "neighbor" only in the

Modified: trunk/bibledesktop-web/src/web/index.html
===================================================================
--- trunk/bibledesktop-web/src/web/index.html	2007-03-31 03:05:42 UTC (rev 1270)
+++ trunk/bibledesktop-web/src/web/index.html	2007-03-31 11:48:49 UTC (rev 1271)
@@ -9,11 +9,13 @@
 
 <h1>Introducing Bible Desktop</h1>
 <p>
-  Bible Desktop is a Free Bible Study tool that will run almost anywhere.<br/>
-  It uses Java to run from your browser, so long as you have that it should be
+  Bible Desktop is a Free Bible Study tool that will run almost anywhere.
+<p>
+</p>
+  It uses Java to run, so long as you have that it should be
   easy. Bible Desktop uses the JSword project to read modules in Sword format
-  so there is a huge range of Bibles, Commentaries and Dictionaries - one of the
-  largest collections available.
+  so there is a huge range of Bibles, Commentaries, Dictionaries and some General Books
+  - one of the largest collections available.
 </p>
 <p>
   Bible Desktop is open source software so it is freely available to anyone.
@@ -25,11 +27,13 @@
   Bible Desktop is available from the <a href="download.html">download</a> page.
   If you want to see what it looks like, the <a href="screenshot.html">screenshots</a>
   will help.
-  <br/>
+<p>
+</p>
   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">JSword Project</a>,
   and reads modules created by the <a href="/sword">Sword Project</a>.
-  <br/>
+<p>
+</p>
   Brent Nemmers has created a <a href="bibledesktop-manual.pdf">user-manual</a>
   in PDF format that you can download too.
 </p>

Modified: trunk/jsword-web/src/web/Eclipse.html
===================================================================
--- trunk/jsword-web/src/web/Eclipse.html	2007-03-31 03:05:42 UTC (rev 1270)
+++ trunk/jsword-web/src/web/Eclipse.html	2007-03-31 11:48:49 UTC (rev 1271)
@@ -42,7 +42,7 @@
 
 <h2>Obtain and install Eclipse 3.1</h2>
 <p>
-  Any version of Eclipse 3 will work well. The screenshots that
+  Any version of Eclipse 3.2 or higher will work well. The screenshots that
   are provided are from 3.1, Linux, GTK version, running under
   the Gnome desktop.
 </p>

Modified: trunk/jsword-web/src/web/change.html
===================================================================
--- trunk/jsword-web/src/web/change.html	2007-03-31 03:05:42 UTC (rev 1270)
+++ trunk/jsword-web/src/web/change.html	2007-03-31 11:48:49 UTC (rev 1271)
@@ -13,6 +13,21 @@
 <p>The following is the broad outline of the version of JSword,
   BibleDesktop and Project-B (the old name for JSword).</p>
 <ul>
+  <li><strong>Version 1.0.6</strong> - GENERAL (SIXTH) UPDATE -
+  <ul>
+  <li>Sword "General Book" modules are now supported. In doing this we fixed some bugs
+  and improved the appearance of some modules.</li>
+  <li>We've also added the ability to supply your own reading plans in addition to what
+  BibleDesktop provides.</li>
+  <li>On top of all that you now have an option to list Commentaries in the drop down
+  list of Bibles. This allows you to search them and look up by verse.</li>
+  <li>Building indexes is now much, much faster and searches are a bit faster.</li>
+  <li>We have improved the look on the Mac and on Linux a bit more.</li>
+  <li>BibleDesktop is now partially translated into German and Farsi.</li>
+  <li>Added Bible book names in Chinese.</li>
+  <li>Inital work on getting BibleDesktop to run from a CD or USB drive.</li>
+  </ul>
+  </li>
   <li><strong>Version 1.0.5</strong> - BABEL (FIFTH) UPDATE - Many small, but significant changes.
   <ul>
   <li>Bible book names in over 30 languages are now supported with English as the default.

Modified: trunk/jsword-web/src/web/news.html
===================================================================
--- trunk/jsword-web/src/web/news.html	2007-03-31 03:05:42 UTC (rev 1270)
+++ trunk/jsword-web/src/web/news.html	2007-03-31 11:48:49 UTC (rev 1271)
@@ -8,7 +8,13 @@
 <body>
 
 <h1>News</h1>
+(See <a href="change.html">Change History</a> for more details)<br/>
 
+<h3>31 Mar 2007</h3>
+<p>BibleDesktop 1.0.6 is released.
+Calvin's Institutes, Josephus' Complete Works and the like are now available, as we now support Sword's GenBook modules.
+BibleDesktop is now partially translated into German and Farsi.</p>
+
 <h3>18 Nov 2006</h3>
 <p>BibleDesktop 1.0.5 is released.
 Added support for Bible names in over 30 languages.




More information about the jsword-svn mailing list