commit 3b68b652c6877767954459acf10eb46a00872b77 parent af60c67e3d4e02437cad08fb991b6cb3d832bf38 Author: St John Karp <git@stjohnkarp.net> Date: Tue, 30 Oct 2012 12:25:07 -0700 Updated readme Updated readme with language info and link to the online version. Diffstat:
M | readme.md | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/readme.md b/readme.md @@ -1,6 +1,8 @@ Playfair Script Formatter ========================= +The code for Playfair can be run locally on any machine running [SWI-Prolog](http://www.swi-prolog.org/). Prolog does all the grunt-work of parsing and formatting the play as HTML. You can then use [Prince](http://www.princexml.com/) to convert the HTML output into a PDF file. A functional version of Playfair that outputs PDFs can be found on my website at [Playfair Script Formatter](http://stjohnkarp.net/projects/playfair-script-formatter/). + What is the Playfair Script Formatter? --------------------------------------