From 22b6409ae6a3ce5402ee4f07068bfefa05894481 Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 2 Jun 2015 11:56:37 +1000 Subject: Provide downloads from scintilla.org to avoid degradation of SourceForge. --- doc/ScintillaDownload.html | 8 ++++---- 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 @@ @@ -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 Instructions for building on both Windows and Linux are included in the readme file.

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", ' Release version', ' Release version ' +\ -- cgit v1.2.3

- + Windows   - + GTK+/Linux