Merge pull request #2 from Marie-Joseph/patch-1
fix typos, grammer, etc.
This commit is contained in:
commit
4d2e7d2d34
|
@ -1,18 +1,18 @@
|
|||
<button class="header__sideBtn" on:click={() => openPage()}>About</button>
|
||||
<Portal target="{document.body}">
|
||||
<ContextPage name="About" open={open} on:close={closePage}>
|
||||
<p class="txtbig">This radio is powered by the publications made on the social plateform <a href="https://joinmastodon.org/" target="_blank">Mastodon</a>. The goal behind it is to make a place to discover music outside your usual bubble. Hope you enjoy it!</p>
|
||||
<p class="txtbig">This radio is powered by the publications made on the social media platform <a href="https://joinmastodon.org/" target="_blank">Mastodon</a>. The goal behind it is to make a place to discover music outside your usual bubble. Hope you enjoy it!</p>
|
||||
<hr>
|
||||
<h2>Where does the music come from?</h2>
|
||||
<p>The app get all the publics publications that contains a media link and a music hashtag (you can configure it in the Settings). We support only Youtube links for now but more platforms are planned in the future.<br>
|
||||
<p>The app gets all the public publications that contain a media link and a music hashtag (you can configure it in the Settings). We support only Youtube links for now, but more platforms are planned in the future.<br>
|
||||
We don’t own the musics rights so the songs are played on the original platform player.</p>
|
||||
<h2>How can I get my song be played on the radio?</h2>
|
||||
<p>You have to make a public toot containing one of the hashtags configured on the app and a Youtube link.</p>
|
||||
<h2>Can I use the radio on my phone?</h2>
|
||||
<p>It’s a webapp so it should be working, however since the Youtube Player allow us to play a song only when you’re on the web and stop when the screen turn off or when you’re on another app, it’s kind of unusable.<br>
|
||||
It’s kind of shitty but as long the Youtube have this behavior we don’t see a way to make a great experience for the radio on mobile devices.</p>
|
||||
<h2>How can i contact you? I’ve detected a problem, an idea, or a kind message.</h2>
|
||||
If you’re a developper you can make an issue on the <a href="https://github.com/EldritchCafe/radio" target="_blank">Github repo</a>. For anything else you can contact the maintainers <a href="https://eldritch.cafe/@milia" target="_blank">Milia</a> & <a href="https://glitch.social/@tixie" target="_blank">Tixie</a> on their Mastodon accounts.
|
||||
<p>It’s a webapp so it should be working, however since the Youtube Player allows us to play a song only when you’re on the web and stops when the screen turns off or when you’re on another app, it’s kind of unusable.<br>
|
||||
It’s kind of shitty but as long Youtube has this behavior we don’t see a way to make a great experience for the radio on mobile devices.</p>
|
||||
<h2>How can I contact you? I’ve detected a problem, have an idea, or a kind message.</h2>
|
||||
If you’re a developer you can create an issue on the <a href="https://github.com/EldritchCafe/radio" target="_blank">Github repo</a>. For anything else you can contact the maintainers <a href="https://eldritch.cafe/@milia" target="_blank">Milia</a> & <a href="https://glitch.social/@tixie" target="_blank">Tixie</a> on their Mastodon accounts.
|
||||
</ContextPage>
|
||||
</Portal>
|
||||
|
||||
|
@ -29,4 +29,4 @@
|
|||
let closePage = () => {
|
||||
open = false
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue