From 380360814b3da71c0e1b79a3ee52c685ded6d014 Mon Sep 17 00:00:00 2001 From: Samyak Bhuta Date: Wed, 13 Nov 2013 18:57:21 +0530 Subject: [PATCH 1/4] README in markdown format. - Reformatted the text - Added sections and links - Original greetings and author details kept intact. --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..89baafec7 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +### Quick start + +```python setup.py install``` + +From your command line type the above command to get fontools installed on your system. + +### Installation + +See [install.txt](https://github.com/behdad/fonttools/blob/master/Doc/install.txt) in the 'Doc' subdirectory for instructions on how to build and install TTX/FontTools from the sources. + + +### Documentation + +#### What is TTX ? + +See [documentation.html](https://github.com/behdad/fonttools/blob/master/Doc/documentation.html) in the "Doc" subdirectory for TTX usage instructions and information about the TTX file format. + + +### License + +See "LICENSE.txt" for licensing information. + + + +Have fun! + +Just van Rossum From bbcb1d5a49c23ba02b2b5567122c63140c1a3e76 Mon Sep 17 00:00:00 2001 From: Samyak Bhuta Date: Wed, 13 Nov 2013 19:04:15 +0530 Subject: [PATCH 2/4] Updated README. Added 'community' section. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 89baafec7..90299b6aa 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ See [install.txt](https://github.com/behdad/fonttools/blob/master/Doc/install.tx See [documentation.html](https://github.com/behdad/fonttools/blob/master/Doc/documentation.html) in the "Doc" subdirectory for TTX usage instructions and information about the TTX file format. +### Community +* https://groups.google.com/d/forum/fonttools ### License From dc9b87e34297203e9f64dbeb6afe2ff59c74f0e0 Mon Sep 17 00:00:00 2001 From: Samyak Bhuta Date: Wed, 13 Nov 2013 19:12:32 +0530 Subject: [PATCH 3/4] Updated README.md - Add project discription from original fontforge repository as citation. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 90299b6aa..c2f7d0c73 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +### What it is ? + +Quoting from [TTX/FontTools Sourceforge Project](http://sourceforge.net/projects/fonttools/) +> a tool to convert OpenType and TrueType fonts to and from XML. FontTools is a library for manipulating fonts, written in Python. It supports TrueType, OpenType, AFM and to an extent Type 1 and some Mac-specific formats. + ### Quick start ```python setup.py install``` From 77219e595c88659a62d74293958e626011b8c4fe Mon Sep 17 00:00:00 2001 From: Samyak Bhuta Date: Wed, 13 Nov 2013 19:24:21 +0530 Subject: [PATCH 4/4] Removed README.txt. --- README.txt | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 README.txt diff --git a/README.txt b/README.txt deleted file mode 100644 index 019a547fa..000000000 --- a/README.txt +++ /dev/null @@ -1,13 +0,0 @@ -See the file "documentation.html" in the "Doc" subdirectory for TTX -usage instructions and information about the TTX file format. - -See the file "install.txt" in the "Doc" subdirectory for instructions -how to build and install TTX/FontTools from the sources. - -Quick start: run python setup.py install from the command line. - -See the file "LICENSE.txt" for licensing info. - -Have fun! - -Just van Rossum