Skip to content

Commit

Permalink
Deploy docs for 1.3.0 to gh-pages 1723000372
Browse files Browse the repository at this point in the history
  • Loading branch information
VitoVan committed Aug 7, 2024
1 parent 52d5d19 commit b29e68c
Show file tree
Hide file tree
Showing 7 changed files with 441 additions and 432 deletions.
9 changes: 9 additions & 0 deletions docs/changelog.org
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
* CALM
** 1.3.0
- upgrade SBCL to 2.4.7
- add macos-14 (arm64) support
- fix: weird Quicklisp + Windows + SBCL bug
https://groups.google.com/g/quicklisp/c/wrULkRePVE4/m/DZHc0qVhAQAJ
- fix: weird Windows + plain old CMD bug
https://github.com/VitoVan/calm/issues/179
- ci: add macos-14 binary release
- ci: remove macos-11 binary release
** 1.2.0
- add documents:
- hacking_JA.md @eltociear
Expand Down
16 changes: 8 additions & 8 deletions docs/hacking.html
Original file line number Diff line number Diff line change
Expand Up @@ -774,13 +774,13 @@
<li><a href="https://github.com/VitoVan/calm">Source</a></li>
</ul>
</div>
<div class="content markdown-body"><h1><a name="hacking-calm" class="anchor" aria-hidden="true" tabindex="-1" href="#hacking-calm"><span aria-hidden="true" class="octicon octicon-link"></span></a>Hacking CALM</h1>
<h2><a name="with-pre-built-binaries" class="anchor" aria-hidden="true" tabindex="-1" href="#with-pre-built-binaries"><span aria-hidden="true" class="octicon octicon-link"></span></a>With Pre-built Binaries</h2>
<h3><a name="step-1-fork-calm" class="anchor" aria-hidden="true" tabindex="-1" href="#step-1-fork-calm"><span aria-hidden="true" class="octicon octicon-link"></span></a>Step 1: Fork CALM</h3>
<div class="content markdown-body"><div class="markdown-heading"><h1 class="heading-element">Hacking CALM</h1><a name="hacking-calm" class="anchor" aria-label="Permalink: Hacking CALM" href="#hacking-calm"><span aria-hidden="true" class="octicon octicon-link"></span></a></div>
<div class="markdown-heading"><h2 class="heading-element">With Pre-built Binaries</h2><a name="with-pre-built-binaries" class="anchor" aria-label="Permalink: With Pre-built Binaries" href="#with-pre-built-binaries"><span aria-hidden="true" class="octicon octicon-link"></span></a></div>
<div class="markdown-heading"><h3 class="heading-element">Step 1: Fork CALM</h3><a name="step-1-fork-calm" class="anchor" aria-label="Permalink: Step 1: Fork CALM" href="#step-1-fork-calm"><span aria-hidden="true" class="octicon octicon-link"></span></a></div>
<p><a href="https://github.com/VitoVan/calm/fork">https://github.com/VitoVan/calm/fork</a></p>
<h3><a name="step-2-install-calm-binary" class="anchor" aria-hidden="true" tabindex="-1" href="#step-2-install-calm-binary"><span aria-hidden="true" class="octicon octicon-link"></span></a>Step 2: Install CALM binary</h3>
<div class="markdown-heading"><h3 class="heading-element">Step 2: Install CALM binary</h3><a name="step-2-install-calm-binary" class="anchor" aria-label="Permalink: Step 2: Install CALM binary" href="#step-2-install-calm-binary"><span aria-hidden="true" class="octicon octicon-link"></span></a></div>
<p><a href="https://github.com/VitoVan/calm#-installation">https://github.com/VitoVan/calm#-installation</a></p>
<h3><a name="step-3-init-git-repository" class="anchor" aria-hidden="true" tabindex="-1" href="#step-3-init-git-repository"><span aria-hidden="true" class="octicon octicon-link"></span></a>Step 3: Init Git Repository</h3>
<div class="markdown-heading"><h3 class="heading-element">Step 3: Init Git Repository</h3><a name="step-3-init-git-repository" class="anchor" aria-label="Permalink: Step 3: Init Git Repository" href="#step-3-init-git-repository"><span aria-hidden="true" class="octicon octicon-link"></span></a></div>
<div class="highlight highlight-source-shell"><pre><span class="pl-c"><span class="pl-c">#</span> cd to your downloaded CALM binary directory</span>
<span class="pl-c"><span class="pl-c">#</span> e.g. on macOS:</span>
<span class="pl-c1">cd</span> /Applications/Calm.app/Contents/MacOS
Expand All @@ -797,7 +797,7 @@ <h3><a name="step-3-init-git-repository" class="anchor" aria-hidden="true" tabin
<span class="pl-c"><span class="pl-c">#</span> reset hard to origin/main</span>
git reset --hard origin/main</pre></div>
<p>Now you can modify, push and create pull requests!</p>
<h3><a name="my-personal-favour" class="anchor" aria-hidden="true" tabindex="-1" href="#my-personal-favour"><span aria-hidden="true" class="octicon octicon-link"></span></a>My Personal Favour</h3>
<div class="markdown-heading"><h3 class="heading-element">My Personal Favour</h3><a name="my-personal-favour" class="anchor" aria-label="Permalink: My Personal Favour" href="#my-personal-favour"><span aria-hidden="true" class="octicon octicon-link"></span></a></div>
<p>Personally, I would clone the repository somewhere else and make some symbol links into the directory of the downloaded binary, such as:</p>
<div class="highlight highlight-source-shell"><pre><span class="pl-c1">cd</span> /Applications/Calm.app/Contents/MacOS

