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
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="author" content="Stuart Rackham" />
<meta name="author-email" content="srackham@methods.co.nz" />
<link rel="stylesheet" href="main.css" type="text/css" />
<title>Links to Referenced Applications</title>
</head>
<body>
<div id="header">
<img src="header.png" alt="Header" />
</div>
<div id="menu">
<a href="index.html">Overview</a>
<a href="webpages.html">Web Pages</a>
<a href="aap-script.html">A-A-P Script</a>
<a href="execution-environment.html">Execution Environment</a>
<a href="installation-wizard.html">Installation Wizard</a>
<a href="cdrom-creation.html">CD-ROM Creation</a>
<a href="links.html">Links</a>
<a href="feedback.html">Feedback</a>
</div>
<div id="content">
<h1>Links to Referenced Applications</h1>
<div id="preamble">
<div class="sidebarblock">
<dl>
<dt>
<a href="http://www.methods.co.nz/asciidoc/">http://www.methods.co.nz/asciidoc/</a>
</dt>
<dd>
<em>AsciiDoc</em> is used to create the web pages.
</dd>
<dt>
<a href="http://www.a-a-p.org">http://www.a-a-p.org</a>
</dt>
<dd>
The A-A-P "super make" application by Bram Moolenar
orchestrates the build and publication processes. A-A-P goes
much further than the traditional <em>make</em>, it is a fully
scriptable platform independent application that solves many
of the problems associated with building, distributing and
updating software.
</dd>
<dt>
<a href="http://www.python.org">http://www.python.org</a>
</dt>
<dd>
The home of the <em>Python</em>. Python is a hugely popular computer
language created by Guido van Rossum. Both <em><em>AsciiDoc</em></em> and
<em>A-A-P</em> are written in Python.
</dd>
<dt>
<a href="http://www.innosetup.com">http://www.innosetup.com</a>
</dt>
<dd>
The home of <em>Inno Setup</em>. Inno Setup is Windows help wizard
compiler written by Jordan Russell.
</dd>
<dt>
<a href="http://www.istool.org">http://www.istool.org</a>
</dt>
<dd>
The home of <em>ISTool</em>. ISTool is a GUI front-end for Inno Setup
written by Bjornar Henden.
</dd>
<dt>
<a href="http://www.wintax.nl/isx/">http://www.wintax.nl/isx/</a>
</dt>
<dd>
The home of <em>My Inno Setup Extensions</em>. My Inno Setup
Extensions (written by Martijn Laan) adds a number of
extensions including a full Pascal scripting environment to
Inno Setup.
</dd>
<dt>
<a href="http://www.mediachance.com">http://www.mediachance.com</a>
</dt>
<dd>
The home of <em>Real-DRAW PRO</em> written by Roman Voska. I use
Real-DRAW PRO to create my website artwork. If you're looking
for a Windows based drawing package I recommend you take a
look at it.
</dd>
</dl>
</div>
</div>
</div>
<div id="footer">
<p>
Website built using <a href="http://www.methods.co.nz/asciidoc/">AsciiDoc</a>
and <a href="http://www.a-a-p.org/">A-A-P</a><br/>
Last updated 29-Jan-2005 14:47:16 NZDT <br/>
</p>
<p><span class="ahem">This document might look funny (or very plain) to you,
since you're not using a browser which (correctly) supports CSS.</span></p>
</div>
</body>
</html>
|