diff options
| author | nyamatongwe <unknown> | 2000-03-20 13:43:17 +0000 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2000-03-20 13:43:17 +0000 | 
| commit | 2ebe0ff36aef90c7d63f259b70d4f62df6c9e2db (patch) | |
| tree | ddf6e338e367bebc68283dc75085064346a4d3c1 /doc/index.html | |
| parent | 8f5b17c2d74e28ce654209b1db0f761e183c1ed1 (diff) | |
| download | scintilla-mirror-2ebe0ff36aef90c7d63f259b70d4f62df6c9e2db.tar.gz | |
Breaking up downloaded documentation for Scintilla and SciTE.
Diffstat (limited to 'doc/index.html')
| -rw-r--r-- | doc/index.html | 17 | 
1 files changed, 11 insertions, 6 deletions
| diff --git a/doc/index.html b/doc/index.html index 9c462da41..d81870ed9 100644 --- a/doc/index.html +++ b/doc/index.html @@ -31,8 +31,8 @@            GTK+</font>          </td>          <td width="40%" align="right"> -          <font color="#FFCC99" size="3"> Release version 1.22<br /> -           Site last modified February 27 2000</font> +          <font color="#FFCC99" size="3"> Release version 1.23<br /> +           Site last modified March 20 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="SciRest.jpg" height="150" width="1200" alt="Sci Rest" /> +          <img src="SciBreak.jpg" height="150" width="1024" alt="Sci Rest" />          </td>        </tr>      </table> @@ -65,6 +65,11 @@  	  a large number of smaller features.</font>          </td>        </tr> +      <tr> +        <td width="100%"> +          <font color="#FFCC99" size="3"> Version 1.23 breaks Scintilla from SciTE and fixes bugs.</font> +        </td> +      </tr>      </table>      <table bgcolor="#CCCCCC" width="100%" cellspacing="0" cellpadding="8" border="0">        <tr> @@ -74,7 +79,7 @@            Documentation</a>   <a href="ScintillaToDo.html">Bugs</a>     <script type="text/javascript" language="JavaScript"><!--  if (IsRemote()) { -    document.write('<a href="SciTEDoc.html">SciTE</a>   '); +    document.write('<a href="SciTE.html">SciTE</a>   ');  }  //--></script>  	  <a href="ScintillaHistory.html"> @@ -94,7 +99,7 @@ if (IsRemote()) {        product.      </p>      <p> -       <a href="SciTEDoc.html">SciTE</a> is a SCIntilla based Text Editor. Originally built to +       <a href="SciTE.html">SciTE</a> is a SCIntilla based Text Editor. Originally built to        demonstrate Scintilla, it has grown to be a generally useful editor with facilities for        building and running programs. It is best used for jobs with simple configurations - I use it        for building test and demonstration programs as well as SciTE and Scintilla, themselves. @@ -114,7 +119,7 @@ if (IsRemote()) {        SciTE.</a><br />      </p>      <p> -       You can <a href="ScintillaDownload.html">download Scintilla and SciTE.</a> +       You can <a href="ScintillaDownload.html">download Scintilla.</a>      </p>      <p>         <a href="ScintillaRelated.html">Related sites.</a> | 
