diff --git a/src/anthy-kyukana.html b/src/anthy-kyukana.html
new file mode 100644
index 0000000..4a10945
--- /dev/null
+++ b/src/anthy-kyukana.html
@@ -0,0 +1,65 @@
+
Anthyで歴史的假名遣を入力 - 美々蝶々
+
+Anthyで歴史的假名遣を入力
+
+
+ - 2024-01-18 (陰暦12月08日) たかし
+ - 「OpenBSD 7.4」「anthy-9100hp3」
+
+
+序
+
+Anthy に歴史的假名遣のための辭書データを登録すれば、「思う」 → 「思ふ」などを變換できます。多くの舊字體も變換できます。
+
+1. 絲さんの辭書データを登録
+
+
+ - 「IME 辭書, キスとキズつて似てるよね」から「正假名遣(Anthy)」を取得する
+ ime-anthy-seikana.txt
を適當なところに保存する (例: ~/Downloads
)
+ - Anthy の辭書用のフォルダーを作り、
ime-anthy-seikana.txt
を移動する
+
+ $ mkdir -p ~/.anthy/imported_words_default.d
+ $ cd ~/Downloads
+ $ mv kyuukana.t ~/.anthy/imported_words_default.d
+
+
+
+
+ - 辭書データの使用許諾 (License) は CC0 (著作權抛棄)
+ - 好みで「入力補助(Anthy)」「記號(Anthy)」も登録する
+
+
+2. kyukana.tを登録
+
+
+
+
+ - GitHub から
kyuukana.t
を取得する
+ kyuukana.t
を適當なところに保存する (例: ~/Downloads
)
+ - Anthy の辭書用のフォルダーを作り、
kyuukana.t
を移動する
+
+ $ mkdir -p ~/.anthy/imported_words_default.d
+ $ cd ~/Downloads
+ $ mv kyuukana.t ~/.anthy/imported_words_default.d
+
+
+
+
+ - 辭書データの使用許諾 (License) は不明
+ - 辭書データの README.md も要確認
+
+
+2.「ゐ」「ゑ」の漢字變換
+
+上記の kyukana.t
には「ゑんだか」 → 「圓高」などの定義も含まれますが、「ゐ」「ゑ」を入力するのは難しいから、「うい」「うえ」でも變換可能にします。
+
+$ cd ~/.anthy/imported_words_default.d
+$ cat kyukana.t | egrep '(ゐ)|(ゑ)' | sed -e's/ゐ\(.* .*\)$/うい\1/gp;s/ゑ\(.* .*\)$/うえ\1/g' | uniq | sort > kyukana2.t
+
+關聯
+
+
diff --git a/src/historicalkana.html b/src/historicalkana.html
index 679de52..28375e2 100644
--- a/src/historicalkana.html
+++ b/src/historicalkana.html
@@ -81,3 +81,9 @@
この訓練を續けると使用できない単語や表現が出てきて、文章を書くときに「オット、これは使用できないぞ」とブレーキがかかるはずです。「思う」とか「考える」とかです。それこそが、歴史的假名遣で表記の異なる単語です。あとは決まりに從つて「う」「え」を適切な假名に置換するだけです。
この「ブレーキ」が效く樣になり、「ひ」「ゐ」・「へ」「ゑ」など選擇のミスをしなくなれば、自信を持つて歴史假名を書く事ができます。
+
+關聯
+
+
diff --git a/src/index.html b/src/index.html
index f3992a7..6f0df4e 100644
--- a/src/index.html
+++ b/src/index.html
@@ -115,6 +115,8 @@
2023-12-17 (陰暦11月05日)
OpenBSDラップトップの設定
2023-12-24 (陰暦11月12日)
+Anthyで歴史的假名遣を入力
+ 2024-01-18 (陰暦12月08日)
2.3. 電子計算機 #COMP
diff --git a/src/style.css b/src/style.css
index 4496a4a..8bb2dc0 100644
--- a/src/style.css
+++ b/src/style.css
@@ -24,7 +24,6 @@ body
h1, h2, h3, h4, h5, h6
{
- background: none;
color: #bce2e8;
font-weight: bold;
margin: 0 0 1em;
@@ -50,7 +49,8 @@ h2
h3
{
border-width: thin 0 0;
- padding-top: 1em;
+ margin-bottom: 0.5em;
+ padding-top: 0.5em;
}
h4
@@ -68,7 +68,6 @@ h5, h6
h5
{
border-width: 0 0 thin;
- margin-bottom: 0.875em;
}
dl, ol, p, pre, ul
@@ -107,7 +106,6 @@ ul
em, strong, var
{
- background: none;
color: #f5b1aa;
}
@@ -118,25 +116,21 @@ em, strong
cite
{
- background: none;
color: #aacf53;
}
code, samp
{
- background: none;
color: #84b9cb;
}
kbd
{
- background: none;
color: #bce2e8;
}
a
{
- background: none;
color: #f8e58c;
text-decoration: underline;
}
diff --git a/src/webring.html b/src/webring.html
index 528c164..3d45ee0 100644
--- a/src/webring.html
+++ b/src/webring.html
@@ -8,7 +8,7 @@
複數のネットワークで公開されるウェブサイトは I2P/Onion を優先して掲載した
-1. 日本語・I2P/Onion
+1. 日本語・I2P/Onion #JA
- 移動: 日本語 - 英語 - 掲示板
@@ -140,7 +140,7 @@
3. 英語・I2P/Tor #EN
@@ -219,7 +219,7 @@
- - 移動: 日本語 - 英語 - 掲示板
+ - 移動: 日本語 - 英語 - 掲示板
- 掲示板はエロや過激な情報を含む場合あり
@@ -251,8 +251,8 @@
5.2. 掲示板・英語