From 640a2595ac893aecf3157479f5c8779fae458dca Mon Sep 17 00:00:00 2001 From: skef <6175836+skef@users.noreply.github.com> Date: Tue, 15 Aug 2023 14:44:14 -0700 Subject: [PATCH] Add note about repository retirement (#402) --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 21582d5c4..fc7c8326e 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,23 @@ [![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/adobe-type-tools/psautohint.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/adobe-type-tools/psautohint/context:python) [![Total alerts](https://img.shields.io/lgtm/alerts/g/adobe-type-tools/psautohint.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/adobe-type-tools/psautohint/alerts/) +Important Note: `otfautohint` +============================= + +This repository is now **retired**. We have added a python port of its code to +version 4.0.0 of [AFDKO](https://github.com/adobe-type-tools/afdko) (to be +released shortly, prerelease [here](https://github.com/adobe-type-tools/afdko/releases/tag/4.0.0a0)). There is more information +[here](https://github.com/adobe-type-tools/afdko/blob/develop/docs/otfautohint_Notes.md). +The new tool can be called from the command line as `otfautohint`, allowing it +and `psautohint` to be used at the same time during a transition period. Please switch to +`otfautohint` and file any new issues or PRs against that tool. + +(`psautohint` was split off from `AFDKO` a number of years ago for technical reasons having +to do with code organization. The Python port resolves those issues so we are adding it +back into AFDKO to simplify distribution of our tools.) + PSAutoHint -========== +---------- A standalone version of [AFDKO](https://github.com/adobe-type-tools/afdko)’s autohinter.