XML Documentation files?
I've contacted flizebogen and he said that an extra hand is always welcome.
Since then, I have been trying to come up with a better system for writing the NSIS documentation than Halibut (which is good, but could be more advanced).
I tought about using XML files for the data and let a XSLT-file do the styling. That can then be compiled by an XSLT-compiler, like the freeware program
Saxon.
I have made an example page of the File instruction. The XML file is rather simple, but the stylesheet does the style, so the stylesheet is the complicated thing.
The document now looks like a combination of the Visual Basic helpfiles and the C#.net helpfiles, but this can be changed to anything someone would desire.
I can't post the sample html here now, since I'm not at my own computer, but I will do it in a few days (propably tonight (GMT 11:00), else tomorrow).
Please reply if you like this XML idea or not. KiCHiK told us many times that the documentation should be as easy update-able as possible, and I think that XML is the only solution that doesn't require much work, but is complex enough to provide the nescessary markup.