mirror of
https://github.com/gogs/gogs.git
synced 2025-07-14 08:09:27 +00:00
Updated Design (markdown)
parent
a5646fbae2
commit
4089ef15df
@ -3,14 +3,14 @@
|
|||||||
- Web Framework: [github.com/codegangsta/martini](https://github.com/codegangsta/martini)
|
- Web Framework: [github.com/codegangsta/martini](https://github.com/codegangsta/martini)
|
||||||
- UI Framework: [TODC Bootstrap](http://todc.github.io/todc-bootstrap/)
|
- UI Framework: [TODC Bootstrap](http://todc.github.io/todc-bootstrap/)
|
||||||
- ORM: [github.com/lunny/xorm](https://github.com/lunny/xorm)
|
- 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)
|
- Database Driver: [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) + [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) + [github.com/lib/pq](https://github.com/lib/pq)
|
||||||
- Git Binding: [github.com/libgit2/git2go](https://github.com/libgit2/git2go)
|
- Git Binding: [github.com/libgit2/git2go](https://github.com/libgit2/git2go)
|
||||||
|
|
||||||
## Directory Structure
|
## Directory Structure
|
||||||
|
|
||||||
- conf - configuration files
|
- conf - configuration files
|
||||||
- models - business logics
|
- models - business logics
|
||||||
- public - static web elements: CSS, JS, images
|
- public - static web elements: CSS, JS, images, fonts
|
||||||
- routers - controller logics
|
- routers - controller logics
|
||||||
- templates - web templates
|
- templates - web templates
|
||||||
- utils - helper functions and methods
|
- utils - helper functions and methods
|
||||||
|
Loading…
x
Reference in New Issue
Block a user