mirror of
https://github.com/gogs/gogs.git
synced 2025-07-13 15:49:30 +00:00
Destroyed Design (markdown)
parent
a05ed5b790
commit
2c582bc5a5
25
Design.md
25
Design.md
@ -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
|
Loading…
x
Reference in New Issue
Block a user