Add links to downloads

This commit is contained in:
Michael Martin 2012-06-18 00:00:56 -07:00
parent 24402e026c
commit b5e94f0bba

View File

@ -21,8 +21,11 @@
<div id="header">
<nav>
<li class="fork"><a href="https://github.com/michaelcmartin/Ophis">View On GitHub</a></li>
<li class="downloads"><a href="https://github.com/michaelcmartin/Ophis/zipball/master">ZIP</a></li>
<li class="downloads"><a href="https://github.com/michaelcmartin/Ophis/tarball/master">TAR</a></li>
<li class="fork"><a href="https://github.com/michaelcmartin/Ophis/blob/master/doc/ophismanual.pdf?raw=true">PDF Manual</a></li>
<li class="fork"><a href="book/book1.html">HTML Manual</a></li>
<li class="downloads"><a href="https://github.com/downloads/michaelcmartin/Ophis/Ophis-2.0-win32-installer.exe">Windows</a></li>
<li class="downloads"><a href="https://github.com/downloads/michaelcmartin/Ophis/Ophis-2.0-standalone.zip">Other</a></li>
<li class="downloads"><a href="https://github.com/downloads/michaelcmartin/Ophis/Ophis-2.0-support.zip">Support files</a></li>
<li class="title">DOWNLOADS</li>
</nav>
</div><!-- end header -->
@ -39,10 +42,45 @@
</div>
<p>Ophis is an assembler for the 6502 microprocessor - the famous chip used in the vast majority of the classic 8-bit computers and consoles. Its primary design goals are code readability and output flexibility - Ophis has successfully been used to create programs for the Nintendo Entertainment System, the Atari 2600, and the Commodore 64.</p>
<p>A complete manual is available as <a href="https://github.com/michaelcmartin/Ophis/blob/master/doc/ophismanual.pdf?raw=true">PDF</a> or <a href="book/book1.html">online as HTML</a>.</p>
<h2>Downloads</h2>
<p>The best download will depend on your platform and on how you plan to use it.</p>
<ul>
<li><a href="https://github.com/downloads/michaelcmartin/Ophis/Ophis-2.0-win32-installer.exe">The
standalone Windows installer</a> will be what most people
want. All you need is this file. It contains all the
examples and documentation. You will probably want to add
the install directory to your PATH to make it easier to
invoke from the command-line.</li>
<li><a href="https://github.com/downloads/michaelcmartin/Ophis/Ophis-2.0-standalone.zip">The
standalone script</a> is for systems that have Python
installed and want to keep Ophis as a set of personal
files. It requires Python 2.3 or later to be installed on
the target machine. (Python 3 will <i>not</i> work - Python
3 is effectively a separate language.) This will be the most
convenient choice for most users on Mac and Linux.</li>
<li><a href="https://github.com/downloads/michaelcmartin/Ophis/Ophis-2.0.zip">The
distutils installer</a> is for people with a python install
on their system and who want to make Ophis appear as a
normal system program. Download this file, unzip it, and run
"python setup.py install" as root. This will load things
into the appropriate places and give you a /usr/bin/ophis
that invokes the assembler.</li>
</ul>
<p>For all installs but the Windows one, you will almost
certainly also want to download
the <a href="https://github.com/downloads/michaelcmartin/Ophis/Ophis-2.0-support.zip">platform
pack</a> which includes the manual, sample code, and useful
header files for various platforms.</p>
</section>
</div>
<!--[if !IE]><script>fixScale(document);</script><!--<![endif]-->
</body>
</html>
</html>