diff options
Diffstat (limited to 'doc/index.html')
| -rw-r--r-- | doc/index.html | 20 | 
1 files changed, 15 insertions, 5 deletions
| diff --git a/doc/index.html b/doc/index.html index d81870ed9..a258435fc 100644 --- a/doc/index.html +++ b/doc/index.html @@ -32,7 +32,7 @@          </td>          <td width="40%" align="right">            <font color="#FFCC99" size="3"> Release version 1.23<br /> -           Site last modified March 20 2000</font> +           Site last modified March 21 2000</font>          </td>          <td width="20%">              @@ -42,7 +42,7 @@      <table bgcolor="#000000" width="100%" cellspacing="0" cellpadding="0" border="0">        <tr>          <td width="100%"> -          <img src="SciBreak.jpg" height="150" width="1024" alt="Sci Rest" /> +          <img src="SciBreak.jpg" height="150" width="1024" alt="Sci Break" />          </td>        </tr>      </table> @@ -74,9 +74,15 @@      <table bgcolor="#CCCCCC" width="100%" cellspacing="0" cellpadding="8" border="0">        <tr>          <td> -          <font size="4"> <a href="SciTEImage.html">Screenshot</a>   <a -          href="ScintillaDownload.html">Download</a>   <a href="ScintillaDoc.html"> -          Documentation</a>   <a href="ScintillaToDo.html">Bugs</a>    +          <font size="4">  +<script type="text/javascript" language="JavaScript"><!-- +if (IsRemote()) { +    document.write('<a href="SciTEImage.html">Screenshot</a>  '); +    document.write('<a href="ScintillaDownload.html">Download</a>  '); +} +//--></script> + 	 <a href="ScintillaDoc.html">Documentation</a>    +	 <a href="ScintillaToDo.html">Bugs</a>     <script type="text/javascript" language="JavaScript"><!--  if (IsRemote()) {      document.write('<a href="SciTE.html">SciTE</a>   '); @@ -122,6 +128,10 @@ if (IsRemote()) {         You can <a href="ScintillaDownload.html">download Scintilla.</a>      </p>      <p> +       The source code can be downloaded via CVS at the Source Forge  +	<a href="https://sourceforge.net/project/?group_id=2439">Scintilla project page</a>. +    </p> +    <p>         <a href="ScintillaRelated.html">Related sites.</a>      </p>      <p> | 
