diff --git a/Doc/index.html b/Doc/index.html index ac2dee2c7..92b2d5b96 100644 --- a/Doc/index.html +++ b/Doc/index.html @@ -51,7 +51,7 @@ You need the following software to use FontTools:
Windows: grab the "Numeric-*.exe" archive, it's an installer. Make sure the
Python version in the archive name (eg. "2.1") matches the Python version you have.
Linux/Un*x: get a source archive and run this command from the unpacked directory:
-
python ./setup.py install
+
python setup.py install
For MacOS there's a small application called TTX. If you drop a TrueType file -onto it, it will convert it to XML. If you drop an XML file onto it, it will -convert it back to TrueType. Please read the additional README file in the Mac -subdirectory, since it behaves quite differently than the command line programs -described below. - -
For Unix and DOS I've provided two command line programs: +
For Unix and DOS there are three command line programs:
For MacOS there's a application called TTX. If you drop a TrueType +file onto it, it will convert it to XML. If you drop an XML file onto +it, it will convert it back to TrueType. Please read the additional +README file in the Mac subdirectory, since it behaves quite differently +than the command line programs described below.
Adam Twardoch contributed a Windows registry script (ttx_shellext_win32.py) which makes the two above tools available under the Right Mouse Button. I haven't tested @@ -137,17 +138,6 @@ page. Let me know if you'd like to become a co-developer. Sorry, documentation beyond doc strings in the source code is still on my to-do list... Below follows a brief overview of what's there. - -
-