diff options
| author | Neil <nyamatongwe@gmail.com> | 2015-06-02 11:56:37 +1000 | 
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2015-06-02 11:56:37 +1000 | 
| commit | 22b6409ae6a3ce5402ee4f07068bfefa05894481 (patch) | |
| tree | fe5317cbd1621dc11766ffde49eb8e7d88ef3c05 | |
| parent | 02896fa261112444c26726104b0e22bb60bd7220 (diff) | |
| download | scintilla-mirror-22b6409ae6a3ce5402ee4f07068bfefa05894481.tar.gz | |
Provide downloads from scintilla.org to avoid degradation of SourceForge.
| -rw-r--r-- | doc/ScintillaDownload.html | 8 | ||||
| -rwxr-xr-x | scripts/LexGen.py | 4 | 
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html index 7bcb01c54..ba0654690 100644 --- a/doc/ScintillaDownload.html +++ b/doc/ScintillaDownload.html @@ -25,9 +25,9 @@      <table bgcolor="#CCCCCC" width="100%" cellspacing="0" cellpadding="8" border="0">        <tr>          <td> -          <font size="4"> <a href="http://prdownloads.sourceforge.net/scintilla/scintilla356.zip?download"> +          <font size="4"> <a href="http://www.scintilla.org/scintilla356.zip">  	Windows</a>   -	<a href="http://prdownloads.sourceforge.net/scintilla/scintilla356.tgz?download"> +	<a href="http://www.scintilla.org/scintilla356.tgz">            GTK+/Linux</a>    	</font>          </td> @@ -49,8 +49,8 @@         The source code package contains all of the source code for Scintilla but no binary  	executable code and is available in         <ul> -       <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla356.zip?download">zip format</a> (1450K) commonly used on Windows</li> -       <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla356.tgz?download">tgz format</a> (1300K) commonly used on Linux and compatible operating systems</li> +       <li><a href="http://www.scintilla.org/scintilla356.zip">zip format</a> (1450K) commonly used on Windows</li> +       <li><a href="http://www.scintilla.org/scintilla356.tgz">tgz format</a> (1300K) commonly used on Linux and compatible operating systems</li>         </ul>         Instructions for building on both Windows and Linux are included in the readme file.      <h4> diff --git a/scripts/LexGen.py b/scripts/LexGen.py index b181da775..f2496be2a 100755 --- a/scripts/LexGen.py +++ b/scripts/LexGen.py @@ -26,8 +26,8 @@ def UpdateVersionNumbers(sci, root):      UpdateLineInFile(root + "doc/ScintillaDownload.html", "       Release",          "       Release " + sci.versionDotted)      ReplaceREInFile(root + "doc/ScintillaDownload.html", -        r"/scintilla/([a-zA-Z]+)\d\d\d", -        r"/scintilla/\g<1>" +  sci.version) +        r"/www.scintilla.org/([a-zA-Z]+)\d\d\d", +        r"/www.scintilla.org/\g<1>" +  sci.version)      UpdateLineInFile(root + "doc/index.html",          '          <font color="#FFCC99" size="3"> Release version',          '          <font color="#FFCC99" size="3"> Release version ' +\  | 
