updated texts, links

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2805 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2003-08-12 15:11:35 +00:00
parent da6c41fa7b
commit f432054bd9
5 changed files with 21 additions and 19 deletions

View file

@ -15,10 +15,10 @@
<p>NSIS Scripts can be compiled with the makensis compiler.<br>
MakeNSISW is a graphical interface for the compiler.</p>
<p>If you have installed the shell extensions (they are installed by default),
right click on the script file in Windows and choose 'Compile NSI'. The
right click on the script file in explorer and choose 'Compile NSI'. The
compiler will be started in the MakeNSISW interface.</p>
<p>You can also start MakeNSISW and open the script using the File menu
or drag the script file into the window.</p>
or drag the script file from explorer into the window.</p>
<p><a href="EX:makensisw.exe"><strong>Start MakeNSISW &gt;</strong></a></p>
</td>
</tr>

View file

@ -15,14 +15,14 @@
<p>For information about the NSIS Script format, a tutorial, useful functions
and a reference of all commands, see the <a href="EX:docs\index.html"><strong>
Documentation</strong></a>.</p>
<p>If you want to create an installer with the Modern User Interface, check
<p>If you want to create an installer with a modern user interface, check
the <a href="EX:Contrib\Modern UI\Readme.html"><strong>Modern UI Readme</strong></a>.</p>
<p>For example scripts, browse the <a href="EX:Examples"><strong>Examples
folder</strong></a>.</p>
<p>More tutorials and examples can be found in the <a href="EX:http://nsis.sourceforge.net/archive/"> <strong>online
NSIS Archive</strong></a>.</p>
<p>For information about the plugins, browse the <a href="EX:Contrib"><strong>Contrib
folder</strong></a>.</p>
<p>For a FAQ, tutorials, articles and more examples see the <a href="EX:http://nsis.sourceforge.net/"><strong>NSIS
Site</strong></a>.</p>
</td>
</tr>
</table>

View file

@ -12,12 +12,15 @@
</td>
<td width="425" valign="top">
<p><font size="+1" color="#1956B1"><strong> <b>Welcome</b> </strong></font></p>
<p>NSIS is a free win32 installer/uninstaller system.</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. NSIS helps you to create such
installers.</p>
<p>NSIS installers are based on NSIS Scripts (.nsi) which can be compiled
with the makensis compiler.</p>
<p>You can create both simple installers and installers that handle lots
of advanced tasks. Installers can also be extended with plugins written
in C, C++ or another language.</p>
with the makensis compiler. They can also be extended with plug-ins written
in C, C++, Delphi or another language.</p>
<p></p>
<p>This menu contains links to applications, websites and documentation
that will help you to create your installers.</p>
</td>

View file

@ -14,13 +14,12 @@
<p><font size="+1" color="#1956B1"><strong> <b> Update</b> </strong></font></p>
<p>NSIS Update allows you to check whether a new release is available and
to download the latest development files from CVS.</p>
<p>The development files have not been tested yet in all situations, so
you should only use them if you are following the NSIS development or
looking for a specific bugfix.</p>
<p>Usage of development files for installer production is not recommended when you are not
following the NSIS development. You can use development files to prepare installers for
the next vesion or if you are looking for a specific bugfix or feature.</p>
<p>See the <a href="EX:http://nsis.sourceforge.net/changelog.php"> <strong>Changelog</strong></a> for
the latest changes in the development files.</p>
<br>
<br>
<p><strong><a href="EX:Bin\NSISUpdate.exe">Start NSIS Update &gt;</a></strong></p>
</td>
</tr>

View file

@ -12,17 +12,17 @@
</td>
<td width="425" valign="top">
<p><font size="+1" color="#1956B1"><strong> Websites </strong></font></p>
<p><a href="EX:http://nsis.sourceforge.net/"><strong>NSIS Development Site</strong></a> -
All of the latest information about NSIS development</p>
<p><a href="EX:http://nsis.sourceforge.net/"><strong>NSIS Site</strong></a> -
Latest news, developments, downloads, FAQ, tutorials, more examples, articles.</p>
<p><a href="EX:http://nsis.sourceforge.net/archive/"><strong>NSIS Archive</strong></a> -
Useful functions, NSIS related software, example scripts, plugins and
tutorials</p>
Repository of NSIS information (part of the NSIS Site). Contains examples, tutorials,
plug-ins, NSIS related software and more.</p>
<p><a href="EX:http://forums.winamp.com/forumdisplay.php?s=&forumid=65"><strong>NSIS
Forum</strong></a> - Talk with others in the NSIS community</p>
<p><a href="EX:irc://irc.landoleet.org/nsis"><strong>NSIS IRC Channel</strong></a> -
Chat with NSIS developers (IRC client required)</p>
<p><a href="EX:http://sourceforge.net/tracker/?group_id=22049&atid=373085"><strong>
Bugs</strong></a> - Check the list of submitted bugs or submit a new one</p>
Bug Tracker</strong></a> - Check the list of submitted bugs or submit a new one</p>
</td>
</tr>
</table>