From b3ac0deca9965dde1c2d3205d79dd655f954d037 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Sat, 25 Mar 2023 14:44:56 +0800 Subject: [PATCH 1/3] Make the intro more acculate --- docs/content/page/index.en-us.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/page/index.en-us.md b/docs/content/page/index.en-us.md index 60e50efad38c7..b0c562f8eb927 100644 --- a/docs/content/page/index.en-us.md +++ b/docs/content/page/index.en-us.md @@ -10,8 +10,8 @@ draft: false # What is Gitea? -Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket, and GitLab. -Gitea is a fork of [Gogs](http://gogs.io). See the [Gitea Announcement](https://blog.gitea.io/2016/12/welcome-to-gitea/) +Gitea is a painless self-hosted DevOps service. It is similar to GitHub, Bitbucket or GitLab. +Gitea was forked from [Gogs](http://gogs.io) as beginning and almost all the code have been changed. See the [Gitea Announcement](https://blog.gitea.io/2016/12/welcome-to-gitea/) blog post to read about the justification for a fork. ## Purpose From 374d350cd392c14601e77bc11a452f4ee718d24e Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Sat, 25 Mar 2023 15:34:11 +0800 Subject: [PATCH 2/3] Update docs/content/page/index.en-us.md Co-authored-by: wxiaoguang --- docs/content/page/index.en-us.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/page/index.en-us.md b/docs/content/page/index.en-us.md index b0c562f8eb927..f57380d5a51b5 100644 --- a/docs/content/page/index.en-us.md +++ b/docs/content/page/index.en-us.md @@ -10,7 +10,7 @@ draft: false # What is Gitea? -Gitea is a painless self-hosted DevOps service. It is similar to GitHub, Bitbucket or GitLab. +Gitea is a painless self-hosted all-in-one software development service, it includes Git hosting, code review, team collaboration, package registry and CI/CD. It is similar to GitHub, Bitbucket and GitLab. Gitea was forked from [Gogs](http://gogs.io) as beginning and almost all the code have been changed. See the [Gitea Announcement](https://blog.gitea.io/2016/12/welcome-to-gitea/) blog post to read about the justification for a fork. From 3e0d4398cf581704f20408c269c77563e2e23b7c Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Sat, 25 Mar 2023 18:50:39 +0800 Subject: [PATCH 3/3] Update docs/content/page/index.en-us.md Co-authored-by: Yarden Shoham --- docs/content/page/index.en-us.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/page/index.en-us.md b/docs/content/page/index.en-us.md index f57380d5a51b5..93fbc0a8b1d80 100644 --- a/docs/content/page/index.en-us.md +++ b/docs/content/page/index.en-us.md @@ -11,7 +11,7 @@ draft: false # What is Gitea? Gitea is a painless self-hosted all-in-one software development service, it includes Git hosting, code review, team collaboration, package registry and CI/CD. It is similar to GitHub, Bitbucket and GitLab. -Gitea was forked from [Gogs](http://gogs.io) as beginning and almost all the code have been changed. See the [Gitea Announcement](https://blog.gitea.io/2016/12/welcome-to-gitea/) +Gitea was forked from [Gogs](http://gogs.io) originally and almost all the code has been changed. See the [Gitea Announcement](https://blog.gitea.io/2016/12/welcome-to-gitea/) blog post to read about the justification for a fork. ## Purpose