Revision: 9720 https://osdn.net/projects/ttssh2/scm/svn/commits/9720 Author: nmaya Date: 2022-02-06 01:46:02 +0900 (Sun, 06 Feb 2022) Log Message: ----------- ライブラリの URL を修正, 並び順を統一 Modified Paths: -------------- trunk/doc/en/html/about/copyright.html trunk/doc/en/html/reference/develop.html trunk/doc/ja/html/about/copyright.html trunk/doc/ja/html/reference/develop.html -------------- next part -------------- Modified: trunk/doc/en/html/about/copyright.html =================================================================== --- trunk/doc/en/html/about/copyright.html 2022-02-05 16:11:59 UTC (rev 9719) +++ trunk/doc/en/html/about/copyright.html 2022-02-05 16:46:02 UTC (rev 9720) @@ -25,7 +25,6 @@ </ul> <h3>Using Library(Source Code)</h3> <ul> - <li><a href="https://github.com/DaveGamble/cJSON">cJSON</a> ... <a href="../reference/cJSON-LICENSE.txt">MIT License</a></li> <li><a href="https://github.com/kkos/oniguruma">Oniguruma</a> ... <a href="../reference/Oniguruma-LICENSE.txt">2-clause BSD license</a></li> <li><a href="http://www.math.sci.hiroshima-u.ac.jp/m-mat/MT/SFMT/index.html">SFMT</a> ... <a href="../reference/SFMT-LICENSE.txt">3-clause BSD license</a></li> <li><a href="https://www.openssh.com">OpenSSH</a> ... <a href="../reference/OpenSSH-LICENSE.txt">BSD style license</a></li> @@ -33,6 +32,7 @@ <li><a href="https://zlib.net">zlib</a> ... <a href="../reference/zlib-LICENSE.txt">zlib License</a></li> <li><a href="https://www.chiark.greenend.org.uk/~sgtatham/putty/">PuTTY</a> ... <a href="../reference/PuTTY-LICENSE.txt">MIT License</a></li> <li><a href="https://github.com/P-H-C/phc-winner-argon2">The reference C implementation of Argon2</a> ... <a href="../reference/argon2-LICENSE.txt">Creative Commons CC0 1.0 License/Waiver or the Apache License 2.0</a></li> + <li><a href="https://github.com/DaveGamble/cJSON">cJSON</a> ... <a href="../reference/cJSON-LICENSE.txt">MIT License</a></li> </ul> @@ -153,12 +153,12 @@ Copyright of original TTSSH belongs to Robert O'Callahan. Copyright of TTSSH supporting SSH2 belongs to Yutaka Hirata. + Copyright of OpenSSH belongs to each developers. Please see <a href="../reference/OpenSSH-LICENSE.txt">OpenSSH-LICENSE.txt</a> for more information. + This program uses the source code of OpenSSH. Copyright of LibreSSL belongs to OpenBSD project. Please see <a href="../reference/LibreSSL-LICENSE.txt">LibreSSL-LICENSE.txt</a> for more information about license. LibreSSL is linked to this program statically. Copyright of zlib belongs to Greg Roelofs and Jean-loup Gaill. Please see <a href="../reference/zlib-LICENSE.txt">zlib-LICENSE.txt</a> for more information about license. zlib is linked to this program statically. - Copyright of OpenSSH belongs to each developers. Please see <a href="../reference/OpenSSH-LICENSE.txt">OpenSSH-LICENSE.txt</a> for more information. - This program uses the source code of OpenSSH. Copyright of PuTTY belongs to Simon Tatham. Please see <a href="../reference/PuTTY-LICENSE.txt">PuTTY-LICENSE.txt</a> for more information about license. This program uses the source code of PuTTY. Copyright of The reference C implementation of Argon2 belongs to Daniel Dinu, Dmitry Khovratovich, Jean-Philippe Aumasson, and Samuel Neves. Please see <a href="../reference/Argon2-LICENSE.txt">Argon2-LICENSE.txt</a> for more information about license. Modified: trunk/doc/en/html/reference/develop.html =================================================================== --- trunk/doc/en/html/reference/develop.html 2022-02-05 16:11:59 UTC (rev 9719) +++ trunk/doc/en/html/reference/develop.html 2022-02-05 16:46:02 UTC (rev 9720) @@ -162,13 +162,13 @@ <h2 id="library">Libraries</h2> <ul> - <li>Oniguruma 6.9.7.1 (https://github.com/kkos/oniguruma)</li> - <li>OpenSSL 1.1.1k (http://www.openssl.org/)</li> - <li>zlib 1.2.11 (http://www.zlib.net/)</li> - <li>PuTTY 0.76 (http://www.chiark.greenend.org.uk/~sgtatham/putty/)</li> - <li>SFMT 1.5.1 (http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/index.html)</li> - <li>cJSON 1.7.14 (https://github.com/DaveGamble/cJSON/)</li> - <li>The reference C implementation of Argon2 20190702 (https://github.com/P-H-C/phc-winner-argon2)</li> + <li>Oniguruma 6.9.7.1 (<a href="https://github.com/kkos/oniguruma/">https://github.com/kkos/oniguruma/</a>)</li> + <li>SFMT 1.5.1 (<a href="http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/index.html">http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/index.html</a>)</li> + <li>LibreSSL 3.4.2 (<a href="https://www.libressl.org/">https://www.libressl.org/</a>)</li> + <li>zlib 1.2.11 (<a href="https://www.zlib.net/">https://www.zlib.net/</a>)</li> + <li>PuTTY 0.76 (<a href="https://www.chiark.greenend.org.uk/~sgtatham/putty/">https://www.chiark.greenend.org.uk/~sgtatham/putty/</a>)</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>)</li> + <li>cJSON 1.7.14 (<a href="https://github.com/DaveGamble/cJSON/">https://github.com/DaveGamble/cJSON/</a>)</li> </ul> @@ -486,15 +486,15 @@ </li> <li>Confirm tools, libraries, import sources. <ul> - <li>Visual Studio (<a href="https://visualstudio.microsoft.com">https://visualstudio.microsoft.com</a>)</li> + <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>OpenSSL (<a href="https://www.openssl.org">https://www.openssl.org</a>)</li> - <li>zlib (<a href="https://www.zlib.net">http://www.zlib.net</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>PuTTY (<a href="https://www.chiark.greenend.org.uk/~sgtatham/putty/">http://www.chiark.greenend.org.uk/~sgtatham/putty/</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>cJSON (<a href="https://github.com/DaveGamble/cJSON">https://github.com/DaveGamble/cJSON</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>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> </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> Modified: trunk/doc/ja/html/about/copyright.html =================================================================== --- trunk/doc/ja/html/about/copyright.html 2022-02-05 16:11:59 UTC (rev 9719) +++ trunk/doc/ja/html/about/copyright.html 2022-02-05 16:46:02 UTC (rev 9720) @@ -25,7 +25,6 @@ </ul> <h3>\x8Eg\x97p\x82\xB5\x82Ă\xA2\x82郉\x83C\x83u\x83\x89\x83\x8A(\x83\\x81[\x83X\x83R\x81[\x83h)</h3> <ul> - <li><a href="https://github.com/DaveGamble/cJSON">cJSON</a> ... <a href="../reference/cJSON-LICENSE.txt">MIT\x83\x89\x83C\x83Z\x83\x93\x83X</a></li> <li><a href="https://github.com/kkos/oniguruma">Oniguruma</a> ... <a href="../reference/Oniguruma-LICENSE.txt">\x93\xF1\x8F\xF0\x8D\x80BSD\x83\x89\x83C\x83Z\x83\x93\x83X</a></li> <li><a href="http://www.math.sci.hiroshima-u.ac.jp/m-mat/MT/SFMT/index-jp.html">SFMT</a> ... <a href="../reference/SFMT-LICENSE.txt">\x8EO\x8F\xF0\x8D\x80BSD\x83\x89\x83C\x83Z\x83\x93\x83X</a></li> <li><a href="https://www.openssh.com">OpenSSH</a> ... <a href="../reference/OpenSSH-LICENSE.txt">BSD\x83X\x83^\x83C\x83\x8B\x83\x89\x83C\x83Z\x83\x93\x83X</a></li> @@ -33,6 +32,7 @@ <li><a href="https://zlib.net">zlib</a> ... <a href="../reference/zlib-LICENSE.txt">zlib\x83\x89\x83C\x83Z\x83\x93\x83X</a></li> <li><a href="https://www.chiark.greenend.org.uk/~sgtatham/putty/">PuTTY</a> ... <a href="../reference/PuTTY-LICENSE.txt">MIT\x83\x89\x83C\x83Z\x83\x93\x83X</a></li> <li><a href="https://github.com/P-H-C/phc-winner-argon2">The reference C implementation of Argon2</a> ... <a href="../reference/argon2-LICENSE.txt">Creative Commons CC0 1.0 License/Waiver \x82܂\xBD\x82\xCD Apache License 2.0</a></li> + <li><a href="https://github.com/DaveGamble/cJSON">cJSON</a> ... <a href="../reference/cJSON-LICENSE.txt">MIT\x83\x89\x83C\x83Z\x83\x93\x83X</a></li> </ul> @@ -146,12 +146,12 @@ TTSSH\x82\xCDRobert O'Callahan\x8E\x81\x82̒\x98\x8D앨\x82ł\xB7\x81B TTSSH\x82\xCCSSH2\x89\xBB\x82̃R\x81[\x83h\x82ɂ\xA2\x82ẮA\x92\x98\x8D쌠\x82͕\xBD\x93c\x96L\x82ɂ\xA0\x82\xE8\x82܂\xB7\x81B + OpenSSH\x82̒\x98\x8D쌠\x82́A\x8Ae\x8AJ\x94\xAD\x8E҂ɂ\xA0\x82\xE8\x82܂\xB7\x81B\x8Fڂ\xB5\x82\xAD\x82͓\xAF\x8D\xAB\x82\xCC<a href="../reference/OpenSSH-LICENSE.txt">OpenSSH-LICENSE.txt</a>\x82\xF0\x82\xB2\x97\x97\x82\xAD\x82\xBE\x82\xB3\x82\xA2\x81B + \x96{\x83v\x83\x8D\x83O\x83\x89\x83\x80\x82́AOpenSSH\x82̃\\x81[\x83X\x83R\x81[\x83h\x82\xF0\x8Eg\x97p\x82\xB5\x82Ă\xA2\x82܂\xB7\x81B LibreSSL\x82\xCDOpenBSD Project\x82̒\x98\x8D앨\x82ł\xB7\x81B\x83\x89\x83C\x83Z\x83\x93\x83X\x8F\xEE\x95\xF1\x82ɂ\xA2\x82Ă͓\xAF\x8D\xAB\x82\xCC<a href="../reference/LibreSSL-LICENSE.txt">LibreSSL-LICENSE.txt</a>\x82\xF0\x82\xB2\x97\x97\x89\xBA\x82\xB3\x82\xA2\x81B \x96{\x83v\x83\x8D\x83O\x83\x89\x83\x80\x82́ALibreSSL\x82ƐÓI\x83\x8A\x83\x93\x83N\x82\xB5\x82Ă\xA2\x82܂\xB7\x81B zlib\x82\xCDGreg Roelofs\x82\xC6Jean-loup Gailly\x8E\x81\x82̒\x98\x8D앨\x82ł\xB7\x81B\x83\x89\x83C\x83Z\x83\x93\x83X\x8F\xEE\x95\xF1\x82ɂ\xA2\x82Ă͓\xAF\x8D\xAB\x82\xCC<a href="../reference/zlib-LICENSE.txt">zlib-LICENSE.txt</a>\x82\xF0\x82\xB2\x97\x97\x89\xBA\x82\xB3\x82\xA2\x81B \x96{\x83v\x83\x8D\x83O\x83\x89\x83\x80\x82́Azlib\x82ƐÓI\x83\x8A\x83\x93\x83N\x82\xB5\x82Ă\xA2\x82܂\xB7\x81B - OpenSSH\x82̒\x98\x8D쌠\x82́A\x8Ae\x8AJ\x94\xAD\x8E҂ɂ\xA0\x82\xE8\x82܂\xB7\x81B\x8Fڂ\xB5\x82\xAD\x82͓\xAF\x8D\xAB\x82\xCC<a href="../reference/OpenSSH-LICENSE.txt">OpenSSH-LICENSE.txt</a>\x82\xF0\x82\xB2\x97\x97\x82\xAD\x82\xBE\x82\xB3\x82\xA2\x81B - \x96{\x83v\x83\x8D\x83O\x83\x89\x83\x80\x82́AOpenSSH\x82̃\\x81[\x83X\x83R\x81[\x83h\x82\xF0\x8Eg\x97p\x82\xB5\x82Ă\xA2\x82܂\xB7\x81B PuTTY\x82\xCDSimon Tatham\x8E\x81\x82̒\x98\x8D앨\x82ł\xB7\x81B\x83\x89\x83C\x83Z\x83\x93\x83X\x8F\xEE\x95\xF1\x82ɂ\xA2\x82Ă͓\xAF\x8D\xAB\x82\xCC<a href="../reference/PuTTY-LICENSE.txt">PuTTY-LICENCE.txt</a>\x82\xF0\x82\xB2\x97\x97\x89\xBA\x82\xB3\x82\xA2\x81B \x96{\x83v\x83\x8D\x83O\x83\x89\x83\x80\x82́APuTTY\x82̃\\x81[\x83X\x83R\x81[\x83h\x82\xF0\x8Eg\x97p\x82\xB5\x82Ă\xA2\x82܂\xB7\x81B The reference C implementation of Argon2 \x82\xCD Daniel Dinu, Dmitry Khovratovich, Jean-Philippe Aumasson, Samuel Neves \x8Ae\x8E\x81\x82̒\x98\x8D앨\x82ł\xB7\x81B\x83\x89\x83C\x83Z\x83\x93\x83X\x8F\xEE\x95\xF1\x82ɂ\xA2\x82Ă͓\xAF\x8D\xAB\x82\xCC<a href="../reference/Argon2-LICENSE.txt">Argon2-LICENCE.txt</a>\x82\xF0\x82\xB2\x97\x97\x89\xBA\x82\xB3\x82\xA2\x81B Modified: trunk/doc/ja/html/reference/develop.html =================================================================== --- trunk/doc/ja/html/reference/develop.html 2022-02-05 16:11:59 UTC (rev 9719) +++ trunk/doc/ja/html/reference/develop.html 2022-02-05 16:46:02 UTC (rev 9720) @@ -161,13 +161,13 @@ <h2 id="library">\x83\x89\x83C\x83u\x83\x89\x83\x8A</h2> <ul> - <li>Oniguruma 6.9.7.1 (https://github.com/kkos/oniguruma)</li> - <li>OpenSSL 1.1.1k (http://www.openssl.org/)</li> - <li>zlib 1.2.11 (http://www.zlib.net/)</li> - <li>PuTTY 0.76 (http://www.chiark.greenend.org.uk/~sgtatham/putty/)</li> - <li>SFMT 1.5.1 (http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/index.html)</li> - <li>cJSON 1.7.14 (https://github.com/DaveGamble/cJSON/)</li> - <li>The reference C implementation of Argon2 20190702 (https://github.com/P-H-C/phc-winner-argon2)</li> + <li>Oniguruma 6.9.7.1 (<a href="https://github.com/kkos/oniguruma/">https://github.com/kkos/oniguruma/</a>)</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>)</li> + <li>LibreSSL 3.4.2 (<a href="https://www.libressl.org/">https://www.libressl.org/</a>)</li> + <li>zlib 1.2.11 (<a href="https://www.zlib.net/">https://www.zlib.net/</a>)</li> + <li>PuTTY 0.76 (<a href="https://www.chiark.greenend.org.uk/~sgtatham/putty/">https://www.chiark.greenend.org.uk/~sgtatham/putty/</a>)</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>)</li> + <li>cJSON 1.7.14 (<a href="https://github.com/DaveGamble/cJSON/">https://github.com/DaveGamble/cJSON/</a>)</li> </ul> @@ -495,15 +495,15 @@ </li> <li>\x83c\x81[\x83\x8B\x81A\x83\x89\x83C\x83u\x83\x89\x83\x8A\x81A\x83C\x83\x93\x83|\x81[\x83g\x8C\xB3\x82̍ŐV\x94ł\xF0\x83`\x83F\x83b\x83N\x82\xB7\x82\xE9 <ul> - <li>Visual Studio (<a href="https://visualstudio.microsoft.com">https://visualstudio.microsoft.com</a>)</li> + <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>OpenSSL (<a href="https://www.openssl.org">https://www.openssl.org</a>)</li> - <li>zlib (<a href="https://www.zlib.net">http://www.zlib.net</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>PuTTY (<a href="https://www.chiark.greenend.org.uk/~sgtatham/putty/">http://www.chiark.greenend.org.uk/~sgtatham/putty/</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>cJSON (<a href="https://github.com/DaveGamble/cJSON">https://github.com/DaveGamble/cJSON</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>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> </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> </li>