forked from Telodendria/Telodendria
Add one-time donate link.
This commit is contained in:
parent
40dc19cfbf
commit
328303506b
2 changed files with 68 additions and 57 deletions
3
.github/FUNDING.yml
vendored
3
.github/FUNDING.yml
vendored
|
@ -1 +1,2 @@
|
||||||
liberapay: Telodendria
|
liberapay: "Telodendria"
|
||||||
|
custom: "https://donate.stripe.com/8wM29AfF5bRJc48eUU"
|
||||||
|
|
122
site/index.html
122
site/index.html
|
@ -36,8 +36,73 @@ functional.
|
||||||
<b><i>Note:</i></b> <b>Telodendria</b> is under <i>heavy</i> development.
|
<b><i>Note:</i></b> <b>Telodendria</b> is under <i>heavy</i> development.
|
||||||
Please see the <a href="/man/man7/telodendria.7.html#PROJECT_STATUS">Project Status</a>.
|
Please see the <a href="/man/man7/telodendria.7.html#PROJECT_STATUS">Project Status</a>.
|
||||||
</div>
|
</div>
|
||||||
|
<h2 id="donate">Donate</h2>
|
||||||
<p>
|
<p>
|
||||||
<a href="https://liberapay.com/Telodendria/donate"><img style="display: block; margin: auto;" alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a>
|
If you would like to donate to this project, you can do so with the
|
||||||
|
following links:
|
||||||
|
</p>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://liberapay.com/Telodendria/donate">LiberaPay</a> (recurring, account required)</li>
|
||||||
|
<li><a href="https://donate.stripe.com/8wM29AfF5bRJc48eUU">Stripe</a> (one-time, no account required)</li>
|
||||||
|
</ul>
|
||||||
|
<p>
|
||||||
|
If you would like to do a recurring donation larger than what's allowed
|
||||||
|
by LiberaPay, please contact me directly on Matrix at <code>@jordan:bancino.net</code>.
|
||||||
|
</p>
|
||||||
|
<h2 id="download">Download</h2>
|
||||||
|
<p>
|
||||||
|
<b>Telodendria</b> is distributed as source tarballs, in true Unix
|
||||||
|
fashion. If you want, you can verify the checksum of your download,
|
||||||
|
and check the signature. To check the signature, you'll need
|
||||||
|
<code>signify</code>, and the signify public key:
|
||||||
|
<a href="/telodendria-signify.pub">
|
||||||
|
telodendria-signify.pub</a>.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
If your operating system has an official package or port of
|
||||||
|
<b>Telodendria</b>, you should prefer to use that instead of manually
|
||||||
|
downloading the source and building it. If your operating system's
|
||||||
|
package or port is too out of date for your tastes, please contact
|
||||||
|
the package's maintainers to notify them, or offer to update the
|
||||||
|
package yourself.
|
||||||
|
</p>
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<th>Version</th>
|
||||||
|
<th>Download</th>
|
||||||
|
<th>Checksum</th>
|
||||||
|
<th>Signature</th>
|
||||||
|
</tr>
|
||||||
|
<!--
|
||||||
|
<tr>
|
||||||
|
<td>v0.0.0</td>
|
||||||
|
<td>
|
||||||
|
<a href="/pub/v0.0.0/Telodendria-v0.0.0.tar.gz">
|
||||||
|
Telodendria-v0.0.0.tar.gz
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a href="/pub/v0.0.0/Telodendria-v0.0.0.tar.gz.sha256">
|
||||||
|
SHA256
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a href="/pub/v0.0.0/Telodendria-v0.0.0.tar.gz.sig">
|
||||||
|
Signify
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
-->
|
||||||
|
<tr>
|
||||||
|
<td colspan="4" style="text-align: center;">
|
||||||
|
No downloads here yet. See the
|
||||||
|
<a href="/man/man7/telodendria.7.html#PROJECT_STATUS">Project Status</a> for more
|
||||||
|
information.
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<p>
|
||||||
|
You can find the change log in the documentation.
|
||||||
</p>
|
</p>
|
||||||
<h2 id="documentation">Documentation</h2>
|
<h2 id="documentation">Documentation</h2>
|
||||||
<p>
|
<p>
|
||||||
|
@ -123,61 +188,6 @@ Basic fixed-size circular queue implementation.
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<h2 id="download">Download</h2>
|
|
||||||
<p>
|
|
||||||
<b>Telodendria</b> is distributed as source tarballs, in true Unix
|
|
||||||
fashion. If you want, you can verify the checksum of your download,
|
|
||||||
and check the signature. To check the signature, you'll need
|
|
||||||
<code>signify</code>, and the signify public key:
|
|
||||||
<a href="/telodendria-signify.pub">
|
|
||||||
telodendria-signify.pub</a>.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
If your operating system has an official package or port of
|
|
||||||
<b>Telodendria</b>, you should prefer to use that instead of manually
|
|
||||||
downloading the source and building it. If your operating system's
|
|
||||||
package or port is too out of date for your tastes, please contact
|
|
||||||
the package's maintainers to notify them, or offer to update the
|
|
||||||
package yourself.
|
|
||||||
</p>
|
|
||||||
<table>
|
|
||||||
<tr>
|
|
||||||
<th>Version</th>
|
|
||||||
<th>Download</th>
|
|
||||||
<th>Checksum</th>
|
|
||||||
<th>Signature</th>
|
|
||||||
</tr>
|
|
||||||
<!--
|
|
||||||
<tr>
|
|
||||||
<td>v0.0.0</td>
|
|
||||||
<td>
|
|
||||||
<a href="/pub/v0.0.0/Telodendria-v0.0.0.tar.gz">
|
|
||||||
Telodendria-v0.0.0.tar.gz
|
|
||||||
</a>
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<a href="/pub/v0.0.0/Telodendria-v0.0.0.tar.gz.sha256">
|
|
||||||
SHA256
|
|
||||||
</a>
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<a href="/pub/v0.0.0/Telodendria-v0.0.0.tar.gz.sig">
|
|
||||||
Signify
|
|
||||||
</a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
-->
|
|
||||||
<tr>
|
|
||||||
<td colspan="4" style="text-align: center;">
|
|
||||||
No downloads here yet. See the
|
|
||||||
<a href="/man/man7/telodendria.7.html#PROJECT_STATUS">Project Status</a> for more
|
|
||||||
information.
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
<p>
|
|
||||||
You can find the change log in the documentation.
|
|
||||||
</p>
|
|
||||||
<h2 id="resources">Resources</h2>
|
<h2 id="resources">Resources</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a target="_blank" href="/pub">Old <b>Telodendria</b> Versions</a></li>
|
<li><a target="_blank" href="/pub">Old <b>Telodendria</b> Versions</a></li>
|
||||||
|
|
Loading…
Reference in a new issue