From 8753cba596a8171d504e878609603a1a6c04237d Mon Sep 17 00:00:00 2001 From: noah Date: Wed, 5 Jan 2022 21:41:00 +0900 Subject: [PATCH 1/3] Fix the license docs --- docs/concepts/license.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/concepts/license.md b/docs/concepts/license.md index 4b98b54e..de789915 100644 --- a/docs/concepts/license.md +++ b/docs/concepts/license.md @@ -1,9 +1,11 @@ # License -Gitploy provides a non-commercial license. It is free for up to five members. *But if the count of members is over five, you have to consider purchasing the license to unlock the Gtiploy Enterprise edition.* To purchase, you can connect on [the pricing page](#). +## OSS Edition -After purchase, you can unlock the Gtiploy Enterprise edition by setting [the configuration](../references/GITPLOY_LICENSE.md). +Gitploy is an open source-based project so that anyone uses software free. You can check the [LICENSE](https://github.com/gitploy-io/gitploy/blob/main/LICENSE) for the detail. + +## Enterprise Edition -## Expiry +Gitploy provides a non-commercial license. It is free for up to five members. *But if the count of members is over five, you have to consider purchasing the license to unlock the Gtiploy Enterprise edition.* To purchase, you can connect on the [enterprise page](https://www.gitploy.io/enterprise). -The license will be expired when it reaches the expiry date. You have to renew the license before it is expired. +After purchase, you can unlock the Gtiploy Enterprise edition by setting [the configuration](../references/GITPLOY_LICENSE.md). From c144acc420fef6d50fc646a6a0ed4995f784c7b0 Mon Sep 17 00:00:00 2001 From: noah Date: Wed, 5 Jan 2022 21:48:40 +0900 Subject: [PATCH 2/3] Fix the doc for self-hosted-server --- docs/concepts/self-hosted-server.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/concepts/self-hosted-server.md b/docs/concepts/self-hosted-server.md index 1aa32bf7..96999be6 100644 --- a/docs/concepts/self-hosted-server.md +++ b/docs/concepts/self-hosted-server.md @@ -1,3 +1,5 @@ # Self-hosted Server -Gitploy provide self-hosted server which is the practice of locally installing and hosting by the user. We're providing installation guide for each environment. You can check this [guide](../tasks/installation.md) for details. +Gitploy provides a self-hosted server, which is locally installed and hosted by the user, to provide complete control over your data at a lower cost. + +We're providing the [installation guide]((../tasks/installation.md)) for each environment. And if you meet across an issue please post questions or comments to our [community](https://github.com/gitploy-io/gitploy/discussions). From d1b265659ade6a4272248a8ce3cedc9297547dd1 Mon Sep 17 00:00:00 2001 From: noah Date: Wed, 5 Jan 2022 21:51:52 +0900 Subject: [PATCH 3/3] Fix the subtitle --- docs/concepts/license.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/concepts/license.md b/docs/concepts/license.md index de789915..6679fb48 100644 --- a/docs/concepts/license.md +++ b/docs/concepts/license.md @@ -1,8 +1,8 @@ # License -## OSS Edition +## Community Edition -Gitploy is an open source-based project so that anyone uses software free. You can check the [LICENSE](https://github.com/gitploy-io/gitploy/blob/main/LICENSE) for the detail. +Gitploy is an open source-based project so that anyone uses software under the OSS license free. You can check the [LICENSE](https://github.com/gitploy-io/gitploy/blob/main/LICENSE) for the detail. ## Enterprise Edition