added Doc directory and initial hmtl doc file. Still pretty much empty...
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@14 4cde692c-a291-49d1-8350-778aa11640f8
diff --git a/Doc/index.html b/Doc/index.html
new file mode 100644
index 0000000..c4ba99c
--- /dev/null
+++ b/Doc/index.html
@@ -0,0 +1,47 @@
+<HTML>
+<HEAD>
+
+<TITLE>FontTools</TITLE>
+
+
+</HEAD>
+<BODY bgcolor="#FFFFFF">
+
+<H1>FontTools</H1>
+
+Introduction
+
+<P>
+<H3>GUI Tools</H3>
+TTX
+<P>
+<H3>Command line tools</H3>
+
+<UL TYPE=DISC>
+ <LI>tt2xml
+ <LI>xml2tt
+</UL>
+
+<P>
+<H3>The library</H3>
+
+Cross-platform
+<UL TYPE=DISC>
+ <LI>fontTools.t1Lib
+ <LI>fontTools.ttLib
+ <LI>fontTools.afmLib
+ <LI>fontTools.cffLib
+ <LI>fontTools.unicode
+ <LI>fontTools.agl
+</UL>
+
+Mac-specific
+<UL TYPE=DISC>
+ <LI>fontTools.fondLib
+ <LI>fontTools.nfntLib
+</UL>
+
+<P>
+
+</BODY>
+</HTML>