From d771e2a7decd6a1fe7bb12e049fe39b83f0be2c2 Mon Sep 17 00:00:00 2001 From: Hao Lee Date: Wed, 7 Dec 2016 09:19:06 +0800 Subject: [PATCH 1/3] Apply for translating 13.3. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cef365..fe7d376 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Linux 内核揭密 |├ [13.0](https://github.com/MintCN/linux-insides-zh/blob/master/Misc/README.md)|[@mudongliang](https://github.com/mudongliang)|更新至[ddf0793f](https://github.com/0xAX/linux-insides/commit/ddf0793f6b74b6c541c4979b4deaf093b2b87c9b)| |├ [13.1](https://github.com/MintCN/linux-insides-zh/blob/master/Misc/how_linux_compile.md)|[@oska874](https://github.com/oska874)|已完成| |├ [13.2](https://github.com/MintCN/linux-insides-zh/blob/master/Misc/linkers.md)|[@zmj1316](https://github.com/zmj1316)|已完成| -|├ [13.3](https://github.com/MintCN/linux-insides-zh/blob/master/Misc/contribute.md)||未开始| +|├ [13.3](https://github.com/MintCN/linux-insides-zh/blob/master/Misc/contribute.md)||正在进行| |└ [13.4](https://github.com/MintCN/linux-insides-zh/blob/master/Misc/program_startup.md)|[@mudongliang](https://github.com/mudongliang)|已完成| | 14. [KernelStructures](https://github.com/MintCN/linux-insides-zh/tree/master/KernelStructures)||正在进行| |├ [14.0](https://github.com/MintCN/linux-insides-zh/tree/master/KernelStructures/README.md)|[@mudongliang](https://github.com/mudongliang)|更新至[3cb550c0](https://github.com/0xAX/linux-insides/commit/3cb550c089c8fc609f667290434e9e98e93fa279)| From e6f62de28cbe2a19c27da335416aecd5f300596a Mon Sep 17 00:00:00 2001 From: Alick Date: Sat, 10 Dec 2016 22:24:59 +0800 Subject: [PATCH 2/3] update 10.2 contributor --- README.md | 4 +++- contributors.md | 6 ++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe7d376..fbc44c3 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Linux 内核揭密 | 10. [DataStructures](https://github.com/MintCN/linux-insides-zh/tree/master/DataStructures)||已完成| |├ [10.0](https://github.com/MintCN/linux-insides-zh/blob/master/DataStructures/README.md)|[@mudongliang](https://github.com/mudongliang)|更新至[99138e09](https://github.com/0xAX/linux-insides/commit/99138e0932dc25bf6c90dd102a70a6d15589e9ab)| |├ [10.1](https://github.com/MintCN/linux-insides-zh/blob/master/DataStructures/dlist.md)|[@oska874](http://github.com/oska874) [@mudongliang](https://github.com/mudongliang)|已完成| -|├ [10.2](https://github.com/MintCN/linux-insides-zh/blob/master/DataStructures/radix-tree.md)|[@oska874](https://github.com/oska874)|已完成| +|├ [10.2](https://github.com/MintCN/linux-insides-zh/blob/master/DataStructures/radix-tree.md)|[@a1ickgu0](https://github.com/a1ickgu0)|已完成| |└ [10.3](https://github.com/MintCN/linux-insides-zh/blob/master/DataStructures/bitmap.md)|[@cposture](https://github.com/cposture)|已完成| | 11. [Theory](https://github.com/MintCN/linux-insides-zh/tree/master/Theory)||正在进行| |├ [11.0](https://github.com/MintCN/linux-insides-zh/blob/master/Theory/README.md)|[@mudongliang](https://github.com/mudongliang)|更新至[99ad0799](https://github.com/0xAX/linux-insides/commit/99ad07999636b76985218e02e5a52140050cbbde)| @@ -128,3 +128,5 @@ Linux 内核揭密 ##LICENSE Licensed [BY-NC-SA Creative Commons](http://creativecommons.org/licenses/by-nc-sa/4.0/). + + diff --git a/contributors.md b/contributors.md index 2967089..9b9eb23 100644 --- a/contributors.md +++ b/contributors.md @@ -29,3 +29,9 @@ [@worldwar](https://github.com/worldwar) [@keltoy](https://github.com/keltoy) + +[@a1ickgu0](https://github.com/a1ickgu0) + + + + From 0c53adaf23abfaf9003adb6b32fc35ea5c2ae7b0 Mon Sep 17 00:00:00 2001 From: mudongliang Date: Fri, 23 Dec 2016 20:42:14 -0500 Subject: [PATCH 3/3] Apply for translation of 11.3 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fbc44c3..6a5a61d 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Linux 内核揭密 |├ [11.0](https://github.com/MintCN/linux-insides-zh/blob/master/Theory/README.md)|[@mudongliang](https://github.com/mudongliang)|更新至[99ad0799](https://github.com/0xAX/linux-insides/commit/99ad07999636b76985218e02e5a52140050cbbde)| |├ [11.1](https://github.com/MintCN/linux-insides-zh/blob/master/Theory/Paging.md)|[@mudongliang](https://github.com/mudongliang)|已完成| |├ [11.2](https://github.com/MintCN/linux-insides-zh/blob/master/Theory/ELF.md)|[@mudongliang](https://github.com/mudongliang)|已完成| -|└ [11.3](https://github.com/MintCN/linux-insides-zh/blob/master/Theory/asm.md)||未开始| +|└ [11.3](https://github.com/MintCN/linux-insides-zh/blob/master/Theory/asm.md)|[@mudongliang](https://github.com/mudongliang)|正在进行| | 12. Initial ram disk||上游未开始| | 13. [Misc](https://github.com/MintCN/linux-insides-zh/tree/master/Misc)||正在进行| |├ [13.0](https://github.com/MintCN/linux-insides-zh/blob/master/Misc/README.md)|[@mudongliang](https://github.com/mudongliang)|更新至[ddf0793f](https://github.com/0xAX/linux-insides/commit/ddf0793f6b74b6c541c4979b4deaf093b2b87c9b)| @@ -106,8 +106,8 @@ Linux 内核揭密 * 在确认想翻译的章节没有被翻译之后,开一个 issue ,告诉大家你想翻译哪一章节,同时提交申请翻译的 PR ,将 [README.md](https://github.com/MintCN/linux-insides-zh/blob/master/README.md) 中的翻译状态修改为“正在进行”; * 首先,从上游的[英文库](https://github.com/0xAX/linux-insides)中得到该章节的最新版本,将修改提交到我们的中文库中; * 然后翻译你认领的章节; -* 完成翻译之后,提交翻译内容的 PR ,待 PR 被 merge 之后,关闭 issue ; -* 最后,将 [README.md](https://github.com/MintCN/linux-insides-zh/blob/master/README.md) 中的翻译状态修改为“已完成”,同时不要忘记把自己添加到 [contributors.md](https://github.com/MintCN/linux-insides-zh/blob/master/contributors.md) 中。 +* 完成翻译之后,提交翻译内容的 PR ,待 PR 被 merge 之后,关闭 issue; +* 最后,将 [README.md](https://github.com/MintCN/linux-insides-zh/blob/master/README.md) 中的翻译状态修改为“更新至上游 commit id”,同时不要忘记把自己添加到 [contributors.md](https://github.com/MintCN/linux-insides-zh/blob/master/contributors.md) 中。 翻译前建议看 [TRANSLATION_NOTES.md](https://github.com/MintCN/linux-insides-zh/blob/master/TRANSLATION_NOTES.md) 。关于翻译约定,大家有任何问题或建议也请开 issue 讨论。