In reply to Make EOT:s:
I built and ran the tool, it's slightly more complicated than the wiki page implies. The tools are java tools so you'll need to run a Java build step first.
- Check out the source
- Build the tools
- Test the build
- Build EOT font
- Build WOFF font
svn checkout http://sfntly.googlecode.com/svn/trunk/ sfntly
cd sfntly/java ant
... lots of stuff builds ...
cd dist/tools/sfnttool java -jar sfnttool.jar --help
java -jar sfnttool.jar -e -x MyFont.ttf MyFont.eot
java -jar sfnttool.jar -w MyFont.ttf MyFont.woff
Under OSX 10.6 this was pretty simple, I think all the tools (ant, java) should be available with the default OS install. On Windows, well, good luck and godspeed.