Skip to content

Commit 2f77049

Browse files
committed
Update index and paypal donation support
1 parent 075923f commit 2f77049

8 files changed

Lines changed: 271 additions & 114 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ This work is dual-licensed under the MIT licenses and the CC BY 4.0 licenses. Fo
8585

8686
# 翻譯協作 (How to contribute translation)
8787

88-
如您對翻譯此網站有興趣,歡迎前往在 [Weblate 上公開的專案](https://hosted.weblate.org/projects/gmt-tutorials/) 並隨時開始翻譯。感謝您的貢獻!
88+
如您對翻譯此網站有興趣,歡迎前往在 [Weblate 上公開的專案](https://hosted.weblate.org/engage/gmt-tutorials/) 並隨時開始翻譯。感謝您的貢獻!
8989

90-
If you are interested in translating this website, please come to the [open project on Weblate](https://hosted.weblate.org/projects/gmt-tutorials/) and start translating at any time. Thank you for contributing to this project!
90+
If you are interested in translating this website, please come to the [open project on Weblate](https://hosted.weblate.org/engage/gmt-tutorials/) and start translating at any time. Thank you for contributing to this project!
9191

9292
<a href="https://hosted.weblate.org/engage/gmt-tutorials/">
9393
<img src="https://hosted.weblate.org/widgets/gmt-tutorials/-/multi-auto.svg" alt="翻譯狀態" />

SOURCE_DOCS/_static/paypal.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
1-
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
2-
<input type="hidden" name="cmd" value="_donations" />
3-
<input type="hidden" name="business" value="YKAPV573BNGLN" />
4-
<input type="hidden" name="currency_code" value="USD" />
5-
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
6-
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
7-
</form>
1+
<p> <form action="https://www.paypal.com/donate" method="post" target="_top"> <input type="hidden" name="hosted_button_id" value="68GZNRJ3MZDBE" /> <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" /> <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" /> </form> </p>

SOURCE_DOCS/_static/support.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Found this tutorial helpful? <a href="https://www.paypal.com/donate?hosted_button_id=68GZNRJ3MZDBE">Buy me a milktea!</a>

SOURCE_DOCS/index.rst

Lines changed: 34 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,49 @@ GMT 教學手冊
2929
授權
3030
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3131

32-
.. figure:: by.png
33-
:scale: 30
34-
:align: center
32+
本著作使用 MIT 與創用 CC 姓名標示 4.0 雙授權,使用者可以依據其想要獲得授權的部份選擇任一或兩個許可:
33+
34+
* `MIT 授權 <https://github.com/whyjz/GMT-tutorials/blob/master/LICENSE.md>`_:適用程式碼的部份以及所有的 Jupyter Notebooks。被授權人有權利使用、複製、修改、合併、出版發行、散布、再授權和/或販售軟體及軟體的副本。
35+
36+
* `創用 CC 姓名標示 4.0 國際 授權條款 <http://creativecommons.org/licenses/by/4.0/>`_:適用於文本部份。在此授權條款下,您可以在任何目的下自由分享或修改本作品,並包含商業性質之使用。您只需給予原作者適當表彰(姓名標示)。
37+
38+
|pic1| |pic2|
39+
40+
.. |pic1| image:: mit.png
41+
:alt: MIT License
42+
:scale: 30
43+
44+
.. |pic2| image:: by.png
45+
:alt: CC BY 4.0 License
46+
:scale: 30
3547

36-
本著作採用\ `創用 CC 姓名標示 4.0 國際 授權條款 <http://creativecommons.org/licenses/by/4.0/>`_\ 授權。在此授權條款下,您可以在任何目的下自由分享或修改本作品,並包含商業性質之使用。您只需給予原作者適當表彰(姓名標示)。
48+
.. figure by.png
49+
.. :scale: 30
50+
.. :align: center
3751
38-
本網站中大部分用以繪圖的資料皆屬公領域,或以 GNU 通用公共授權條款發行。詳細說明請參閱「\ :doc:`data_credit`\ 」。
52+
.. 本網站中大部分用以繪圖的資料皆屬公領域,或以 GNU 通用公共授權條款發行。詳細說明請參閱「\ :doc:`data_credit`\ 」。
3953
4054
Copyright © 2016-21 鄭懷傑 (Whyjay Zheng). All rights reserved.
4155

42-
教學內文與圖片的原始碼也公開在 `Github <https://github.com/whyjz/GMT-tutorials>`_ 上,以 `reStructuredText <https://en.wikipedia.org/wiki/ReStructuredText>`_ 格式編寫。歡迎隨時動叉!
56+
教學內文與圖片的原始碼公開在 `Github <https://github.com/whyjz/GMT-tutorials>`_ 上,以 `reStructuredText <https://en.wikipedia.org/wiki/ReStructuredText>`_ 格式編寫。歡迎隨時動叉!
4357

4458
致謝
4559
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
46-
感謝 William Durkin,Patricia MacQueen,李明龍,李定宇等人提出的建議與討論,讓本教學手冊的內容更為豐富完整。另外,也感謝所有 Github 上的協作者:譚諤 (tan2),李奎模 (likueimo),王亮 (wangliang1989),對文檔內容所作的建設性修改。
60+
感謝 William Durkin,Patricia MacQueen,李明龍,李定宇等人提出的建議與討論,讓本教學手冊的內容更為豐富完整。另外,也感謝所有 Github 上的協作者:譚諤 (tan2),李奎模 (likueimo),王亮 (wangliang1989),對文檔內容所作的建設性修改。在此深深謝謝參與翻譯此教學手冊的人員,翻譯是件龐大的工作,沒有你們的協助是不可能完成的。如您也想參與一起翻譯本教學,請參閱下方說明。
4761

62+
翻譯協作 |pic3|
63+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
64+
如您對翻譯此網站有興趣,歡迎前往在 `Weblate 上公開的專案 <https://hosted.weblate.org/engage/gmt-tutorials/>`_\ 並隨時開始翻譯。感謝您的貢獻!
65+
66+
.. |pic3| image:: https://hosted.weblate.org/widgets/gmt-tutorials/-/88x31-black.png
67+
:alt: Translation status
68+
:target: https://hosted.weblate.org/engage/gmt-tutorials/
69+
70+
.. :align: left
71+
72+
贊助本教學
73+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
74+
覺得本教學手冊的內容頗有幫助?隨時歡迎\ `請我喝杯手搖奶茶 <https://www.paypal.com/donate?hosted_button_id=68GZNRJ3MZDBE>`_,讓我有更多的能量繼續創作。行有餘力的話,也歡迎出資贊助本教學網站的營運和維護成本 :D
4875

4976
目錄
5077
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)