Porovnat revize

...

5 Commity

Autor SHA1 Zpráva Datum
tree 7664da02d1 add ethberlin 5 meetup 2023-10-11 22:22:30 +02:00
tree c9ffb8f806 change data source 2023-10-11 22:10:40 +02:00
PG 790eec88c8
Update README.md 2023-10-11 22:04:06 +02:00
tree d0d2d4f932 fix table 2023-10-11 22:01:44 +02:00
tree 8d4b9a8344 update 2023-10-11 22:01:00 +02:00
5 změnil soubory, kde provedl 106 přidání a 54 odebrání

Zobrazit soubor

@ -26,27 +26,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 | 300 | [PBW](https://prgblockweek.com/) w/ [ETHPrague](https://ethprague.com/) | Tree |
| #2`w3ps2` | 2023-11-02 | 🇨🇿 Brno | 250 | [ETHBrno×3](https://ethbrno.cz/) | Tree |
| TBD | _2024/Q1_ | _🇪🇸 Barcelona_ | | | Tree |
| TBD | _2024-06-??_ | _🇨🇿 Prague_ | | [PBW](https://prgblockweek.com/) | Tree |
| TBD | _2024/Q3_ | _🇺🇦 Kyiv_ | | [Kyiv Tech Summit](https://www.kyivtechsummit.com/) (?) | |
| TBD | _2024/Q4_ | _🇨🇿 Brno_ | | [ETHBrno IV](https://ethbrno.cz/) | |
| # 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 |
### Meetups
| # id | date | location | 👥 | coincidence | dri |
| ------- | ------------ | -------------- | -- | ----------------------------------------------------------------------------- | ---- |
| `bcn-1` | 2023-07-?? | 🇪🇸 Barcelona | 50 | | Tree |
| `par-1` | 2023-07-?? | 🇫🇷 Paris | | [EthCC 6](https://www.ethcc.io/) | ? |
| `waw-1` | 2023-08-?? | 🇵🇱 Warsaw | | [ETHwarsaw](https://www.ethwarsaw.dev/) | Tree |
| `ber-1` | _2023-09-??_ | _🇩🇪 Berlin_ | | [BBW](https://ethrome.org/) w/ [Protocol Berg](https://protocol.berlin/) | Tree |
| `rom-1` | _2023-10-??_ | _🇮🇹 Rome_ | | [ETHRome](https://ethrome.org/) | PG |
| `ist-1` | _2023-11-??_ | _🇹🇷 Istanbul_ | | [Devconnect Istanbul](https://devconnect.org/) | Tree |
| `ams-1` | _2024/Q2_ | _🇳🇱 Amsterdam_ | | [ETHDam 2024](https://www.ethdam.com/) | |
| `ber-2` | _2024-05-??_ | _🇩🇪 Berlin_ | | [BBW](https://blockchainweek.berlin/) w/ [ETHBerlin5](https://ethberlin.ooo/) | |
| # id | date | location | 👥 | coincidence | dri |
| --- | --- | --- | --- | --- | --- |
| [#1](https://lu.ma/web3privacynow_rome) → `w3pm-rom-1` | 2023-10-05 | 🇮🇹 Rome | 139 | [ETHRome](https://ethrome.org/) | PG |
| #2`w3pm-ist-1` | 2023/Nov | 🇹🇷 Istanbul | - | [Devconnect Istanbul](https://devconnect.org/) | - |
| #3`w3pm-ams-1` | 2024/May | 🇳🇱 Amsterdam | - | [ETHDam 2024](https://www.ethdam.com/) | - |
| #4`w3pm-ber-1` | 2024/May | 🇩🇪 Berlin | - | ETHBerlin 5 | - |
## Events maintaners

67
README.tpl.eta Normal file
Zobrazit soubor

@ -0,0 +1,67 @@
```
____ ____ ____ ____
||W |||3 |||P |||E ||
||__|||__|||__|||__||
|/__\|/__\|/__\|/__\|
```
# Web3Privacy Events (w3pe)
The _Web3Privacy Events_ is a regular gatherings of the people interested in
privacy in the Web3 industry. This initiative was created to complement the
research and community of [Web3Privacy Now](https://web3privacy.info).
Calendar with all events and links:
- [lu.ma/web3privacy](https://lu.ma/web3privacy)
## Concepts
- **Summit** (w3ps) - a day-long gathering (or longer)
- **Meetup** (w3pm) - shorter gatherings for a few hours
## List of events
(in chronologic order)
### Summits
| # id | date | location | 👥 | coincidence | dri |
| --- | --- | --- | --- | --- | --- |
<% 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 || "-" %> |
<% }) %>
### Meetups
| # id | date | location | 👥 | coincidence | dri |
| --- | --- | --- | --- | --- | --- |
<% it.events.meetups.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 || "-" %> |
<% }) %>
## Events maintaners
- Tree ([@burningtree](https://github.com/burningtree))
- PG ([@EclecticSamurai](https://github.com/EclecticSamurai))
## About Web3Privacy Now
Web3privacy now is a research project aimed at building a culture of privacy
industry in web3: the most extensive database of privacy-enhancing solutions,
the framework for PEDApps ideation, use-cases database & many more.
- Website: [web3privacy.info](http://web3privacy.info/)
### Follow us
- Twitter: [@web3privacy](http://twitter.com/web3privacy)
- Bluesky:
[@web3privacy.info](https://staging.bsky.app/profile/web3privacy.info)
- Events: [lu.ma/web3privacy](https://lu.ma/web3privacy)
### Join our community
- Matrix (space):
[#web3privacy:gwei.cz](https://matrix.to/#/#web3privacy:gwei.cz)
- Signal (chat): [chat.web3privacy.info](https://chat.web3privacy.info/)

Zobrazit soubor

@ -1,42 +1,29 @@
- id: w3pm-bcn-1
date: "2023-07-??"
city: Barcelona
country: es
coincidence: "[ETHBarcelona](https://ethbarcelona.com/)"
lead: TBD
visitors: 50
- id: w3pm-waw-1
date: "2023-08-??"
city: Warsaw
country: pl
coincidence: "[ETHwarsaw](https://www.ethwarsaw.dev/)"
lead: Tree
- id: w3pm-ber-1
date: "2023-09-??"
city: Berlin
country: de
coincidence: "[BBW](https://ethrome.org/) w/ [Protocol Berg](https://protocol.berlin/)"
lead: TBD
- id: w3pm-rom-1
date: "2023-10-05"
city: Rome
country: it
coincidence: "[ETHRome](https://ethrome.org/)"
lead: PG
visitors: 139
links:
web: https://lu.ma/web3privacynow_rome
- id: w3pm-ist-1
date: "2023-11-??"
date: "2023/Nov"
city: Istanbul
country: tr
coincidence: "[Devconnect Istanbul](https://devconnect.org/)"
lead: TBD
- id: w3pm-ams-1
date: "2024/Q2"
date: "2024/May"
city: Amsterdam
country: nl
# ETHDam 2024 - May 10-12 2024
coincidence: "[ETHDam 2024](https://www.ethdam.com/)"
lead: TBD
- id: w3pm-ber-1
date: "2024/May"
city: Berlin
country: de
# ETHBerlin 5 - May 24-26, 2024
coincidence: "ETHBerlin 5"

Zobrazit soubor

@ -7,12 +7,4 @@
visitors: 180
links:
web: https://prague.web3privacy.info/
git: https://github.com/web3privacy/w3ps1
- id: w3ps2
date: "2023-11-02"
city: Brno
country: cz
coincidence: "[ETHBrno×3](https://ethbrno.cz/)"
lead: Tree
visitors: 250
git: https://github.com/web3privacy/w3ps1

Zobrazit soubor

@ -2,6 +2,7 @@ import Ajv from "npm:ajv@8.8.2";
import addFormats from "npm:ajv-formats@2.1.1";
import { load as yamlLoad } from "https://deno.land/x/js_yaml_port@3.14.0/js-yaml.js";
import { emptyDir } from "https://deno.land/std@0.173.0/fs/mod.ts";
import { Eta } from "https://deno.land/x/eta@v3.0.3/src/index.ts"
const types = ["summits", "meetups"];
@ -9,6 +10,14 @@ async function _loadYaml(fn) {
return yamlLoad(await Deno.readTextFile(fn));
}
function getFlagEmoji(countryCode) {
const codePoints = countryCode
.toUpperCase()
.split('')
.map(char => 127397 + char.charCodeAt());
return String.fromCodePoint(...codePoints);
}
async function test() {
const ajv = new Ajv({ strict: false });
addFormats(ajv);
@ -34,7 +43,13 @@ async function build() {
await emptyDir("./dist");
const fn = "./dist/index.json";
await Deno.writeTextFile(fn, JSON.stringify(output, null, 2));
console.log(`File saved: `);
console.log(`File saved: `, fn);
const readmeFn = "./README.md"
const eta = new Eta({ views: "./" })
//console.log(output)
await Deno.writeTextFile(readmeFn, eta.render("./README.tpl.eta", { events: output, getFlagEmoji }))
console.log(`File saved: `, readmeFn);
}
switch (Deno.args[0] || "test") {