Add stump of web project.

This commit is contained in:
Jason A. Donenfeld
2011-05-05 20:03:47 -04:00
parent 1928ae585d
commit 8d66a56b91
19 changed files with 8934 additions and 0 deletions

4
web/.htaccess Normal file
View File

@ -0,0 +1,4 @@
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript application/json
<FilesMatch "(Makefile)|(.*\.pyc)">
deny from all
</FilesMatch>