Skip to content

Commit c2508ee

Browse files
committed
Update README.md
1 parent cde6112 commit c2508ee

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

README.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,19 @@
88
![Locatized 100%](https://img.shields.io/badge/localized-100%25-purple)
99
[![rustwiki.org](https://img.shields.io/website?up_message=rustwiki.org&url=https%3A%2F%2Frustwiki.org)](https://rustwiki.org)
1010

11-
这是《rustdoc 手册》中文版,翻译自《rustdoc Book》。
11+
> The Chinese Translation of [The rustdoc Book][rustdoc-book-en]
12+
>
13+
> - 首次于 2022-02-04 翻译完全部内容,欢迎纠正——最后更新时间 2022-02-04。
14+
> - [David][david] 翻译完成本文档,并加入了 Rust 翻译小组群,期待更多朋友加入 [Rust 中文翻译项目组](https://github.com/rust-lang-cn),协助我们,一起更新完善中文版,感激不尽!
15+
16+
这是《rustdoc 手册》中文版,翻译自 [Rust 源码中的《rustdoc Book》][rustdoc-book-src]
17+
18+
在线版可在本组织官网上[阅读中文版][rustdoc-book-cn]**支持同一页面中英双语切换**)或在 Rust 官网上[阅读英文版][rustdoc-book-en]
19+
20+
[david]: https://github.com/wendajiang
21+
[rustdoc-book-src]: https://github.com/rust-lang/rust/tree/master/src/doc/rustdoc
22+
[rustdoc-book-cn]: https://rustwiki.org/zh-CN/rustdoc/
23+
[rustdoc-book-en]: https://doc.rust-lang.org/rustdoc/
1224

1325
## 构建
1426

@@ -34,4 +46,11 @@ $ mdbook build
3446

3547
## 许可协议
3648

37-
本项目遵循 MIT 或 Apache 2.0 协议。
49+
《rustdoc 手册》(中文版与英文版 *rustdoc Book* 均) 使用以下两种协议的任一种进行授权:
50+
51+
- Apache 2.0 授权协议,([LICENSE-APACHE](LICENSE-APACHE)http://www.apache.org/licenses/LICENSE-2.0)
52+
- MIT 授权协议 ([LICENSE-MIT](LICENSE-MIT)http://opensource.org/licenses/MIT)
53+
54+
可以根据自己选择来定。
55+
56+
除非您有另外说明,否则您在本仓库提交的任何贡献均按上述方式进行双重许可授权,就如 Apache 2.0 协议所规定那样,而无需附加任何其他条款或条件。

0 commit comments

Comments
 (0)