]> source.dussan.org Git - gitea.git/commitdiff
Mirror fix
authorUnknown <joe2010xtmf@163.com>
Sat, 15 Mar 2014 14:29:18 +0000 (10:29 -0400)
committerUnknown <joe2010xtmf@163.com>
Sat, 15 Mar 2014 14:29:18 +0000 (10:29 -0400)
README.md
templates/user/dashboard.tmpl
templates/user/profile.tmpl

index dd95e90d6fa174abd2f08120097ccd70b59979eb..526cc501b2be4859af9cbb0ecc933e00a59fae1e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,7 +1,9 @@
 Gogs - Go Git Service [![wercker status](https://app.wercker.com/status/ad0bdb0bc450ac6f09bc56b9640a50aa/s/ "wercker status")](https://app.wercker.com/project/bykey/ad0bdb0bc450ac6f09bc56b9640a50aa) [![Go Walker](http://gowalker.org/api/v1/badge)](https://gowalker.org/github.com/gogits/gogs)
 =====================
 
-Gogs(Go Git Service) is a GitHub-like clone in the Go Programming Language, it currently supports Linux and Max OS X, but Windows has **NOT** supported yet due to installation problem with [libgit2](http://libgit2.github.com/) in Windows.
+Gogs(Go Git Service) is a GitHub-like clone in the Go Programming Language.
+
+Since we choose to use pure Go implmentation of Git manipulation, Gogs certainly supports **ALL platforms**  that Go supports, including Linux, Max OS X, and Windows with **ZERO** dependency.
 
 ##### Current version: 0.0.8 Alpha
 
index 14b34515621d928da4afc2cd2a9bda0ef5030b39..306c3bc15d065a56ae85b16c26da9fc37ca89bf2 100644 (file)
@@ -22,7 +22,7 @@
                 <span class="clearfix"></span>
             </li>
         {{else}}
-            <li>Not any activity yet.</li>
+            <li>No any activity yet.</li>
         {{end}}
         </ul>
     </div>
index f2bb984b318d01e521467795d4a218ed9ad4d206..944445201282b7df839c10e9e0278445709884cc 100644 (file)
@@ -39,7 +39,7 @@
                         <span class="clearfix"></span>
                     </li>
                 {{else}}
-                    <li>Not any public activity yet.</li>
+                    <li>No any public activity yet.</li>
                 {{end}}
                 </ul>
             </div>