forked from nutomic/joinpeertube
Merge branch 'master' into 'master'
Add news section See merge request framasoft/peertube/joinpeertube!53
This commit is contained in:
commit
25b15b320e
4 changed files with 94 additions and 0 deletions
18
app/components/pages/News.vue
Normal file
18
app/components/pages/News.vue
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
<template>
|
||||||
|
<main>
|
||||||
|
<vue-headful
|
||||||
|
:title="$t('meta.title') + ' - ' + $t('hof.title')"
|
||||||
|
/>
|
||||||
|
<section class="row faq">
|
||||||
|
<div class="container">
|
||||||
|
<h1>{{ $t('news.title') }}</h1>
|
||||||
|
<span>{{ $t('news.subtitle') }}</span>
|
||||||
|
<div v-for="bloc in $t('news.blocs')">
|
||||||
|
<a :href="`#${bloc.id}`"><h2 :id="bloc.id">{{ bloc.title }}</h2></a>
|
||||||
|
<p v-for="p in bloc.text" v-html="p"></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</main>
|
||||||
|
</template>
|
||||||
|
|
|
@ -17,6 +17,12 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="navbar" class="collapse navbar-collapse">
|
<div id="navbar" class="collapse navbar-collapse">
|
||||||
<ul class="nav navbar-nav navbar-right">
|
<ul class="nav navbar-nav navbar-right">
|
||||||
|
<li>
|
||||||
|
<router-link
|
||||||
|
:to="'/' + $t('lang') + '/news'"
|
||||||
|
v-html="$t('menu.news')">
|
||||||
|
</router-link>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<router-link
|
<router-link
|
||||||
:to="'/' + $t('lang') + '/faq'"
|
:to="'/' + $t('lang') + '/faq'"
|
||||||
|
|
|
@ -11,6 +11,7 @@ menu:
|
||||||
code: Source code
|
code: Source code
|
||||||
instances: Instances
|
instances: Instances
|
||||||
hall-of-fame: Hall of fame
|
hall-of-fame: Hall of fame
|
||||||
|
news: News
|
||||||
link:
|
link:
|
||||||
forumPT: https://framacolibri.org/c/peertube
|
forumPT: https://framacolibri.org/c/peertube
|
||||||
wArticle: https://en.wikipedia.org/wiki
|
wArticle: https://en.wikipedia.org/wiki
|
||||||
|
@ -456,3 +457,37 @@ hof:
|
||||||
donators: Financial Contributors
|
donators: Financial Contributors
|
||||||
dev: Contributors
|
dev: Contributors
|
||||||
contrib: Contribute to the code
|
contrib: Contribute to the code
|
||||||
|
|
||||||
|
news:
|
||||||
|
title: What's up on PeerTube
|
||||||
|
subtitle: Discover the tool's latest improvements
|
||||||
|
blocs:
|
||||||
|
-
|
||||||
|
id: "newsletter26-02-2019"
|
||||||
|
title: "PeerTube: retrospective, new features and more to come!"
|
||||||
|
text:
|
||||||
|
- <b>Hello everyone!</b>
|
||||||
|
- Since version 1.0 has been released last November, we went on improving PeerTube, day after day.
|
||||||
|
These improvements on PeerTube go well beyond the objectives fixed during the crowdfunding.
|
||||||
|
They have been funded by the <a href="https://framasoft.org/en/">Framasoft non-profit</a>,
|
||||||
|
which develops the software (and lives only through <a href="https://soutenir.framasoft.org/en/">your donations</a>).
|
||||||
|
- "Here is a small retrospective of the end of 2018/beginning of 2019:"
|
||||||
|
- In December 2018, we released version 1.1 which contained some moderation tools requested by instance administrators.<br>
|
||||||
|
We also took the opportunity to add a watched videos history feature and the automatic resuming of video playback.
|
||||||
|
- "In January, we released version 1.2 that supports 3 new languages: Russian, Polish and Italian.
|
||||||
|
Thanks to PeerTube's community of translators, PeerTube is now translated into 16 different languages!"
|
||||||
|
- This version also includes a notification system that allows users to be informed (on the web interface or through email)
|
||||||
|
when their video is commented, when someone mention them, when one of their subscriptions has published a new video, etc.
|
||||||
|
- "In the meantime, the PeerTube federation has grown: today, more than 300 instances broadcast more than 70,000 videos,
|
||||||
|
with nearly 2 million cumulated views. We remind you that the only official website we maintain around PeerTube
|
||||||
|
is <a href=\"https://joinpeertube.org/en\">https://joinpeertube.org/en</a> and that we bear no responsibility
|
||||||
|
on any other site that may be published."
|
||||||
|
- As you can see, we have gone far beyond what the crowdfunding has funded. And we will continue!<br>
|
||||||
|
For 2019, we plan to add a plugin and theme management system (even though basic at first),
|
||||||
|
playlist management, support for audio files upload and many other features.
|
||||||
|
- "If you also to contribute to the growing of PeerTube, you can participate in its funding here:
|
||||||
|
<a href=\"https://soutenir.framasoft.org/en\">https://soutenir.framasoft.org/en</a>"
|
||||||
|
- "If you have any questions, feel free to use our forum:
|
||||||
|
<a href=\"https://framacolibri.org/c/peertube\">https://framacolibri.org/c/peertube</a>"
|
||||||
|
- Thank you and with our best regards,
|
||||||
|
- Framasoft
|
||||||
|
|
|
@ -11,6 +11,7 @@ menu:
|
||||||
code: Code source
|
code: Code source
|
||||||
instances: Instances
|
instances: Instances
|
||||||
hall-of-fame: Tableau d’honneur
|
hall-of-fame: Tableau d’honneur
|
||||||
|
news: Actus
|
||||||
link:
|
link:
|
||||||
forumPT: https://framacolibri.org/c/qualite/peertube
|
forumPT: https://framacolibri.org/c/qualite/peertube
|
||||||
wArticle: https://fr.wikipedia.org/wiki
|
wArticle: https://fr.wikipedia.org/wiki
|
||||||
|
@ -493,3 +494,37 @@ hof:
|
||||||
donators: Donateurs
|
donators: Donateurs
|
||||||
dev: Contributeurs
|
dev: Contributeurs
|
||||||
contrib: Contribuer au code
|
contrib: Contribuer au code
|
||||||
|
|
||||||
|
news:
|
||||||
|
title: Quoi de neuf sur PeerTube ?
|
||||||
|
subtitle: Découvrez les dernières améliorations de l'outil
|
||||||
|
blocs:
|
||||||
|
-
|
||||||
|
id: "newsletter26-02-2019"
|
||||||
|
title: "PeerTube : rétrospective et nouvelles fonctionnalités : l'actu de février 2019"
|
||||||
|
text:
|
||||||
|
- Depuis la version 1.0 sortie en novembre dernier, nous avons continué d'<b>améliorer PeerTube jour après jour</b>.
|
||||||
|
Ces avancées de PeerTube, bien au delà des objectifs du crowdfunding, ont été financées par
|
||||||
|
<a href="https://framasoft.org">l'association Framasoft</a>, qui développe le logiciel (et ne vit que par
|
||||||
|
<a href="https://soutenir.framasoft.org">vos dons</a>).
|
||||||
|
- "<b>Voici une petite rétrospective de la fin d'année 2018/début d'année 2019 :</b>"
|
||||||
|
- En décembre 2018, nous avons sorti la version 1.1 qui contenait certains outils de modération demandés par les administrateurs d'instances.
|
||||||
|
Nous en avons aussi profité pour ajouter une fonctionnalité d'historique de visionnage et de reprise automatique de la lecture des vidéos.
|
||||||
|
- "En janvier, nous avons sorti la version 1.2 permettant, grâce à la communauté de traducteurs et traductrices de PeerTube,
|
||||||
|
de proposer 3 nouvelles langues : le russe, le polonais et l'italien. PeerTube est donc désormais traduit en 16 langues différentes !"
|
||||||
|
- Cette version comprend aussi un système de notifications permettant aux utilisatrices et utilisateurs de savoir (via l'interface web ou par email)
|
||||||
|
lorsque leur vidéo est commentée, lorsque quelqu'un les mentionne, lorsqu'un de leur abonnement a publié une nouvelle vidéo, etc.
|
||||||
|
- "Par ailleurs, la fédération PeerTube s'est développée : aujourd'hui, c'est plus de 300 instances qui diffusent plus de 70 000 vidéos,
|
||||||
|
avec près de 2 millions de vues cumulées."
|
||||||
|
- Nous vous rappelons au passage que le seul site officiel que nous maintenons autour de PeerTube
|
||||||
|
est <a href=\"https://joinpeertube.org/">https://joinpeertube.org/</a> et que nous n'avons aucune responsabilité autour de tout autre
|
||||||
|
site qui pourrait voir le jour.
|
||||||
|
- Comme vous pouvez le constater, nous sommes allés bien au delà de ce que le crowdfunding avait financé. Et nous allons continuer !
|
||||||
|
Car il est prévu pour l'année 2019 d'ajouter un système de plugins et de thèmes (peu évolué dans un premier temps),
|
||||||
|
une gestion des playlists, la prise en charge de fichiers audio à l'upload et bien d'autres fonctionnalités.
|
||||||
|
- "Si vous aussi vous voulez contribuer au développement de PeerTube, n'hésitez pas à participer à son financement :
|
||||||
|
<a href=\"https://soutenir.framasoft.org\">https://soutenir.framasoft.org</a>"
|
||||||
|
- "Si vous avez la moindre question, vous pouvez utiliser le forum :
|
||||||
|
<a href=\"https://framacolibri.org/c/peertube\">https://framacolibri.org/c/peertube</a>"
|
||||||
|
- Merci et bon début d'année,
|
||||||
|
- Framasoft
|
||||||
|
|
Loading…
Reference in a new issue