lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Tue,  8 Nov 2016 21:26:09 +0900
From:   SeongJae Park <sj38.park@...il.com>
To:     corbet@....net
Cc:     minchan@...nel.org, linux-doc@...r.kernel.org,
        linux-kernel@...r.kernel.org, SeongJae Park <sj38.park@...il.com>
Subject: [PATCH 3/3] Documentation: Add HOWTO Korean translation into rst based build system

This commit adds Korean translation of HOWTO document into rst based
documentation build system.

Signed-off-by: SeongJae Park <sj38.park@...il.com>
---
 Documentation/index.rst                               |  8 ++++++++
 Documentation/translations/ko_KR/{HOWTO => howto.rst} |  0
 Documentation/translations/ko_KR/index.rst            | 12 ++++++++++++
 3 files changed, 20 insertions(+)
 rename Documentation/translations/ko_KR/{HOWTO => howto.rst} (100%)
 create mode 100644 Documentation/translations/ko_KR/index.rst

diff --git a/Documentation/index.rst b/Documentation/index.rst
index 85a66270f96c..0a1b2747edf2 100644
--- a/Documentation/index.rst
+++ b/Documentation/index.rst
@@ -57,6 +57,14 @@ needed).
    gpu/index
    80211/index
 
+Korean translations
+-------------------
+
+.. toctree::
+   :maxdepth: 1
+
+   translations/ko_KR/index
+
 Indices and tables
 ==================
 
diff --git a/Documentation/translations/ko_KR/HOWTO b/Documentation/translations/ko_KR/howto.rst
similarity index 100%
rename from Documentation/translations/ko_KR/HOWTO
rename to Documentation/translations/ko_KR/howto.rst
diff --git a/Documentation/translations/ko_KR/index.rst b/Documentation/translations/ko_KR/index.rst
new file mode 100644
index 000000000000..0b695345abc7
--- /dev/null
+++ b/Documentation/translations/ko_KR/index.rst
@@ -0,0 +1,12 @@
+.. raw:: latex
+
+        \renewcommand\thesection*
+        \renewcommand\thesubsection*
+
+Korean translations
+===================
+
+.. toctree::
+   :maxdepth: 1
+
+   howto
-- 
2.10.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