]> git.andy128k.dev Git - ipf-template.git/commit
simplify directory layout
authorAndrey Kutejko <andy128k@gmail.com>
Tue, 30 Jul 2013 21:53:28 +0000 (00:53 +0300)
committerAndrey Kutejko <andy128k@gmail.com>
Tue, 30 Jul 2013 21:53:28 +0000 (00:53 +0300)
commit07bfaa650ebe3aac4a30a85ef982882ff1766496
tree93213cca073a0e45303bf5011c7104ad9bbf7b55
parentd81328dc00c38130ea825d70ea0fcb41c3694ed0
simplify directory layout
21 files changed:
ipf/exception.php [deleted file]
ipf/template.php [deleted file]
ipf/template/compiler.php [deleted file]
ipf/template/context.php [deleted file]
ipf/template/contextvars.php [deleted file]
ipf/template/environment.php [deleted file]
ipf/template/environment/filesystem.php [deleted file]
ipf/template/file.php [deleted file]
ipf/template/modifier.php [deleted file]
ipf/template/safestring.php [deleted file]
ipf/template/string.php [deleted file]
ipf/template/tag.php [deleted file]
lib/compiler.php [new file with mode: 0644]
lib/context.php [new file with mode: 0644]
lib/environment.php [new file with mode: 0644]
lib/environment_filesystem.php [new file with mode: 0644]
lib/exception.php [new file with mode: 0644]
lib/modifier.php [new file with mode: 0644]
lib/safestring.php [new file with mode: 0644]
lib/tag.php [new file with mode: 0644]
lib/template.php [new file with mode: 0644]