[jsword-svn] bibledesktop-web/web s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Sat Mar 12 15:18:20 MST 2005


Update of /cvs/jsword/bibledesktop-web/web
In directory www.crosswire.org:/tmp/cvs-serv1976/web

Modified Files:
	screenshot.html download.html template.xsl index.html 
	maillists.html linuxinstall.html howto.html 
Log Message:
Ran HTML Tidy on all the html files.
Fixed a <p> problem that broke the nightly build.

Index: download.html
===================================================================
RCS file: /cvs/jsword/bibledesktop-web/web/download.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** download.html	11 Mar 2005 01:09:56 -0000	1.11
--- download.html	12 Mar 2005 22:18:18 -0000	1.12
***************
*** 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>
***************
*** 33,54 ****
    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>
    If you wish to download Bible Desktop to run in the conventional manner, it is
    available in the following formats. The links below are all for version 0.9.8,
!   but <a href="http://www.crosswire.org/ftpmirror/pub/jsword/release/">this
    link</a> has older versions for what they are worth:
-   <ul>
-    <li><a href="http://www.crosswire.org/ftpmirror/pub/jsword/release/bibledesktop-0.9.8-bin.zip">For Windows there is a .zip file.</a></li>
-    <li><a href="http://www.crosswire.org/ftpmirror/pub/jsword/release/bibledesktop-0.9.8-bin.dmg.gz">For MacOS-X there is a .dmg.gz file.</a></li>
-    <li><a href="http://www.crosswire.org/ftpmirror/pub/jsword/release/bibledesktop-0.9.8-bin.tar.gz">For Linux/Unix there is a .tar.gz file.</a></li>
-   </ul>
-   There is a collection of conventional downloadable Zip and Tar archives from
-   <a href="/jsword/download.jsp">the J-Sword download page</a>.
  </p>
  
  <h1>CVS Access</h1>
--- 35,58 ----
    Java, the WebStart buttons above will not work. Follow the instructions below to
    get BibleDesktop up and running under Fedora.
! </p>
! <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>
    If you wish to download Bible Desktop to run in the conventional manner, it is
    available in the following formats. The links below are all for version 0.9.8,
!   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-0.9.8-bin.zip">For Windows there is a .zip file.</a></li>
+   <li><a href="/ftpmirror/pub/jsword/release/bibledesktop-0.9.8-bin.dmg.gz">For MacOS-X there is a .dmg.gz file.</a></li>
+   <li><a href="/ftpmirror/pub/jsword/release/bibledesktop-0.9.8-bin.tar.gz">For Linux/Unix there is a .tar.gz file.</a></li>
+ </ul>
+ There is a collection of conventional downloadable Zip and Tar archives from
+ <a href="/jsword/download.jsp">the J-Sword download page</a>.
  
  <h1>CVS Access</h1>
***************
*** 60,64 ****
  <h1>Modules</h1>
  <p>
!   Sword modules are available <a href="http://www.crosswire.org/sword/modules/index.jsp">here</a>.
    Most of these modules are working with Bible Desktop so please report any that fail.
  </p>
--- 64,68 ----
  <h1>Modules</h1>
  <p>
!   Sword modules are available <a href="/sword/modules/index.jsp">here</a>.
    Most of these modules are working with Bible Desktop so please report any that fail.
  </p>

Index: index.html
===================================================================
RCS file: /cvs/jsword/bibledesktop-web/web/index.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** index.html	11 Mar 2005 01:09:56 -0000	1.10
--- index.html	12 Mar 2005 22:18:18 -0000	1.11
***************
*** 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/bibledesktop-web/web/screenshot.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** screenshot.html	25 Aug 2004 22:56:11 -0000	1.3
--- screenshot.html	12 Mar 2005 22:18:18 -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: linuxinstall.html
===================================================================
RCS file: /cvs/jsword/bibledesktop-web/web/linuxinstall.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** linuxinstall.html	11 Mar 2005 01:09:56 -0000	1.1
--- linuxinstall.html	12 Mar 2005 22:18:18 -0000	1.2
***************
*** 1,3 ****
! <html>
  <head>
    <title>Getting Bible Desktop to work on 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>Getting Bible Desktop to work on Fedora Core 3.</title>
***************
*** 9,16 ****
  <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>
--- 12,19 ----
  <p>
    If you have not done so, follow these instructions:
  </p>
+ <ul>
+   <li><a href="/jsword/linuxjava.html">Obtain and install Java</a></li>
+ </ul>
  
  <h2>II) At this point you have can get Bible Desktop and run it.</h2>
***************
*** 29,32 ****
--- 32,36 ----
    <li>cd into that directory and execute jsword.sh.
        This is the Bible Desktop program.</li>
+ </ol>
  </body>
  </html>

Index: howto.html
===================================================================
RCS file: /cvs/jsword/bibledesktop-web/web/howto.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** howto.html	31 Aug 2004 08:33:37 -0000	1.1
--- howto.html	12 Mar 2005 22:18:18 -0000	1.2
***************
*** 1,3 ****
! <!--?xml version="1.0" encoding="iso-8859-1"?-->
  <html xmlns="http://www.w3.org/1999/xhtml">
  <head>
--- 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: template.xsl
===================================================================
RCS file: /cvs/jsword/bibledesktop-web/web/template.xsl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** template.xsl	5 Mar 2005 17:53:07 -0000	1.8
--- template.xsl	12 Mar 2005 22:18:18 -0000	1.9
***************
*** 90,94 ****
  
        <div class="lsidecell subscribe">
!         <form method="post" action="http://www.crosswire.org/mailman/subscribe/bibledesktop-announce">
            <input type='hidden' name="digest" value="0"/>
            Stay informed:<br/>
--- 90,94 ----
  
        <div class="lsidecell subscribe">
!         <form method="post" action="/mailman/subscribe/bibledesktop-announce">
            <input type='hidden' name="digest" value="0"/>
            Stay informed:<br/>

Index: maillists.html
===================================================================
RCS file: /cvs/jsword/bibledesktop-web/web/maillists.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** maillists.html	26 Sep 2004 10:55:29 -0000	1.1
--- maillists.html	12 Mar 2005 22:18:18 -0000	1.2
***************
*** 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>



More information about the jsword-svn mailing list