diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-17 14:03:58 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-17 14:03:58 -0400 |
commit | e51afe4621cfbc8380994c818981f42a097e3ec5 (patch) | |
tree | 74e26a6c8fa60ab82f9f1e791693cd178adc5a10 /README.md | |
parent | 9d3b003add6bee6cb23cbac5d32f6fb3d4fd50cb (diff) | |
download | gitea-e51afe4621cfbc8380994c818981f42a097e3ec5.tar.gz gitea-e51afe4621cfbc8380994c818981f42a097e3ec5.zip |
Add postgres support, clean code, code review
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -13,7 +13,8 @@ There are some very good products in this category such as [gitlab](http://gitla ## Overview -Please see [Wiki](https://github.com/gogits/gogs/wiki) for project design, develop specification, change log and road map. +- Please see [Wiki](https://github.com/gogits/gogs/wiki) for project design, develop specification, change log and road map. +- See [Trello Broad](https://trello.com/b/uxAoeLUl/gogs-go-git-service) to follow the develop team. ## Features @@ -24,6 +25,7 @@ Please see [Wiki](https://github.com/gogits/gogs/wiki) for project design, devel - User profile page. - Repository viewer. - Gravatar support. +- Supports MySQL and PostgreSQL. ## Installation @@ -40,4 +42,4 @@ There are two ways to install Gogs: ## Contributors -This project was launched by [Unknown](https://github.com/Unknwon), [lunny](https://github.com/lunny) and [fuxiaohei](https://github.com/fuxiaohei). See [contributors page](https://github.com/gogits/gogs/graphs/contributors) for full list of contributors.
\ No newline at end of file +This project was launched by [Unknown](https://github.com/Unknwon) and [lunny](https://github.com/lunny); [fuxiaohei](https://github.com/fuxiaohei) and [slene](https://github.com/slene) joined the team soon after. See [contributors page](https://github.com/gogits/gogs/graphs/contributors) for full list of contributors.
\ No newline at end of file |