linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alex Shi <alex.shi@linux.alibaba.com>
To: corbet@lwn.net, harryxiyou@gmail.com, linux-doc@vger.kernel.org,
	linux-kernel@vger.kernel.org
Cc: Alex Shi <alex.shi@linux.alibaba.com>,
	Li Yang <leoyang.li@nxp.com>, Li Zefan <lizefan@huawei.com>,
	Shawn Guo <shawn.guo@linaro.org>,
	Fengguang Wu <fengguang.wu@intel.com>, Coly Li <colyli@suse.de>
Subject: [PATCH v5 06/31] docs/zh_CN: howto format changes
Date: Wed, 13 Mar 2019 21:49:36 +0800	[thread overview]
Message-ID: <20190313135001.260905-7-alex.shi@linux.alibaba.com> (raw)
In-Reply-To: <20190313135001.260905-1-alex.shi@linux.alibaba.com>

also with few contents changes

Signed-off-by: Alex Shi <alex.shi@linux.alibaba.com>
Cc: Harry Wei <harryxiyou@gmail.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Li Yang <leoyang.li@nxp.com>
Cc: Li Zefan <lizefan@huawei.com>
Cc: Shawn Guo <shawn.guo@linaro.org>
Cc: Fengguang Wu <fengguang.wu@intel.com>
Cc: Coly Li <colyli@suse.de>
Signed-off-by: Weiwei Jia <harryxiyou@gmail.com>
---
 .../translations/zh_CN/process/howto.rst      | 37 ++++++++-----------
 1 file changed, 15 insertions(+), 22 deletions(-)

diff --git a/Documentation/translations/zh_CN/process/howto.rst b/Documentation/translations/zh_CN/process/howto.rst
index 7a00a8a4eb15..f25a74fb90da 100644
--- a/Documentation/translations/zh_CN/process/howto.rst
+++ b/Documentation/translations/zh_CN/process/howto.rst
@@ -1,32 +1,23 @@
-Chinese translated version of Documentation/process/howto.rst
+.. _cn_process_howto:
 
-If you have any comment or update to the content, please contact the
-original document maintainer directly.  However, if you have a problem
-communicating in English you can also ask the Chinese maintainer for
-help.  Contact the Chinese maintainer if this translation is outdated
-or if there is a problem with the translation.
+.. include:: ../disclaimer-zh_CN.rst
 
-Maintainer: Greg Kroah-Hartman <greg@kroah.com>
-Chinese maintainer: Li Yang <leoli@freescale.com>
----------------------------------------------------------------------
-Documentation/process/howto.rst 的中文翻译
+:Original: :ref:`Documentation/process/howto.rst <process_howto>`
 
 如果想评论或更新本文的内容,请直接联系原文档的维护者。如果你使用英文
 交流有困难的话,也可以向中文版维护者求助。如果本翻译更新不及时或者翻
-译存在问题,请联系中文版维护者。
+译存在问题,请联系中文版维护者::
 
-英文版维护者: Greg Kroah-Hartman <greg@kroah.com>
-中文版维护者: 李阳  Li Yang <leoli@freescale.com>
-中文版翻译者: 李阳  Li Yang <leoli@freescale.com>
-中文版校译者: 钟宇  TripleX Chung <xxx.phy@gmail.com>
-               陈琦  Maggie Chen <chenqi@beyondsoft.com>
-               王聪  Wang Cong <xiyou.wangcong@gmail.com>
-
-以下为正文
----------------------------------------------------------------------
+    英文版维护者: Greg Kroah-Hartman <greg@kroah.com>
+    中文版维护者: 李阳  Li Yang <leoli@freescale.com>
+    中文版翻译者: 李阳  Li Yang <leoli@freescale.com>
+    中文版校译者:
+                   钟宇  TripleX Chung <xxx.phy@gmail.com>
+                   陈琦  Maggie Chen <chenqi@beyondsoft.com>
+                   王聪  Wang Cong <xiyou.wangcong@gmail.com>
 
 如何参与Linux内核开发
----------------------
+=====================
 
 这是一篇将如何参与Linux内核开发的相关问题一网打尽的终极秘笈。它将指导你
 成为一名Linux内核开发者,并且学会如何同Linux内核开发社区合作。它尽可能不
@@ -114,6 +105,7 @@ Linux内核代码中包含有大量的文档。这些文档对于学习如何与
     "The Perfect Patch"
         http://www.ozlabs.org/~akpm/stuff/tpp.txt
     "Linux kernel patch submission format"
+
         http://linux.yyz.us/patch-format.html
 
   Documentation/process/stable-api-nonsense.rst
@@ -510,7 +502,8 @@ Linux内核社区并不喜欢一下接收大段的代码。修改需要被恰当
 很多人已经做到了,而他们都曾经和现在的你站在同样的起点上。
 
 
