Files
pawol.nu/lib/rezo-lis.js
T
Cédric FAMIBELLE-PRONZOLA d1a8bd16ae Add ouwè and ékriti to RezoList
2022-05-28 00:09:25 +04:00

86 lines
2.4 KiB
JavaScript
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.
import TwitterIcon from '@mui/icons-material/Twitter'
import YouTubeIcon from '@mui/icons-material/YouTube'
import TelegramIcon from '@mui/icons-material/Telegram'
import PeertubeIcon from './icons/peertube'
import PleromaIcon from './icons/pleroma'
const gadeUsername = process.env.NEXT_PUBLIC_GADE_USERNAME || 'oki'
const paleUsername = process.env.NEXT_PUBLIC_PALE_USERNAME || '@admin'
const youtubeUsername = process.env.NEXT_PUBLIC_YOUTUBE_USERNAME || 'OrganisationKInternationaleOKi'
const tiwtterUsername = process.env.NEXT_PUBLIC_TWITTER_USERNAME || 'OrganisationKA'
const telegramGroup = process.env.NEXT_PUBLIC_TELEGRAM_GROUP || 'OrganisationKA'
export const rezoLis = [
{
tit: 'Gadé',
lyen: `https://gade.o-k-i.net/a/${gadeUsername}/video-channels`,
icon: <PeertubeIcon />
},
{
tit: 'Palé',
lyen: `https://pale.o-k-i.net/${paleUsername}`,
icon: <PleromaIcon />
},
{
tit: 'Telegram',
lyen: `https://t.me/${telegramGroup}`,
icon: <TelegramIcon />
},
{
tit: 'YouTube',
lyen: `https://www.youtube.com/c/${youtubeUsername}`,
icon: <YouTubeIcon />
},
{
tit: 'Twitter',
lyen: `https://twitter.com/${tiwtterUsername}`,
icon: <TwitterIcon />
}
]
export const rezoNou = [
{
tit: 'Palé',
img: 'pale',
soutit: 'Alternative pour Twitter',
ko: 'Les posts sont limités à 5 000 caractères',
lyen: 'https://pale.o-k-i.net/timeline/local'
},
{
tit: 'Gadé',
img: 'gade',
soutit: 'Alternative pour YouTube',
ko: 'Vous pouvez commenter les vidéos avec un compte "Palé"',
lyen: 'https://gade.o-k-i.net/'
},
{
tit: 'Ou Wè',
img: 'ouwe',
soutit: 'Alternative pour Instagram',
ko: 'Partage de photos et dimages sur le Fediverse',
lyen: 'https://ouwe.o-k-i.net/'
},
{
tit: 'Ékriti',
img: 'ekriti',
soutit: 'Alternative pour Tumblr ou Blogger',
ko: 'Créez votre blog et postez vos articles sur le Fediverse',
lyen: 'https://ekriti.o-k-i.net'
},
{
tit: 'Mobilizé',
img: 'mobilize',
soutit: 'Alternative pour les groupes Facebook',
ko: 'Permet de trouver, créer et organiser des événements',
lyen: 'https://mobilize.o-k-i.net/'
},
{
tit: 'Mizik',
img: 'mizik',
soutit: 'Alternative pour SoundCloud',
ko: 'Streaming gratuit et sans inscription obligatoire',
lyen: 'https://mizik.o-k-i.net/'
}
]