Add content

This commit is contained in:
Le Libre Au Quotidien 2020-05-28 19:08:24 +02:00
parent 4854468f4e
commit 9526516fa3
1 changed files with 96 additions and 19 deletions

View File

@ -6,13 +6,14 @@ routes
Ŝi vous voulez ajouter un nouveau contenu,ca se passe ici Ŝi vous voulez ajouter un nouveau contenu,ca se passe ici
Prenez les exemples et modifiez le contenu. Prenez les exemples et modifiez le contenu.
Vous ne savez pas coder ? Vous ne savez pas coder ?
Ouvrez une issue sur git.p2p.legal/llaq/g1land/issues Ouvrez une issue sur git.p2p.legal/llaq/infojune/issues
Documentation : Documentation :
git.p2p.legal/llaq/g1land/wiki git.p2p.legal/llaq/g1land/wiki
*/ */
import softbox from '@/components/SoftBox.vue' import softbox from '@/components/SoftBox.vue'
import choicebox from '@/components/ChoiceBox.vue' import choicebox from '@/components/ChoiceBox.vue'
import home from '@/components/home.vue' import home from '@/components/home.vue'
import cf from '@/components/cf.vue'
export const routes = [ export const routes = [
/* /*
@ -36,7 +37,7 @@ name: "Axiom Team",
img: "axiom.svg", img: "axiom.svg",
desc: "Axiom Team a pour but de promouvoir la g1 dans ses antennes locales", desc: "Axiom Team a pour but de promouvoir la g1 dans ses antennes locales",
href:"https://axiom-team.fr,https://forum.axiom-team.fr,https://chat.axiom-team.fr,https://framasphere.org/u/axiommonnaielibre,https://tube.p2p.legal/accounts/axiomteam/", href:"https://axiom-team.fr,https://forum.axiom-team.fr,https://chat.axiom-team.fr,https://framasphere.org/u/axiommonnaielibre,https://tube.p2p.legal/accounts/axiomteam/,https://demo.cesium.app/#/app/wot/8CWuf4f1jYoVzHh4DEFpCyzZYC1pgz4t2wU8F2zKCthh/",
} }
}, },
@ -47,7 +48,7 @@ name: "Monnaie Libre Occitanie",
img: "mlo.png", img: "mlo.png",
desc: "Monnaie libre occitanie est le groupe local occitan de la g1", desc: "Monnaie libre occitanie est le groupe local occitan de la g1",
href:"https://monnaielibreoccitanie.org,https://www.facebook.com/monnaie.libre.occitanie,https://framasphere.org/u/monnaielibreoccitanie,1.14.3.2.6.1 https://www.youtube.com/channel/UCOhCvklzaKqN73njsh3ZnUw", href:"https://monnaielibreoccitanie.org,https://www.facebook.com/monnaie.libre.occitanie,https://framasphere.org/u/monnaielibreoccitanie,1.14.3.2.6.1 https://www.youtube.com/channel/UCOhCvklzaKqN73njsh3ZnUw,https://monnaielibreoccitanie.org/events/",
} }
}, },
@ -69,7 +70,7 @@ name: "Normandie Libre",
img: "nlibre.png", img: "nlibre.png",
desc: "Normandie Libre est le groupe local normand de la g1", desc: "Normandie Libre est le groupe local normand de la g1",
href:"https://normandie-libre.fr", href:"https://normandie-libre.fr,https://peertube.normandie-libre.fr/",
} }
}, },
@ -167,7 +168,7 @@ component: softbox,
name: "Monnaie Libre Tourraine", name: "Monnaie Libre Tourraine",
img: "gchange.svg", img: "gchange.svg",
desc: "Monnaie Libre Tourraine est le groupe local tourrainois de la g1", desc: "Monnaie Libre Tourraine est le groupe local tourrainois de la g1",
licence:"Non Connu",
href:"https://explore.juneland.fr/bcje5,https://test2.com,https://explore.llaq.fr", href:"https://explore.juneland.fr/bcje5,https://test2.com,https://explore.llaq.fr",
} }
@ -178,7 +179,7 @@ component: softbox,
name: "Monnaie Libre Sud", name: "Monnaie Libre Sud",
img: "mlsud.png", img: "mlsud.png",
desc: "Monnaie Libre Sud est le groupe local du sud de la g1", desc: "Monnaie Libre Sud est le groupe local du sud de la g1",
licence:"Non Connu",
href:"https://monnaielibresud.fr,https://www.facebook.com/monnaielibreG1Narbonne/", href:"https://monnaielibresud.fr,https://www.facebook.com/monnaielibreG1Narbonne/",
} }
@ -189,7 +190,7 @@ component: softbox,
name: "Monnaie Libre Dijon", name: "Monnaie Libre Dijon",
img: "gchange.svg", img: "gchange.svg",
desc: "Monnaie Libre Sud est le groupe local ??? de la g1", desc: "Monnaie Libre Sud est le groupe local ??? de la g1",
licence:"Non Connu",
href:"https://dijon.monnaie-libre.fr", href:"https://dijon.monnaie-libre.fr",
} }
@ -262,6 +263,17 @@ name: "Théorie Relative de la Monnaie",
} }
}, },
/* BLOCKCHAIN */ /* BLOCKCHAIN */
{ path: '/remuniter',
component: softbox,
props: {
name: "Remuniter",
img: "duniter.svg",
desc: "Remuniter est un site mis en place par le créateur de duniter pour rémunérer les créateurs de monnaie",
href:"http://remuniter.cgeek.fr/#/,https://demo.cesium.app/#/app/wot/TENGx7WtzFsTXwnbrPEvb6odX2WnqYcnnrjiiLvp1mS/",
}
},
{ path: '/duniter', { path: '/duniter',
component: softbox, component: softbox,
props: { props: {
@ -269,7 +281,7 @@ name: "Duniter",
img: "duniter.svg", img: "duniter.svg",
desc: "Duniter est le moteur de blockchain de la monnaie libre g1", desc: "Duniter est le moteur de blockchain de la monnaie libre g1",
href:"https://duniter.org,https://forum.duniter.org,https://git.duniter.org/nodes/typescript/duniter" href:"https://duniter.org,https://forum.duniter.org,https://git.duniter.org/nodes/typescript/duniter,https://fr.liberapay.com/duniter/"
} }
}, },
{ path: '/duniter-wp', { path: '/duniter-wp',
@ -352,26 +364,27 @@ name: "Gcoin",
component: softbox, component: softbox,
props: { props: {
name: "Monnaie-libre.fr", name: "Monnaie-libre.fr",
img: "gchange.svg", img: "ml-fr.png",
desc: "Le site et le forum pour les junistes non techniques", desc: "Le site et le forum pour les junistes non techniques",
href:"https://monnaie-libre.fr,https://forum.monnaie-libre.fr,https://twitter.com/monnaie_libre,https://www.facebook.com/MonnaieLibre", href:"https://monnaie-libre.fr,https://forum.monnaie-libre.fr,https://twitter.com/monnaie_libre,https://www.facebook.com/MonnaieLibre,https://forum.monnaie-libre.fr/calendar,https://tube.p2p.legal/video-channels/9126d1ec-17e8-4106-be48-d92d8847a78d/videos",
} }
}, },
/* CHOICEBOX */
{ {
path: '/finance', component: choicebox , path: '/finance', component: choicebox ,
props: { props: {
buttons: "", buttons: "Axiom Team,Monnaie Libre,Duniter,Gannonce,Remuniter",
links: "", links: "/#/axiom,/#/monnaielibre-fr,/#/duniter,/#/gannonce,/#/remuniter",
}, },
}, },
{ {
path: '/services-instances', component: choicebox , path: '/services-instances', component: choicebox ,
props: { props: {
buttons: "", buttons: "g1mixer,Dunikey Maker,gsper,g1cotis,g1sms,Wot Wizard,Barre de financement intégrable,watchit&resync,Liste de forgerons,g1marché,Deathreaper,Carte G1",
links: "", links: "https://dev.zettascript.org/projects/gmixer/index.php,https://gsper.duniter.io/dunikey.html,https://1000i100.frama.io/gsper/,https://git.duniter.org/matograine/g1-cotis,https://g1sms.fr/fr,https://wot-wizard.duniter.org,https://git.duniter.org/paidge/barre-de-financement-int-grable,https://git.duniter.org/jytou/scripts-for-duniter,https://forum.duniter.org/t/groupes-des-forgeurs-g1-et-g1-test/5988,https://forum.duniter.org/t/exclusions-de-la-toile-de-confiance-g1-expirations-des-statuts-de-membre/4393,https://carte.monnaie-libre.fr/",
}, },
}, },
@ -409,7 +422,7 @@ props: {
{ {
path: '/faq', component: choicebox , path: '/faq', component: choicebox ,
props: { props: {
buttons: "", buttons: "BIENTÔT",
links: "", links: "",
}, },
@ -466,8 +479,64 @@ props: {
{ {
path: '/com', component: choicebox , path: '/com', component: choicebox ,
props: { props: {
buttons: "", buttons: "Agendas,Événements",
links: "", links: "/#/agendas,/#/events",
},
},
{
path: '/medias', component: choicebox ,
props: {
buttons: "Peertube,Youtube,Twitter,diaspora*,Facebook",
links: "/#/peertube,/#/youtube,/#/twitter,/#/diaspora,/#/facebook",
},
},
{
path: '/facebook', component: choicebox ,
props: {
buttons: "Monnaie Libre,MLO,Monnaie Libre Sud,Monnaie Libre Ara,Monnaie Libre Bordeaux,Monnaie Libre Lodeve,Monnaie Libre Strasbourg,Toile Francilienne",
links: "/#/monnaielibre-fr,/#/mlo,/#/mlsud,/#/mlara,https://www.facebook.com/MonnaieLibreBordeaux,https://www.facebook.com/MLLodeve,https://www.facebook.com/Monnaie-Libre-Strasbourg-Ğ1-588346051575048,/#/toilefr,/#/gcoin",
},
},
{
path: '/peertube', component: choicebox ,
props: {
buttons: "Peertube p2p.legal,Normandie Libre,Axiom Team,Monnaie Libre,Ma Monnaie Libre",
links: "https://tube.p2p.legal,/#/nlibre,/#/axiom,/#/monnaielibre-fr,https://tube.p2p.legal/video-channels/09a57166-f1bd-454e-a748-3c8d47abfd0d/videos",
},
},
{
path: '/diaspora', component: choicebox ,
props: {
buttons: "Axiom Team,MLO,Monnaie Libre Montpeiller",
links: "/#/axiom,/#/mlo,https://framasphere.org/u/mlmtp",
},
},
{
path: '/twitter', component: choicebox ,
props: {
buttons: "Monnaie Libre,Monnaie Libre Loire Attlantique,Libre Currency,Moneda Libre",
links: "/#/monnaielibre-fr,https://twitter.com/MonnaieLibreLAV,https://twitter.com/LibreCurrency,https://twitter.com/Moneda_Libre",
},
},
{
path: '/youtube', component: choicebox ,
props: {
buttons: "LeBrice,Heu..reka,Le sanglier jaune,La grenouille gauloise,Le Sou,MLO,Ma Monnaie Libre,Mi Moneda Libre,Librelois",
links: "https://www.youtube.com/channel/UCU_Yip6I_axwjTNiswSGokQ,https://www.youtube.com/channel/UC7sXGI8p8PvKosLWagkK9wQ,https://www.youtube.com/channel/UCIJffkItaprUTFmDNOMXYxA,#,/#/sou,/#/mlo,https://www.youtube.com/channel/UCo0A8va0HUe98r5pIxWmIMg,#,https://www.youtube.com/channel/UCF0h-kMz12d507EmuvI542Q",
},
},
{
path: '/events', component: choicebox ,
props: {
buttons: "RML,Pas Sage en Seine,Capitole du Libre,Hackerfest,P2P festival, Paris OSS",
links: "https://rml.creationmonetaire.info/,https://passageenseine.fr/,https://capitoledulibre.org/,https://2020.hackersfest.org/,https://p2p.paris/fr/event/festival-0/,https://www.opensourcesummit.paris/",
},
},
{
path: '/agendas', component: choicebox ,
props: {
buttons: "Agenda Monnaie Libre,Agenda MLO,Agenda du Libre",
links: "/#/monnaielibre-fr,/#/mlo,https://agendadulibre.org",
}, },
}, },
{ {
@ -483,8 +552,16 @@ props: {
buttons: "Cesium,Duniter,monnaie-libre.fr,Gchange,Gannonce", buttons: "Cesium,Duniter,monnaie-libre.fr,Gchange,Gannonce",
links: "/#/cesium,/#/duniter,/#/monnaielibre-fr,/#/gchange,/#/gannonce", links: "/#/cesium,/#/duniter,/#/monnaielibre-fr,/#/gchange,/#/gannonce",
}, },
},
{
path: '/webind', component: choicebox ,
props: {
buttons: "Cuckooland,Ma Monnaie Libre,monnaielibre.com,Gnie",
links: "http://cuckooland.free.fr/,https;//mamonnaielibre.fr,https://monnaie-libre.com,/#/gnie",
},
}, },
{ path: '/', component: home } { path: '/', component: home },
{ path: '/cf', component: cf }
] ]