This is an automated email from the ASF dual-hosted git repository.
hulk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
The following commit(s) were added to refs/heads/main by this push:
new bb5cf99 Remove NBSP, replace it with plain space (#122)
bb5cf99 is described below
commit bb5cf99251de68f53345b4f527d85dec261feb11
Author: Binbin <[email protected]>
AuthorDate: Tue Jul 4 13:04:43 2023 +0800
Remove NBSP, replace it with plain space (#122)
---
blog/2023-07-01-kvrocks-graduated-as-tlp/index.md | 8 ++++----
maturity.md | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/blog/2023-07-01-kvrocks-graduated-as-tlp/index.md
b/blog/2023-07-01-kvrocks-graduated-as-tlp/index.md
index 66e0029..a0d5b13 100644
--- a/blog/2023-07-01-kvrocks-graduated-as-tlp/index.md
+++ b/blog/2023-07-01-kvrocks-graduated-as-tlp/index.md
@@ -21,10 +21,10 @@ Kvrocks is a distributed key-value NoSQL database that uses
RocksDB as its stora
### ADDITIONAL RESOURCES
-- GitHub:
[https://github.com/apache/kvrocks](https://github.com/apache/kvrocks)
-- Download:
[https://kvrocks.apache.org/download](https://kvrocks.apache.org/download)
-- Docs: [https://kvrocks.apache.org/](https://kvrocks.apache.org/)
-- Contribute:
[https://kvrocks.apache.org/community/contributing](https://kvrocks.apache.org/community/contributing)
+- GitHub:
[https://github.com/apache/kvrocks](https://github.com/apache/kvrocks)
+- Download:
[https://kvrocks.apache.org/download](https://kvrocks.apache.org/download)
+- Docs: [https://kvrocks.apache.org/](https://kvrocks.apache.org/)
+- Contribute:
[https://kvrocks.apache.org/community/contributing](https://kvrocks.apache.org/community/contributing)
Since being open-sourced in 2019, Kvrocks has been serving as an alternative
for Redis in massive data scenarios. Many companies are deploying and using
Kvrocks in the production environment, such as Baidu, Circl.lu, Ctrip, Meitu,
Opera, U-Next and Xueqiu, among others.
diff --git a/maturity.md b/maturity.md
index 53ecb3d..ff38fdc 100644
--- a/maturity.md
+++ b/maturity.md
@@ -20,7 +20,7 @@ The following table is filled according to the [Apache
Maturity Model](https://c
| **CD20** | Anyone can easily discover and access the project's code..
| **YES** The [offical
website](https://kvrocks.apache.org/) includes `GitHub` link which can access
GitHub directly. |
| **CD30** | Anyone using standard, widely-available tools, can build the code
in a reproducible way.
| **YES** Apache Kvrocks provide
[how-to-build](/docs/getting-started#build-and-run-kvrocks-from-source)
document to tell user how to compile on bare metal. |
| **CD40** | The full history of the project's code is available via a source
code control system, in a way that allows anyone to recreate any released
version.
| **YES** It depends on git, and anyone can
view the full history of the project via commit logs. |
-| **CD50** | The source code control system establishes the provenance of each
line of code in a reliable way, based on strong authentication of the
committer. When third parties contribute code, commit messages provide reliable
information about the code provenance. | **YES** The project uses GitHub and
managed by Apache Infra, it ensuring provenance of each line of code to a
committer. And the third-party contributions are accepted in accordance with
the [Contributing Guide](https://kv [...]
+| **CD50** | The source code control system establishes the provenance of each
line of code in a reliable way, based on strong authentication of the
committer. When third parties contribute code, commit messages provide reliable
information about the code provenance. | **YES** The project uses GitHub and
managed by Apache Infra, it ensuring provenance of each line of code to a
committer. And the third-party contributions are accepted in accordance with
the [Contributing Guide](https://kv [...]
### LICENSE