Added HTML section anchors

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6927 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2017-10-09 13:45:00 +00:00
parent 99235da725
commit 5d19c8198f

View file

@ -105,7 +105,7 @@
use the new nsDialogs plug-in instead.</p> use the new nsDialogs plug-in instead.</p>
</div> </div>
<div> <div>
<h2> <h2 id="intro">
Introduction</h2> Introduction</h2>
<div> <div>
<p> <p>
@ -119,7 +119,7 @@
The format of INI files is described in a <a href="http://en.wikipedia.org/wiki/Ini_file"> The format of INI files is described in a <a href="http://en.wikipedia.org/wiki/Ini_file">
Wikipedia article</a>.</p> Wikipedia article</a>.</p>
</div> </div>
<h2> <h2 id="ini">
INI file structure</h2> INI file structure</h2>
<div> <div>
<p> <p>
@ -649,7 +649,7 @@
</tr> </tr>
</table> </table>
</div> </div>
<h2> <h2 id="nsh">
Header file</h2> Header file</h2>
<div> <div>
<p> <p>
@ -659,10 +659,10 @@
!include InstallOptions.nsh !include InstallOptions.nsh
</pre> </pre>
</div> </div>
<h2> <h2 id="dialog">
Creating dialogs</h2> Creating dialogs</h2>
<div> <div>
<h3> <h3 id="extract">
Extracting the INI file</h3> Extracting the INI file</h3>
<div> <div>
<p> <p>
@ -685,7 +685,7 @@ Function .onInit
FunctionEnd FunctionEnd
</pre> </pre>
</div> </div>
<h3> <h3 id="display">
Displaying the dialog</h3> Displaying the dialog</h3>
<div> <div>
<p> <p>
@ -702,7 +702,7 @@ FunctionEnd
</pre> </pre>
</div> </div>
</div> </div>
<h2> <h2 id="input">
User input</h2> User input</h2>
<div> <div>
<p> <p>
@ -712,7 +712,7 @@ FunctionEnd
!insertmacro INSTALLOPTIONS_READ $VAR &quot;ioFile.ini&quot; &quot;Field #&quot; &quot;Name&quot; !insertmacro INSTALLOPTIONS_READ $VAR &quot;ioFile.ini&quot; &quot;Field #&quot; &quot;Name&quot;
</pre> </pre>
</div> </div>
<h2> <h2 id="writing">
Writing to INI files</h2> Writing to INI files</h2>
<div> <div>
<p> <p>
@ -722,7 +722,7 @@ FunctionEnd
!insertmacro INSTALLOPTIONS_WRITE &quot;ioFile.ini&quot; &quot;Field #&quot; &quot;Name&quot; &quot;Value&quot; !insertmacro INSTALLOPTIONS_WRITE &quot;ioFile.ini&quot; &quot;Field #&quot; &quot;Name&quot; &quot;Value&quot;
</pre> </pre>
</div> </div>
<h2> <h2 id="escape">
Escaped values</h2> Escaped values</h2>
<div> <div>
<p> <p>
@ -780,7 +780,7 @@ FunctionEnd
!insertmacro INSTALLOPTIONS_UNFUNCTION_WRITE_CONVERT !insertmacro INSTALLOPTIONS_UNFUNCTION_WRITE_CONVERT
</pre> </pre>
</div> </div>
<h2> <h2 id="validate">
Input validation</h2> Input validation</h2>
<div> <div>
<p> <p>
@ -798,7 +798,7 @@ Function ValidateCustom
FunctionEnd FunctionEnd
</pre> </pre>
</div> </div>
<h2> <h2 id="dialogreturn">
Return value</h2> Return value</h2>
<div> <div>
After a dialog is created (using display or show), a return value is available:</p> After a dialog is created (using display or show), a return value is available:</p>
@ -816,7 +816,7 @@ FunctionEnd
macro. The return value will be added to the stack, so you can use the Pop command macro. The return value will be added to the stack, so you can use the Pop command
to get it.</p> to get it.</p>
</div> </div>
<h2> <h2 id="reserve">
Reserve files</h2> Reserve files</h2>
<div> <div>
<p> <p>
@ -868,7 +868,7 @@ Function FunctionName ;FunctionName defined with Page command
FunctionEnd FunctionEnd
</pre> </pre>
</div> </div>
<h2> <h2 id="credits">
Credits</h2> Credits</h2>
<div> <div>
<p> <p>
@ -877,7 +877,7 @@ FunctionEnd
DLL version 2 by Amir Szekely, ORTIM, Joost Verburg<br /> DLL version 2 by Amir Szekely, ORTIM, Joost Verburg<br />
New documentation by Joost Verburg</p> New documentation by Joost Verburg</p>
</div> </div>
<h2> <h2 id="license">
License</h2> License</h2>
<div> <div>
<pre> <pre>