----------------
+感谢
+----
 感谢Paolo Ciarrocchi允许“开发流程”部分基于他所写的文章
 (http://www.kerneltravel.net/newbie/2.6-development_process),感谢Randy
 Dunlap和Gerrit Huizenga完善了应该说和不该说的列表。感谢Pat Mochel, Hanna
-- 
2.19.1.856.g8858448bb


  parent reply	other threads:[~2019-03-13 13:52 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-13 13:49 [PATCH v5 00/31] Clean up and reorg Chinese kernel docs Alex Shi
2019-03-13 13:49 ` [PATCH v5 01/31] docs/zh_CN: add disclaimer file Alex Shi
2019-03-13 13:49 ` [PATCH v5 02/31] docs/zh_CN: move process related docs into process dir Alex Shi
2019-03-13 13:49 ` [PATCH v5 03/31] docs/zh_CN: change Chinese index to know " Alex Shi
2019-03-13 13:49 ` [PATCH v5 04/31] docs/zh_CN: add index file into " Alex Shi
2019-03-13 13:49 ` [PATCH v5 05/31] docs/zh_CN: rename HOWTO into process directory Alex Shi
2019-03-13 13:49 ` Alex Shi [this message]
2019-03-13 13:49 ` [PATCH v5 07/31] docs/zh_CN: rename SubmittingPatches for html links Alex Shi
2019-03-13 13:49 ` [PATCH v5 08/31] docs/zh_CN: format the submitting-patches doc to rst Alex Shi
2019-03-13 13:49 ` [PATCH v5 09/31] docs/zh_CN: rename stable_kernel_rules doc Alex Shi
2019-03-13 13:49 ` [PATCH v5 10/31] docs/zh_CN: rst format change for stable-kernel-rules Alex Shi
2019-03-13 13:49 ` [PATCH v5 11/31] docs/zh_CN: rename email-clients.txt as email-clients.rst Alex Shi
2019-03-13 13:49 ` [PATCH v5 12/31] docs/zh_CN: do rst format for email-clients.rst Alex Shi
2019-03-13 13:49 ` [PATCH v5 13/31] docs/zh_CN: rename volatile-consider-harmful doc Alex Shi
2019-03-13 13:49 ` [PATCH v5 14/31] docs/zh_CN: volatile doc format changes Alex Shi
2019-03-13 13:49 ` [PATCH v5 15/31] docs/zh_CN: rename SubmittingDrivers Alex Shi
2019-03-13 13:49 ` [PATCH v5 16/31] docs/zh_CN: format submitting drivers as rst Alex Shi
2019-03-13 13:49 ` [PATCH v5 17/31] docs/zh_CN: rename magic-numbers as rst doc Alex Shi
2019-03-13 13:49 ` [PATCH v5 18/31] docs/zh_CN: format the magic-number doc as rst Alex Shi
2019-03-13 13:49 ` [PATCH v5 19/31] docs/zh_CN: rename stable_api_nonsense.txt as stable-api-nonsense.rst Alex Shi
2019-03-13 13:49 ` [PATCH v5 20/31] docs/zh_CN: format stable-api-nonsense Alex Shi
2019-03-13 13:49 ` [PATCH v5 21/31] docs/zh_CN: update Li Yang's email address Alex Shi
2019-03-13 13:49 ` [PATCH v5 22/31] mailmap: " Alex Shi
2019-03-13 13:49 ` [PATCH v5 23/31] docs/zh_CN: update Zhang Wei's " Alex Shi
2019-03-13 13:49 ` [PATCH v5 24/31] mailmap: update email address for Triplex Alex Shi
2019-03-13 13:49 ` [PATCH v5 25/31] docs/zh_CN: update TripleX chung's email address Alex Shi
2019-03-13 13:49 ` [PATCH v5 26/31] docs/zh_CN: fix indent issue in stable-api-nonsense file Alex Shi
2019-03-13 13:49 ` [PATCH v5 27/31] docs/zh_CN: fix indent issue in submitting-drivers Alex Shi
2019-03-13 13:49 ` [PATCH v5 28/31] docs/zh_CN: remove zh-kernel.org in MAINTAINERS Alex Shi
2019-03-13 13:49 ` [PATCH v5 29/31] mailmap: update my obsolete email address Alex Shi
2019-03-13 13:50 ` [PATCH v5 30/31] docs/zh_CN: fix rst format issue in submitting-patch Alex Shi
2019-03-13 13:50 ` [PATCH v5 31/31] docs/zh_CN: fix rst format errors in howto.rst Alex Shi
2019-03-18 17:31 ` [PATCH v5 00/31] Clean up and reorg Chinese kernel docs Jonathan Corbet

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190313135001.260905-7-alex.shi@linux.alibaba.com \
    --to=alex.shi@linux.alibaba.com \
    --cc=colyli@suse.de \
    --cc=corbet@lwn.net \
    --cc=fengguang.wu@intel.com \
    --cc=harryxiyou@gmail.com \
    --cc=leoyang.li@nxp.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lizefan@huawei.com \
    --cc=shawn.guo@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).