diff options
author | Unknown <joe2010xtmf@163.com> | 2014-04-15 15:34:26 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-04-15 15:34:26 -0400 |
commit | 7d656ee2e30dfe28a89ce1b5bc88fc5108d7c9e2 (patch) | |
tree | 6c27c513eb9f6816309ae23c1025cee68e4ac653 | |
parent | d3fc1da8c21c41ebc987f02c3c94540e84e4c0bc (diff) | |
download | gitea-7d656ee2e30dfe28a89ce1b5bc88fc5108d7c9e2.tar.gz gitea-7d656ee2e30dfe28a89ce1b5bc88fc5108d7c9e2.zip |
Update docs
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | README_ZH.md | 2 | ||||
-rw-r--r-- | gogs.go | 2 | ||||
-rw-r--r-- | templates/repo/create.tmpl | 2 |
4 files changed, 5 insertions, 3 deletions
@@ -5,7 +5,7 @@ Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language ![Demo](http://gowalker.org/public/gogs_demo.gif) -##### Current version: 0.2.9 Alpha +##### Current version: 0.3.0 Alpha ### NOTICES diff --git a/README_ZH.md b/README_ZH.md index dca9861ba1..3494876837 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -5,7 +5,7 @@ Gogs(Go Git Service) 是一个由 Go 语言编写的自助 Git 托管服务。 ![Demo](http://gowalker.org/public/gogs_demo.gif) -##### 当前版本:0.2.9 Alpha +##### 当前版本:0.3.0 Alpha ## 开发目的 @@ -19,7 +19,7 @@ import ( // Test that go1.2 tag above is included in builds. main.go refers to this definition. const go12tag = true -const APP_VER = "0.2.9.0414 Alpha" +const APP_VER = "0.3.0.0415 Alpha" func init() { base.AppVer = APP_VER diff --git a/templates/repo/create.tmpl b/templates/repo/create.tmpl index 09467502e0..6da6a93d15 100644 --- a/templates/repo/create.tmpl +++ b/templates/repo/create.tmpl @@ -47,6 +47,8 @@ <option value="">Select a language</option> {{range .LanguageIgns}}<option value="{{.}}">{{.}}</option>{{end}} </select> + <br> + <div>Need more .gitignore? Go <a href="http://www.gitignore.io/">gitignore.io</a>.</div> </div> </div> |