change description

peertube
Namekuji 2023-01-19 13:57:32 -05:00
rodzic 82cd78fef8
commit 9c5e5f2d7c
6 zmienionych plików z 11 dodań i 8 usunięć

Wyświetl plik

@ -10,7 +10,7 @@
Audio + Mastodon = Audon Audio + Mastodon = Audon
Audon is a service of realtime audio streaming for Mastodon users. Audon is a service of realtime audio streaming for Mastodon.
## Tech Stack ## Tech Stack

Wyświetl plik

@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Audon</title> <title>Audon</title>
<meta name="description" content="Audon: realtime audio streaming for Mastodon"> <meta name="description" content="Audon: audio spaces for Mastodon.">
<!-- Facebook Meta Tags --> <!-- Facebook Meta Tags -->
<meta property="og:type" content="website"> <meta property="og:type" content="website">
@ -21,11 +21,11 @@
{% if .Room.Description %} {% if .Room.Description %}
<meta property="og:description" content='{% printf "%.150s" .Room.Description %}'> <meta property="og:description" content='{% printf "%.150s" .Room.Description %}'>
{% else %} {% else %}
<meta property="og:description" content='Audon: realtime audio streaming for Mastodon'> <meta property="og:description" content='Audon: audio spaces for Mastodon'>
{% end %} {% end %}
{% else %} {% else %}
<meta property="og:title" content='Audon'> <meta property="og:title" content='Audon'>
<meta property="og:description" content='Realtime audio streaming for Mastodon'> <meta property="og:description" content='Audio spaces for Mastodon'>
{% end %} {% end %}
</head> </head>
<body> <body>

Wyświetl plik

@ -81,13 +81,16 @@ export default {
</script> </script>
<template> <template>
<div class="text-center mb-8"> <div class="text-center mb-7">
<img <img
src="../assets/img/audon-wordmark-white-text.svg" src="../assets/img/audon-wordmark-white-text.svg"
:draggable="false" :draggable="false"
alt="Branding Wordmark" alt="Branding Wordmark"
style="width: 100%; max-width: 200px" style="width: 100%; max-width: 200px"
/> />
<p class="mt-2">
Audio spaces for Mastodon
</p>
</div> </div>
<v-alert v-if="$route.query.l" type="warning" variant="text"> <v-alert v-if="$route.query.l" type="warning" variant="text">
<div>{{ $t("loginRequired") }}</div> <div>{{ $t("loginRequired") }}</div>

Wyświetl plik

@ -1 +1 @@
Advertise: '@{{.Host}} is now streaming at Audon!' Advertise: '@{{.Host}} is streaming now!'

Wyświetl plik

@ -1,3 +1,3 @@
Advertise: Advertise:
hash: sha1-bac4955e5b2655d6226dfb6e190f591f0e9f64cf hash: sha1-bac4955e5b2655d6226dfb6e190f591f0e9f64cf
other: "@{{.Host}} est maintenant en streaming à Audon !" other: "@{{.Host}} est en streaming maintenant !"

Wyświetl plik

@ -1,3 +1,3 @@
Advertise: Advertise:
hash: sha1-bac4955e5b2655d6226dfb6e190f591f0e9f64cf hash: sha1-bac4955e5b2655d6226dfb6e190f591f0e9f64cf
other: "@{{.Host}} が Audon でライブ配信中!" other: "@{{.Host}} がライブ配信中!"