Quick Launch page

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2987 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2003-10-01 17:55:44 +00:00
parent a5727c035c
commit 30587e36a4
8 changed files with 106 additions and 43 deletions

View file

@ -3,28 +3,49 @@
<div><img src="images/header.gif" width="598" height="45"></div>
<table border="0">
<tr>
<td width="170"><p><a href="#"><img src="images/arrowd.gif" width="30" height="18"><font size="+1" color="#808080"><b>Welcome</b></font></a></p>
<p><a href="compiler.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Compiler</b></font></a></p>
<p><a href="docs.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Documentation</b></font></a></p>
<p><a href="update.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Update</b></font></a></p>
<p><a href="websites.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Websites</b></font></a></p>
<td width="170">
<p><img src="images/clear.gif" width="170" height="3">
<a href="#"><img src="images/arrowd.gif" width="30" height="18"><font size="+1" color="#808080"><b>Quick Launch</b></font></a></p>
<p><a href="intro.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Introduction</b></font></a></p>
<p><a href="compiler.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Compiler</b></font></a></p>
<p><a href="docs.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Documentation</b></font></a></p>
<p><a href="update.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Update</b></font></a></p>
<p><a href="websites.html"><img src="images/arrow.gif" width="30" height="18"><font size="+1" color="#6A8098"><b>Websites</b></font></a></p>
</td>
<td width="418" valign="top">
<p><font size="+1" color="#6A8098"><b>Welcome</b></font></p>
<p>An installer is the first experience of a user with your application.
Slow or unsuccesful software installations are the most irritating
computer problems. A quick and user friendly installer is therefore an
essential part of your software product.
<p>NSIS is a tool that allows programmers
to create such installers. It is released under an open source license and is
completely free for any use.</p>
<p>NSIS installers are based on NSIS Scripts (.nsi) which can be compiled
with the makensis compiler. They can also be extended with plug-ins written
in C, C++, Delphi or another language.</p>
<table>
<tr><td valign="top">
<p><font size="+1"><b>Utilities</b></font><br>
<a href="EX:makensisw.exe">MakeNSISW (compiler interface)</a><br>
<a href="EX:Bin\zip2exe.exe">Zip2Exe (convert ZIP to SFX)</a><br>
<a href="EX:Bin\NSISUpdate.exe">NSIS Update (get latest version)</a><br>
&nbsp;</p>
<p><font size="+1"><b>Folders</b></font><br>
<a href="EX:Examples">Example scripts</a><br>
<a href="EX:Contrib">Contrib (plug-in info etc.)</a><br>
<a href="EX:Contrib\Language files">Language files</a><br>
<a href="EX:Contrib\Modern UI\Language files">Modern UI language files</a><br>
<a href="EX:Source">Source code</a></p>
</td><td valign="top">
<p><font size="+1"><b>Documentation</b></font><br>
<a href="EX:Docs\index.html">NSIS Users Manual</a><br>
<a href="EX:http://nsis.sourceforge.net/site/FAQ.15.0.html">FAQ (online)</a><br>
<a href="EX:Contrib\Modern UI\Readme.html">Modern UI Readme</a><br>
<a href="EX:Contrib\InstallOptions\Readme.html">InstallOptions (custom pages)</a></p>
<p><font size="+1"><b>Websites</b></font><br>
<a href="EX:http://nsis.sourceforge.net/">NSIS Website</a><br>
<a href="EX:http://nsis.sourceforge.net/archive/">NSIS Archive</a><br>
<a href="EX:http://forums.winamp.com/forumdisplay.php?s=&forumid=65">Forum</a><br>
<a href="EX:irc://irc.landoleet.org/nsis">IRC Channel</a><br>
<a href="EX:http://sourceforge.net/tracker/?group_id=22049&atid=373085">Bug Tracker</a><br>
<a href="EX:http://nsis.sourceforge.net/changelog.php">Development changelog</a></p>
</td></tr>
</table>
</td>
</tr>
</table>
<p><img src="images/line.gif" width="598" height="3"></p>
<p><img src="images/clear.gif" width="598" height="3">
<img src="images/line.gif" width="598" height="3"></p>
<div align="right"><img src="images/version.gif" width="175" height="25"></div>
</body>
</html>