Add help contents

This commit is contained in:
1024jp 2024-04-29 13:18:22 +09:00
parent bc9263b806
commit 1bd1a94c7a
5 changed files with 124 additions and 0 deletions

View File

@ -3,6 +3,11 @@
4.9.0 (unreleased)
--------------------------
### New Feature
- [AppStore ver.] Now user can donate to the CotEditor project via in-app purchase in the new Donate settings pane.
### Improvements
- Change the system requirement to __macOS 14 Sonoma and later__.

View File

@ -42,6 +42,9 @@
<li><a href="settings_keybindings.html">Key Bindings</a>:
Customize keyboard shortcuts to execute menu commands.</li>
<li><a href="settings_donation.html">Donation</a>:
Support the CotEditor project by offering coffee.</li>
</dl>
</body>

View File

@ -0,0 +1,56 @@
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="keywords" content="Donation settings, donation, support, contribution, coffee"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<script defer src="../../Shared/js/toc.js"></script>
<title>Change Donation settings in CotEditor</title>
</head>
<body>
<a name="settings_donation"></a>
<h1>Change Donation settings in CotEditor</h1>
<p>In the CotEditor app <img class="appicon" src="../../Shared/gfx/icon_16x16@2x.png" height="16" alt=""/> on your Mac, use Donation settings to donate to the CotEditor project or change the settings related to continuous support. To change these settings, choose CotEditor &gt; Settings, then click Donation.</p>
<table class="settings">
<thead>
<tr><th>Option</th><th>Description</th></tr>
</thead>
<tbody>
<tr>
<th>Continuous support</th>
<td>A continuous donation to the CotEditor project. The subsription will automatically be renewed yearly. To stop the subscription, go to the App Store from the “Manage subscriptions” link and cancel the subscription there.</td>
</tr>
<tr>
<th>Badge type</th>
<td>Select the badge to display on the status bar during continuous support.</td>
</tr>
<tr>
<th>One-time donation</th>
<td>A one-time donation to the CotEditor project. You can send it multiple times but there is no particular reward like the coffee badge by the continuous support.</td>
</tr>
</tbody>
</table>
<ul>
<li>The donation uses the in-app purchase on the App Store provided by Apple. This feature is available only in CotEditor downloaded from the App Store.</li>
<li>The donation buttons are available only when an internet connection exists.</li>
<li>The donations made here will be made to the individual developer.</li>
</ul>
<section id="cf">
<h2>See also</h2>
<ul>
<li><a href="settings.html">Change settings</a></li>
</ul>
</section>
</body>
</html>

View File

@ -43,6 +43,9 @@
<li><a href="settings_keybindings.html">キーバインド</a>:
メニューに割り当てられているキーボードショートカットを変更します。</li>
<li><a href="settings_donation.html">寄付</a>:
コーヒーを送ってCotEditorプロジェクトをサポートできます。</li>
</dl>
</body>

View File

@ -0,0 +1,57 @@
<html lang="ja">
<head>
<meta charset="UTF-8"/>
<meta name="keywords" content="「寄付」設定, ドネーション, 寄付, コーヒー"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<script defer src="../../Shared/js/toc.js"></script>
<title>CotEditorで「寄付」設定を変更する</title>
</head>
<body>
<a name="settings_donation"></a>
<h1>CotEditorで「寄付」設定を変更する</h1>
<p>MacのCotEidtorアプリ<img class="appicon" src="../../Shared/gfx/icon_16x16@2x.png" height="16" alt=""/>で、CotEditorプロジェクトに寄付をしたり継続的サポートに関する設定を変更するには、「寄付」設定を使用します。これらの設定を変更するには、「CotEditor」「設定」と選択してから「寄付」をクリックします。</p>
<table class="settings">
<thead>
<tr><th>オプション</th><th>説明</th></tr>
</thead>
<tbody>
<tr>
<th>継続的なサポート</th>
<td>1年ごとに自動更新される継続的なCotEditorプロジェクトへの寄付です。更新を中止するには「サブスクリプションを管理」からApp Storeでサブスクリプションをキャンセルしてください。</td>
</tr>
<tr>
<th>バッジタイプ</th>
<td>継続的なサポートの期間にステータスバーに表示するバッジを選択します。</td>
</tr>
<tr>
<th>1回限りの寄付</th>
<td>1回限りのCotEditorプロジェクトへの寄付です。何口でも送れますが、継続的なサポートのコーヒーバッジようなのようなオマケは特にありません。</td>
</tr>
</tbody>
</table>
<ul>
<li>寄付にはAppleから提供されるApp Storeのアプリ内課金の仕組みを用いています。この機能はAppStore版CotEditorのみで有効となります。</li>
<li>寄付ボタンはインターネット接続があるときのみ有効になります。</li>
<li>ここでの寄付は、開発者個人への寄付となり寄附金控除の対象にはなりません。</li>
</ul>
<section id="cf">
<h2>関連項目</h2>
<ul>
<li><a href="settings.html">設定を変更する</a></li>
</ul>
</section>
</body>
</html>