Expand All @@ -809,7 +809,7 @@ <h3><a name="my-personal-favour" class="anchor" aria-hidden="true" tabindex="-1"
ln -s <span class="pl-k">~</span>/github/VitoVan/calm/s s
ln -s <span class="pl-k">~</span>/github/VitoVan/calm/src src</pre></div>
<p>This won't cover all the source code, but normally it's enough.</p>
<h2><a name="run-from-source" class="anchor" aria-hidden="true" tabindex="-1" href="#run-from-source"><span aria-hidden="true" class="octicon octicon-link"></span></a>Run From Source</h2>
<div class="markdown-heading"><h2 class="heading-element">Run From Source</h2><a name="run-from-source" class="anchor" aria-label="Permalink: Run From Source" href="#run-from-source"><span aria-hidden="true" class="octicon octicon-link"></span></a></div>
<ol start="0">
<li>
<p>Preparation</p>
Expand Down Expand Up @@ -918,7 +918,7 @@ <h2><a name="run-from-source" class="anchor" aria-hidden="true" tabindex="-1" hr
</ol>
<p>Congrats! You are all set!</p>
<p>Can't wait to see what you are going to build!</p>
<h1><a name="building-calm" class="anchor" aria-hidden="true" tabindex="-1" href="#building-calm"><span aria-hidden="true" class="octicon octicon-link"></span></a>Building CALM</h1>
<div class="markdown-heading"><h1 class="heading-element">Building CALM</h1><a name="building-calm" class="anchor" aria-label="Permalink: Building CALM" href="#building-calm"><span aria-hidden="true" class="octicon octicon-link"></span></a></div>
<p>Currently CALM was built on github actions, you can find the workflow <a href="https://github.com/VitoVan/calm/blob/main/.github/workflows/calm.yml">here</a>.</p>
<p>If you have interests to build CALM and encountered any problem, please let me know.</p>
<p>I would be so glad to help.</p>
Expand Down
16 changes: 8 additions & 8 deletions docs/hacking_ja.html
Original file line number Diff line number Diff line change
Expand Up @@ -774,13 +774,13 @@
<li><a href="https://github.com/VitoVan/calm">ソース</a></li>
</ul>
</div>
<div class="content markdown-body"><h1><a name="calm-をハックする" class="anchor" aria-hidden="true" tabindex="-1" href="#calm-をハックする"><span aria-hidden="true" class="octicon octicon-link"></span></a>CALM をハックする</h1>
<h2><a name="ビルド済みバイナリを使用" class="anchor" aria-hidden="true" tabindex="-1" href="#ビルド済みバイナリを使用"><span aria-hidden="true" class="octicon octicon-link"></span></a>ビルド済みバイナリを使用</h2>
<h3><a name="ステップ-1-calm-をフォークする" class="anchor" aria-hidden="true" tabindex="-1" href="#ステップ-1-calm-をフォークする"><span aria-hidden="true" class="octicon octicon-link"></span></a>ステップ 1: CALM をフォークする</h3>
<div class="content markdown-body"><div class="markdown-heading"><h1 class="heading-element">CALM をハックする</h1><a name="calm-をハックする" class="anchor" aria-label="Permalink: CALM をハックする" href="#calm-をハックする"><span aria-hidden="true" class="octicon octicon-link"></span></a></div>
<div class="markdown-heading"><h2 class="heading-element">ビルド済みバイナリを使用</h2><a name="ビルド済みバイナリを使用" class="anchor" aria-label="Permalink: ビルド済みバイナリを使用" href="#ビルド済みバイナリを使用"><span aria-hidden="true" class="octicon octicon-link"></span></a></div>
<div class="markdown-heading"><h3 class="heading-element">ステップ 1: CALM をフォークする</h3><a name="ステップ-1-calm-をフォークする" class="anchor" aria-label="Permalink: ステップ 1: CALM をフォークする" href="#ステップ-1-calm-をフォークする"><span aria-hidden="true" class="octicon octicon-link"></span></a></div>
<p><a href="https://github.com/VitoVan/calm/fork">https://github.com/VitoVan/calm/fork</a></p>
<h3><a name="ステップ-2-calm-バイナリのインストール" class="anchor" aria-hidden="true" tabindex="-1" href="#ステップ-2-calm-バイナリのインストール"><span aria-hidden="true" class="octicon octicon-link"></span></a>ステップ 2: CALM バイナリのインストール</h3>
<div class="markdown-heading"><h3 class="heading-element">ステップ 2: CALM バイナリのインストール</h3><a name="ステップ-2-calm-バイナリのインストール" class="anchor" aria-label="Permalink: ステップ 2: CALM バイナリのインストール" href="#ステップ-2-calm-バイナリのインストール"><span aria-hidden="true" class="octicon octicon-link"></span></a></div>
<p><a href="https://github.com/VitoVan/calm#-installation">https://github.com/VitoVan/calm#-installation</a></p>
<h3><a name="ステップ-3-git-リポジトリの初期化" class="anchor" aria-hidden="true" tabindex="-1" href="#ステップ-3-git-リポジトリの初期化"><span aria-hidden="true" class="octicon octicon-link"></span></a>ステップ 3: Git リポジトリの初期化</h3>
<div class="markdown-heading"><h3 class="heading-element">ステップ 3: Git リポジトリの初期化</h3><a name="ステップ-3-git-リポジトリの初期化" class="anchor" aria-label="Permalink: ステップ 3: Git リポジトリの初期化" href="#ステップ-3-git-リポジトリの初期化"><span aria-hidden="true" class="octicon octicon-link"></span></a></div>
<div class="highlight highlight-source-shell"><pre><span class="pl-c"><span class="pl-c">#</span> ダウンロードした CALM バイナリのディレクトリに cd する</span>
<span class="pl-c"><span class="pl-c">#</span> 例 macOS の場合:</span>
<span class="pl-c1">cd</span> /Applications/Calm.app/Contents/MacOS
Expand All @@ -797,7 +797,7 @@ <h3><a name="ステップ-3-git-リポジトリの初期化" class="anchor" aria
<span class="pl-c"><span class="pl-c">#</span> hard を origin/main にリセット</span>
git reset --hard origin/main</pre></div>
<p>これで、修正、プッシュ、プルリクエストの作成ができるようになりましたた!</p>
<h3><a name="個人的なお気に入り" class="anchor" aria-hidden="true" tabindex="-1" href="#個人的なお気に入り"><span aria-hidden="true" class="octicon octicon-link"></span></a>個人的なお気に入り</h3>
<div class="markdown-heading"><h3 class="heading-element">個人的なお気に入り</h3><a name="個人的なお気に入り" class="anchor" aria-label="Permalink: 個人的なお気に入り" href="#個人的なお気に入り"><span aria-hidden="true" class="octicon octicon-link"></span></a></div>
<p>個人的には、リポジトリをどこか別の場所にクローンし、ダウンロードしたバイナリのディレクトリにシンボルリンクを作成します、それは次のものなどがあります:</p>
<div class="highlight highlight-source-shell"><pre><span class="pl-c1">cd</span> /Applications/Calm.app/Contents/MacOS

