Talk to the GNUWin II Team
imevil writes "GNUWin II is a collection of Free Software for Windows, and it also includes articles about Free Software and explanation pages. It is multilingual (it was born as a Swiss product). You can browse the CD online or download the ISO from one of our mirrors. The GNUWin II team is ready to answer to your questions, about GNUWin II, and also about GNU Generation, the student association at the Swiss Federal Institute of Technology of Lausanne who gave birth to the GNUWin project."
What was the hardest aspect of producing the GNUWin II CD? Was it selecting the software? Was it making sure the software worked okay (ie, were there any major portings issues, and if so, how much work did you have to do vs. how much did the developer do). Was it something else entirely?
Also, what criteria did you use to select the software? Did you consider which applications had a UI that Windows users would find more comfortable? Did you consider any programs that you weren't able to get running under Windows?
BTW, best of luck with the project. My father has been using the Win32 port of the GIMP for about two years now and loves it! As I type, he's (ab)using his work's net connection to d/l the ISOs.
This sig intentionally left bla... dammit!
Who's got the whiteout?
Windows is pretty easy to live with as it is.
I guess it depends on your paradigm... command-line commandos don't like the GUI's insulation, while GUI geeks hate remembering a bunch of bizarre program names.
Unless I'm missing the point - the only real failing of Win32 is that a lot of stuff can't be scripted because of the lack of a CLI. Does GNUWIN allow for some of this? Does it have hooks into system admin programs on Win32?
Do you have, or would you consider adding, a voluntary popularity rating system for the programs on your CD? I'm thinking of the likes of the debian popularity-contest which tracks which programs are installed (and how often they're used I think) to decide what programs should be included on which CD of their release. It would also help for the Linux (BSD, any other FreeOS you care to name) community as they could see which programs Windows people like and therefore can help most in bringing them across from Win to Lin.
Never underestimate the dark side of the Source
I use Cygwin all the time at work because I don't have the option of installing Linux. It is pretty dang convenient for a lot of things, especially little bash 1-liners for doing bulk file renaming and such. Consider:
$ for i in *.ps; do ps2pdf.bat $i; done
$ for i in *.pdf; do mv $i form_${i%.pdf}-031015.pdf; done
If you have a hundred or so files which you want to rename or prepend things or change the suffix, for instance, it is a slick way to do it rather than clicking away for hours.
Likewise, you can use awk to do some pretty nifty tricks with large text files.
And finally, I don't rate to get a copy of Visual Studio, so if I want to write a little program for some reason then Cygwin's g++ is my only option, or the GNAT Ada95 compiler in GNUWin (I have it installed as well). These GNUWinII programs are more GUI-style programs which really Cygwin is mainly command-line based. I can't get by without Gimp and I have been using the GNUWin version for a couple years at work now.
Clickety Click