This commit is contained in:
a-ill
2023-07-12 01:42:33 +03:00
parent 2c6932f480
commit ca28d3c2d0
35 changed files with 184 additions and 75 deletions

View File

@@ -1,5 +1,5 @@
export let communities = [
export let communes = [
{
location: ["CanadaMontreal",[45.55541047232767, -73.42859611607271]],
status: "forming",
@@ -20,8 +20,8 @@ export let communities = [
}
]
export function addMarkersCommunities(map,content) {
for (let g of communities) {
export function addMarkersCommunes(map,content) {
for (let g of communes) {
let coordinates
let text = ""
for (let field in g) {

View File

@@ -24,6 +24,11 @@ export let groups = [
members: 1,
contact: ["https://chat.whatsapp.com/BhnmUNljUxJ2AjeHUwyTKh","WhatsAppInviteLink"]
},
{
location: ["Ireland", [53.280192832733576, -7.688103518964818]],
members: 6,
contact: ["https://discord.gg/4BUau4AZre","DiscordInviteLink"]
},
{
location: ["LatviaRiga", [56.94748425529816, 24.003027136431925]],
members: 2,

View File

@@ -0,0 +1,16 @@
{
"heading": "Communes",
"p1": "We establish libertarian socialist communes by buying land, housing and the means of production which are then owned by the members of these communes. There is no private property within the communes and, therefore, exploitation and suffering that comes with it. Decisions are made using direct democracy with a focus on consensus, ensuring that each commune member has power over decisions that affect their life. Communes try to establish their own cooperatives in order to finance their development becoming financially independent and sustainable, which allows for their survival and growth. Within communes the gift economy is utilized whenever possible. Each commune is a small beacon of socialism within the dark capitalist world showing us how good life can be if only we achieve our goal.",
"subheading1": "Our Communes",
"subheading2": "Europe",
"location": "Location",
"status": "Status",
"members": "Members",
"contact": "Contact",
"EstoniaKohtlaJarve": "Estonia, Kohtla-Järve",
"forming": "forming",
"WhatsAppInviteLink": "WhatsApp invite link",
"DiscordInviteLink": "Discord invite link",
"CanadaMontreal": "Canada, Montreal",
"Latvia": "Latvia"
}

View File

@@ -1,16 +0,0 @@
{
"heading": "Communities",
"p1": "We establish libertarian socialist communities by buying land, housing and the means of production which are then owned by the members of these communities. There is no private property within the communities and, therefore, exploitation and suffering that comes with it. Decisions are made using direct democracy with a focus on consensus, ensuring that each community member has power over decisions that affect their life. Communities try to establish their own cooperatives in order to finance their development becoming financially independent and sustainable, which allows for their survival and growth. Within communities the gift economy is utilized whenever possible. Each community is a small beacon of socialism within the dark capitalist world showing us how good life can be if only we achieve our goal.",
"subheading1": "Our Communities",
"subheading2": "Europe",
"location": "Location",
"status": "Status",
"members": "Members",
"contact": "Contact",
"EstoniaKohtlaJarve": "Estonia, Kohtla-Järve",
"forming": "forming",
"WhatsAppInviteLink": "WhatsApp invite link",
"DiscordInviteLink": "Discord invite link",
"CanadaMontreal": "Canada, Montreal",
"Latvia": "Latvia"
}

View File

@@ -14,5 +14,6 @@
"EstoniaKohtlaJarve": "Estonia, Kohtla-Järve",
"GreeceAthens": "Greece, Athens",
"LatviaRiga": "Latvia, Riga",
"CanadaHalifax": "Canada, Halifax"
"CanadaHalifax": "Canada, Halifax",
"Ireland": "Ireland"
}

View File

@@ -13,7 +13,7 @@
"subheading2": "Find Us",
"findOur": "Find our",
"group": "group",
"community": "community",
"commune": "commune",
"or": "or",
"cooperative": "cooperative",
"nearYou": "near you and join to help make a world we both envision a reality.",

View File

@@ -2,8 +2,8 @@
"top": "We are people united around a singular cause: bringing down authoritarian exploitative systems represented by various forms of capitalism and replacing them with libertarian socialist systems, with the goal of creating a more equitable and democratic world.",
"groupsTitle": "GROUPS",
"groupsText": "We organize groups for the purposes of education, advocacy, and mutual aid. Our objective is to demonstrate to people how the current politico-economic systems detrimentally impact our well-being, present them with alternative approaches, and engage in mutual aid to alleviate the challenges of living under capitalism.",
"communitiesTitle": "COMMUNITIES",
"communitiesText": "We establish communities based on libertarian socialist principles, where community members have ownership over land, houses, and the means of production as well as make decisions using direct democracy. We are gradually expanding our socialist world, one community at a time.",
"communesTitle": "COMMUNES",
"communesText": "We establish communes based on libertarian socialist principles, where commune members have ownership over land, houses, and the means of production as well as make decisions using direct democracy. We are gradually expanding our socialist world, one commune at a time.",
"cooperativesTitle": "COOPERATIVES",
"cooperativesText": "We form worker cooperatives to finance the operations of our groups and communities. Recognizing that economic power influences political power, we consider the establishment of cooperatives to be one of the initial steps towards achieving socialism."
"cooperativesText": "We form worker cooperatives to finance the operations of our groups and communes. Recognizing that economic power influences political power, we consider the establishment of cooperatives to be one of the initial steps towards achieving socialism."
}

View File

@@ -3,7 +3,7 @@
"manifesto": "Manifesto",
"joinUs": "Join Us",
"groups": "Groups",
"communities": "Communities",
"communes": "Communes",
"cooperatives": "Cooperatives",
"partners": "Partners"
}

View File

@@ -14,5 +14,6 @@
"EstoniaKohtlaJarve": "Эстония, Кохтла-Ярве",
"GreeceAthens": "Греция, Афины",
"LatviaRiga": "Латвия, Рига",
"CanadaHalifax": "Канада, Галифакс"
"CanadaHalifax": "Канада, Галифакс",
"Ireland": "Ирландия"
}

View File

@@ -3,7 +3,7 @@
"manifesto": "Манифест",
"joinUs": "Присоединяйся",
"groups": "Группы",
"communities": "Коммуны",
"communes": "Коммуны",
"cooperatives": "Кооперативы",
"partners": "Партнеры"
}