Archive: Sourceforge NSIS Doubt ...


Sourceforge NSIS Doubt ...
Hi NSIS Developers,
I have a sourceforge project and use NSIS for packing my projects thanks for this wonderful installer... I had a look at http://nsis.sourceforge.net/changelog.php. This feature will be helpful for my project too.. How to export the cvs change log information to a webpage can Someone give me guidelines so that I can implement for my sourceforge project ?.. By the way have a look at AnyEdit at www.anyedit.org and http://sourceforge.net/projects/anyedit for a look at my project ..

Regards,
Deepak


You will need:

/home/groups/n/ns/nsis/htdocs/changelog.php
/home/groups/n/ns/nsis/bin/cl.sh
/home/groups/n/ns/nsis/bin/cvs2cl.pl
/home/groups/n/ns/nsis/bin/user.map

You will have to change cl.sh, user.map, and the interface in changelog.php.


Also note that we have severly hacked cvs2cl.pl. Many of its features/options probably do not work anymore. And we probably hardcoded some urls in it.