Fixed some typos

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3739 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
flizebogen 2004-10-19 17:51:21 +00:00
parent b2556bb9bd
commit ffe2399241
3 changed files with 7 additions and 7 deletions

View file

@ -18,7 +18,7 @@ Even with all these features, NSIS is still the smallest installer system availa
\\<b\\>Small overhead size\\</b\\>
NSIS is created to be small, fast and and efficient. While other installers often add hundreds of kilobytes or several megeabytes to your installer data, a full featured NSIS installer has an overhead of only 34 KB.
NSIS is created to be small, fast and and efficient. While other installers often add hundreds of kilobytes or several megabytes to your installer data, a full featured NSIS installer has an overhead of only 34 KB.
\\<b\\>Compatible with all major Windows versions\\</b\\>
@ -30,7 +30,7 @@ You can choose between three different integrated compression method (ZLib, BZip
\\<b\\>Script based\\</b\\>
Unlike other systems that can only generate installers based on a list of files and registry keys, NSIS has a powerful scripting language. This script language is designed for installers and has command that help you to perform many installation tasks. You can easily add custom logic and handle different upgrades, version checks and more.
Unlike other systems that can only generate installers based on a list of files and registry keys, NSIS has a powerful scripting language. This script language is designed for installers and has commands that help you to perform many installation tasks. You can easily add custom logic and handle different upgrades, version checks and more. On the \W{http://nsis.sourceforge.net/nsisarchive/}{NSIS Archive Page} you can find a lot more.
\\<b\\>Multiple languages in one installer\\</b\\>
@ -38,7 +38,7 @@ One installer can support multiple interface languages. More than 40 translation
\\<b\\>Many features and checks for the target system\\</b\\>
The script langauge provides commands you can use on the target system. From simple features like folder creation and registry editing to text/binary file modification, modification of environment variables and system reboots. Using provided plug-ins you can even use Windows API.
The script language provides commands you can use on the target system. From simple features like folder creation and registry editing to text/binary file modification, modification of environment variables and system reboots. Using provided plug-ins you can even use Windows API.
\\<b\\>Custom dialogs and interfaces\\</b\\>
@ -46,7 +46,7 @@ You can create custom wizard pages to get user input or integrate configuration
\\<b\\>Plug-in system\\</b\\>
NSIS can be extended with plug-in that can communicate with the installer. They can be written in C, C++, Delphi or another language and can be used to perform installation tasks or extend the installer interface. You can use the plug-in with a single line of script code. Plug-ins can also be compressed like other installation data and will only be included when you are using the provided features.
NSIS can be extended with plug-ins that can communicate with the installer. They can be written in C, C++, Delphi or another language and can be used to perform installation tasks or extend the installer interface. You can use the plug-in with a single line of script code. Plug-ins can also be compressed like other installation data and will only be included when you are using the provided features.
\\<b\\>Support for web installation, file patching\\</b\\>
@ -54,7 +54,7 @@ The NSIS distribution includes a set of plug-ins that allow you to download file
\\<b\\>Project integration, different releases and automatic builds\\</b\\>
The NSIS compiler features a powerful preprocessor. This allows you to easily integrate multiple projects into a single installer or automatically generate installer builds. You can also generate different releases such a lite and full version.
The NSIS compiler features a powerful preprocessor. This allows you to easily integrate multiple projects into a single installer or automatically generate installer builds. You can also generate different releases such as lite and full version.
\\<b\\>Easy and human readable file formats\\</b\\>

View file

@ -170,7 +170,7 @@ It it also possible to compile Windows installer on Linux, BSD or Mac OS X serve
\H{tutmodernui} Modern UI
A popular user interface for NSIS is the Modern User Interface, it has an interface like the wizards of recent Windows versions. The Modern UI is not only a customized resource file, it has a lots of new interface elements. It features a white header to describe the current step, a description area on the component page, a welcome page, a finish page that allows the user to run the application or reboot the system and more.
A popular user interface for NSIS is the Modern User Interface. It has an interface like the wizards of recent Windows versions. The Modern UI is not only a customized resource file, it has a lots of new interface elements. It features a white header to describe the current step, a description area on the component page, a welcome page, a finish page that allows the user to run the application or reboot the system and more.
For more information, check the \L{../Contrib/Modern UI/Readme.html}{Modern UI Readme} and the \L{../Examples/Modern UI}{Modern UI Examples}.

View file

@ -385,7 +385,7 @@
\c Exch $R0
\c FunctionEnd
\H{connectinternet} Connect to the internet
\H{connectinternet} Connect to the Internet
\c ; ConnectInternet (uses Dialer plugin)
\c ; Written by Joost Verburg