Expand All @@ -809,7 +809,7 @@ <h3><a name="個人的なお気に入り" class="anchor" aria-hidden="true" tabi
ln -s <span class="pl-k">~</span>/github/VitoVan/calm/s s
ln -s <span class="pl-k">~</span>/github/VitoVan/calm/src src</pre></div>
<p>これですべてのソースコードをカバーできるわけではないが、通常はこれで十分です。</p>
<h2><a name="ソースからの実行" class="anchor" aria-hidden="true" tabindex="-1" href="#ソースからの実行"><span aria-hidden="true" class="octicon octicon-link"></span></a>ソースからの実行</h2>
<div class="markdown-heading"><h2 class="heading-element">ソースからの実行</h2><a name="ソースからの実行" class="anchor" aria-label="Permalink: ソースからの実行" href="#ソースからの実行"><span aria-hidden="true" class="octicon octicon-link"></span></a></div>
<ol start="0">
<li>
<p>準備</p>
Expand Down Expand Up @@ -918,7 +918,7 @@ <h2><a name="ソースからの実行" class="anchor" aria-hidden="true" tabinde
</ol>
<p>おめでとう!準備万端です!</p>
<p>何を作るのか楽しみです!</p>
<h1><a name="calm-のビルド" class="anchor" aria-hidden="true" tabindex="-1" href="#calm-のビルド"><span aria-hidden="true" class="octicon octicon-link"></span></a>CALM のビルド</h1>
<div class="markdown-heading"><h1 class="heading-element">CALM のビルド</h1><a name="calm-のビルド" class="anchor" aria-label="Permalink: CALM のビルド" href="#calm-のビルド"><span aria-hidden="true" class="octicon octicon-link"></span></a></div>
<p>現在、CALM は GitHub actions でビルドされています。ワークフローは<a href="https://github.com/VitoVan/calm/blob/main/.github/workflows/calm.yml">こちら</a>にあります。</p>
<p>もし CALM のビルドに興味があり、何か問題が発生したら、私にお知らせください。</p>
<p>喜んでお手伝いします。</p>
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -774,8 +774,8 @@
<li><a href="https://github.com/VitoVan/calm">Source</a></li>
</ul>
</div>
<div class="content markdown-body"><h1><a name="calm-installation" class="anchor" aria-hidden="true" tabindex="-1" href="#calm-installation"><span aria-hidden="true" class="octicon octicon-link"></span></a>CALM Installation</h1>
<h2><a name="setting-up-calm" class="anchor" aria-hidden="true" tabindex="-1" href="#setting-up-calm"><span aria-hidden="true" class="octicon octicon-link"></span></a>Setting Up CALM</h2>
<div class="content markdown-body"><div class="markdown-heading"><h1 class="heading-element">CALM Installation</h1><a name="calm-installation" class="anchor" aria-label="Permalink: CALM Installation" href="#calm-installation"><span aria-hidden="true" class="octicon octicon-link"></span></a></div>
<div class="markdown-heading"><h2 class="heading-element">Setting Up CALM</h2><a name="setting-up-calm" class="anchor" aria-label="Permalink: Setting Up CALM" href="#setting-up-calm"><span aria-hidden="true" class="octicon octicon-link"></span></a></div>
<p>You have <a href="https://github.com/VitoVan/calm#pre-built-binary">donwloaded</a> it, right?</p>
<p>Now let's set up the environment for the ease of use.</p>
<ul>
Expand Down
4 changes: 2 additions & 2 deletions docs/installation_ja.html
Original file line number Diff line number Diff line change
Expand Up @@ -774,8 +774,8 @@
<li><a href="https://github.com/VitoVan/calm">ソース</a></li>
</ul>
</div>
<div class="content markdown-body"><h1><a name="calm-インストール" class="anchor" aria-hidden="true" tabindex="-1" href="#calm-インストール"><span aria-hidden="true" class="octicon octicon-link"></span></a>CALM インストール</h1>
<h2><a name="calm-の設定" class="anchor" aria-hidden="true" tabindex="-1" href="#calm-の設定"><span aria-hidden="true" class="octicon octicon-link"></span></a>CALM の設定</h2>
<div class="content markdown-body"><div class="markdown-heading"><h1 class="heading-element">CALM インストール</h1><a name="calm-インストール" class="anchor" aria-label="Permalink: CALM インストール" href="#calm-インストール"><span aria-hidden="true" class="octicon octicon-link"></span></a></div>
<div class="markdown-heading"><h2 class="heading-element">CALM の設定</h2><a name="calm-の設定" class="anchor" aria-label="Permalink: CALM の設定" href="#calm-の設定"><span aria-hidden="true" class="octicon octicon-link"></span></a></div>
<p>もう<a href="https://github.com/VitoVan/calm#pre-built-binary">ダウンロード</a>済みですよね?</p>
<p>では、使いやすい環境を整えてみましょう。</p>
<ul>
Expand Down
Loading

0 comments on commit b29e68c

Please sign in to comment.