dion 2004/07/04 22:40:00
Modified: nsis/xdocs index.xml
Log:
Add other docs to index
Revision Changes Path
1.4 +16 -1 maven-plugins/nsis/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/maven-plugins/nsis/xdocs/index.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- index.xml 2 Jul 2004 08:13:07 -0000 1.3
+++ index.xml 5 Jul 2004 05:39:59 -0000 1.4
@@ -27,9 +27,18 @@
<body>
<section name="Maven NSIS Plug-in">
<subsection name="Overview of the Maven NSIS Plugin Reference Documentation">
- <p>This plugin is used to generate Win32 installer programs using NSIS</p>
+ <p>
+ This plugin is used to generate Win32 installer programs using
+ <a href="http://nsis.sourceforge.net">NSIS</a>.
+ </p>
<table>
<tr><th>Document</th><th>Description</th></tr>
+ <tr><td><a href="process.html">How it works</a></td>
+ <td>
+ This describes the process of using this plugin to create an
+ installation program.
+ </td>
+ </tr>
<tr><td><a href="properties.html">Properties</a></td>
<td>
The behavior of this plugin can be altered via
@@ -41,6 +50,12 @@
<td>
This plugin provides goals to help in building the installer. This
document describes each goal available.
+ </td>
+ </tr>
+ <tr><td><a href="customizing.html">Customizing the installer</a></td>
+ <td>
+ This describes the ways you can customize the generated installer,
+ e.g. creating shortcuts, add environment variables etc.
</td>
</tr>
</table>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]