website as separate column
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
s3lph 2023-01-06 01:00:23 +01:00
parent fd3da4df78
commit 22c97c3155
Signed by: s3lph
GPG key ID: 8AC98A811E5BEFF5
6 changed files with 16 additions and 17 deletions

View file

@ -24,8 +24,8 @@ jinja_environment:
fr: 'Mardi à partir de 19:30' fr: 'Mardi à partir de 19:30'
it: 'Martedì da 19:30' it: 'Martedì da 19:30'
en: 'Every Tuesday from 19:30' en: 'Every Tuesday from 19:30'
web: 'https://ccc-basel.ch/'
contact: contact:
web: 'https://ccc-basel.ch/'
ml: 'https://lists.chaostreff.ch/postorius/lists/basel.chaostreff.ch/' ml: 'https://lists.chaostreff.ch/postorius/lists/basel.chaostreff.ch/'
matrix: 'https://mto.kabelsalat.ch/#/#basel:kabelsalat.ch' matrix: 'https://mto.kabelsalat.ch/#/#basel:kabelsalat.ch'
spaceapi: '/https/spaceapi.kabelsalat.ch/' spaceapi: '/https/spaceapi.kabelsalat.ch/'
@ -39,8 +39,8 @@ jinja_environment:
fr: 'Mercredi à partir de 19:00' fr: 'Mercredi à partir de 19:00'
it: 'Mercoledì da 19:00' it: 'Mercoledì da 19:00'
en: 'Every Wednesday from 19:00' en: 'Every Wednesday from 19:00'
web: 'https://ccczh.ch/'
contact: contact:
web: 'https://ccczh.ch/'
ml: 'https://lists.chaostreff.ch/postorius/lists/zuerich.chaostreff.ch/' ml: 'https://lists.chaostreff.ch/postorius/lists/zuerich.chaostreff.ch/'
ml: 'https://lists.chaostreff.ch/postorius/lists/bitwaescherei.chaostreff.ch/' ml: 'https://lists.chaostreff.ch/postorius/lists/bitwaescherei.chaostreff.ch/'
spaceapi: '/https/www.ccczh.ch/api/v13/' spaceapi: '/https/www.ccczh.ch/api/v13/'
@ -54,8 +54,8 @@ jinja_environment:
fr: 'Mardi à partir de 19:00' fr: 'Mardi à partir de 19:00'
it: 'Martedì da 19:00' it: 'Martedì da 19:00'
en: 'Every Tuesday from 19:00' en: 'Every Tuesday from 19:00'
web: 'https://chaostreffbern.ch/'
contact: contact:
web: 'https://chaostreffbern.ch/'
ml: 'https://lists.chaostreff.ch/postorius/lists/bern.chaostreff.ch/' ml: 'https://lists.chaostreff.ch/postorius/lists/bern.chaostreff.ch/'
email: 'info(ät)chaostreffbern(punkt)ch' email: 'info(ät)chaostreffbern(punkt)ch'
spaceapi: '/https/www.chaosbern.ch/spaceapi.json' spaceapi: '/https/www.chaosbern.ch/spaceapi.json'
@ -69,8 +69,8 @@ jinja_environment:
fr: 'Lundi à partir de 20:00' fr: 'Lundi à partir de 20:00'
it: 'Lunedì da 20:00' it: 'Lunedì da 20:00'
en: 'Every Monday from 20:00' en: 'Every Monday from 20:00'
contact: web: 'https://coredump.ch/'
web: 'https://coredump.ch/' contact: {}
spaceapi: '/https/status.crdmp.ch/' spaceapi: '/https/status.crdmp.ch/'
- name: 'Eastermundingen' - name: 'Eastermundingen'
@ -82,8 +82,8 @@ jinja_environment:
fr: 'Mercredi à partir de 18:00' fr: 'Mercredi à partir de 18:00'
it: 'Mercoledì da 18:00' it: 'Mercoledì da 18:00'
en: 'Every Wednesday from 18:00' en: 'Every Wednesday from 18:00'
web: 'https://www.eastermundigen.ch/'
contact: contact:
web: 'https://www.eastermundigen.ch/'
ml: 'https://lists.chaostreff.ch/postorius/lists/bern.chaostreff.ch/' ml: 'https://lists.chaostreff.ch/postorius/lists/bern.chaostreff.ch/'
- name: 'ODENWILUSENZ' - name: 'ODENWILUSENZ'
@ -95,8 +95,8 @@ jinja_environment:
fr: 'Mercredi à partir de 19:00' fr: 'Mercredi à partir de 19:00'
it: 'Mercoledì da 19:00' it: 'Mercoledì da 19:00'
en: 'Every Wednesday from 19:00' en: 'Every Wednesday from 19:00'
contact: web: 'https://odenwilusenz.ch/'
web: 'https://odenwilusenz.ch/' contact: {}
- name: 'Ruum42' - name: 'Ruum42'
address: 'Andreasstrasse 5, 9000 St. Gallen' address: 'Andreasstrasse 5, 9000 St. Gallen'
@ -107,5 +107,5 @@ jinja_environment:
fr: 'Mardi à partir de 18:30' fr: 'Mardi à partir de 18:30'
it: 'Martedì da 18:30' it: 'Martedì da 18:30'
en: 'Every Tuesday from 18:30' en: 'Every Tuesday from 18:30'
contact: web: 'https://ruum42.ch/'
web: 'https://ruum42.ch/' contact: {}

