Developer Center: Difference between revisions
(Added new category: Category:Help. Removed Category:Minor Issues as it's part of the help category.) |
(whitespace) |
||
(18 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
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. | |||
[[Image:Code.png|left]] '''[[:Category:Code_Examples|Code Examples]]''' | |||
Examples of how to implement installer actions. | |||
<br style="clear:both" /> | |||
[[Image:IDE.png|left]] '''[[: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. | |||
< | <br style="clear:both" /> | ||
< | |||
< | [[Image:Functions.png|left]] '''[[:Category:Functions_&_Macros|Functions & Macros]]''' | ||
[[ | |||
[[ | Functions usually perform one specific task, like comparing a version number or searching for a text. | ||
[[ | |||
[[ | <br style="clear:both" /> | ||
[[ | |||
[[ | [[Image:Graphics.png|left]] '''[[:Category:Graphics_and_UIs|Graphics and UIs]]''' | ||
[[ | |||
Icons, wizard and header images and complete custom wizard interfaces. | |||
<br style="clear:both" /> | |||
[[Image:Help.png|left]] '''[[:Category:Help|NSIS Help & FAQ]]''' | |||
Additional NSIS help including a list of frequently asked questions (FAQ). | |||
<br style="clear:both" /> | |||
[[Image:Plugin.png|left]] '''[[: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. | |||
<br style="clear:both" /> | |||
[[Image:World.png|left]] '''[[:Category:Real_World_Installers|Real World Installers]]''' | |||
Examples of complete installers that have been used to distribute real applications. | |||
<br style="clear:both" /> | |||
[[Image:Software.png|left]] '''[[:Category:Related_Software|Related Software]]''' | |||
NSIS-related software like script generators and converters. | |||
<br style="clear:both" /> | |||
[[Image:Tutorials.png|left]] '''[[:Category:Tutorials|Tutorials]]''' | |||
Step-by-step guides that explain NSIS features. | |||
<br style="clear:both" /> | |||
[[Image:List.png|left]] '''[[List_of_all_pages_in_NSIS_repository|List of all Pages in the Developer Center]]''' |
Latest revision as of 15:02, 11 June 2006
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.
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.