From: Silvan Jegen Date: Sat, 8 Nov 2014 10:52:21 +0000 (+0100) Subject: ja: *expletive* just go to index.html X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=511689ad8d663a5fd30e6084223d4954debad2a0;p=enc.git ja: *expletive* just go to index.html The text of section 4 is the same in any version so let's just hope our site visitors won't mind too much that they will be taken to the Linux version of the page regardless of where they came from. If they use the back button to navigate they will not even notice. JS and I don't get along very well... --- diff --git a/ja/next_steps.html b/ja/next_steps.html index a4a714c0..12d612b2 100644 --- a/ja/next_steps.html +++ b/ja/next_steps.html @@ -80,7 +80,7 @@

友人を誘ってください

これは電子メールの暗号化を促進する、一番大切な作業です。

-

もうひとつ、ぜひFSFのシェアするを参考にしてあなたの知人やお友だちにも、メールの暗号化をいっしょにすすめるようにお願いしてください。先ほど作ったあなたのGnuPG公開鍵のIDも皆さんに知らせてください。そうすればお友だちはすぐにあなたの公開鍵をダウンロードできます。

+

もうひとつ、ぜひFSFのシェアするを参考にしてあなたの知人やお友だちにも、メールの暗号化をいっしょにすすめるようにお願いしてください。先ほど作ったあなたのGnuPG公開鍵のIDも皆さんに知らせてください。そうすればお友だちはすぐにあなたの公開鍵をダウンロードできます。

メールを送る相手が暗号化メールを受信できることを知らせるために、自分の公開鍵のフィンガープリントをメールの署名欄にも含めましょう。

@@ -217,11 +217,6 @@ var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript"; g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s); })(); - - function goBackTo(loc) { - history.back(); - window.location.href = "#"+loc; - }