From 431c688a2e67d91fe29710ef6d6ef9009604fdc7 Mon Sep 17 00:00:00 2001 From: tree Date: Sun, 15 Oct 2023 08:55:09 +0200 Subject: [PATCH] update readme gen --- README.md | 18 +++++++++--------- README.tpl.eta | 12 ++++++------ 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index ca98dc7..9cbdc1f 100644 --- a/README.md +++ b/README.md @@ -33,18 +33,18 @@ Calendar with all events and links: ### Summits -| # id | date | location | 👥 | coincidence | dri | -| --- | --- | --- | --- | --- | --- | -| [#1](https://prague.web3privacy.info/) → [`w3ps1`](https://github.com/web3privacy/w3ps1) | 2023-06-05 | 🇨🇿 Prague | 180 | [PBW](https://prgblockweek.com/) w/ [ETHPrague](https://ethprague.com/) | Tree | +| # id | date | location | 👥 | coincidence | dri | links | +| --- | --- | --- | --- | --- | --- | --- | +| #1 → [`w3ps1`](https://github.com/web3privacy/w3ps1) | 2023-06-05 | 🇨🇿 Prague | 180 | [PBW](https://prgblockweek.com/) w/ [ETHPrague](https://ethprague.com/) | Tree | [web](https://prague.web3privacy.info/), [git](https://github.com/web3privacy/w3ps1) | ### Meetups -| # id | date | location | 👥 | coincidence | dri | -| --- | --- | --- | --- | --- | --- | -| `w3pm-rom-1` | 2023-10-05 | 🇮🇹 Rome | 139 | [ETHRome](https://ethrome.org/) | PG | -| `w3pm-ist-1` | 2023/Nov | 🇹🇷 Istanbul | - | [Devconnect Istanbul](https://devconnect.org/) | - | -| `w3pm-ams-1` | 2024/May | 🇳🇱 Amsterdam | - | [ETHDam 2024](https://www.ethdam.com/) | - | -| `w3pm-ber-1` | 2024/May | 🇩🇪 Berlin | - | ETHBerlin 5 | - | +| # id | date | location | 👥 | coincidence | dri | links | +| --- | --- | --- | --- | --- | --- | --- | +| `rom-1` | 2023-10-05 | 🇮🇹 Rome | 139 | [ETHRome](https://ethrome.org/) | PG | [web](https://lu.ma/web3privacynow_rome) | +| `ist-1` | 2023/Nov | 🇹🇷 Istanbul | - | [Devconnect Istanbul](https://devconnect.org/) | - | | +| `ams-1` | 2024/May | 🇳🇱 Amsterdam | - | [ETHDam 2024](https://www.ethdam.com/) | - | | +| `ber-1` | 2024/May | 🇩🇪 Berlin | - | ETHBerlin 5 | - | | ## Events maintaners diff --git a/README.tpl.eta b/README.tpl.eta index 388690a..60bb449 100644 --- a/README.tpl.eta +++ b/README.tpl.eta @@ -26,18 +26,18 @@ Calendar with all events and links: ### Summits -| # id | date | location | 👥 | coincidence | dri | -| --- | --- | --- | --- | --- | --- | +| # id | date | location | 👥 | coincidence | dri | links | +| --- | --- | --- | --- | --- | --- | --- | <% it.events.summits.forEach(function(event, i){ %> -| <% if (event.links?.web) { %>[#<%= i+1 %>](<%= event.links.web %>)<% } else { %>#<%= i+1%><% } %> → <% if (event.links?.git) { %>[`<%= event.id %>`](<%= event.links.git %>)<% } else { %>`<%= event.id %>`<% } %> | <%= event.date %> | <%= it.getFlagEmoji(event.country) %> <%= event.city %> | <%= event.visitors || '-' %> | <%= event.coincidence %> | <%= event.lead || "-" %> | +| #<%= i+1%> → <% if (event.links?.git) { %>[`<%= event.id %>`](<%= event.links.git %>)<% } else { %>`<%= event.id %>`<% } %> | <%= event.date %> | <%= it.getFlagEmoji(event.country) %> <%= event.city %> | <%= event.visitors || '-' %> | <%= event.coincidence %> | <%= event.lead || "-" %> | <%= (event.links && Object.keys(event.links).map(k => `[${k}](${event.links[k]})`).join(", ")) || "" %> | <% }) %> ### Meetups -| # id | date | location | 👥 | coincidence | dri | -| --- | --- | --- | --- | --- | --- | +| # id | date | location | 👥 | coincidence | dri | links | +| --- | --- | --- | --- | --- | --- | --- | <% it.events.meetups.forEach(function(event, i){ %> -| <% if (event.links?.git) { %>[`<%= event.id %>`](<%= event.links.git %>)<% } else { %>`<%= event.id %>`<% } %> | <%= event.date %> | <%= it.getFlagEmoji(event.country) %> <%= event.city %> | <%= event.visitors || '-' %> | <%= event.coincidence %> | <%= event.lead || "-" %> | +| <% if (event.links?.git) { %>[`<%= event.id %>`](<%= event.links.git %>)<% } else { %>`<%= event.id.replace('w3pm-','') %>`<% } %> | <%= event.date %> | <%= it.getFlagEmoji(event.country) %> <%= event.city %> | <%= event.visitors || '-' %> | <%= event.coincidence %> | <%= event.lead || "-" %> | <%= (event.links && Object.keys(event.links).map(k => `[${k}](${event.links[k]})`).join(", ")) || "" %> | <% }) %> ## Events maintaners