From 2c582bc5a53563b3c7a1ee789998c34f13173678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=A0=E9=97=BB?= Date: Wed, 30 Apr 2014 21:09:14 -0700 Subject: [PATCH] Destroyed Design (markdown) --- Design.md | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 Design.md diff --git a/Design.md b/Design.md deleted file mode 100644 index 5cb4b35..0000000 --- a/Design.md +++ /dev/null @@ -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