Removed discourse.beets references and use https for links. Also

removed flattr button, as flattr does not exist anymore.
This commit is contained in:
Sebastian Mohr 2025-09-10 10:00:38 +02:00
parent dcda72585e
commit 8f543a5d7f

View file

@ -57,7 +57,7 @@
This post was published on {{ page.date | date: '%B %-d, %Y' }}.
Have comments or questions?
Post on
<a href="http://discourse.beets.io">the discussion board</a>,
<a href="https://github.com/beetbox/beets/discussions">the discussion board</a>,
toot at <a href="https://fosstodon.org/@beets">@beets@fosstodon.org</a>,
or <a href="http://news.ycombinator.com/submitlink?u={{ site.url | cgi_escape }}{{ page.url | cgi_escape }}&t={{ page.title | cgi_escape }}">discuss on Hacker News</a>.
</p>
@ -80,10 +80,10 @@ or <a href="http://news.ycombinator.com/submitlink?u={{ site.url | cgi_escape }}
<h3>Get Beets</h3>
<p>
Install with <a
href="http://www.pip-installer.org/">pip</a>
href="https://pip.pypa.io/en/stable/getting-started/">pip</a>
by typing <code>pip install beets</code>,
then read the
<a href="http://beets.readthedocs.org/page/guides/main.html">Getting
<a href="https://beets.readthedocs.io/en/stable/guides/main.html">Getting
Started</a> guide.
</p>
</section>
@ -91,12 +91,12 @@ or <a href="http://news.ycombinator.com/submitlink?u={{ site.url | cgi_escape }}
<h3>Project</h3>
<ul class="project">
<li>
<a href="http://github.com/beetbox/beets">github</a>
<a href="https://github.com/beetbox/beets">github</a>
</li>
<li><a href="http://beets.readthedocs.org/">documentation</a></li>
<li><a href="http://beets.readthedocs.org/en/latest/faq.html">FAQ</a></li>
<li><a href="https://beets.readthedocs.io/">documentation</a></li>
<li><a href="https://beets.readthedocs.io/en/stable/faq.html">FAQ</a></li>
<li><a href="https://github.com/beetbox/beets/issues">bug tracker</a></li>
<li><a href="http://discourse.beets.io">discussion board</a></li>
<li><a href="https://github.com/beetbox/beets/discussions">discussion board</a></li>
<li><a href="/blog/">blog</a>, <a href="/blog/atom.xml">atom</a></li>
<li><a href="irc://irc.libera.chat/beets">#beets on
libera.chat</a></li>
@ -137,7 +137,7 @@ or <a href="http://news.ycombinator.com/submitlink?u={{ site.url | cgi_escape }}
<p>
Need help with beets?
Have comments or questions?
Post on <a href="http://discourse.beets.io">the discussion board</a> or
Post on <a href="https://github.com/beetbox/beets/discussions">the discussion board</a> or
<a href="https://github.com/beetbox/beets/issues/new">file an issue on GitHub</a>.
You can <a href="/donate.html">donate with PayPal or Bitcoin</a>,
but please consider a donation to
@ -162,17 +162,6 @@ or <a href="http://news.ycombinator.com/submitlink?u={{ site.url | cgi_escape }}
<!-- Mastodon feed embed. -->
<script type="module" src="https://esm.sh/emfed"></script>
<!-- Flattr button code -->
<script type="text/javascript">
(function() {
var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
s.type = 'text/javascript';
s.async = true;
s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
t.parentNode.insertBefore(s, t);
})();
</script>
<!-- Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];