Received: by 2002:ac0:950c:0:0:0:0:0 with SMTP id f12csp1653610imc; Mon, 11 Mar 2019 20:04:36 -0700 (PDT) X-Google-Smtp-Source: APXvYqyih1Tyb1JJODDnL53qhMN8Oc/URAPRDHhA8LmGeKZ0YXI2fLl+Mc4sdtVXvzq+BTdalBOh X-Received: by 2002:a65:5cc4:: with SMTP id b4mr20721269pgt.334.1552359876437; Mon, 11 Mar 2019 20:04:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1552359876; cv=none; d=google.com; s=arc-20160816; b=hXmbbsbDjOngANJ639OLnwZtRmdav0LRhyh8MM1pnSNKMsNf1bpWiVV5zzHepm0mWA Pirf6V7UrEWsFzn6TiVKGrNXJPf7jwi+SXgpoQz2k6LKiG5wYqArId2BFuX3VT0kA99g gBJYev++bNJYh1oG6jgF+ZrNv0TkEQ9SHHYp5EdMKvdcgrwGU4gjfHw9Tc7/uki6IOW5 vd5JvfiLAhcejR/0dBvEeshCWXKNiRv0hlKynRrKCz3DJI5521jCoK5Og68ykzV2LSKP Sl38/hneuzXalg1S9V83cKCcT3PPukAl+BRviiNCBSR6ZB41/aaDiQOZ3+CXig81vSFv Znkg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=3ge0yupBM9XQQnfT1FBWizdpuRM5inIx6Fy0y5Gm/NE=; b=roUuWCIHgV1urjr157QRtTGk+guZy8RHIoSU4QuLvBGAiPvsgNpz/xbGVRqjYuYLY9 vef0K9EF1WUYod7bYo5ICHLckhItOKM5Q2UbvZx3tVZyJDPvY3SeQz7XE7mdL23SWv6r m6TfLMXYHIenBeROwcAoRR7BGiPmlDPrPPMEHLa+4hL9cBcFwZVg+OyFYCb59S1swZV/ rIFPzQYmvT/3Za+k8JrorLdsDDM8mbjYeEh2JNJPIorQJTKCZ83/lgwGq4/KsbMGxQmg uGuVYfqWxFRoHUg5s31TeJIHQI0I+dU9dfIgOHBp1FPNliKId4pRkooEG6XqLIao54PT oxPQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=alibaba.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q13si6275743pgv.157.2019.03.11.20.04.20; Mon, 11 Mar 2019 20:04:36 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=alibaba.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726791AbfCLDCc (ORCPT + 99 others); Mon, 11 Mar 2019 23:02:32 -0400 Received: from out30-130.freemail.mail.aliyun.com ([115.124.30.130]:42849 "EHLO out30-130.freemail.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726167AbfCLDCY (ORCPT ); Mon, 11 Mar 2019 23:02:24 -0400 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R141e4;CH=green;DM=||false|;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01f04452;MF=alex.shi@linux.alibaba.com;NM=1;PH=DS;RN=5;SR=0;TI=SMTPD_---0TMWPcM2_1552359707; Received: from localhost(mailfrom:alex.shi@linux.alibaba.com fp:SMTPD_---0TMWPcM2_1552359707) by smtp.aliyun-inc.com(127.0.0.1); Tue, 12 Mar 2019 11:01:47 +0800 From: Alex Shi To: corbet@lwn.net, harryxiyou@gmail.com, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Alex Shi Subject: [PATCH v4 00/31] clean up and reorg Chinese kernel docs Date: Tue, 12 Mar 2019 11:00:58 +0800 Message-Id: <20190312030129.47511-1-alex.shi@linux.alibaba.com> X-Mailer: git-send-email 2.19.1.856.g8858448bb MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following patches change existing Chinese kernel docs to rst format and reorg them to make them alive in 'make htmldocs'. you can view the generated htmldocs from: http://176.122.172.82/translations/zh_CN/index.html Or make and review docs on your self box: make htmldocs SPHINXDIRS=translations/zh_CN lynx Documentation/output/translations/zh_CN/index.html Any comments are appreciated! V4 changes: 1, Add Harry's signed-off as he wants V3 changes: 1, fix a zh_CN/index.rst display issue 2, update .mailmap for zh_CN transolators'r email address V2 changes: 1, change the disclaimer file to Chinese version, 2, replace the obsolete translator's email address in related files. 3, fix couple of format issues in couple files Cheers! Alex Alex Shi (31): docs/zh_CN: add disclaimer file docs/zh_CN: move process related docs into process dir docs/zh_CN: change Chinese index to know process dir docs/zh_CN: add index file into process dir docs/zh_CN: rename HOWTO into process directory docs/zh_CN: howto format changes docs/zh_CN: rename SubmittingPatches for html links docs/zh_CN: format the submitting-patches doc to rst docs/zh_CN: rename stable_kernel_rules doc docs/zh_CN: rst format change for stable-kernel-rules docs/zh_CN: rename email-clients.txt as email-clients.rst docs/zh_CN: do rst format for email-clients.rst docs/zh_CN: rename volatile-consider-harmful doc docs/zh_CN: volatile doc format changes docs/zh_CN: rename SubmittingDrivers docs/zh_CN: format submitting drivers as rst docs/zh_CN: rename magic-numbers as rst doc docs/zh_CN: format the magic-number doc as rst docs/zh_CN: rename stable_api_nonsense.txt as stable-api-nonsense.rst docs/zh_CN: format stable-api-nonsense docs/zh_CN: update Li Yang's email address mailmap: update Li Yang's email address docs/zh_CN: update Zhang Wei's email address mailmap: update email address for Triplex docs/zh_CN: update TripleX chung's email address docs/zh_CN: fix rst format errors in howto.rst docs/zh_CN: fix indent issue in stable-api-nonsense file docs/zh_CN: fix indent issue in submitting-drivers docs/zh_CN: fix rst format issue in submitting-patch docs/zh_CN: remove zh-kernel.org in MAINTAINERS mailmap: update my obsolete email address .mailmap | 6 + .../translations/zh_CN/disclaimer-zh_CN.rst | 9 ++ Documentation/translations/zh_CN/index.rst | 17 +- .../translations/zh_CN/magic-number.txt | 153 ------------------ .../translations/zh_CN/oops-tracing.txt | 2 +- .../zh_CN/{ => process}/coding-style.rst | 0 .../email-clients.rst} | 53 +++--- .../zh_CN/{HOWTO => process/howto.rst} | 69 +++++--- .../translations/zh_CN/process/index.rst | 53 ++++++ .../zh_CN/process/magic-number.rst | 151 +++++++++++++++++ .../stable-api-nonsense.rst} | 67 ++++---- .../stable-kernel-rules.rst} | 32 ++-- .../submitting-drivers.rst} | 34 ++-- .../submitting-patches.rst} | 60 ++++--- .../volatile-considered-harmful.rst} | 35 ++-- Documentation/translations/zh_CN/sparse.txt | 6 +- MAINTAINERS | 1 - 17 files changed, 408 insertions(+), 340 deletions(-) create mode 100644 Documentation/translations/zh_CN/disclaimer-zh_CN.rst delete mode 100644 Documentation/translations/zh_CN/magic-number.txt rename Documentation/translations/zh_CN/{ => process}/coding-style.rst (100%) rename Documentation/translations/zh_CN/{email-clients.txt => process/email-clients.rst} (82%) rename Documentation/translations/zh_CN/{HOWTO => process/howto.rst} (95%) create mode 100644 Documentation/translations/zh_CN/process/index.rst create mode 100644 Documentation/translations/zh_CN/process/magic-number.rst rename Documentation/translations/zh_CN/{stable_api_nonsense.txt => process/stable-api-nonsense.rst} (80%) rename Documentation/translations/zh_CN/{stable_kernel_rules.txt => process/stable-kernel-rules.rst} (76%) rename Documentation/translations/zh_CN/{SubmittingDrivers => process/submitting-drivers.rst} (86%) rename Documentation/translations/zh_CN/{SubmittingPatches => process/submitting-patches.rst} (92%) rename Documentation/translations/zh_CN/{volatile-considered-harmful.txt => process/volatile-considered-harmful.rst} (81%) -- 2.19.1.856.g8858448bb