=== removed file 'README' --- README 2013-08-14 21:29:03 +0000 +++ README 1970-01-01 00:00:00 +0000 @@ -1,15 +0,0 @@ -Awk to Awk Templates; compiles interleaved awk and text into pure posix awk -code. - -This is my first attempt to create jinja2-like templates in awk. -(but it really works more like cheetah) - -Since proper solution for custom extensible tags would be quite complex, I -went for generating awk code from the template and then postprocessing it with -sed in place of proper macro support. This should be enough for generating -system configuration files. - -The syntax feels quite ugly since the inner workings don't match jinja2 at -all, so I might end up changing it. - -To test it out run: ./bin/aat hello.aat