I make my self NSIS documentations in HTML Help format. If you want to download visit:
I'm sorry about my English.
My NSIS Documentations in HTML Help
8 posts
Cool! If you want to finish it (Instruction documentation) and update it with 1.90, I will include it with NSIS for you 🙂
-Justin
-Justin
Cool!
cool documentation.
What's program do you use to make it?
Fabrizio
cool documentation.
What's program do you use to make it?
Fabrizio
Nice
Well done. I like the layout. Very easy to navigate.
Well done. I like the layout. Very easy to navigate.
Sanface-
The Program he used (I believe) is called HTML Help. You can get it here: http://msdn.microsoft.com/library/de...asp?frame=true
ENJOY!!
-Duane
The Program he used (I believe) is called HTML Help. You can get it here: http://msdn.microsoft.com/library/de...asp?frame=true
ENJOY!!
-Duane
Q: NSIS Documentation
Hello,
Your work is great.
We're not HTML Help expert and we'd like to understand more about this package.
Do you think it's possible to have a new distribution with inside also the sources?
I think every developer use NSIS is interested to make the documentation for his softwares using HTML Help.
Thanks
Your work is great.
Fabrizio
Hello,
Your work is great.
We're not HTML Help expert and we'd like to understand more about this package.
Do you think it's possible to have a new distribution with inside also the sources?
I think every developer use NSIS is interested to make the documentation for his softwares using HTML Help.
Thanks
Your work is great.
Fabrizio
Re: Q: NSIS Documentation
HTML Help is basically just taking a set of HTML pages and adding a contents page to it.
The compiler you need is freely downloadable from Microsoft and apart from some quirks is quite good.
My PPWIZARD download "OL_DOC.DH" helps you to create Windows Compiled Help files that can be compiled and to simply include sample code into html pages etc. It can help do tooltips and automatic tagging of example code etc, for example (see the example in):
The example code was simply included the tagging to handle angle brackets as well as the tooltips and hypertext links was done automatically..
Bye
Dennis
Originally posted by sanfaceJust to make it obvious I did not write the HTML HELP doco you are talking about but I do create large approx 2 meg html manual and html help version of this (as well as OS/2 IPF).
We're not HTML Help expert and we'd like to understand more about this package.
Do you think it's possible to have a new distribution with inside also the sources?
I think every developer use NSIS is interested to make the documentation for his softwares using HTML Help.
Fabrizio [/B]
HTML Help is basically just taking a set of HTML pages and adding a contents page to it.
The compiler you need is freely downloadable from Microsoft and apart from some quirks is quite good.
My PPWIZARD download "OL_DOC.DH" helps you to create Windows Compiled Help files that can be compiled and to simply include sample code into html pages etc. It can help do tooltips and automatic tagging of example code etc, for example (see the example in):
The example code was simply included the tagging to handle angle brackets as well as the tooltips and hypertext links was done automatically..
Bye
Dennis
yeah, excellent work 😉