From c47ac356ab7104a071fdabb1548b525c7e12fa9d Mon Sep 17 00:00:00 2001 From: Hassan Khan Date: Sun, 26 Jan 2014 21:59:14 +0000 Subject: [PATCH] Updated README.md and TODO.md --- README.md | 4 ++++ TODO.md | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad4e077..9caa2de 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,10 @@ All pull requests should ideally be accompanied by passing unit tests and comple Zepto is created and maintained by [Hassan Khan](http://hassankhan.me). +## Credits + +Clearly a lot of help from [Slim](), as is apparent from the source code. This also would not have been possible without [Pico](), [Parsedown]() and many others. This project would not be available without the efforts of open-source PHP community. + ## License Zepto is released under the MIT public license. diff --git a/TODO.md b/TODO.md index eb10591..f690e35 100644 --- a/TODO.md +++ b/TODO.md @@ -32,9 +32,12 @@ To-Do ## Tests - Write MORE unit tests + - Add @dataProvider to ConsoleTest - Maybe get some benchmarks up? +- Add support for HHVM ## Miscellanea - Move ``index.php`` to ``public`` folder +- Add support for environments ``[production|dev]`` - Check for PHP version and use newer functions where available -- Create a CLI-type tool for initial setup +- Create a CLI-type tool for initial setup [IN PROGRESS]