From a93aebdd7e73b2ce3b1b0c829b3089281b199002 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 10 Nov 2016 11:38:00 +0100 Subject: [PATCH] Add some information and links, to have some context.. --- content/index.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/content/index.md b/content/index.md index 7a59ade..5d0091c 100644 --- a/content/index.md +++ b/content/index.md @@ -6,4 +6,16 @@ weight: 10 type: "index" --- -# Website +# Gitea - Git with a cup of tea + +Gitea is a community managed fork of [Gogs](http://gogs.io), +lightweight code hosting solution written in [Go](https://golang.org/) +and published under the [MIT](https://github.com/gogits/gogs/blob/master/LICENSE) +license. + +Code of Gitea is currently hosted on +[GitHub](https://github.com/go-gitea/). + +At the time of writing, there are no official Gitea release yet, but +we're working hard to get to 1.0.0 in a way that would allow +seamless upgrades of existing Gogs deploys.