Commit Graph

23 Commits

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