View file

@ -11,14 +11,13 @@ legend_marker_green: "Aktuell für Besucher geöffnet"
legend_marker_red: "Aktuell für Besucher geschlossen" legend_marker_red: "Aktuell für Besucher geschlossen"
legend_marker_blue: "Keine Information vorhanden" legend_marker_blue: "Keine Information vorhanden"
th_name: "Name" th_name: "Name"
th_address: "Adresse" th_address: "Adresse"
th_hours: "Öffnungszeiten" th_hours: "Öffnungszeiten"
th_web: "Webseite"
th_contact: "Kontakt" th_contact: "Kontakt"
contacts: contacts:
web: Web
tel: Telefon tel: Telefon
email: E-Mail email: E-Mail
ml: Mailingliste ml: Mailingliste

View file

@ -14,10 +14,10 @@ legend_marker_blue: "No information available"
th_name: "Name" th_name: "Name"
th_address: "Address" th_address: "Address"
th_hours: "Opening Hours" th_hours: "Opening Hours"
th_web: "Website"
th_contact: "Contact" th_contact: "Contact"
contacts: contacts:
web: Web
tel: Phone tel: Phone
email: E-mail email: E-mail
ml: Mailing list ml: Mailing list

View file

@ -11,14 +11,13 @@ legend_marker_green: "Ouvert maintenant pour les visiteurs"
legend_marker_red: "Fermé maintenant pour les visiteurs" legend_marker_red: "Fermé maintenant pour les visiteurs"
legend_marker_blue: "Pas de information" legend_marker_blue: "Pas de information"
th_name: "Nom" th_name: "Nom"
th_address: "Adresse" th_address: "Adresse"
th_hours: "Heures d'ouverture" th_hours: "Heures d'ouverture"
th_web: "Site web"
th_contact: "Contact" th_contact: "Contact"
contacts: contacts:
web: Web
tel: Téléphone tel: Téléphone
mail: E-mail mail: E-mail
ml: Liste de Diffusion ml: Liste de Diffusion

View file

@ -13,14 +13,13 @@ legend_marker_green: "Ora aperto per i visitatori"
legend_marker_red: "Ora chiuso per i visitatori" legend_marker_red: "Ora chiuso per i visitatori"
legend_marker_blue: "Nessuna informazione" legend_marker_blue: "Nessuna informazione"
th_name: "Nome" th_name: "Nome"
th_address: "Indirizzo" th_address: "Indirizzo"
th_hours: "Orario" th_hours: "Orario"
th_web: "Sito web"
th_contact: "Contatto" th_contact: "Contatto"
contacts: contacts:
web: Web
tel: Telefono tel: Telefono
email: E-mail email: E-mail
ml: Mailing list ml: Mailing list

View file

@ -74,6 +74,7 @@
<th scope="col">{{ th_name }}</th> <th scope="col">{{ th_name }}</th>
<th scope="col">{{ th_address }}</th> <th scope="col">{{ th_address }}</th>
<th scope="col">{{ th_hours }}</th> <th scope="col">{{ th_hours }}</th>
<th scope="col">{{ th_web }}</th>
<th scope="col">{{ th_contact }}</th> <th scope="col">{{ th_contact }}</th>
</tr> </tr>
</thead> </thead>
@ -83,6 +84,7 @@
<td>{{ space.name }}</td> <td>{{ space.name }}</td>
<td><address>{{ space.address }}</address></td> <td><address>{{ space.address }}</address></td>
<td>{{ space.open[lang] }}</td> <td>{{ space.open[lang] }}</td>
<td><a href="{{ space.web }}">{{ space.web }}</a></td>
<td> <td>
{% for key, url in space.contact.items() %} {% for key, url in space.contact.items() %}
<a href="{{ url }}">{{ contacts[key] }}</a><br/> <a href="{{ url }}">{{ contacts[key] }}</a><br/>