/usr/share/scite/SciTEDownload.html is in scite 3.5.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 | <?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content="HTML Tidy, see www.w3.org" />
<meta name="generator" content="SciTE" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>
Download Scintilla and SciTE
</title>
<style type="text/css">
h3 {
background-color: #CCCCFF;
}
</style>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table bgcolor="#000000" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td>
<img src="SciTEIco.png" border="3" height="64" width="64" alt="Scintilla icon" />
</td>
<td>
<a href="index.html" style="color:white;text-decoration:none"><font size="5">Download
Scintilla and SciTE</font></a>
</td>
</tr>
</table>
<table bgcolor="#CCCCCC" width="100%" cellspacing="0" cellpadding="8" border="0">
<tr>
<td>
<font size="4"> <a href="http://prdownloads.sourceforge.net/scintilla/scite350.zip?download">
Windows</a>
<a href="http://prdownloads.sourceforge.net/scintilla/scite350.tgz?download">
GTK+/Linux</a> </font>
</td>
</tr>
</table>
<h2>
Download
</h2>
<p>
The <a href="License.txt">license</a> for using Scintilla or SciTE is similar to that of Python
containing very few restrictions.
</p>
<h2>
Release 3.5.0
</h2>
<h3>
Source Code
</h3>
The source code package contains all of the source code for Scintilla and SciTE but no binary
executable code and is available in
<ul>
<li><a href="http://prdownloads.sourceforge.net/scintilla/scite350.zip?download">zip format</a> (2500K) commonly used on Windows</li>
<li><a href="http://prdownloads.sourceforge.net/scintilla/scite350.tgz?download">tgz format</a> (2300K) commonly used on Linux and compatible operating systems</li>
</ul>
Instructions for building on both Windows and Linux are included in the readme file.
<h3>
Windows
</h3>
<h4>
Windows Executables
</h4>
<p>
Windows executables only support Windows XP and later. It may be possible to build with older compilers for Windows 2000 but that
is no longer tested.
</p>
<p>
A <a href="http://prdownloads.sourceforge.net/scintilla/wscite350.zip?download">full download</a> (1200K) includes the SciTE executable, any required DLLs,
configuration files and documentation. After downloading the file, unzip it, and run
SciTE.EXE. The files required to run SciTE are SciTE.EXE, SciLexer.DLL, and
SciTEGlobal.properties.
</p>
<p>
A <a href="http://prdownloads.sourceforge.net/scintilla/Sc350.exe">single file executable called Sc1</a> (730K) does not need any DLL or
properties files as these are linked into the executable. You may still create properties
files if you wish.
Sc1.exe has been compressed with the
<a href="http://upx.sourceforge.net">UPX compressor</a>
so that it is a fast download. It does not need to be decompressed to be used.
</p>
<h4>
Windows Installer
</h4>
<p>
<a href="http://opensource.ebswift.com/SciTEInstaller/">An installer</a>
created by Troy Simpson.
</p>
<h3>
GTK+ / Linux
</h3>
<h4>
Linux executable for 32-bit Intel compatible processors
</h4>
<p>
This binary release requires GTK+ 2.8 or later and was tested on Ubuntu 10.4.
If you are using a Linux distribution more than a year old you may
need to rebuild SciTE to use your installed version of GTK+.
If the target system is 64-bit, you may also need to build SciTE from source.
</p>
<p>
A <a href="http://prdownloads.sourceforge.net/scintilla/gscite350.tgz?download">full download</a> (1100K) includes the 32-bit SciTE executable,
configuration files and documentation.
After downloading the file, gunzip and untar it, and run
SciTE. The files required to run SciTE are SciTE which is best located on the path
(I put it in /usr/local/bin) 70 properties files which should be located in the
/usr/share/scite directory, and Sci48M.png which should be copied to /usr/share/pixmaps.
</p>
<h4>
Debian Packages
</h4>
<p>
Official Debian Packages are available from Apt.
There is a
<a href="http://packages.debian.org/stable/scite">package page</a>.
</p>
<p>
Contributed by Aubin Paul.
</p>
<h3>
SciTE localised for other languages
</h3>
<p>
SciTE can be and has been <a href="http://code.google.com/p/scite-files/wiki/Translations">translated into other languages</a>.
</p>
<p>
Previous versions can be downloaded from the <a href="ScintillaHistory.html">history
page</a>.
</p>
</body>
</html>
|