Evgeny Muravjev Typograph, http://mdash.ru Authors: Evgeny Muravjev & Alexander Drutsa, (*1)
EMT - Evgeny Muravjev Typograph, (*2)
To build EMT you need php version 5.2 or newer. Suggested way to build typograph is to run builder.php through web-server., (*3)
E.g.: http://localhost/mdash/builder/builder.php, (*4)
Then you will have 3 options: build for php, build for python, build tests for python., (*5)
Resulting files are located on root of the project: EMT.php EMT.py, (*6)
Use tools-php/online.php to test php version of the Typograph., (*7)
tools-php/example.php contains few examples, how to use typograph inside php. tools-py/run.py contains examples, how to use typograph inside python., (*8)
To run tests for php version you should go to the page tools-php/test.php through web-server. On this page you hit start to run all the tests., (*9)
E.g.: http://localhost/mdash/tools-php/test.php, (*10)
To python tests you need first build test set from php version through builder/builder.php, and then run the tests:, (*11)
cd tools-py, (*12)
python test.py, (*13)
Debug EMT, use debug.php This script will show all the rules tat were used, for selected text and show step by step log., (*14)