Developer Center: Difference between revisions
(Development Center > Developer Center) |
(descriptions of categories) |
||
Line 1: | Line 1: | ||
== Welcome to the NSIS Developer Center - the repository of NSIS information == | |||
Welcome to the NSIS Developer Center - the repository of NSIS information | |||
This is the place where NSIS users can find and share script code, examples, plug-ins, tutorials, software, graphics and everything else that's related to NSIS. Any user can add or update information. The [[NSIS Wiki:Sandbox|sandbox]] can be used for editing experiments. | |||
This is the place where NSIS users can find and share script code, examples, plug-ins, tutorials, software, graphics and everything else that's related to NSIS. Any user can add or update information. The [[NSIS Wiki:Sandbox|sandbox]] can be used for editing experiments. | |||
---- | |||
The information is grouped in several categories: | |||
[[:Category:Code_Examples|Code Examples]] | '''[[:Category:Code_Examples|Code Examples]]''' | ||
Examples of how to implement installer actions. | |||
'''[[:Category:Development_Environments|Development Environments]]''' | |||
Applications to edit and compile NSIS scripts is a convient way, with features like syntax highlighting, code folding and outlide view. Most development environments also include a dialog designer to create custom pages. | |||
[[:Category: | '''[[:Category:Functions_&_Macros|Functions & Macros]]''' | ||
[[ | Functions usually perform one specific task, like comparing a version number or searching for a text. | ||
[[ | |||
[[ | '''[[:Category:Graphics_and_UIs|Graphics and UIs]]''' | ||
[[ | |||
[[ | Icons, wizard and header images and complete custom wizard interfaces. | ||
[[ | |||
'''[[:Category:Help|Help (NSIS)]]''' | |||
Additional NSIS help including a list of frequently asked questions (FAQ). | |||
'''[[:Category:Plugins|Plug-ins]]''' | |||
Plug-ins add new features that can be called from NSIS scripts, such as file downloading, XML file parsing and a lot more. | |||
'''[[:Category:Real_World_Installers|Real World Installers]]''' | |||
Examples of complete installers that have been used to distribute real applications. | |||
'''[[:Category:Related_Software|Related Software]]''' | |||
NSIS-related software like script generators and converters. | |||
'''[[:Category:Tutorials|Tutorials]]''' | |||
Step-by-step guides that explain NSIS features. |
Revision as of 16:35, 10 June 2006
Welcome to the NSIS Developer Center - the repository of NSIS information
This is the place where NSIS users can find and share script code, examples, plug-ins, tutorials, software, graphics and everything else that's related to NSIS. Any user can add or update information. The sandbox can be used for editing experiments.
The information is grouped in several categories:
Examples of how to implement installer actions.
Applications to edit and compile NSIS scripts is a convient way, with features like syntax highlighting, code folding and outlide view. Most development environments also include a dialog designer to create custom pages.
Functions usually perform one specific task, like comparing a version number or searching for a text.
Icons, wizard and header images and complete custom wizard interfaces.
Additional NSIS help including a list of frequently asked questions (FAQ).
Plug-ins add new features that can be called from NSIS scripts, such as file downloading, XML file parsing and a lot more.
Examples of complete installers that have been used to distribute real applications.
NSIS-related software like script generators and converters.
Step-by-step guides that explain NSIS features.