Skip to content

Commit f29ba1a

Browse files
author
MarcoFalke
committed
Flatten About page
1 parent 8292acb commit f29ba1a

File tree

6 files changed

+47
-93
lines changed

6 files changed

+47
-93
lines changed

_data/navigation.yml

Lines changed: 4 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,7 @@ en:
55
url: "/"
66
about:
77
title: "About"
8-
submenu: true
9-
tree:
10-
about:
11-
title: "About Us"
12-
url: "/en/about/"
13-
team:
14-
title: "Team"
15-
url: "/en/team/"
8+
url: "/en/about/"
169
download:
1710
title: "Download"
1811
url: "/en/download"
@@ -82,14 +75,7 @@ zh_CN:
8275
url: "/zh_CN/"
8376
about:
8477
title: "关于我们"
85-
submenu: true
86-
tree:
87-
about:
88-
title: "关于我们"
89-
url: "/zh_CN/about/"
90-
team:
91-
title: "团队"
92-
url: "/zh_CN/team/"
78+
url: "/zh_CN/about/"
9379
blog:
9480
title: "博客"
9581
url: "/zh_CN/blog/"
@@ -156,14 +142,7 @@ zh_TW:
156142
url: "/zh_TW/"
157143
about:
158144
title: "關於我們"
159-
submenu: true
160-
tree:
161-
about:
162-
title: "About Us"
163-
url: "/zh_TW/about/"
164-
team:
165-
title: "Team"
166-
url: "/en/team/"
145+
url: "/en/about/"
167146
blog:
168147
title: "網誌"
169148
url: "/zh_TW/blog/"
@@ -227,14 +206,7 @@ ja:
227206
url: "/ja/"
228207
about:
229208
title: "概要"
230-
submenu: true
231-
tree:
232-
about:
233-
title: "プロジェクト概要"
234-
url: "/en/about/"
235-
team:
236-
title: "チーム"
237-
url: "/en/team/"
209+
url: "/en/about/"
238210
download:
239211
title: "ダウンロード"
240212
url: "/ja/download/"

_data/source_navigation.txt

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,7 @@ en:
55
url: "/"
66
about:
77
title: "About"
8-
submenu: true
9-
tree:
10-
about:
11-
title: "About Us"
12-
url: "/en/about/"
13-
team:
14-
title: "Team"
15-
url: "/en/team/"
8+
url: "/en/about/"
169
blog:
1710
title: "blog"
1811
url: "/en/blog/"

_posts/en/pages/2016-01-01-about.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,36 @@ permalink: /en/about/
55
type: pages
66
layout: page
77
lang: en
8-
version: 1
8+
version: 2
99
redirect_from:
1010
- /zh_TW/about/
11+
- /en/team/
1112
---
1213

14+
## About us
15+
1316
Bitcoin Core is an [open source](https://opensource.org/) project which maintains and releases Bitcoin client software called "Bitcoin Core".
1417

1518
It is a direct descendant of the original Bitcoin software client released by Satoshi Nakamoto after he published the famous [Bitcoin whitepaper](/bitcoin.pdf).
1619

1720
Bitcoin Core consists of both "full-node" software for fully validating the blockchain as well as a bitcoin wallet. The project also currently maintains related software such as the cryptography library [libsecp256k1](https://github.com/bitcoin/secp256k1) and others located at [GitHub](https://github.com/bitcoin).
1821

1922
Anyone can [contribute to Bitcoin Core](/en/contribute/).
23+
24+
## Team
25+
26+
The Bitcoin Core project has a large open source developer community with many casual contributors to the codebase.
27+
There are many more who contribute research, peer review, testing, documentation, and translation.
28+
29+
### Maintainers
30+
31+
Project maintainers have commit access and are responsible for merging patches from contributors. They perform a janitorial role merging patches that the team agrees should be merged. They also act as a final check to ensure that patches are safe and in line with the project goals. The maintainers' role is by agreement of project contributors.
32+
33+
### Contributors
34+
35+
Everyone is free to propose code changes and to test, review and comment on open Pull Requests.
36+
Anyone who contributes code, review, test, translation or documentation to the Bitcoin Core project is considered a contributor.
37+
The release notes for each Bitcoin Core software release contain a credits section to recognize all those who have contributed to the project over the previous release cycle.
38+
A list of code contributors for the last year can be found on [Github][recent-contributors].
39+
40+
{% include references.md %}

_posts/en/pages/team/2016-03-14-team.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

_posts/zh_CN/pages/2016-01-01-about.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,31 @@ permalink: /zh_CN/about/
55
type: pages
66
layout: page
77
lang: zh_CN
8-
version: 1
8+
version: 2
99
---
1010

11+
## 关于我们
12+
1113
比特币核心是一个[开源项目],主要负责维护和发布名为“比特币核心”的比特币客户端软件。
1214

1315
中本聪在发布著名的[白皮书](/bitcoin.pdf)之后又发布了一个比特币软件客户端,而比特币核心正是这个客户端的后继者。
1416

1517
比特币核心包含有全节点验证和比特币钱包。同时该项目还在维护一些相关软件如密码库[libsecp256k1](https://github.com/bitcoin/secp256k1)和其他[GitHub](https://github.com/bitcoin)义务翻译.
1618

17-
所有人都可以[资助比特币核心团队](/zh_CN/contribute/).
19+
所有人都可以[资助比特币核心团队](/zh_CN/contribute/).
20+
21+
## 团队
22+
23+
核心比特币项目有一个包括许多短期贡献者的大型开源开发者社区。还有更多的人在调查研究、同行评价、测试、文档和翻译方面做出贡献.
24+
此页面列出了本项目一些更像全职开发的人员,以及拥有一些管理角色的成员.
25+
26+
### 维护人员
27+
28+
项目维护人员有提交权限,并负责合并贡献者开发的补丁。在合并团队认可的补丁的过程中,他们扮演了看门人的角色. 它们还充当最终检查员,以确保补丁是安全的,并且与项目目标一致. 维护人员的角色是由项目贡献者协商决定的.
29+
30+
### 贡献者
31+
32+
任何对比特币核心项目做出贡献的人员都被认为是一个贡献者。下面的列表是项目当前的一些贡献者。还有其他许多人士做出参与时间较短或不愿被署名。去年的代码贡献者名单可以在 [Github][recent-contributors] 上,以及在每一个比特币核心软件版本的 [historical release notes][1] 中找到.
33+
34+
{% include references.md %}
35+
[1]: https://github.com/bitcoin/bitcoin/tree/master/doc/release-notes

_posts/zh_CN/pages/team/2016-03-14-team.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)