Initial commit: framework and a number of pages
parents
Showing
.gitignore
0 → 100644
.htaccess
0 → 100644
DatabaseAuthenticator.php
0 → 100644
LatteView.php
0 → 100644
Makefile
0 → 100644
archery.mwb
0 → 100644
File added
coffee/forms.coffee
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "archery", | ||
"description": "A small mobile website to save personal archery scores", | ||
"author": { | ||
"name": "Taddeus Kroes" | ||
}, | ||
"require": { | ||
"php": ">= 5.3.7", | ||
"slim/slim": "2.*", | ||
"nette/database": "~2.2.0", | ||
"nette/security": "~2.2.0", | ||
"nette/forms": "~2.2.0", | ||
"latte/latte": "~2.2.0", | ||
"instante/bootstrap-3-renderer": "@dev" | ||
} | ||
} |
config.json
0 → 100644
config.php
0 → 100644
index.php
0 → 100644
populate.php
0 → 100644
routes/common.php
0 → 100644
routes/match.php
0 → 100644
routes/register.php
0 → 100644
routes/user.php
0 → 100644
sass/main.sass
0 → 100644
templates/layout.latte
0 → 100644
templates/login.latte
0 → 100644
templates/match/delete.latte
0 → 100644
templates/match/list.latte
0 → 100644
templates/match/view.latte
0 → 100644
templates/register.latte
0 → 100644
util.php
0 → 100644
watch.sh
0 → 100755
www/index.php
0 → 120000
Please register or sign in to comment