It's called gen-ng-info, and it's in the same directory
(mozilla-org/html/community/) as the data file you run it on and as
developer-forums.html.
It's a Perl script. You can tell this because the first line mentions
Perl. If you run it without parameters, it says:
gerv@otter:community$ perl gen-ng-info
Usage: gen-ng-info [inputfile] > [outputfile]
Which would imply that:
perl gen-ng-info raw-ng-list.txt > temp.html
would do the trick. You then cut and paste the contents of temp.html
into developer-forums.html.
Gerv
I've never run a perl script before; but that line looked like a
something for Cygwin. I tried it in Cygwin, and it worked. Thanks.
My temp.html did end up with some odd line breaks in each h2. For instance:
<h2 id="testing
">Testing
</h2>
I carefully wrote it so that it would work in a DOS box too. :-)
> My temp.html did end up with some odd line breaks in each h2. For instance:
> <h2 id="testing
> ">Testing
> </h2>
No idea.
Gerv