Compare commits

..

No commits in common. "main" and "develop-candymat" have entirely different histories.

6 changed files with 10 additions and 14 deletions

View file

@ -2,10 +2,6 @@
A Vue.js powered, progressive web voting application for upcoming internal elections of Bündnis90/Die Grünen. Kandimat is hosted as a service of netzbegruenung e.V.
## Issues
..are tracked @ https://git.netzbegruenung.de/NB-Public/kandimat/issues
## Calculation Model
The calculation model for voting has been defined by the German Federal Agency for Civic Education _(Bundeszentrale für politische Bildung)_. A good overview can be found in this PDF: [`resources/Rechenmodell des Wahl-O-Mat.pdf`](resources/Rechenmodell%20des%20Wahl-O-Mat.pdf).

View file

@ -22,7 +22,7 @@ const configTree = {
meta: {
name: 'euromat-theses',
label: '[Euromat] Theses',
description: 'The theses selection pages for the KANDIMAT.',
description: 'The theses selection pages for the EUROMAT.',
folder: 'src/app/euromat/content/theses'
},
fields: [
@ -55,7 +55,7 @@ const configTree = {
meta: {
name: 'euromat-results',
label: '[Euromat] Results',
description: 'The KANDIMAT result page.',
description: 'The EUROMAT result page.',
folder: 'src/app/euromat/content/results'
},
fields: [

View file

@ -11,7 +11,7 @@ public_folder: /img/uploads
collections:
- name: euromat-theses
label: '[Euromat] Theses'
description: The theses selection pages for the KANDIMAT.
description: The theses selection pages for the EUROMAT.
folder: src/app/euromat/content/theses
format: json
create: true
@ -90,7 +90,7 @@ collections:
widget: string
- name: euromat-results
label: '[Euromat] Results'
description: The KANDIMAT result page.
description: The EUROMAT result page.
folder: src/app/euromat/content/results
format: json
create: true

View file

@ -12,7 +12,7 @@
<link rel="manifest" href="/manifest.json">
<meta name="theme-color" content="#59ae2e">
<!-- Open Graph -->
<meta property="og:url" content="https://kandimat.netzbegruenung.verdigado.net" />
<meta property="og:url" content="https://www.kandimat.info" />
<meta property="og:title" content="Kandimat" />
<meta property="og:locale" content="en_GB" />
<meta property="og:locale:alternate" content="de_DE" />
@ -21,8 +21,8 @@
<meta property="og:locale:alternate" content="si_SI" />
<meta property="og:locale:alternate" content="dk_DK" />
<meta property="og:description" content="The Kandimat is not a regular voting advice application. On the contrary, it is your digital tool navigating you through the policies and visions of the current Candidates. The goal of the Kandimat is to support you to make an informed choice for the upcoming European elections!" />
<meta property="og:image" content="https://blog.netzbegruenung.de/files/2013/10/netzbegruenung-logo-website.png" />
<meta property="og:image:secure_url" content="https://blog.netzbegruenung.de/files/2013/10/netzbegruenung-logo-website.png" />
<meta property="og:image" content="https://www.euromat.info/img/facebook.2.png" />
<meta property="og:image:secure_url" content="https://www.euromat.info/img/facebook.2.png" />
<meta property="fb:app_id" content="766231516835034" />
<!-- Add to home screen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">

View file

@ -3,7 +3,7 @@
<header v-if="!isEmbedded" class="app-header">
<router-link :to="{ path: `/${$i18n.locale}/` }">
<img class="header-logo"
alt="KANDIMAT Logo"
alt="EUROMAT Logo"
:src="euromatLogo"
:width="logoSize"
:height="logoSize / 2"

View file

@ -13,8 +13,8 @@
"answer": ""
},
{
"title": "Wie haben wir den KANDIMAT entwickelt? ",
"answer": "In dem wir den Euromat als am einfachsten anzupassende Version einer Software recherchiert und dnn wohl einfach losgelegt haben. Über mehrere Jahre. Den Quellcode findest du auf https://git.netzbegruenung.de/NB-Public/kandimat"
"title": "Wie haben wir den EUROMAT entwickelt? ",
"answer": ""
}
]
}