1
0
mirror of https://github.com/danbee/persephone-web.git synced 2025-03-04 08:39:07 +00:00
persephone-web/source/index.html.erb

46 lines
1.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Persephone A modern, open source MPD client for macOS
---
<header role="banner">
<h1>Persephone</h1>
<h2>A modern, open source MPD client for macOS.</h2>
</header>
<main>
<img class="icon" src="/images/icon-512.png" alt="">
<div class="text">
<h3>MP… what?</h3>
<p>From the <a href="https://www.musicpd.org" rel="nofollow">website</a>:</p>
<blockquote>
<p>
“Music Player Daemon (MPD) is a flexible, powerful, server-side
application for playing music. Through plugins and libraries it can play a
variety of sound files while being controlled by its network protocol.”
</p>
</blockquote>
<p>
Wikipedia has a
<a href="https://en.wikipedia.org/wiki/Music_Player_Daemon" rel="nofollow">more comprehensive description</a>.
</p>
</div>
<div class="download-section">
<a class="download-button" href="https://f001.backblazeb2.com/file/persephone/Persephone-0.16.0-alpha.zip">↓ Download 0.16.0-alpha</a>
</div>
<picture class="screenshot">
<source srcset="/images/screenshot-dark.png" media="(prefers-color-scheme: dark)">
<img src="/images/screenshot-light.png">
</picture>
</main>
<footer>
<p><a href="https://github.com/danbee/persephone">Source on GitHub</a></p>
</footer>