Граф коммитов

1 Коммитов

Автор SHA1 Сообщение Дата
Anders Hellerup Madsen e66d765aa1 First version of a django compatible template system. Parser and tokenizer are somewhat usefull.
Text literals and variable tags (TODO: filters and escaping) and variable scoping are implemented.

Template tags implemented:
    For
    If

TODO:
 - parsing and executing is done outside of a scope that djangode can track, which means the server dies on errors instead of reporting 500.
 - implement filters and escaping of variables
 - implement more standard django tags
 - implement more standard django filters
2009-12-09 02:53:28 +01:00