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

dmsmith at www.crosswire.org dmsmith at www.crosswire.org
Sun Aug 27 19:23:10 MST 2006


Author: dmsmith
Date: 2006-08-27 19:23:01 -0700 (Sun, 27 Aug 2006)
New Revision: 1128

Added:
   trunk/bibledesktop-web/src/web/images/blueapple.gif
   trunk/bibledesktop-web/src/web/images/win32.png
Modified:
   trunk/bibledesktop-web/src/web/download.html
   trunk/jsword-web/src/web/change.html
   trunk/jsword-web/src/web/news.html
Log:
Website changes for 1.0.4 release

Modified: trunk/bibledesktop-web/src/web/download.html
===================================================================
--- trunk/bibledesktop-web/src/web/download.html	2006-08-28 01:02:42 UTC (rev 1127)
+++ trunk/bibledesktop-web/src/web/download.html	2006-08-28 02:23:01 UTC (rev 1128)
@@ -9,9 +9,33 @@
 
 <h1>Official Stable Release</h1>
 <p>
-  The latest official release of Bible Desktop is 1.0.3. We provide you a choice of running
+  The latest official release of Bible Desktop is 1.0.4. We provide you a choice of running
   BibleDesktop using WebStart or a standard installer.
 </p>
+
+<h2>Standard Installers</h2>
+<p>
+  The following installers provide you with the installation your are familiar.
+  Click on the image to download for your operating system.
+</p>
+<table border="0" align="center">
+  <tr>
+      <td><a href="stable/BibleDesktop-v1.0.4.dmg"><img src="images/blueapple.jpg" width="56" height="72" border="0"/></a></td>
+      <td>Mac OS X Disk Image</td>
+      <td>Just download. If you are running the most recent version of Mac OS,
+          the Disk Image will automatically open when it is downloaded.
+          Otherwise, open the Disk Image and drag to the Application folder.</td>
+  </tr>
+  <tr>
+      <td><a href="stable/BibleDesktopSetup.exe"><img src="images/win32.jpg" width="40" height="36" border="0"/></a></td>
+      <td>Windows 95/98/98SE/ME/XP/NT/2000 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>
+  </tr>
+</table>
+<br/>
+
 <h2>WebStart</h2>
 <p>
   WebStart works on all platforms and does not require an active connection to the internet after the program
@@ -22,18 +46,9 @@
   easier. You won't need to come back to this page.
 </p>
 <div align="center">
-  <a href="stable/bibledesktop-1.0.3.jnlp"><img src="images/webstart.jpg" width="247" height="60" border="0"/></a>
+  <a href="stable/bibledesktop-1.0.4.jnlp"><img src="images/webstart.jpg" width="247" height="60" border="0"/></a>
 </div>
 <br/>
-<h2>Standard Installers</h2>
-<p>
-  The following installers provide you with the installation your are familiar. (At this time, we only have a Window's Installer).
-  Just download to your desktop and run the program. Note, for the Windows Installer, if you don't have Java that's ok. Our
-  installer will get it for you.
-</p>
-<div align="center">
-  <a href="stable/BibleDesktopSetup.exe">Windows Installer</a>
-</div>
 
 <h1>Nightly Release</h1>
 <p>
@@ -42,7 +57,7 @@
   You'll need an installation of Java as for the stable release of Bible Desktop.
 </p>
 <div align="center">
-  <a href="nightly/bibledesktop-1.0.3.jnlp"><img src="images/webstart.jpg" width="247" height="60" border="0"/></a>
+  <a href="nightly/bibledesktop-1.0.4.jnlp"><img src="images/webstart.jpg" width="247" height="60" border="0"/></a>
 </div>
 
 <h1>Note on Linux</h1>
@@ -57,14 +72,14 @@
 <h1>Binary Downloads</h1>
 <p>
   If you wish to download Bible Desktop without an installer and to run in the conventional manner, it is
-  available in the following formats. The links below are all for version 1.0.3,
+  available in the following formats. The links below are all for version 1.0.4,
   (but <a href="/ftpmirror/pub/jsword/release">this link</a> has older versions
   for what they are worth):
 </p>
 <ul>
-  <li><a href="/ftpmirror/pub/jsword/release/bibledesktop-1.0.3-bin.zip">For Windows there is a .zip file.</a></li>
-  <li><a href="/ftpmirror/pub/jsword/release/bibledesktop-1.0.3.dmg.gz">For MacOS-X there is a .dmg.gz file. (TBD)</a></li>
-  <li><a href="/ftpmirror/pub/jsword/release/bibledesktop-1.0.3-bin.tar.gz">For Linux/Unix there is a .tar.gz file.</a></li>
+  <li><a href="/ftpmirror/pub/jsword/release/bibledesktop-1.0.4-bin.zip">For Windows there is a .zip file.</a></li>
+  <li><a href="/ftpmirror/pub/jsword/release/bibledesktop-1.0.4.dmg">For MacOS-X there is a .dmg file.</a></li>
+  <li><a href="/ftpmirror/pub/jsword/release/bibledesktop-1.0.4-bin.tar.gz">For Linux/Unix there is a .tar.gz file.</a></li>
 </ul>
 
 <h1>Sword Modules</h1>

Added: trunk/bibledesktop-web/src/web/images/blueapple.gif
===================================================================
(Binary files differ)


Property changes on: trunk/bibledesktop-web/src/web/images/blueapple.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/bibledesktop-web/src/web/images/win32.png
===================================================================
(Binary files differ)


Property changes on: trunk/bibledesktop-web/src/web/images/win32.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: trunk/jsword-web/src/web/change.html
===================================================================
--- trunk/jsword-web/src/web/change.html	2006-08-28 01:02:42 UTC (rev 1127)
+++ trunk/jsword-web/src/web/change.html	2006-08-28 02:23:01 UTC (rev 1128)
@@ -13,6 +13,12 @@
 <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.4</strong> - FOURTH UPDATE -
+  Webster's Dictionary is now supported. BibleDesktop is now a native Mac OS X application! with a Mac standard disk image.
+  The default location of Sword Modules is no longer ~/.jsword on the Mac or on Windows. It is now ~/Library/Application Support/Sword on the Mac
+  and ~/Application Data/Sword on Windows. Likewise, the preferences that were stored in
+  ~/.jsword have been moved to ~/Library/Application Support/JSword for Mac and ~/Application Data/JSword for Windows.
+  </li>
   <li><strong>Version 1.0.3</strong> - THIRD UPDATE -
   Most of the changes are to make the viewing of Bibles better and to support new Bibles that will be available soon,
   notably an update to the KJV, the first release of ESV (thanks Crossway!), the NET Bible (thanks Bible.org) and the NASB (thanks Lockman).<br/>

Modified: trunk/jsword-web/src/web/news.html
===================================================================
--- trunk/jsword-web/src/web/news.html	2006-08-28 01:02:42 UTC (rev 1127)
+++ trunk/jsword-web/src/web/news.html	2006-08-28 02:23:01 UTC (rev 1128)
@@ -9,6 +9,11 @@
 
 <h1>News</h1>
 
+<h3>27 Aug 2006</h3>
+<p>BibleDesktop 1.0.4 is released.
+Webster's Dictionary is now supported. BibleDesktop is now a native Mac OS X application with a Mac standard disk image!
+Internally, the programs arrange their data in a Mac and Windows friendly manner.</p>
+
 <h3>23 July 2006</h3>
 <p>BibleDesktop 1.0.3 is released.
 This release primarily makes the viewing of Bibles better.




More information about the jsword-svn mailing list