From a72e1c8ff826c3ce6b3ee85fe28a874cbcd6b829 Mon Sep 17 00:00:00 2001 From: taidalog <72747279+taidalog@users.noreply.github.com> Date: Sun, 31 Mar 2024 15:37:38 +0900 Subject: [PATCH 1/4] Revised the URLs in the READMEs. #283 --- README.ja.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.ja.md b/README.ja.md index fa46b62..0f6ca73 100644 --- a/README.ja.md +++ b/README.ja.md @@ -19,7 +19,7 @@ Version 4.6.2 ## 使い方 -1. [taidalab](http://taidalog.html.xdomain.jp/) にアクセスしてください。 +1. [taidalab](https://taidalog.cloudfree.jp/) にアクセスしてください。 1. 画面左側のメニューから好きなものを選んでクリックしてください。メニューが非表示になっているときは画面左上のハンバーガーボタン(三本線のボタン)を押してメニューを開いてください。 1. 出てきた画面で操作を行ってください。使い方は各ページ右上のヘルプと About ページに書いてあります。 diff --git a/README.md b/README.md index 0cae9ce..a5c14be 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ A Web application for learning Informatics Ⅰ, one of the subjects taught i ## Usage -1. Visit [taidalab](http://taidalog.html.xdomain.jp/). +1. Visit [taidalab](https://taidalog.cloudfree.jp/). 1. Click a link in the menu on the left side of the screen. To show the menu, click the hamburger button (a button with three horizontal lines) on the upper left corner. 1. Operate on the page you opened. For more details, click the "Help" button at the top right of each page, or visit the "About" page. From 8c786f198773d77d03dde5398343c52eed7256ea Mon Sep 17 00:00:00 2001 From: taidalog <72747279+taidalog@users.noreply.github.com> Date: Sun, 31 Mar 2024 15:38:01 +0900 Subject: [PATCH 2/4] Revised the URLs in `index.html`. #283 --- public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 31a9a4e..8a27263 100644 --- a/public/index.html +++ b/public/index.html @@ -29,9 +29,9 @@ - + - + From 4d7ecb5292026763d0f612c3ac6f86f82a47e018 Mon Sep 17 00:00:00 2001 From: taidalog <72747279+taidalog@users.noreply.github.com> Date: Sun, 31 Mar 2024 16:07:33 +0900 Subject: [PATCH 3/4] Added language to ``. Close #282. --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 8a27263..bf6c797 100644 --- a/public/index.html +++ b/public/index.html @@ -6,7 +6,7 @@ https://github.com/taidalog/taidalab/blob/main/LICENSE --> - + From 661bd5deb28b58152147501e2060748d3b2bcb9b Mon Sep 17 00:00:00 2001 From: taidalog <72747279+taidalog@users.noreply.github.com> Date: Sun, 31 Mar 2024 16:35:57 +0900 Subject: [PATCH 4/4] Raised version to 4.6.3. Close #284, --- README.ja.md | 2 +- README.md | 2 +- public/index.html | 4 ++-- public/style.css | 2 +- src/About.fs | 2 +- src/App.fs | 2 +- src/Content.fs | 4 ++-- src/Home.fs | 2 +- src/InformationPolicy.fs | 2 +- src/InitObject.fs | 2 +- src/NotFound.fs | 2 +- src/Page.fs | 2 +- src/Switcher.fs | 2 +- src/Terms.fs | 2 +- src/common/Number.fs | 2 +- src/common/Svg.fs | 2 +- src/common/Text.fs | 2 +- src/common/Tuple.fs | 2 +- src/endless-binary/Addition.fs | 2 +- src/endless-binary/Bin2Dec1.fs | 2 +- src/endless-binary/Bin2Dec2.fs | 2 +- src/endless-binary/Complement.fs | 2 +- src/endless-binary/Dec2Bin1.fs | 2 +- src/endless-binary/Dec2Bin2.fs | 2 +- src/endless-binary/Dec2Hex.fs | 2 +- src/endless-binary/EndlessBinary.fs | 2 +- src/endless-binary/Hex2Dec.fs | 2 +- src/endless-binary/PowerOfTwo1.fs | 2 +- src/endless-binary/PowerOfTwo2.fs | 2 +- src/endless-binary/Subtraction.fs | 2 +- src/iro-iroiro/IroIroiro.fs | 2 +- src/network-simulator/Area.fs | 2 +- src/network-simulator/Cable.fs | 2 +- src/network-simulator/Client.fs | 2 +- src/network-simulator/Device.fs | 2 +- src/network-simulator/Directions.fs | 2 +- src/network-simulator/Hub.fs | 2 +- src/network-simulator/IPv4.fs | 2 +- src/network-simulator/Kind.fs | 2 +- src/network-simulator/NetworkSimulator.fs | 2 +- src/network-simulator/Point.fs | 2 +- src/network-simulator/Router.fs | 2 +- src/network-simulator/TCPIP.fs | 2 +- 43 files changed, 45 insertions(+), 45 deletions(-) diff --git a/README.ja.md b/README.ja.md index 0f6ca73..d8f4691 100644 --- a/README.ja.md +++ b/README.ja.md @@ -1,6 +1,6 @@ # taidalab -Version 4.6.2 +Version 4.6.3 [English README](README.md) diff --git a/README.md b/README.md index a5c14be..e50d76f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # taidalab -Version 4.6.2 +Version 4.6.3 [Japanese README](README.ja.md) diff --git a/public/index.html b/public/index.html index bf6c797..90d20af 100644 --- a/public/index.html +++ b/public/index.html @@ -1,5 +1,5 @@ - + diff --git a/public/style.css b/public/style.css index 95ad009..a0eb746 100644 --- a/public/style.css +++ b/public/style.css @@ -1,5 +1,5 @@ /* - taidalab Version 4.6.2 + taidalab Version 4.6.3 https://github.com/taidalog/taidalab Copyright (c) 2022-2024 taidalog This software is licensed under the MIT License. diff --git a/src/About.fs b/src/About.fs index 99afb5a..df72f70 100644 --- a/src/About.fs +++ b/src/About.fs @@ -1,4 +1,4 @@ -// taidalab Version 4.6.2 +// taidalab Version 4.6.3 // https://github.com/taidalog/taidalab // Copyright (c) 2022-2024 taidalog // This software is licensed under the MIT License. diff --git a/src/App.fs b/src/App.fs index d5291c5..7b95e03 100644 --- a/src/App.fs +++ b/src/App.fs @@ -1,4 +1,4 @@ -// taidalab Version 4.6.2 +// taidalab Version 4.6.3 // https://github.com/taidalog/taidalab // Copyright (c) 2022-2024 taidalog // This software is licensed under the MIT License. diff --git a/src/Content.fs b/src/Content.fs index bf487a7..b6d0a9e 100644 --- a/src/Content.fs +++ b/src/Content.fs @@ -1,4 +1,4 @@ -// taidalab Version 4.6.2 +// taidalab Version 4.6.3 // https://github.com/taidalog/taidalab // Copyright (c) 2022-2024 taidalog // This software is licensed under the MIT License. @@ -98,7 +98,7 @@ module Content = let question = """進法で表すと?""" - let version = "Version 4.6.2" + let version = "Version 4.6.3" let footer = sprintf diff --git a/src/Home.fs b/src/Home.fs index c529c2f..ed95d34 100644 --- a/src/Home.fs +++ b/src/Home.fs @@ -1,4 +1,4 @@ -// taidalab Version 4.6.2 +// taidalab Version 4.6.3 // https://github.com/taidalog/taidalab // Copyright (c) 2022-2024 taidalog // This software is licensed under the MIT License. diff --git a/src/InformationPolicy.fs b/src/InformationPolicy.fs index e0e4daf..b6ccf90 100644 --- a/src/InformationPolicy.fs +++ b/src/InformationPolicy.fs @@ -1,4 +1,4 @@ -// taidalab Version 4.6.2 +// taidalab Version 4.6.3 // https://github.com/taidalog/taidalab // Copyright (c) 2022-2024 taidalog // This software is licensed under the MIT License. diff --git a/src/InitObject.fs b/src/InitObject.fs index 0047378..0784106 100644 --- a/src/InitObject.fs +++ b/src/InitObject.fs @@ -1,4 +1,4 @@ -// taidalab Version 4.6.2 +// taidalab Version 4.6.3 // https://github.com/taidalog/taidalab // Copyright (c) 2022-2024 taidalog // This software is licensed under the MIT License. diff --git a/src/NotFound.fs b/src/NotFound.fs index f179feb..70aee22 100644 --- a/src/NotFound.fs +++ b/src/NotFound.fs @@ -1,4 +1,4 @@ -// taidalab Version 4.6.2 +// taidalab Version 4.6.3 // https://github.com/taidalog/taidalab // Copyright (c) 2022-2024 taidalog // This software is licensed under the MIT License. diff --git a/src/Page.fs b/src/Page.fs index 4ca9d1b..9de9eb2 100644 --- a/src/Page.fs +++ b/src/Page.fs @@ -1,4 +1,4 @@ -// taidalab Version 4.6.2 +// taidalab Version 4.6.3 // https://github.com/taidalog/taidalab // Copyright (c) 2022-2024 taidalog // This software is licensed under the MIT License. diff --git a/src/Switcher.fs b/src/Switcher.fs index 73b7747..e1f01a2 100644 --- a/src/Switcher.fs +++ b/src/Switcher.fs @@ -1,4 +1,4 @@ -// taidalab Version 4.6.2 +// taidalab Version 4.6.3 // https://github.com/taidalog/taidalab // Copyright (c) 2022-2024 taidalog // This software is licensed under the MIT License. diff --git a/src/Terms.fs b/src/Terms.fs index a882121..0671309 100644 --- a/src/Terms.fs +++ b/src/Terms.fs @@ -1,4 +1,4 @@ -// taidalab Version 4.6.2 +// taidalab Version 4.6.3 // https://github.com/taidalog/taidalab // Copyright (c) 2022-2024 taidalog // This software is licensed under the MIT License. diff --git a/src/common/Number.fs b/src/common/Number.fs index f425243..62ddbcb 100644 --- a/src/common/Number.fs +++ b/src/common/Number.fs @@ -1,4 +1,4 @@ -// taidalab Version 4.6.2 +// taidalab Version 4.6.3 // https://github.com/taidalog/taidalab // Copyright (c) 2022-2024 taidalog // This software is licensed under the MIT License. diff --git a/src/common/Svg.fs b/src/common/Svg.fs index 039797c..1b2155e 100644 --- a/src/common/Svg.fs +++ b/src/common/Svg.fs @@ -1,4 +1,4 @@ -// taidalab Version 4.6.2 +// taidalab Version 4.6.3 // https://github.com/taidalog/taidalab // Copyright (c) 2022-2024 taidalog // This software is licensed under the MIT License. diff --git a/src/common/Text.fs b/src/common/Text.fs index e60f3b4..2ca3dda 100644 --- a/src/common/Text.fs +++ b/src/common/Text.fs @@ -1,4 +1,4 @@ -// taidalab Version 4.6.2 +// taidalab Version 4.6.3 // https://github.com/taidalog/taidalab // Copyright (c) 2022-2024 taidalog // This software is licensed under the MIT License. diff --git a/src/common/Tuple.fs b/src/common/Tuple.fs index e3c9a30..7794733 100644 --- a/src/common/Tuple.fs +++ b/src/common/Tuple.fs @@ -1,4 +1,4 @@ -// taidalab Version 4.6.2 +// taidalab Version 4.6.3 // https://github.com/taidalog/taidalab // Copyright (c) 2022-2024 taidalog // This software is licensed under the MIT License. diff --git a/src/endless-binary/Addition.fs b/src/endless-binary/Addition.fs index b9c51a1..549b2e1 100644 --- a/src/endless-binary/Addition.fs +++ b/src/endless-binary/Addition.fs @@ -1,4 +1,4 @@ -// taidalab Version 4.6.2 +// taidalab Version 4.6.3 // https://github.com/taidalog/taidalab // Copyright (c) 2022-2024 taidalog // This software is licensed under the MIT License. diff --git a/src/endless-binary/Bin2Dec1.fs b/src/endless-binary/Bin2Dec1.fs index 2d1cba1..a0780cd 100644 --- a/src/endless-binary/Bin2Dec1.fs +++ b/src/endless-binary/Bin2Dec1.fs @@ -1,4 +1,4 @@ -// taidalab Version 4.6.2 +// taidalab Version 4.6.3 // https://github.com/taidalog/taidalab // Copyright (c) 2022-2024 taidalog // This software is licensed under the MIT License. diff --git a/src/endless-binary/Bin2Dec2.fs b/src/endless-binary/Bin2Dec2.fs index 238ef13..36b926a 100644 --- a/src/endless-binary/Bin2Dec2.fs +++ b/src/endless-binary/Bin2Dec2.fs @@ -1,4 +1,4 @@ -// taidalab Version 4.6.2 +// taidalab Version 4.6.3 // https://github.com/taidalog/taidalab // Copyright (c) 2022-2024 taidalog // This software is licensed under the MIT License. diff --git a/src/endless-binary/Complement.fs b/src/endless-binary/Complement.fs index 85bbeee..de0a8b8 100644 --- a/src/endless-binary/Complement.fs +++ b/src/endless-binary/Complement.fs @@ -1,4 +1,4 @@ -// taidalab Version 4.6.2 +// taidalab Version 4.6.3 // https://github.com/taidalog/taidalab // Copyright (c) 2022-2024 taidalog // This software is licensed under the MIT License. diff --git a/src/endless-binary/Dec2Bin1.fs b/src/endless-binary/Dec2Bin1.fs index b159633..a67e6c4 100644 --- a/src/endless-binary/Dec2Bin1.fs +++ b/src/endless-binary/Dec2Bin1.fs @@ -1,4 +1,4 @@ -// taidalab Version 4.6.2 +// taidalab Version 4.6.3 // https://github.com/taidalog/taidalab // Copyright (c) 2022-2024 taidalog // This software is licensed under the MIT License. diff --git a/src/endless-binary/Dec2Bin2.fs b/src/endless-binary/Dec2Bin2.fs index 7415d16..fa209d7 100644 --- a/src/endless-binary/Dec2Bin2.fs +++ b/src/endless-binary/Dec2Bin2.fs @@ -1,4 +1,4 @@ -// taidalab Version 4.6.2 +// taidalab Version 4.6.3 // https://github.com/taidalog/taidalab // Copyright (c) 2022-2024 taidalog // This software is licensed under the MIT License. diff --git a/src/endless-binary/Dec2Hex.fs b/src/endless-binary/Dec2Hex.fs index 91ef648..d85b73a 100644 --- a/src/endless-binary/Dec2Hex.fs +++ b/src/endless-binary/Dec2Hex.fs @@ -1,4 +1,4 @@ -// taidalab Version 4.6.2 +// taidalab Version 4.6.3 // https://github.com/taidalog/taidalab // Copyright (c) 2022-2024 taidalog // This software is licensed under the MIT License. diff --git a/src/endless-binary/EndlessBinary.fs b/src/endless-binary/EndlessBinary.fs index 819b873..dc02f76 100644 --- a/src/endless-binary/EndlessBinary.fs +++ b/src/endless-binary/EndlessBinary.fs @@ -1,4 +1,4 @@ -// taidalab Version 4.6.2 +// taidalab Version 4.6.3 // https://github.com/taidalog/taidalab // Copyright (c) 2022-2024 taidalog // This software is licensed under the MIT License. diff --git a/src/endless-binary/Hex2Dec.fs b/src/endless-binary/Hex2Dec.fs index 7287b20..76e05ce 100644 --- a/src/endless-binary/Hex2Dec.fs +++ b/src/endless-binary/Hex2Dec.fs @@ -1,4 +1,4 @@ -// taidalab Version 4.6.2 +// taidalab Version 4.6.3 // https://github.com/taidalog/taidalab // Copyright (c) 2022-2024 taidalog // This software is licensed under the MIT License. diff --git a/src/endless-binary/PowerOfTwo1.fs b/src/endless-binary/PowerOfTwo1.fs index a69a037..828dcef 100644 --- a/src/endless-binary/PowerOfTwo1.fs +++ b/src/endless-binary/PowerOfTwo1.fs @@ -1,4 +1,4 @@ -// taidalab Version 4.6.2 +// taidalab Version 4.6.3 // https://github.com/taidalog/taidalab // Copyright (c) 2022-2024 taidalog // This software is licensed under the MIT License. diff --git a/src/endless-binary/PowerOfTwo2.fs b/src/endless-binary/PowerOfTwo2.fs index 07758d1..89f42a4 100644 --- a/src/endless-binary/PowerOfTwo2.fs +++ b/src/endless-binary/PowerOfTwo2.fs @@ -1,4 +1,4 @@ -// taidalab Version 4.6.2 +// taidalab Version 4.6.3 // https://github.com/taidalog/taidalab // Copyright (c) 2022-2024 taidalog // This software is licensed under the MIT License. diff --git a/src/endless-binary/Subtraction.fs b/src/endless-binary/Subtraction.fs index 66bb696..37149be 100644 --- a/src/endless-binary/Subtraction.fs +++ b/src/endless-binary/Subtraction.fs @@ -1,4 +1,4 @@ -// taidalab Version 4.6.2 +// taidalab Version 4.6.3 // https://github.com/taidalog/taidalab // Copyright (c) 2022-2024 taidalog // This software is licensed under the MIT License. diff --git a/src/iro-iroiro/IroIroiro.fs b/src/iro-iroiro/IroIroiro.fs index 97082fb..a668eb4 100644 --- a/src/iro-iroiro/IroIroiro.fs +++ b/src/iro-iroiro/IroIroiro.fs @@ -1,4 +1,4 @@ -// taidalab Version 4.6.2 +// taidalab Version 4.6.3 // https://github.com/taidalog/taidalab // Copyright (c) 2022-2024 taidalog // This software is licensed under the MIT License. diff --git a/src/network-simulator/Area.fs b/src/network-simulator/Area.fs index 4ebc953..0d2d2ed 100644 --- a/src/network-simulator/Area.fs +++ b/src/network-simulator/Area.fs @@ -1,4 +1,4 @@ -// taidalab Version 4.6.2 +// taidalab Version 4.6.3 // https://github.com/taidalog/taidalab // Copyright (c) 2022-2024 taidalog // This software is licensed under the MIT License. diff --git a/src/network-simulator/Cable.fs b/src/network-simulator/Cable.fs index ca69dbc..51a1b5f 100644 --- a/src/network-simulator/Cable.fs +++ b/src/network-simulator/Cable.fs @@ -1,4 +1,4 @@ -// taidalab Version 4.6.2 +// taidalab Version 4.6.3 // https://github.com/taidalog/taidalab // Copyright (c) 2022-2024 taidalog // This software is licensed under the MIT License. diff --git a/src/network-simulator/Client.fs b/src/network-simulator/Client.fs index 98ffba9..ff50ff3 100644 --- a/src/network-simulator/Client.fs +++ b/src/network-simulator/Client.fs @@ -1,4 +1,4 @@ -// taidalab Version 4.6.2 +// taidalab Version 4.6.3 // https://github.com/taidalog/taidalab // Copyright (c) 2022-2024 taidalog // This software is licensed under the MIT License. diff --git a/src/network-simulator/Device.fs b/src/network-simulator/Device.fs index 651783e..c0b20e6 100644 --- a/src/network-simulator/Device.fs +++ b/src/network-simulator/Device.fs @@ -1,4 +1,4 @@ -// taidalab Version 4.6.2 +// taidalab Version 4.6.3 // https://github.com/taidalog/taidalab // Copyright (c) 2022-2024 taidalog // This software is licensed under the MIT License. diff --git a/src/network-simulator/Directions.fs b/src/network-simulator/Directions.fs index 9cc4fc9..3ab60d1 100644 --- a/src/network-simulator/Directions.fs +++ b/src/network-simulator/Directions.fs @@ -1,4 +1,4 @@ -// taidalab Version 4.6.2 +// taidalab Version 4.6.3 // https://github.com/taidalog/taidalab // Copyright (c) 2022-2024 taidalog // This software is licensed under the MIT License. diff --git a/src/network-simulator/Hub.fs b/src/network-simulator/Hub.fs index 1d2a0f9..3efa726 100644 --- a/src/network-simulator/Hub.fs +++ b/src/network-simulator/Hub.fs @@ -1,4 +1,4 @@ -// taidalab Version 4.6.2 +// taidalab Version 4.6.3 // https://github.com/taidalog/taidalab // Copyright (c) 2022-2024 taidalog // This software is licensed under the MIT License. diff --git a/src/network-simulator/IPv4.fs b/src/network-simulator/IPv4.fs index 38fb077..1e2e90a 100644 --- a/src/network-simulator/IPv4.fs +++ b/src/network-simulator/IPv4.fs @@ -1,4 +1,4 @@ -// taidalab Version 4.6.2 +// taidalab Version 4.6.3 // https://github.com/taidalog/taidalab // Copyright (c) 2022-2024 taidalog // This software is licensed under the MIT License. diff --git a/src/network-simulator/Kind.fs b/src/network-simulator/Kind.fs index cfdde4b..1c8f32c 100644 --- a/src/network-simulator/Kind.fs +++ b/src/network-simulator/Kind.fs @@ -1,4 +1,4 @@ -// taidalab Version 4.6.2 +// taidalab Version 4.6.3 // https://github.com/taidalog/taidalab // Copyright (c) 2022-2024 taidalog // This software is licensed under the MIT License. diff --git a/src/network-simulator/NetworkSimulator.fs b/src/network-simulator/NetworkSimulator.fs index cef5464..503330e 100644 --- a/src/network-simulator/NetworkSimulator.fs +++ b/src/network-simulator/NetworkSimulator.fs @@ -1,4 +1,4 @@ -// taidalab Version 4.6.2 +// taidalab Version 4.6.3 // https://github.com/taidalog/taidalab // Copyright (c) 2022-2024 taidalog // This software is licensed under the MIT License. diff --git a/src/network-simulator/Point.fs b/src/network-simulator/Point.fs index 188ae52..aebc3ea 100644 --- a/src/network-simulator/Point.fs +++ b/src/network-simulator/Point.fs @@ -1,4 +1,4 @@ -// taidalab Version 4.6.2 +// taidalab Version 4.6.3 // https://github.com/taidalog/taidalab // Copyright (c) 2022-2024 taidalog // This software is licensed under the MIT License. diff --git a/src/network-simulator/Router.fs b/src/network-simulator/Router.fs index 897e23d..1b7f808 100644 --- a/src/network-simulator/Router.fs +++ b/src/network-simulator/Router.fs @@ -1,4 +1,4 @@ -// taidalab Version 4.6.2 +// taidalab Version 4.6.3 // https://github.com/taidalog/taidalab // Copyright (c) 2022-2024 taidalog // This software is licensed under the MIT License. diff --git a/src/network-simulator/TCPIP.fs b/src/network-simulator/TCPIP.fs index 78f6c12..f47edfc 100644 --- a/src/network-simulator/TCPIP.fs +++ b/src/network-simulator/TCPIP.fs @@ -1,4 +1,4 @@ -// taidalab Version 4.6.2 +// taidalab Version 4.6.3 // https://github.com/taidalog/taidalab // Copyright (c) 2022-2024 taidalog // This software is licensed under the MIT License.