Commit graph

27 commits

Author SHA1 Message Date
niclaz
8d1807521d
adding 's' to community-partner in schema 2024-09-30 21:21:10 +02:00
niclaz
6fb1de6b32
fixed typos in new schema entry: community-partners 2024-09-30 21:16:16 +02:00
niclaz
6ce6b647f7
Added community-partner to schema (following members) 2024-09-30 20:40:49 +02:00
niclaz
0b21f34f83
Added member logic to schema (based off people) 2024-09-30 20:16:07 +02:00
niclaz
73df1f40e7
Updated schema - replaced regex pattern for country in index.yaml
The previous regex pattern under country was `^\\w{2}$` and this seemed to not work with the submission of two letter country codes

replaced it with the regex `^[a-z]{2}$` which is used for the same two letter code within the schema already
2024-09-05 16:16:05 +02:00
niclaz
0c225fec71
removing regex 'pattern' to the index.yaml file - reverting PR #9 2024-08-30 15:20:58 +02:00
niclaz
85719df1db
Extending the caption section of schema - regex to include URLs in index.yaml
Following up on this error:
https://github.com/web3privacy/data/actions/runs/10602350927/job/29384187270

Investigated to find that the error was because the caption entry of a speaker had many URL links within then, so breaking the configuration - added the following regex to the pattern for caption:


```
'^((([A-Za-z]{3,9}:(?:\/\/)?)(?:[-;:&=\+\$,\w]+@)?[A-Za-z0-9.-]+|(?:www.|[-;:&=\+\$,\w]+@)[A-Za-z0-9.-]+)((?:\/[\+~%\/.\w-_]*)?\??(?:[-\+=&;%@.\w_]*)#?(?:[\w]*))?)'
```

Tested the regex expression in https://regex101.com/ first to ensure it worked with url format
2024-08-28 21:39:03 +02:00
e920180b58 change bled to meta hackathon web3privacy/events#7 2024-03-16 03:54:58 +01:00
0e44e4a586 add thumbs 2024-03-07 17:47:20 +01:00
f8a239b8ac add img gen 2024-03-07 13:28:46 +01:00
694e81b417 use people collection for core-team 2024-03-03 23:09:16 +01:00
298a972ed7 sync 2024-03-03 21:52:22 +01:00
07a8d3e75e online summit draft 2024-03-02 15:41:39 +01:00
d5a07752e9 add event gh issue to schema 2024-02-24 02:56:37 +01:00
a94c489bc4 people: add coinmandeer 2024-02-23 22:38:52 +01:00
97630cb205 update schema 2024-02-21 16:36:02 +01:00
f55c6feb7c privacy corner init 2024-02-21 16:35:26 +01:00
200a2098bc add email & domain 2024-02-09 14:49:06 +01:00
358ffdb8b0 add core-team members contacts 2024-02-09 11:38:28 +01:00
bb5fa11b98 summit2 rome speakers 2024-02-02 07:24:55 +01:00
e09b317531 event speakers 2024-02-02 06:12:21 +01:00
5c7f56aeb9 add ids to people 2024-02-02 05:28:04 +01:00
047f81ebe4 add people 2024-02-02 05:23:07 +01:00
e138e9fd0d events: add "sfe" tag to berlin meetup 2024-01-26 00:29:21 +01:00
15d824efa1 add event.place-address to schema 2024-01-25 23:38:11 +01:00
d436c7f2f6 add projects 2024-01-25 21:38:08 +01:00
be3825b5a1 update 2023-11-28 03:05:02 +01:00