Destroyed Design (markdown)

无闻 2014-04-30 21:09:14 -07:00
parent a05ed5b790
commit 2c582bc5a5

@ -1,25 +0,0 @@
## Requirements
- Web Framework: [github.com/codegangsta/martini](https://github.com/codegangsta/martini)
- UI Framework: [TODC Bootstrap](http://todc.github.io/todc-bootstrap/) + [Font Awesome](http://fontawesome.io/)
- ORM: [github.com/lunny/xorm](https://github.com/lunny/xorm)
- Database Driver: [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) or [github.com/lib/pq](https://github.com/lib/pq) or [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3)
## Directory Structure
- `/conf` - configuration files
- `/content` - global content
- `/gitignore` - .gitignore files for supported languages
- `/license` - license files for supported licenses
- `/models` - business logics
- `/modules` - helper modules
- `/auth` - authorization and forms
- `/avatar` - avatar cache service
- `/base` - base functions and types
- `/cron` - cron tasks
- `/log` - log wrapper of gogits/log
- `/mailer` - mail service
- `/middleware` - custom middlewares
- `public` - static web elements: CSS, JS, images, fonts
- `routers` - controller logics
- `templates` - web templates