Skip to content

Commit

Permalink
deploy: 326d9d0
Browse files Browse the repository at this point in the history
  • Loading branch information
cjburkey01 committed May 2, 2024
1 parent 383db87 commit bf54e17
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

25 changes: 22 additions & 3 deletions server/Downloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,15 +146,34 @@ <h1 class="menu-title">ClaimChunk</h1>
<div id="content" class="content">
<main>
<h1 id="downloads"><a class="header" href="#downloads">Downloads</a></h1>
<script src="https://unpkg.com/[email protected]" integrity="sha384-ujb1lZYygJmzgSwoxRggbCHcjc0rB2XoQrxeTUQyRjrOnlCoYta87iKBWq3EsdM2" crossorigin="anonymous"></script>
<script>
document.body.addEventListener('htmx:configRequest', function(event) {
event.detail.headers = ''
event.detail.headers['Content-Type'] = "application/x-www-form-urlencoded; charset=UTF-8"
});
</script>
<p>There are two channels from which to download ClaimChunk. The release channel is the current stable version of ClaimChunk. This version <em>should</em> be safe to use for larger servers. The snapshot channel, however, provides a new build for the changes to the <a href="https://github.com/cjburkey01/ClaimChunk">ClaimChunk repository</a> since the latest release. This means they may have less testing, but it may be useful if bugs exist in the latest release or you want some features that have yet to be pushed to a release.</p>
<p>If you need help installing, please see the <a href="./Installation.html">Installation page</a>, which outlines the whole installation process and immediate configurations that can be done.</p>
<h2 id="release-downloads"><a class="header" href="#release-downloads">Release Downloads</a></h2>
<p>The following downloads are considered stable downloads, or releases.</p>
<div id="release_downloads"><i>Please wait... &verbar; Loading...</i></div>
<div
hx-get="https://cjburkey.com/claimchunk-api/releases.php"
hx-trigger="load"
hx-swap="innerHTML"
>
<i>Please wait... &verbar; Loading...</i>
</div>
<h2 id="snapshot-downloads"><a class="header" href="#snapshot-downloads">Snapshot Downloads</a></h2>
<p>These downloads <em>might</em> be less stable than the release downloads, but have more recent features and bug fixes.</p>
<p>To make these downloads available, we use a handy-dandy link service called <a href="https://nightly.link/" target="_blank" title="nightly.link GitHub link service">nightly.link</a> to make getting GitHub artifact download links possible.</p>
<div id="snapshot_downloads"><i>Please wait... &verbar; Loading...</i></div>
<p>After 30 days, GitHub deletes these artifacts; if you want to compile an older, non-release version that isn't listed here, please clone the repository at the preferred commit and build from source.</p>
<div
hx-get="https://cjburkey.com/claimchunk-api/artifacts.php"
hx-trigger="load"
hx-swap="innerHTML"
>
<i>Please wait... &verbar; Loading...</i>
</div>

</main>

Expand Down

0 comments on commit bf54e17

Please sign in to comment.