zurb note

This commit is contained in:
Colin Mitchell 2013-06-12 22:00:25 -04:00
parent 9e598798f9
commit 4c43b2fbe5
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ javascript for maximum portability.
## Features
* It runs on PHP using [Slim][slim], which is a nifty lightweight application framework.
* It's built on Zurb Foundation, a great HTML framework.
* It caches requests for faster response times.
* All of the rendering happens in the browser, which means someone could easily write a different backend.
* If the user accesses a binary file, they can download it. If they click on an image, they can see it in the browser.