[ttssh2-commit] [10917] 外部へのリンクに target="_blank" を指定

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2023年 9月 10日 (日) 13:33:13 JST


Revision: 10917
          https://osdn.net/projects/ttssh2/scm/svn/commits/10917
Author:   nmaya
Date:     2023-09-10 13:33:13 +0900 (Sun, 10 Sep 2023)
Log Message:
-----------
外部へのリンクに target="_blank" を指定

r10870 での修正漏れ

Revision Links:
--------------
    https://osdn.net/projects/ttssh2/scm/svn/commits/10870

Modified Paths:
--------------
    trunk/doc/en/html/reference/develop.html
    trunk/doc/ja/html/setup/lng.html
    trunk/doc/ja/html/usage/cygwin.html

-------------- next part --------------
Modified: trunk/doc/en/html/reference/develop.html
===================================================================
--- trunk/doc/en/html/reference/develop.html	2023-09-10 00:45:15 UTC (rev 10916)
+++ trunk/doc/en/html/reference/develop.html	2023-09-10 04:33:13 UTC (rev 10917)
@@ -73,10 +73,10 @@
 </p>
 
 <ul>
-  <li>Visual Studio Community 2022 (latest) (<a href="https://visualstudio.microsoft.com/">https://visualstudio.microsoft.com/</a>)</li>
-  <li>Cygwin gcc (<a href="https://www.cygwin.com/">https://www.cygwin.com/</a>)<br />
+  <li>Visual Studio Community 2022 (latest) (<a href="https://visualstudio.microsoft.com/"  target="_blank">https://visualstudio.microsoft.com/</a>)</li>
+  <li>Cygwin gcc (<a href="https://www.cygwin.com/" target="_blank">https://www.cygwin.com/</a>)<br />
     For build CygTerm+.
-    <!--Cygwin \x82̍ŐV\x94ł\xCD 32bit \x83o\x83C\x83i\x83\x8A\x82\xAA\x90\xB6\x90\xAC\x82ł\xAB\x82܂\xB9\x82\xF1\x81B32bit \x83o\x83C\x83i\x83\x8A\x82𐶐\xAC\x82ł\xAB\x82\xE9 cygwin32-gcc-g++ \x82\xF0 Cygwin Time Machine (<a href="http://www.crouchingtigerhiddenfruitbat.org/Cygwin/timemachine.html">http://www.crouchingtigerhiddenfruitbat.org/Cygwin/timemachine.html</a>) \x82\xA9\x82\xE7\x83_\x83E\x83\x93\x83\x8D\x81[\x83h\x82\xB5\x82܂\xB7\x81B-->
+    <!--Cygwin \x82̍ŐV\x94ł\xCD 32bit \x83o\x83C\x83i\x83\x8A\x82\xAA\x90\xB6\x90\xAC\x82ł\xAB\x82܂\xB9\x82\xF1\x81B32bit \x83o\x83C\x83i\x83\x8A\x82𐶐\xAC\x82ł\xAB\x82\xE9 cygwin32-gcc-g++ \x82\xF0 Cygwin Time Machine (<a href="http://www.crouchingtigerhiddenfruitbat.org/Cygwin/timemachine.html" target="_blank">http://www.crouchingtigerhiddenfruitbat.org/Cygwin/timemachine.html</a>) \x82\xA9\x82\xE7\x83_\x83E\x83\x93\x83\x8D\x81[\x83h\x82\xB5\x82܂\xB7\x81B-->
   </li>
 </ul>
 
@@ -88,8 +88,8 @@
   <li>Perl<br />
     Any of the following:
     <ul>
-      <li>Strawberry Perl 5.30.1.1 or later (<a href="https://strawberryperl.com/">https://strawberryperl.com/</a>)</li>
-      <li>ActivePerl 5.10 or later (<a href="https://www.activestate.com/products/perl/">https://www.activestate.com/products/perl/</a>)</ li>
+      <li>Strawberry Perl 5.30.1.1 or later (<a href="https://strawberryperl.com/" target="_blank">https://strawberryperl.com/</a>)</li>
+      <li>ActivePerl 5.10 or later (<a href="https://www.activestate.com/products/perl/" target="_blank">https://www.activestate.com/products/perl/</a>)</ li>
     </ul>
     For build.<br />
     <ul>
@@ -100,9 +100,9 @@
   <li>Subversion<br />
     Any of the following:
     <ul>
-      <li>VisualSVN (<a href="https://www.visualsvn.com/downloads/">https://www.visualsvn.com/downloads/</a>)</li>
-      <li>TortoiseSVN (<a href="https://tortoisesvn.net/downloads.html">https://tortoisesvn.net/downloads.html</a>)</li>
-      <li>Subversion for Windows (<a href="http://sourceforge.net/projects/win32svn/">http://sourceforge.net/projects/win32svn/</a>)</li>
+      <li>VisualSVN (<a href="https://www.visualsvn.com/downloads/" target="_blank">https://www.visualsvn.com/downloads/</a>)</li>
+      <li>TortoiseSVN (<a href="https://tortoisesvn.net/downloads.html" target="_blank">https://tortoisesvn.net/downloads.html</a>)</li>
+      <li>Subversion for Windows (<a href="http://sourceforge.net/projects/win32svn/" target="_blank">http://sourceforge.net/projects/win32svn/</a>)</li>
     </ul>
     For checkout source code.<br />
     The command line version of the same version that was used for checkout source code. For get the revision number.
@@ -115,8 +115,8 @@
   </li>
   <li>Inno Setup<br />
     <ul>
-      <li>Inno Setup 6.2.2 (<a href="https://jrsoftware.org/isinfo.php">https://jrsoftware.org/isinfo.php</a>)</li>
-      <li>Inno Script Studio 2.5.1 (<a href="https://www.kymoto.org/products/inno-script-studio">https://www.kymoto.org/products/inno-script-studio</a>)</li>
+      <li>Inno Setup 6.2.2 (<a href="https://jrsoftware.org/isinfo.php" target="_blank">https://jrsoftware.org/isinfo.php</a>)</li>
+      <li>Inno Script Studio 2.5.1 (<a href="https://www.kymoto.org/products/inno-script-studio" target="_blank">https://www.kymoto.org/products/inno-script-studio</a>)</li>
     </ul>
     For build installer.
   </li>
@@ -125,27 +125,27 @@
 <h3 id="library">Libraries</h3>
 
 <ul>
-  <li>Oniguruma 6.9.8 (<a href="https://github.com/kkos/oniguruma/">https://github.com/kkos/oniguruma/</a>)<br />
+  <li>Oniguruma 6.9.8 (<a href="https://github.com/kkos/oniguruma/" target="_blank">https://github.com/kkos/oniguruma/</a>)<br />
     For regular expression. Used by Tera Term Macro.
   </li>
-  <li>SFMT 1.5.1 (<a href="http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/index-jp.html">http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/index-jp.html</a>)<br />
+  <li>SFMT 1.5.1 (<a href="http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/index.html" target="_blank">http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/index-jp.html</a>)<br />
     For generate random number. Used by Tera Term Macro.
   </li>
-  <li>LibreSSL 3.7.3 (<a href="https://www.libressl.org/">https://www.libressl.org/</a>)<br />
+  <li>LibreSSL 3.7.3 (<a href="https://www.libressl.org/" target="_blank">https://www.libressl.org/</a>)<br />
     For encryption. Used by TTSSH.
   </li>
-  <li>zlib 1.2.13 (<a href="https://www.zlib.net/">https://www.zlib.net/</a>)<br />
+  <li>zlib 1.2.13 (<a href="https://www.zlib.net/" target="_blank">https://www.zlib.net/</a>)<br />
     For compress. Used by TTSSH.
   </li>
   <!--
-  <li>PuTTY 0.76 (<a href="https://www.chiark.greenend.org.uk/~sgtatham/putty/">https://www.chiark.greenend.org.uk/~sgtatham/putty/</a>)<br />
+  <li>PuTTY 0.76 (<a href="https://www.chiark.greenend.org.uk/~sgtatham/putty/" target="_blank">https://www.chiark.greenend.org.uk/~sgtatham/putty/</a>)<br />
     For communicate to Pageant. Used by TTSSH.
   </li>
   -->
-  <li>The reference C implementation of Argon2 20190702 (<a href="https://github.com/P-H-C/phc-winner-argon2/">https://github.com/P-H-C/phc-winner-argon2/</a>)<br />
+  <li>The reference C implementation of Argon2 20190702 (<a href="https://github.com/P-H-C/phc-winner-argon2/" target="_blank">https://github.com/P-H-C/phc-winner-argon2/</a>)<br />
     For read PuTTY private key file format version 3 (PPK3). Used by TTSSH.
   </li>
-  <li>cJSON 1.7.14 (<a href="https://github.com/DaveGamble/cJSON/">https://github.com/DaveGamble/cJSON/</a>)<br />
+  <li>cJSON 1.7.14 (<a href="https://github.com/DaveGamble/cJSON/" target="_blank">https://github.com/DaveGamble/cJSON/</a>)<br />
     Used by TTXCheckUpdate plugin.
   </li>
 </ul>
@@ -817,18 +817,18 @@
   </li>
   <li>Confirm tools, libraries, import sources.
     <ul>
-      <li>Visual Studio (<a href="https://visualstudio.microsoft.com/">https://visualstudio.microsoft.com/</a>)</li>
-      <li>Inno Setup (<a href="https://jrsoftware.org/isdl.php">https://jrsoftware.org/isdl.php</a>)</li>
-      <li>Oniguruma (<a href="https://github.com/kkos/oniguruma/">https://github.com/kkos/oniguruma/</a>)</li>
-      <li>SFMT (<a href="http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/index-jp.html">http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/index-jp.html</a>)</li>
-      <li>LibreSSL (<a href="https://www.libressl.org/">https://www.libressl.org/</a>)</li>
-      <li>zlib (<a href="https://www.zlib.net/">http://www.zlib.net/</a>)</li>
+      <li>Visual Studio (<a href="https://visualstudio.microsoft.com/" target="_blank">https://visualstudio.microsoft.com/</a>)</li>
+      <li>Inno Setup (<a href="https://jrsoftware.org/isdl.php" target="_blank">https://jrsoftware.org/isdl.php</a>)</li>
+      <li>Oniguruma (<a href="https://github.com/kkos/oniguruma/" target="_blank">https://github.com/kkos/oniguruma/</a>)</li>
+      <li>SFMT (<a href="http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/index.html" target="_blank">http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/index-jp.html</a>)</li>
+      <li>LibreSSL (<a href="https://www.libressl.org/" target="_blank">https://www.libressl.org/</a>)</li>
+      <li>zlib (<a href="https://www.zlib.net/" target="_blank">http://www.zlib.net/</a>)</li>
       <!--
-      <li>PuTTY (<a href="https://www.chiark.greenend.org.uk/~sgtatham/putty/">http://www.chiark.greenend.org.uk/~sgtatham/putty/</a>)</li>
+      <li>PuTTY (<a href="https://www.chiark.greenend.org.uk/~sgtatham/putty/" target="_blank">http://www.chiark.greenend.org.uk/~sgtatham/putty/</a>)</li>
       -->
-      <li>The reference C implementation of Argon2 (<a href="https://github.com/P-H-C/phc-winner-argon2/">https://github.com/P-H-C/phc-winner-argon2/</a>)</li>
-      <li>cJSON (<a href="https://github.com/DaveGamble/cJSON/">https://github.com/DaveGamble/cJSON/</a>)</li>
-      <li>Unicode (<a href="https://www.unicode.org/versions/latest/">https://www.unicode.org/versions/latest/</a>)</li>
+      <li>The reference C implementation of Argon2 (<a href="https://github.com/P-H-C/phc-winner-argon2/" target="_blank">https://github.com/P-H-C/phc-winner-argon2/</a>)</li>
+      <li>cJSON (<a href="https://github.com/DaveGamble/cJSON/" target="_blank">https://github.com/DaveGamble/cJSON/</a>)</li>
+      <li>Unicode (<a href="https://www.unicode.org/versions/latest/" target="_blank">https://www.unicode.org/versions/latest/</a>)</li>
     </ul>
 <!--
     <p>\x83\x8A\x83\x8A\x81[\x83X\x82Ɏg\x82\xA4\x83o\x81[\x83W\x83\x87\x83\x93\x82͂\xB1\x82̎\x9E\x93_\x82ł\xA8\x82\xA8\x82ނˌ\x88\x92肷\x82\xE9\x81B</p>
@@ -932,8 +932,8 @@
   </li>
   <li>Announce RC release.
     <ul>
-      <li><a href="https://lists.osdn.me/mailman/listinfo/ttssh2-users">ttssh2-users</a> mailing list</li>
-      <li>Twitter (<a href="https://twitter.com/Tera_Term">https://twitter.com/Tera_Term</a>)</li>
+      <li><a href="https://lists.osdn.me/mailman/listinfo/ttssh2-users" target="_blank">ttssh2-users</a> mailing list</li>
+      <li>Twitter (<a href="https://twitter.com/Tera_Term" target="_blank">https://twitter.com/Tera_Term</a>)</li>
     </ul>
   </li>
   <li>Get feedbacks.
@@ -989,13 +989,13 @@
       <li>Submit news.</li>
     </ul>
   </li>
-  <li>Update OSDN project home page (<a href="https://ttssh2.osdn.jp">https://ttssh2.osdn.jp</a>).
-    <p><a href="https://osdn.net/projects/ttssh2/wiki/%E3%83%97%E3%83%AD%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%83%9A%E3%83%BC%E3%82%B8%E3%81%AE%E6%9B%B4%E6%96%B0%E6%89%8B%E9%A0%86">How to update project home page (in Japanese).</a></p>
+  <li>Update OSDN project home page (<a href="https://ttssh2.osdn.jp" target="_blank">https://ttssh2.osdn.jp</a>).
+    <p><a href="https://osdn.net/projects/ttssh2/wiki/%E3%83%97%E3%83%AD%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%83%9A%E3%83%BC%E3%82%B8%E3%81%AE%E6%9B%B4%E6%96%B0%E6%89%8B%E9%A0%86" target="_blank">How to update project home page (in Japanese).</a></p>
   </li>
   <li>Announce release.
     <ul>
-      <li><a href="https://lists.osdn.me/mailman/listinfo/ttssh2-users">ttssh2-users</a> mailing list</li>
-      <li>Twitter (<a href="https://twitter.com/Tera_Term">https://twitter.com/Tera_Term</a>)
+      <li><a href="https://lists.osdn.me/mailman/listinfo/ttssh2-users" target="_blank">ttssh2-users</a> mailing list</li>
+      <li>Twitter (<a href="https://twitter.com/Tera_Term" target="_blank">https://twitter.com/Tera_Term</a>)
         <ul>
           <li>Pin announce tweet.</li>
         </ul>

Modified: trunk/doc/ja/html/setup/lng.html
===================================================================
--- trunk/doc/ja/html/setup/lng.html	2023-09-10 00:45:15 UTC (rev 10916)
+++ trunk/doc/ja/html/setup/lng.html	2023-09-10 04:33:13 UTC (rev 10917)
@@ -71,7 +71,7 @@
 </pre>
 
 <p>
-\x8Fڂ\xB5\x82\xAD\x82\xCD msdn \x83\x89\x83C\x83u\x83\x89\x83\x8A\x82\xCC <a href="http://msdn.microsoft.com/en-us/library/bb773327(VS.85).aspx">LOGFONT \x8D\\x91\xA2\x91\xCC</a>\x82\xCC lfCharset \x82̐\xE0\x96\xBE\x82\xF0\x8EQ\x8FƂ\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
+\x8Fڂ\xB5\x82\xAD\x82\xCD msdn \x83\x89\x83C\x83u\x83\x89\x83\x8A\x82\xCC <a href="http://msdn.microsoft.com/en-us/library/bb773327(VS.85).aspx" target="_blank">LOGFONT \x8D\\x91\xA2\x91\xCC</a>\x82\xCC lfCharset \x82̐\xE0\x96\xBE\x82\xF0\x8EQ\x8FƂ\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
 </p>
 
 

Modified: trunk/doc/ja/html/usage/cygwin.html
===================================================================
--- trunk/doc/ja/html/usage/cygwin.html	2023-09-10 00:45:15 UTC (rev 10916)
+++ trunk/doc/ja/html/usage/cygwin.html	2023-09-10 04:33:13 UTC (rev 10917)
@@ -13,7 +13,7 @@
 
 <p>
 \x83\x8D\x81[\x83J\x83\x8B\x82\xCC Cygwin \x8A‹\xAB\x82\xC9 Tera Term \x82\xA9\x82\xE7\x90ڑ\xB1\x82ł\xAB\x82܂\xB7\x81B<br>
-<a href="http://www.cygwin.com/">Cygwin</A> \x82́AWindows \x8F\xE3\x82\xC5 Linux \x82̂悤\x82Ȋ‹\xAB\x82\xF0\x92񋟂\xB7\x82\xE9\x83\\x83t\x83g\x83E\x83F\x83A\x82ł\xB7\x81B<br>
+<a href="http://www.cygwin.com/" target="_blank">Cygwin</A> \x82́AWindows \x8F\xE3\x82\xC5 Linux \x82̂悤\x82Ȋ‹\xAB\x82\xF0\x92񋟂\xB7\x82\xE9\x83\\x83t\x83g\x83E\x83F\x83A\x82ł\xB7\x81B<br>
 Cygwin \x82́A\x83I\x81[\x83v\x83\x93\x83\\x81[\x83X\x83\\x83t\x83g\x83E\x83F\x83A\x82ł\xB7\x81B
 </p>
 


ttssh2-commit メーリングリストの案内
Back to archive index