[jsword-svn] bibledesktop-web/web s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Sun Mar 13 19:04:56 MST 2005


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

Modified Files:
	download.html template.xsl index.html maillists.html 
Log Message:
Fixing dead/broken links. Tidy up html.

Index: download.html
===================================================================
RCS file: /cvs/jsword/bibledesktop-web/web/download.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** download.html	12 Mar 2005 22:18:18 -0000	1.12
--- download.html	14 Mar 2005 02:04:54 -0000	1.13
***************
*** 11,15 ****
  <p>
    The latest official release of Bible Desktop is 0.9.8.
!   You will need <a href="http://java.sun.com/products/javawebstart/">Java WebStart</a>.
    On MacOS-X you will probably have JDK 1.4 installed already.
    On Windows and linux, use <a href="http://java.sun.com/j2se/1.4.2/download.html">the J2SE 1.4 download</a>.
--- 11,15 ----
  <p>
    The latest official release of Bible Desktop is 0.9.8.
!   You will need <a href="http://java.sun.com/products/javawebstart">Java WebStart</a>.
    On MacOS-X you will probably have JDK 1.4 installed already.
    On Windows and linux, use <a href="http://java.sun.com/j2se/1.4.2/download.html">the J2SE 1.4 download</a>.
***************
*** 45,49 ****
    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>
--- 45,49 ----
    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>
***************
*** 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>
--- 64,68 ----
  <h1>Modules</h1>
  <p>
!   Sword modules are available <a href="/sword/modules">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.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** index.html	12 Mar 2005 22:18:18 -0000	1.11
--- index.html	14 Mar 2005 02:04:54 -0000	1.12
***************
*** 18,22 ****
  <p>
    Bible Desktop 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>
  
--- 18,22 ----
  <p>
    Bible Desktop is open source software so it is freely available to anyone.
!   It is licensed under the <a href="api/gnu/gpl/Licence.html">GPL</a>.
  </p>
  

Index: template.xsl
===================================================================
RCS file: /cvs/jsword/bibledesktop-web/web/template.xsl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** template.xsl	12 Mar 2005 22:18:18 -0000	1.9
--- template.xsl	14 Mar 2005 02:04:54 -0000	1.10
***************
*** 12,20 ****
      indent="yes"
      encoding="windows-1252"
      />
-     <!--
-     doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
-     doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
-     -->
  
  <xsl:template match="/jsp:root">
--- 12,18 ----
      indent="yes"
      encoding="windows-1252"
+     doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
+     doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
      />
  
  <xsl:template match="/jsp:root">
***************
*** 26,34 ****
  <xsl:template match="html:html">
  
! <html>
    <head>
      <link rel="stylesheet" type="text/css" href="sword.css"/>
      <xsl:copy-of select="html:head/*"/>
!     <script language="javascript">
        <![CDATA[
        var thispage = location.href.substring(location.href.lastIndexOf("/")+1);
--- 24,32 ----
  <xsl:template match="html:html">
  
! <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
      <link rel="stylesheet" type="text/css" href="sword.css"/>
      <xsl:copy-of select="html:head/*"/>
!     <script type="text/javascript">
        <![CDATA[
        var thispage = location.href.substring(location.href.lastIndexOf("/")+1);
***************
*** 72,76 ****
  
      <div id="side">
!       <script language="javascript">
          <![CDATA[
          writeLink("side", "index.html", "Home");
--- 70,74 ----
  
      <div id="side">
!       <script type="text/javascript">
          <![CDATA[
          writeLink("side", "index.html", "Home");

Index: maillists.html
===================================================================
RCS file: /cvs/jsword/bibledesktop-web/web/maillists.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** maillists.html	12 Mar 2005 22:18:18 -0000	1.2
--- maillists.html	14 Mar 2005 02:04:54 -0000	1.3
***************
*** 25,29 ****
        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>
--- 25,29 ----
        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>
***************
*** 36,40 ****
        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>
--- 36,40 ----
        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>
***************
*** 47,51 ****
        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>
--- 47,51 ----
        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