NSIS Menu POSIX fixes (bug #1144)

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6758 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2016-06-26 13:36:30 +00:00
parent 7fff5828ad
commit e922c1b182
6 changed files with 232 additions and 142 deletions

View file

@ -9,8 +9,8 @@
<td width="190" valign="top">
<p>
<font size="+1" color="#333333"><b>Compiler</b></font><br>
<a href="EX:makensisw.exe">Compile NSI scripts</a><br>
<a href="EX:Bin\zip2exe.exe">Installer based on ZIP file</a><br>
<a href="BIN:makensisw">Compile NSI scripts</a><br>
<a href="BIN:zip2exe">Installer based on ZIP file</a><br>
<br>
<br>
<br>
@ -18,39 +18,39 @@
<p>
<font size="+1" color="#333333"><b>Developer Center</b></font><br>
Many more examples, tutorials, plug-ins and NSIS-related software are available
at the on-line <a href="EX:http://nsis.sourceforge.net/Developer_Center">Developer Center</a>.
at the on-line <a href="WEB:http://nsis.sourceforge.net/Developer_Center">Developer Center</a>.
</p>
</td>
<td width="150" valign="top">
<p>
<font size="+1" color="#333333"><b>Documentation</b></font><br>
<a href="EX:NSIS.chm">NSIS Users Manual</a><br>
<a href="EX:Examples">Example scripts</a><br>
<a href="EX:Docs\Modern UI 2\Readme.html">Modern UI 2</a><br>
<a href="EX:Docs\MultiUser\Readme.html">Multi-User Header File</a><br>
<a href="EX:Docs\StrFunc\StrFunc.txt">StrFunc Header File</a></p>
<a href="DOC:NSIS.chm">NSIS Users Manual</a><br>
<a href="DOC:Examples">Example scripts</a><br>
<a href="DOC:Docs/Modern UI 2/Readme.html">Modern UI 2</a><br>
<a href="DOC:Docs/MultiUser/Readme.html">Multi-User Header File</a><br>
<a href="DOC:Docs/StrFunc/StrFunc.txt">StrFunc Header File</a></p>
<p>
<font size="+1" color="#333333"><b>On-line help</b></font><br>
<a href="EX:http://forums.winamp.com/forumdisplay.php?s=&forumid=65">Forum</a><br>
<a href="EX:http://nsis.sourceforge.net/FAQ">FAQ</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="WEB:http://forums.winamp.com/forumdisplay.php?s=&forumid=65">Forum</a><br>
<a href="WEB:http://nsis.sourceforge.net/FAQ">FAQ</a><br>
<a href="WEB:irc://irc.landoleet.org/nsis">IRC Channel</a><br>
<a href="WEB:http://sourceforge.net/tracker/?group_id=22049&atid=373085">Bug Tracker</a><br>
</td>
<td valign="top">
<p>
<font size="+1" color="#333333"><b>Plug-ins</b></font><br>
<a href="EX:Docs\AdvSplash\advsplash.txt">AdvSplash</a> - splash with fade in/out<br>
<a href="EX:Docs\Banner\Readme.txt">Banner</a> - banner with custom text<br>
<a href="EX:Docs\BgImage\BgImage.txt">BgImage</a> - background image<br>
<a href="EX:Docs\Dialer\Dialer.txt">Dialer</a> - internet connection<br>
<a href="EX:Docs\Math\Math.txt">Math</a> - math operations<br>
<a href="EX:Docs\nsDialogs\Readme.html">nsDialogs</a> - custom wizard pages<br>
<a href="EX:Docs\nsExec\nsExec.txt">nsExec</a> - launch command line tools<br>
<a href="EX:Docs\NSISdl\Readme.txt">NSISdl</a> - download files<br>
<a href="EX:Docs\Splash\splash.txt">Splash</a> - splash screen<br>
<a href="EX:Docs\StartMenu\Readme.txt">StartMenu</a> - Start Menu folder selection<br>
<a href="EX:Docs\System\System.html">System</a> - Windows API calls<br>
<a href="EX:Docs\VPatch\Readme.html">VPatch</a> - update existing files</p>
<a href="DOC:Docs/AdvSplash/advsplash.txt">AdvSplash</a> - splash with fade in/out<br>
<a href="DOC:Docs/Banner/Readme.txt">Banner</a> - banner with custom text<br>
<a href="DOC:Docs/BgImage/BgImage.txt">BgImage</a> - background image<br>
<a href="DOC:Docs/Dialer/Dialer.txt">Dialer</a> - internet connection<br>
<a href="DOC:Docs/Math/Math.txt">Math</a> - math operations<br>
<a href="DOC:Docs/nsDialogs/Readme.html">nsDialogs</a> - custom wizard pages<br>
<a href="DOC:Docs/nsExec/nsExec.txt">nsExec</a> - launch command line tools<br>
<a href="DOC:Docs/NSISdl/ReadMe.txt">NSISdl</a> - download files<br>
<a href="DOC:Docs/Splash/splash.txt">Splash</a> - splash screen<br>
<a href="DOC:Docs/StartMenu/Readme.txt">StartMenu</a> - Start Menu folder selection<br>
<a href="DOC:Docs/System/System.html">System</a> - Windows API calls<br>
<a href="DOC:Docs/VPatch/Readme.html">VPatch</a> - update existing files</p>
</td>
</tr>
</table>
@ -58,7 +58,7 @@
<img src="images/line.gif" width="598" height="3">
</p>
<div align="right">
<a href="EX:http://nsis.sourceforge.net/"><img src="images/site.gif" width="200" height="25"></a>
<a href="WEB:http://nsis.sourceforge.net/"><img src="images/site.gif" width="200" height="25"></a>
</div>
</body>
</html>