From b35d4e697f320b0644b7917b6157c9667b6e9dba Mon Sep 17 00:00:00 2001
From: niclaz <83479948+niclaz@users.noreply.github.com>
Date: Wed, 28 Aug 2024 20:09:44 +0200
Subject: [PATCH 1/3] Improved /events introduction page
---
src/content/docs/events/index.mdx | 50 ++++++++++++++++++++-----------
1 file changed, 32 insertions(+), 18 deletions(-)
diff --git a/src/content/docs/events/index.mdx b/src/content/docs/events/index.mdx
index d278ce2b..88d636d8 100644
--- a/src/content/docs/events/index.mdx
+++ b/src/content/docs/events/index.mdx
@@ -9,7 +9,7 @@ import { LinkCard } from '@astrojs/starlight/components';
| Lead | Links | Workgroup |
| --- | --- | --- |
-| @Tree | • Events list: [web3privacy.info/events](https://web3privacy.info/events)
• lu.ma calendar: [lu.ma/web3privacy](https://lu.ma/web3privacy) | [PM](https://github.com/orgs/web3privacy/projects/7), [GitHub](https://github.com/web3privacy/events), [Matrix](https://matrix.to/#/#w3p-events:gwei.cz) |
+| | • Events list: [web3privacy.info/events](https://web3privacy.info/events)
• lu.ma calendar: [lu.ma/web3privacy](https://lu.ma/web3privacy) | [PM](https://github.com/orgs/web3privacy/projects/7), [GitHub](https://github.com/web3privacy/events), [Matrix](https://matrix.to/#/#w3p-events:gwei.cz) |
## Concept
@@ -26,11 +26,15 @@ We aim to produce high quality events that bring a very similar atmosphere and c
## Structured data source
-The source files with basic data about our events can be found in our `data` [Git repository](/git):
+The source files with basic data about our events can be found in our `data` [Git repository](/contributors/git):
* [`@web3privacy/data`](https://github.com/web3privacy/data) (`src/events` directory)
-Feel free to edit or modify!
+*Feel free to add an event by making a PR to the web3privacy/data/src/events*
+Please do read this docs page in full, respect the naming convention noted here, and follow the Contributors Guide `work-in-progress`
+
+| Guide | Link | Status |
+| Adding a new event to website | pending | `work-in-progress` |
## Naming conventions
@@ -42,16 +46,28 @@ The event identifier consists of:
| Length | Description | Example |
| --- | --- | --- |
-| 1 letter | code of [event type](/events/types) | `s` |
+| 1-2 letter | code of [event type](/events/types) | `s` |
| 2 letter | calendar year | `24` |
| 2-3 letters | pseudo city/event code | `prg` |
| 1 letter | sequence number (optional) | - |
Example identifiers:
* `s24prg` - summit in Prague 2024
-* `m24dc` - meetup near Devcon 2024
-* `c25be` - Privacy Corner on MoneroKon 2025
-* `m25prg2` - second meetup in Prague 2025
+* `c25bkk` - congress in Bangkok 2025
+* `pc25ber` - Privacy Corner in Berlin 2025
+* `mh26rom` - meta-hackathon in Rome 2026
+
+List of event codes:
+
+| Event Code | Description | Example |
+| --- | --- | --- |
+| s | summit | s24prg |
+| m | meetup | m24rom |
+| h | hackathon | h23prg |
+| c | congress | c25bkk |
+| pc | privacy-corner | pc25ber |
+| os | online-summit | os22web |
+| mh | meta-hackathon | mh26rom |
### Name of the event
@@ -81,7 +97,7 @@ Within the season, all events are prepared together as one package. This also ap
Each season as a whole has a predetermined budget that we want to raise from sponsors and donors. These funds are then used to cover the costs associated with organising these events.
-The Season Budget consists of budget approved by Web3Privacy Now [association](/association/).
+The Season Budget consists of budget approved by Web3Privacy Now [Treasury](/governance/treasury).
## Regions
@@ -139,8 +155,6 @@ Funds to pay for event expenses and services come from the shared [Season Budget
The amount to be provided for a particular event depends on the [type of event](/events/types), its duration and other parameters.
-### Legal entity
-
### Visual identity
TODO
@@ -188,14 +202,14 @@ Final ticketing (registration) starts the moment we have a confirmed date and lo
All those who have pre-registered are notified of final registration via email.
-#### Payment methods
+#### Donation methods
-We usually accept these payment methods:
+We usually accept these donation methods:
* fiat
- * payment cards
+ * cash
* cryptocurrencies
* BTC, BTC (Lightning)
- * ETH and stablecoins (also L2s)
+ * ETH and stablecoins
* XMR
## Speakers
@@ -210,15 +224,15 @@ If you are interested in visibility of your organization at our events, then we
### Members (General Partners)
-Your organisation can become [organisational member](/membership/#membership-for-organizations) of Web3Privacy Now and automatically gain visibility at our events, depending on the Tier choosen.
+Your organisation can become an [organisational partner](/get-involved/org-benefits) of Web3Privacy Now and automatically gain visibility at our events, depending on the Tier choosen.
### Media partners
-It is possible to become a general partner for all events, or just a partner for a specific event. Please [contact us](/contacts) for more details.
+It is possible to become a general partner for all events, or just a partner for a specific event. Please [contact us](/about-us//contact-us) for more details.
### Community partners
-We offer local non-profit organizations and communities the opportunity to become a community partner for a specific event. Please [contact us](/contacts) for more details.
+We offer local non-profit organizations and communities the opportunity to become a community partner for a specific event. Please [contact us](/about-us/contact-us) for more details.
## Volunteers
@@ -242,4 +256,4 @@ We do not provide the personal information about visitors or other involved peop
## Code of Conduct
-Our events are guided by our community [Code of Conduct](/code-of-conduct).
+Our events are guided by our community [Code of Conduct](/get-involved/code-of-conduct).
From 0b68c66151a4115d3496f96d5e67de9f384fcdd1 Mon Sep 17 00:00:00 2001
From: niclaz <83479948+niclaz@users.noreply.github.com>
Date: Wed, 28 Aug 2024 20:23:53 +0200
Subject: [PATCH 2/3] Createe add-event-to-website as placeholder for future
Guide
---
.../docs/contributors/add-event-to-website | 54 +++++++++++++++++++
1 file changed, 54 insertions(+)
create mode 100644 src/content/docs/contributors/add-event-to-website
diff --git a/src/content/docs/contributors/add-event-to-website b/src/content/docs/contributors/add-event-to-website
new file mode 100644
index 00000000..10d8ee1c
--- /dev/null
+++ b/src/content/docs/contributors/add-event-to-website
@@ -0,0 +1,54 @@
+---
+title: How to add an event to the web3privacy.info website
+---
+
+`WORK IN PROGRESS`
+
+## Preamble
+
+The purpose of this Guide is to help you add a new event to [Web3PrivacyNow website](https://web3privacy.info) by committing to the /data repository and deploying the change via Github Pages.
+
+It is important to understand the the website is managed by Astro and is created by the magic of code and it fetches automatically any changes to the /data repository where our events, speakers, and other data is held.
+
+*CAUTION* - to add an event to the website you need to edit the /data repository within Github. Within our Github is also a repository called /web which holds the code which displays the website - DO NOT EDIT THIS CODE.
+
+## Pre-requisites
+- Github account and a fork o this repository [https://github.com/web3privacy/data](https://github.com/web3privacy/data)
+- Have all information about the event you want to add ready at hand
+- Have one image for the event which will be uploaded to the repository (resolution must be 000 x 000 pixels)
+- some knowledge of Github / Pull-Request mechanism
+
+
+## Step-by-step Guide
+
+
+### Part 1: Github
+- [ ] Navigate to the project repository main page (https://github.com/web3privacy/web](https://github.com/web3privacy/web)
+- [ ]
+- [ ]
+- [ ]
+
+### Part 2:
+- [ ]
+- [ ]
+- [ ]
+- [ ]
+
+### Part 3: Testing
+- [ ]
+- [ ]
+- [ ]
+
+### Troubleshooting
+
+-
+-
+-
+- Ask in W3PN chats for support or help
+
+
+### External resources
+
+[Github Pages Documentation](https://docs.github.com/en/pages)
+
+
From 0e144ec3d1924053c2d7e53dd9ad513061ff3632 Mon Sep 17 00:00:00 2001
From: niclaz <83479948+niclaz@users.noreply.github.com>
Date: Wed, 28 Aug 2024 20:27:18 +0200
Subject: [PATCH 3/3] Added link to newly created Guide in events introduction
page
---
src/content/docs/events/index.mdx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/content/docs/events/index.mdx b/src/content/docs/events/index.mdx
index 88d636d8..ffe3ba01 100644
--- a/src/content/docs/events/index.mdx
+++ b/src/content/docs/events/index.mdx
@@ -31,7 +31,7 @@ The source files with basic data about our events can be found in our `data` [Gi
* [`@web3privacy/data`](https://github.com/web3privacy/data) (`src/events` directory)
*Feel free to add an event by making a PR to the web3privacy/data/src/events*
-Please do read this docs page in full, respect the naming convention noted here, and follow the Contributors Guide `work-in-progress`
+Please do read this docs page in full, respect the naming convention noted here, and follow the [how to add an event to website guide](/get-involved/add-event-to-website) `work-in-progress`
| Guide | Link | Status |
| Adding a new event to website | pending | `work-in-progress` |
@@ -80,7 +80,7 @@ For internal referencing its possible to skip `W3PN` or `Web3Privacy Now` part.
Examples:
* `Web3Privacy Now Summit Prague 2024`
-* `W3PN Hackathon Bled 2024`
+* `W3PN Hackathon Rome 2024`
* `Meetup Bucharest 2024` (internal)
## Seasons