Skip to content

Commit

Permalink
Use https URLs whenever possible (#38)
Browse files Browse the repository at this point in the history
Some of them have redirected the URL and they are updated along the way.
  • Loading branch information
Chocobo1 authored Jun 5, 2024
1 parent bb512dd commit d213ae6
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Chewing Project Website

Use [Jekeyll](http://jekyllrb.com/) to build pages.
Use [Jekeyll](https://jekyllrb.com/) to build pages.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ feed:
path: atom.xml
name: 新酷音輸入法
description: "Chewing / 新酷音: 智慧型注音輸入法發展總部"
url: http://chewing.im
url: https://chewing.im
author:
name: Chewing Core Team
email: [email protected]
18 changes: 9 additions & 9 deletions _data/contributors.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
- id: jserv
name: Jim Huang
link: http://about.me/jserv
link: https://about.me/jserv
gavatar: db87f22ac6851c692b1a66bba387996f
info: 計畫協調、Release Manager。有心參與本計畫者,請來信告知

- id: czchen
name: Chang-Zhuo Chen
link: http://czchen.info/
link: https://czchen.info/
gavatar: 83582d4582ba6c15efa37c13cb1fded2
info: 修正若干 libchewing 程式缺陷

Expand All @@ -18,7 +18,7 @@

- id: gugod
name: Kang-min Liu
link: http://gugod.org/
link: https://gugod.org/
gavatar: 4d8c65b603554811079a7ea9b7aab9c0
info: 酷音輸入法最初的貢獻者,SpaceChewing 與 OpenVanilla 的開發者

Expand All @@ -30,25 +30,25 @@

- id: clkao
name: Chia-liang Kao
link: http://search.cpan.org/~clkao/
link: https://metacpan.org/author/CLKAO
gavatar: f0cc4b511c06b73afb23beb5695a83d6
info: ChewingMacOSX 與 IIIMF-chewing 的草創者,XCIN 貢獻者

- id: definite
name: Ding-Yi Chen
link: http://dingyichen.wordpress.com/
link: https://dingyichen.wordpress.com/
gavatar: aa7f9a2cc34c774c2d8cecf8b8ce30aa
info: 修正 libchewing 若干瑕疵並維護 ibus-chewing

- id: lwhsu
name: Li-wen Hsu
link: http://lwhsu.org/
link: https://lwhsu.org/
gavatar: 169df253a45ad2be7f57305215eab80b
info: Hosting 與系統維護

- id: kcwu
name: Kuang-che Wu
link: http://www.csie.ntu.edu.tw/~r92030/
link: https://www.csie.ntu.edu.tw/~r92030/
gavatar:
info: libchewing 開發者,也是 XCIN 與 libtabe 現任維護者

Expand All @@ -60,7 +60,7 @@

- id:
name: Andrew Lee
link: http://wiki.debian.org/AndrewLee
link: https://wiki.debian.org/AndrewLee
gavatar:
info: Icon 設計與 Debian 套件維護

Expand Down Expand Up @@ -108,7 +108,7 @@

- id: crazykid
name: Tim Hsu
link: http://timhsu.chroot.org/
link: https://timhsu.chroot.org/
gavatar:
info: JMCCE 1.4.x 的維護者,整合第一個非 X Window System 環境的酷音輸入法支援

Expand Down
2 changes: 1 addition & 1 deletion _posts/2013-07-28-libchewing-0_3_5.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ What's New in libchewing 0.3.5
* travis-ci support (https://travis-ci.org/chewing/libchewing)
* drone.io support (https://drone.io/github.com/chewing/libchewing)
* coveralls.io support (https://coveralls.io/r/chewing/libchewing)
* editorconfig support (http://editorconfig.org/)
* editorconfig support (https://editorconfig.org/)
* Add new chewing_set_logger API
* Prevent unaligned memory access
* Reduce maxChiSymbolLen to 39 to avoid overflow
Expand Down
2 changes: 1 addition & 1 deletion _projects/openvanilla-chewing.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<article>
<header>
<h3><b>OVIME-chewing</b> 輸入法模組</h3>
<p>透過 <a href="http://www.openvanilla.org/">OpenVanilla</a></p>
<p>透過 <a href="https://www.openvanilla.org/">OpenVanilla</a></p>
</header>
<p><img src="/screenshots/ovime-chewing.png" alt=" [Screenshot of OVIME-chewing] " /></p>
</article>
2 changes: 1 addition & 1 deletion _sass/color.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// taken from http://nipponcolors.com/
// taken from https://nipponcolors.com/
$font-color: #fcfaf2; //font, border of navbar & footer
$bg-color1: #373c38; //navbar, footer
$bg-color2: #828282; //contributor div, h3 span, news, news time
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h3 title="Current Contributors">新酷音的貢獻者</h3>
{% for contributor in site.data.contributors %}
<li>
{% if contributor.gavatar %}
<img src="http://www.gravatar.com/avatar/{{ contributor.gavatar }}?s=80" alt="{{ contributor.id }}">
<img src="https://www.gravatar.com/avatar/{{ contributor.gavatar }}?s=80" alt="{{ contributor.id }}">
{% else %}
<div></div>
{% endif %}
Expand Down
12 changes: 6 additions & 6 deletions chewing_dict_edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h2>檔案取得之後,下面是修改的教學:</h2>
<h2>修改錯誤注音和加詞方式,規則有點複雜,但是按步驟應該不難:</h2>
<P>
當你發現新酷音有注音錯誤,或是缺少注音的情況,請依下列方式修改:<br>
舉例: 原本的新酷音有「呢」這個字,但是打「ㄋㄜ˙」輕聲卻出不來,缺少這個注音,這時候我們要幫他加入,請用文字編輯器開啟 phone.cin 檔 (推薦 <a href="http://madedit.sourceforge.net/">
舉例: 原本的新酷音有「呢」這個字,但是打「ㄋㄜ˙」輕聲卻出不來,缺少這個注音,這時候我們要幫他加入,請用文字編輯器開啟 phone.cin 檔 (推薦 <a href="https://sourceforge.net/projects/madedit/">
MadEdit</a>,這是台灣人做的軟體,中文支援絕佳!真的相當棒!)<br>
<br>
phone.cin 的格式很簡單,每一行都是「打出這個字所需的按鍵」+「空一格」+「中文字」<br>
Expand Down Expand Up @@ -185,23 +185,23 @@ <h2>附錄:參考字典/辭典</h2>
<a href="http://www.edu.tw/files/site_content/M0001/kyjd/c15.htm?open">
國語一字多音審訂表</a>
<li>
<a href="http://www.cns11643.gov.tw/web/index.jsp">CNS11643中文全字庫</a>
<a href="https://www.cns11643.gov.tw/">CNS11643中文全字庫</a>
<li>
<a href="http://dict.variants.moe.edu.tw/">教育部異體字字典</a></li>
<a href="https://dict.variants.moe.edu.tw/">教育部異體字字典</a></li>
</ul>
辭典:
<ul>
<li>
<a href="http://dict.revised.moe.edu.tw/">教育部重編國語辭典修訂本</a>
<a href="https://dict.revised.moe.edu.tw/">教育部重編國語辭典修訂本</a>
<li>
<a href="http://dict.concised.moe.edu.tw/main/cover/main.htm">國語辭典簡編本</a></li>
<a href="https://dict.concised.moe.edu.tw/">國語辭典簡編本</a></li>
</ul>
如果在字詞的出處或是字義有疑義時,查證上建議使用:
<ul>
<li>
<a href="http://www.gg-art.com/imgbook/index_b.php?bookid=53">說文解字段注本</a>
<li>
<a href="http://www.kangxizidian.com/">康熙字典</a></li>
<a href="https://www.kangxizidian.com/">康熙字典</a></li>
</ul>
</body>
</html>
2 changes: 1 addition & 1 deletion development.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h3 title="Source code">原始程式碼</h3>
<h3 title="Mailing List">開發者討論群組</h3>
</header>
<p>新酷音輸入法開發者的討論群組,若您對新酷音的程式開發有興趣,歡迎加入此群組</p>
<p><strong><a href="http://groups.google.com/group/chewing-devel">Chewing IM Development</a></strong></p>
<p><strong><a href="https://groups.google.com/g/chewing-devel">Chewing IM Development</a></strong></p>
<p>或是到&nbsp;irc&nbsp;頻道&nbsp;(irc://irc.freenode.net/im-dev)&nbsp;交流。</p>
</section>
<section>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h2 title="Chewing">新酷音輸入法</h2>
<h3 title="Abstract">簡介</h3>
</header>
<p>新酷音是延續著名的「酷音輸入法」的發展計畫,為了避免名稱混淆,本發展計畫特稱為「新酷音」</p>
<p>(New) Chewing / 新酷音計畫匯集許多開發資源,建立一系列符合<a href="http://www.opensource.org/">自由軟體(Free / Open Source Software)</a>規範的智慧型注音輸入法相關軟體建設,也廣泛為繁體/正體中文使用族群所採用,而所謂的「智慧型注音輸入法」,是指接受使用者輸入注音符號與音韻,再依據上下文、使用者以往的輸入習慣,依據機率高寡或特定的挑選策略,列出並過濾使用者期望的字詞,如此的系統在台灣已風行許久,諸如自然輸入法、倚天忘形輸入法,或者微軟的新注音輸入法都是這方面的代表,然而這些都是商業軟體,並限定執行的平台。也因此,(New) Chewing / 新酷音計畫企圖以自由軟體的開發方式,並且強調多種平台的使用性,目前已經能在 MS-Windows、Linux、 FreeBSD、Solaris,以及 Mac OS X 等平台運作,並廣泛支援多種輸入法架構。</p>
<p>(New) Chewing / 新酷音計畫匯集許多開發資源,建立一系列符合<a href="https://opensource.org/">自由軟體(Free / Open Source Software)</a>規範的智慧型注音輸入法相關軟體建設,也廣泛為繁體/正體中文使用族群所採用,而所謂的「智慧型注音輸入法」,是指接受使用者輸入注音符號與音韻,再依據上下文、使用者以往的輸入習慣,依據機率高寡或特定的挑選策略,列出並過濾使用者期望的字詞,如此的系統在台灣已風行許久,諸如自然輸入法、倚天忘形輸入法,或者微軟的新注音輸入法都是這方面的代表,然而這些都是商業軟體,並限定執行的平台。也因此,(New) Chewing / 新酷音計畫企圖以自由軟體的開發方式,並且強調多種平台的使用性,目前已經能在 MS-Windows、Linux、 FreeBSD、Solaris,以及 Mac OS X 等平台運作,並廣泛支援多種輸入法架構。</p>
<p>關於新酷音計畫的歷史淵源與開發者列表,可參閱「<a href="about.html">關於新酷音與開發者</a>」。</p>
</section>
{% if site.posts != empty %}
Expand All @@ -31,7 +31,7 @@ <h4>{{ site.posts.first.title }}</h4>
<h3 title="User Group">使用者討論群組</h3>
</header>
<p>關於新酷音輸入法的一般性的討論,如安裝新酷音輸入法的議題、自由軟體授權、執行環境的討論,與建議事項等等</p>
<p><strong><a href="http://groups.google.com/group/chewing">Chewing IM Users</a></strong></p>
<p><strong><a href="https://groups.google.com/g/chewing">Chewing IM Users</a></strong></p>
<p>通常有些字打不出來是讀音搞錯了,請先查閱<a href="https://www.moedict.tw/%E9%BA%BC">萌典</a></p>
<p>另外也可以到&nbsp;<a href="https://www.ptt.cc">ptt.cc</a>&nbsp;的「<a href="https://www.ptt.cc/bbs/IME/index.html">IME 看板</a>」發問。</p>
</section>
Expand Down
2 changes: 1 addition & 1 deletion style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
body {
margin: 0;
background-color: #0f2540;
background-image: // http://lea.verou.me/css3patterns/#cicada-stripes
background-image: // https://projects.verou.me/css3patterns/#cicada-stripes
linear-gradient(90deg, rgba(255,255,255,.007) 50%, transparent 50%),
linear-gradient(90deg, rgba(255,255,255,.013) 50%, transparent 50%),
linear-gradient(90deg, transparent 50%, rgba(255,255,255,.017) 50%),
Expand Down

0 comments on commit d213ae6

Please sign in to comment.