<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>SHJS - Download</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="heading"><h1>SHJS - Download</h1></div>
<div id="main">
<p class="first">
To use SHJS, you need at least 3 files:
</p>
<ol>
<li>
The <a href="../sh_main.js">main script</a> or the
<a href="../sh_main.min.js">minified version</a>
</li>
<li>
A <a href="../lang/">language definition file</a>
</li>
<li>
A <a href="../sh_style.css">stylesheet</a>
(<a href="../css/">alternatives</a>)
</li>
</ol>
<p>
You can simply download the files you need from the list above, or you can
Binary distributions have names of the form <code>shjs-<var>VERSION</var>.zip</code>.
</p>
<p>
The SHJS binary distribution comes with definitions for over 20 popular
programming languages. If you wish to define your own languages, you will need
distribution</a>, which will have a name of the form
<code>shjs-<var>VERSION</var>-src.zip</code>. The source distribution contains
the <code>sh2js.pl</code> script used for defining new languages.
(It also contains all the pre-defined languages and style sheets found in
the binary distribution.)
</p>
<address>
Copyright © 2007, 2008 <a href="mailto:gnombat@users.sourceforge.net">gnombat@users.sourceforge.net</a>
</address>
</div>
<div id="navigation">
<a href="../">Home</a> |
<a href="news.html">News</a> |
<a href="documentation.html">Documentation</a> |
<a href="browsers.html">Browsers</a> |
Download |
<a href="gplv3.html">License</a> |
<a href="links.html">Links</a>
</div>
</body>
</html>