Skip to content

Commit 78ab1af

Browse files
zyxxooimbajin
andauthored
refactor: move maturity to community page (#440)
- Remove underscore placeholders from table cells - Fix double dot in CD20 description - Fix missing space in CS40 - Normalize table separator lengths - Remove excessive whitespace in table headers --------- Co-authored-by: imbajin <[email protected]>
1 parent 49d5076 commit 78ab1af

File tree

4 files changed

+38
-18
lines changed

4 files changed

+38
-18
lines changed

content/cn/community/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ menu:
55
weight: 40
66
---
77

8-
<!--add blocks of content here to add more sections to the community page -->
8+
查看 [项目成熟度](/community/maturity/) 评估。

content/en/community/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ menu:
55
weight: 40
66
---
77

8-
<!--add blocks of content here to add more sections to the community page -->
8+
Visit the [Project Maturity]({{< relref "maturity" >}}) assessment.

maturity.md renamed to content/en/community/maturity.md

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: Maturity
3+
description: Apache HugeGraph maturity assessment
4+
weight: 50
5+
---
6+
17
# Maturity Assessment for Apache HugeGraph (incubating)
28

39
The goals of this maturity model are to describe how Apache projects operate in a concise and high-level way, and to provide a basic framework that projects may choose to use to evaluate themselves.
@@ -14,27 +20,27 @@ The following table is filled according to the [Apache Maturity Model](https://c
1420

1521
### CODE
1622

17-
| **ID**   | **Description** | **Status** |
18-
| -------- | ----- | ---------- |
23+
| **ID** | **Description** | **Status** |
24+
| -------- | --------------- | ---------- |
1925
| **CD10** | The project produces Open Source software for distribution to the public, at no charge.                                                                                                                                                                         | **YES** The project source code is licensed under the `Apache License 2.0`. |
20-
| **CD20** | Anyone can easily discover and access the project's code..                                                                                                                                                                                                     | **YES** The [official website](https://hugegraph.apache.org/) includes a link to the [GitHub repository](https://github.com/apache/hugegraph). |
26+
| **CD20** | Anyone can easily discover and access the project's code.                                                                                                                                                                                                     | **YES** The [official website](https://hugegraph.apache.org/) includes a link to the [GitHub repository](https://github.com/apache/hugegraph). |
2127
| **CD30** | Anyone using standard, widely-available tools, can build the code in a reproducible way.                                                                                                                                                                       | **YES**  Apache HugeGraph provides a [Quick Start](https://hugegraph.apache.org/docs/quickstart/hugegraph/hugegraph-server/) document that explains how to compile the source code. |
22-
| **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** The project uses Git, and anyone can view the full history of the project via commit logs and tags for each release. |
28+
| **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** The project uses Git, and anyone can view the full history of the project via commit logs and tags for each release. |
2329
| **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 managed by Apache Infra, ensuring provenance of each line of code to a committer. Third-party contributions are accepted via pull requests in accordance with the [Contribution Guidelines](https://hugegraph.apache.org/docs/contribution-guidelines/).|
2430

2531
### LICENSE
2632

27-
| **ID**   | **Description**                                                                                                                                                                                                                                                                 | **Status** |
33+
| **ID**   | **Description** | **Status** |
2834
| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- |
2935
| **LC10** | The Apache License, version 2.0, covers the released code.                                                                                                                                                                                                                     | **YES** The [LICENSE](https://github.com/apache/hugegraph/blob/master/LICENSE) file is present in the source repository. All source files contain the APLv2 header, which is checked by the Apache Rat plugin during builds. |
30-
| **LC20** | Libraries that are mandatory dependencies of the project's code do not create more restrictions than the Apache License does.                                      _                                                                                                   | **YES** All dependencies have been checked and none of them create more restrictions than the Apache License does. |
31-
| **LC30** | The libraries mentioned in LC20 are available as Open Source software.                                                                                                                                          _                                           | **YES** Dependencies are available in public Maven repositories. |
36+
| **LC20** | Libraries that are mandatory dependencies of the project's code do not create more restrictions than the Apache License does.                                                                                                                                         | **YES** All dependencies have been checked and none of them create more restrictions than the Apache License does. |
37+
| **LC30** | The libraries mentioned in LC20 are available as Open Source software.                                                                                                                                                                                     | **YES** Dependencies are available in public Maven repositories. |
3238
| **LC40** | Committers are bound by an Individual Contributor Agreement (the "Apache iCLA") that defines which code they may commit and how they need to identify code that is not their own. | **YES** All committers have a signed iCLA on file with the ASF. |
3339
| **LC50** | The project clearly defines and documents the copyright ownership of everything that the project produces.                                                                                                                                                                              | **YES** This is documented via copyright notices in the source files and the NOTICE file. |
3440

3541
### Releases
3642

37-
| **ID**   | **Description**                                    _                                                                                                                                                                                                                | **Status** |
43+
| **ID**   | **Description** | **Status** |
3844
| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- |
3945
| **RE10** | Releases consist of source code, distributed using standard and open archive formats that are expected to stay readable in the long term.                                                                                                                                       | **YES** Source releases are distributed via [dist.apache.org](https://dist.apache.org/repos/dist/release/incubator/hugegraph/) and linked from the website's [download page](https://hugegraph.apache.org/docs/download/download/). |
4046
| **RE20** | The project's PMC (Project Management Committee, see CS10) approves each software release in order to make the release an act of the Foundation.                                                                                                                                                                          | **YES** All releases are voted on by the PMC on the [email protected] mailing list. |
@@ -44,7 +50,7 @@ The following table is filled according to the [Apache Maturity Model](https://c
4450

4551
### Quality
4652

47-
| **ID**   | **Description**                                                                                                                                                                                                                                                                 | **Status** |
53+
| **ID**   | **Description** | **Status** |
4854
| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- |
4955
| **QU10** | The project is open and honest about the quality of its code. Various levels of quality and maturity for various modules are natural and acceptable as long as they are clearly communicated. | **YES** Users are encouraged to [report issues](https://github.com/apache/hugegraph/issues) on GitHub, and all discussions are public. |
5056
| **QU20** | The project puts a very high priority on producing secure software.                                                                                                                                                                                                            | **YES** All reported security issues are treated with high priority. |
@@ -54,7 +60,7 @@ The following table is filled according to the [Apache Maturity Model](https://c
5460

5561
### Community
5662

57-
| **ID**   | **Description**                                                                                                                                                                                                                                                                 | **Status** |
63+
| **ID**   | **Description** | **Status** |
5864
| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- |
5965
| **CO10** | The project has a well-known homepage that points to all the information required to operate according to this maturity model. | **YES** The [website](https://hugegraph.apache.org/) serves as the central point for project information. |
6066
| **CO20** | The community welcomes contributions from anyone who acts in good faith and in a respectful manner, and who adds value to the project. | **YES** Apache HugeGraph has a [Contribution Guidelines](https://hugegraph.apache.org/docs/contribution-guidelines/) page and welcomes all valuable contributions. |
@@ -66,17 +72,17 @@ The following table is filled according to the [Apache Maturity Model](https://c
6672

6773
### Consensus
6874

69-
| **ID**   | **Description**                                                                                                                                                                                                                                                                 | **Status** |
75+
| **ID**   | **Description** | **Status** |
7076
| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- |
7177
| **CS10** | The project maintains a public list of its contributors who have decision power. The project's PMC (Project Management Committee) consists of those contributors. | **YES** The website maintains a public list of all [PMC members and committers](https://incubator.apache.org/clutch/hugegraph.html). |
7278
| **CS20** | Decisions require a consensus among PMC members and are documented on the project's main communications channel. The PMC takes community opinions into account, but the PMC has the final word. | **YES** All decisions are made by votes on the [email protected] mailing list, requiring at least three +1 votes from PMC members and no vetos. |
7379
| **CS30** | The project uses documented voting rules to build consensus when discussion is not sufficient. | **YES** The project uses the standard ASF voting rules. |
74-
| **CS40** |In Apache projects, vetoes are only valid for code commits. The person exercising the veto must justify it with a technical explanation, as per the Apache voting rules defined in CS30. | **YES** The HugeGraph community follows this principle. |
80+
| **CS40** | In Apache projects, vetoes are only valid for code commits. The person exercising the veto must justify it with a technical explanation, as per the Apache voting rules defined in CS30. | **YES** The HugeGraph community follows this principle. |
7581
| **CS50** | All "important" discussions happen asynchronously in written form on the project's main communications channel. Offline, face-to-face or private discussions that affect the project are also documented on that channel. | **YES** All important discussions and decisions are documented on the public mailing list for transparency and accessibility. |
7682

7783
### Independence
7884

79-
| **ID**   | **Description**                                                                                                                                                                                                                                                                 | **Status** |
85+
| **ID**   | **Description** | **Status** |
8086
| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- |
8187
| **IN10** | The project is independent from any corporate or organizational influence. | **YES** The PMC members and committers of Apache HugeGraph are from 10+ different companies/college/institution, ensuring no single entity controls the project. |
8288
| **IN20** | Contributors act as themselves, not as representatives of a corporation or organization. | **YES** Contributions are made by individuals on behalf of the project and community, not their employers. |

themes/docsy/layouts/_default/single.html

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
{{ define "main" }}
2-
{{ with .Content }}
3-
{{ . }}
2+
<div class="row flex-xl-nowrap">
3+
<div class="col-12 col-md-3 col-xl-2 td-sidebar d-print-none">
4+
{{ partial "sidebar.html" . }}
5+
</div>
6+
<main class="col-12 col-md-9 col-xl-8 pl-md-5" role="main">
7+
<header class="mb-4">
8+
<h1 class="h2">{{ .Title }}</h1>
9+
</header>
10+
<div class="td-content">
11+
{{ with .Content }}{{ . }}{{ end }}
12+
{{ partial "page-meta-lastmod.html" . }}
13+
</div>
14+
</main>
15+
<div class="d-none d-xl-block col-xl-2 td-toc d-print-none">
16+
{{ partial "toc.html" . }}
17+
</div>
18+
</div>
419
{{ end }}
5-
{{ end }}

0 commit comments

Comments
 (0)