diff options
author | nyamatongwe <unknown> | 2004-03-01 08:40:35 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2004-03-01 08:40:35 +0000 |
commit | f162e9c5bfae323ce21e10960fdc19a3e9aba748 (patch) | |
tree | d5652ef25bf1ab3d43ad505f237ac7cd673bd07b | |
parent | 845c14b1972e448408109b30a9a9422cac092f16 (diff) | |
download | scintilla-mirror-f162e9c5bfae323ce21e10960fdc19a3e9aba748.tar.gz |
Removed future page as not maintained.
Explicitly point to scintilla.sourceforge.net so can be used on both sites.
-rw-r--r-- | doc/index.html | 34 |
1 files changed, 15 insertions, 19 deletions
diff --git a/doc/index.html b/doc/index.html index a1fd08088..38e705dca 100644 --- a/doc/index.html +++ b/doc/index.html @@ -118,25 +118,25 @@ <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> '); + document.write('<a href="http://scintilla.sourceforge.net/SciTEImage.html">Screenshot</a> '); + document.write('<a href="http://scintilla.sourceforge.net/ScintillaDownload.html">Download</a> '); } //--></script> - <a href="ScintillaDoc.html">Documentation</a> - <a href="ScintillaToDo.html">Bugs</a> + <a href="http://scintilla.sourceforge.net/ScintillaDoc.html">Documentation</a> + <a href="http://scintilla.sourceforge.net/ScintillaToDo.html">Bugs</a> <script type="text/javascript" language="JavaScript"><!-- if (IsRemote()) { - document.write('<a href="SciTE.html">SciTE</a> '); + document.write('<a href="http://scintilla.sourceforge.net/SciTE.html">SciTE</a> '); } //--></script> - <a href="ScintillaHistory.html"> - History</a> <a href="ScintillaRelated.html">Related</a> </font> + <a href="http://scintilla.sourceforge.net/ScintillaHistory.html"> + History</a> <a href="http://scintilla.sourceforge.net/ScintillaRelated.html">Related</a> </font> </td> </tr> </table> <p> - <a href="ScintillaDoc.html">Scintilla</a> is a free source code editing component. - It comes with complete source code and a <a href="License.txt">license</a> that + <a href="http://scintilla.sourceforge.net/ScintillaDoc.html">Scintilla</a> is a free source code editing component. + It comes with complete source code and a <a href="http://scintilla.sourceforge.net/License.txt">license</a> that permits use in any free project or commercial product. </p> <p> @@ -154,7 +154,7 @@ if (IsRemote()) { better and run on the .NET and Java virtual machines. </p> <p> - <a href="SciTE.html">SciTE</a> is a SCIntilla based Text Editor. Originally built to + <a href="http://scintilla.sourceforge.net/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. @@ -170,28 +170,24 @@ if (IsRemote()) { <p> Scintilla and SciTE are currently available for Intel Win32 and Linux compatible operating systems with GTK+. They have been run on Windows 95, NT 4.0, Windows 2000, and on Red Hat - Linux 4.2, 6.1 and Solaris with GTK+ 1.2.0. <a href="SciTEImage.html">Here is a screenshot of + Linux 4.2, 6.1 and Solaris with GTK+ 1.2.0. <a href="http://scintilla.sourceforge.net/SciTEImage.html">Here is a screenshot of SciTE.</a><br /> </p> <p> - You can <a href="ScintillaDownload.html">download Scintilla.</a> + You can <a href="http://scintilla.sourceforge.net/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> + <a href="http://scintilla.sourceforge.net/ScintillaRelated.html">Related sites.</a> </p> <p> - <a href="ScintillaToDo.html">Bugs and To Do list.</a> + <a href="http://scintilla.sourceforge.net/ScintillaToDo.html">Bugs and To Do list.</a> </p> <p> - <a href="ScintillaHistory.html">History and contribution credits.</a> - </p> - <p> - The <a href="Future.html">Future Features of Scintilla</a> are canvassed. Please tell me - what you want and don't want. + <a href="http://scintilla.sourceforge.net/ScintillaHistory.html">History and contribution credits.</a> </p> <p> Questions and comments about Scintilla should be directed to the |