From 605360b2aa487f4050e809b62cef08fb475da131 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Sun, 22 Sep 2024 17:25:31 +0200 Subject: [PATCH 01/28] Fixing error in partnerships.md (missing title for Astro) --- src/content/docs/get-involved/partnership.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/content/docs/get-involved/partnership.md b/src/content/docs/get-involved/partnership.md index ddcdb200..a7404c37 100644 --- a/src/content/docs/get-involved/partnership.md +++ b/src/content/docs/get-involved/partnership.md @@ -1,3 +1,6 @@ +--- +title: Partnership +--- # MEMBERS From 8db93a70672a19930a57f13b5f1c2bececb4ae1a Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Sun, 22 Sep 2024 17:27:49 +0200 Subject: [PATCH 02/28] removed broken link - use cases DB --- src/content/docs/research/usecase-db.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/content/docs/research/usecase-db.md b/src/content/docs/research/usecase-db.md index 9b028fef..fc430681 100644 --- a/src/content/docs/research/usecase-db.md +++ b/src/content/docs/research/usecase-db.md @@ -18,5 +18,3 @@ Ideas & references for privacy builders - Expand use-cases database ### Phase 1: initial DB aggregaton 23' - -[DB](https://github.com/Msiusko/web3privacy/blob/main/Use-cases.md) From d8b21401d5d1f7277b9fababa237baa4ef9a0899 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Sun, 22 Sep 2024 17:31:27 +0200 Subject: [PATCH 03/28] edited taikai.network link - false positive in deadlink check --- src/content/docs/about-us/history.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/about-us/history.md b/src/content/docs/about-us/history.md index 6b9c806d..aaf220a9 100644 --- a/src/content/docs/about-us/history.md +++ b/src/content/docs/about-us/history.md @@ -68,7 +68,7 @@ Historical track record of *Web3Privacy Now*. * **Article**: _From scoring model to interfaces: Web3privacy now_: [Mirror](https://mirror.xyz/0x0f1F3DAf416B74DB3DE55Eb4D7513a80F4841073/f3EXL1pAuI6gusHf_soq9KopU8ABC1EcV002FFlYKoM) * **Judging**: _ETHRome privacy & governance hackathon_ * **Article**: _Making web3-privacy assessment research: public feedback_: [Mirror](https://mirror.xyz/0x0f1F3DAf416B74DB3DE55Eb4D7513a80F4841073/E9QPx9iKgPXPqEsAN-YklipSRJy9VTBMOLwwEcqqVpU) -* **Development**: _Explorer platform prototyping_: [Hackathon project](https://taikai.network/ethrome/hackathons/ethrome-23/projects/clng508ts00lswu01030hpfuq/idea) +* **Development**: _Explorer platform prototyping_: [Hackathon project](https://taikai.network/ethrome/hackathons/ethrome-23/projects/clng508ts00lswu01030hpfuq) * **Research**: _Data Manifest for Explorer platform_: [GitHub](https://github.com/web3privacy/data/tree/main#readme) * **Design**: _Explorer platform visual prototype_: [Figma](https://www.figma.com/file/fwUaS88ao4Ijlv3gIDYrQD/Web3Privacy?type=design&node-id=668%3A26840&mode=design&t=xWVqvb2facrhUFGj-1), [Try prototype](https://www.figma.com/proto/fwUaS88ao4Ijlv3gIDYrQD/Web3Privacy?page-id=558%3A22&type=design&node-id=668-26840&viewport=-5271%2C542%2C0.19&t=7yVsL5QlUqoAGn2T-1&scaling=scale-down-width&starting-point-node-id=668%3A26840&mode=design) * **Development**: _Explorer platform live demo_: [Vercel](https://web3privacy-app.vercel.app), [GitHub](https://github.com/web3privacy/web3privacy-app) From c7ce4f9a573fd78713c7fb41508d09017049c298 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Sun, 22 Sep 2024 17:32:16 +0200 Subject: [PATCH 04/28] fixed pagency link --- src/content/docs/about-us/history.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/about-us/history.md b/src/content/docs/about-us/history.md index aaf220a9..ce512e72 100644 --- a/src/content/docs/about-us/history.md +++ b/src/content/docs/about-us/history.md @@ -36,7 +36,7 @@ Historical track record of *Web3Privacy Now*. - [Web3 Privacy DB (+500 projects)](https://web3privacy.info/) - [Report: Web3 Privacy Market Overview, Jan 2023](https://github.com/web3privacy/web3privacy/blob/main/Market%20overview/Web3privacy%20landscape%20(jan%202023).jpg) - [Web3 Privacy Landscape](https://github.com/web3privacy/web3privacy/blob/main/Market%20overview/Web3privacy%20landscape%20(jan%202023).jpg) -- [Pagency Framework](https://github.com/web3privacy/docs/blob/main/src/content/docs/research/pagency.md) +- [Pagency Framework](https://docs.web3privacy.info/research/pagency/) - [Privacy use-cases](https://github.com/web3privacy/web3privacy/blob/main/Use-cases.md) - [Web3 Privacy Jobs ](https://docs.google.com/spreadsheets/d/1dN6bIWyOh01Dl-y1iZh-1TASZxKUefD098BUALcnUb8/edit#gid=0) - [ZK Privacy Landscape](https://github.com/web3privacy/web3privacy/tree/main/ZKprivacylandscape) From 24757053dc6b897e8e13fac7ae1989997cd29280 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Sun, 22 Sep 2024 17:34:52 +0200 Subject: [PATCH 05/28] Fixed ZK landscape link --- src/content/docs/about-us/history.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/about-us/history.md b/src/content/docs/about-us/history.md index ce512e72..1489f249 100644 --- a/src/content/docs/about-us/history.md +++ b/src/content/docs/about-us/history.md @@ -112,7 +112,7 @@ Historical track record of *Web3Privacy Now*. * **Talk**: _UkraineDAO on privacy x Mykola_: [X Spaces](https://twitter.com/cryptodrftng/status/1616807220628291585) * **Infographic**: _Web3privacy landscape_: [GitHub](https://github.com/web3privacy/web3privacy/blob/main/Market%20overview/Web3privacy%20landscape%20(jan%202023).jpg) * **Infographic**: _ZK x Privacy landscape_: [GitHub](https://github.com/web3privacy/web3privacy/blob/main/Market%20overview/ZK-private%20landscape.jpg) -* **Research**: _ZK x Privacy DB_: [GitHub](https://github.com/web3privacy/web3privacy/tree/main/ZKprivacylandscape) +* **Research**: _ZK x Privacy DB_: [GitHub](https://github.com/web3privacy/web3privacy/tree/main/Market%20overview/ZK%20privacy%20landscape) * **Research**: _300 projects in our Privacy services in Web3 database_: [GitHub](https://github.com/web3privacy/web3privacy) * **Research**: _Privacy assessment platform concept_: [GitHub](https://github.com/web3privacy/web3privacy/tree/main/Web3privacynowplatform) * **Research**: _Privacy assessment market survey_: [GitHub](https://github.com/web3privacy/web3privacy/tree/main/Web3privacynowplatform/scoringmodel/Survey), [Spreadsheet](https://docs.google.com/spreadsheets/d/1JWpAsGL10UTsVeuIVbouzUxRjaSPUAamxcbFljXuUWE/edit#gid=0) From 07741ab072e525f7c07e718dd6bc3b63af65333a Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Sun, 22 Sep 2024 17:40:34 +0200 Subject: [PATCH 06/28] fixed broken links --- src/content/docs/contributors/workgroups.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/contributors/workgroups.md b/src/content/docs/contributors/workgroups.md index 997c6f98..0a20249c 100644 --- a/src/content/docs/contributors/workgroups.md +++ b/src/content/docs/contributors/workgroups.md @@ -10,10 +10,10 @@ Here you will find an overview of all the workgroups together with the people in | Name | Lead | Members | Links | | --- | --- | --- | --- | -| [**Core Team**](/core-team) | Mykola, PG, Coinmandeer, niclaz | [PM](https://github.com/orgs/web3privacy/projects/8), πŸ”’ [GitHub](https://github.com/web3privacy/core-internal), πŸ”’ Matrix | +| [**Core Team**](/about-us/core-team) | Mykola, PG, Coinmandeer, niclaz | [PM](https://github.com/orgs/web3privacy/projects/8), πŸ”’ [GitHub](https://github.com/web3privacy/core), πŸ”’ Matrix | | **Marketing & Outreach** | Mykola | PG | | **Partnerships** | PG | Mykola | πŸ”’ [PM](https://github.com/orgs/web3privacy/projects/10), πŸ”’ Matrix | -| **IT Operation** | niclaz | || +| **IT Operations** | niclaz | || | **Design department** | Coinmandeer | || πŸ”’ - private tool (non-public) From af5db949bd58bcfd63c0d8984e3b37e7b126c456 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Sun, 22 Sep 2024 17:42:06 +0200 Subject: [PATCH 07/28] fixing broken link in guide --- src/content/docs/contributors/deploy-event-website.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/contributors/deploy-event-website.md b/src/content/docs/contributors/deploy-event-website.md index 95fb899c..a35c56b2 100644 --- a/src/content/docs/contributors/deploy-event-website.md +++ b/src/content/docs/contributors/deploy-event-website.md @@ -26,7 +26,7 @@ The cost for us to deploy a new website is basically zero (aside from contributo - [ ] In the main window, under the 'Source' section, ensure 'Deploy from Branch' option is selected in the dropdown menu - [ ] Underneith it in the 'Branch' section, use the dropdown and select 'main' (next to it the '/root' option will autoselect itself) - [ ] In this section 'Branch', click on the 'Save' button, the webpage will reload -- [ ] After a few minutes Github Pages will deploy your code online, go to the Deployments section of your project (Example: [https://github.com/web3privacy/c24bkk/deployments/github-pages](https://github.com/web3privacy/c24bkk/deployments/github-pages)) +- [ ] After a few minutes Github Pages will deploy your code online, go to the Deployments section of your project (Example: [https://github.com/web3privacy/c24bkk/deployments](https://github.com/web3privacy/c24bkk/deployments)) - [ ] Here you can see the current deployments, their URL, a button to visit the site, and also where the option to Unpublish it is available ### Part 2: Porkbun From a61cea57b306bffe2d22b9f4e2f4706870470f5b Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Sun, 22 Sep 2024 17:43:47 +0200 Subject: [PATCH 08/28] fixed typo in private repo links --- src/content/docs/governance/core-team.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/content/docs/governance/core-team.md b/src/content/docs/governance/core-team.md index 5f18b815..1e42b36a 100644 --- a/src/content/docs/governance/core-team.md +++ b/src/content/docs/governance/core-team.md @@ -29,10 +29,10 @@ Core Team members are elected by decision of the [Congress](/events/congress) fo | Repository | Description | | --- | --- | -| [@web3privacy/core](https://github.com/web3privacy/core) | Core team PM | -| [@web3privacy/core-internal](https://github.com/web3privacy/core-internal) πŸ”’ | Core team internals (private) | -| [@web3privacy/dns-zones](https://github.com/web3privacy/dns-zones) πŸ”’ | Our DNS zones (private) | -| [@web3privacy/sysop-info](https://github.com/web3privacy/sysop-info) πŸ”’ | Basic sysop info (private) | +| [web3privacy/core](https://github.com/web3privacy/core) | Core team PM | +| [web3privacy/core-internal](https://github.com/web3privacy/core-internal) πŸ”’ | Core team internals (private) | +| [web3privacy/dns-zones](https://github.com/web3privacy/dns-zones) πŸ”’ | Our DNS zones (private) | +| [web3privacy/sysop-info](https://github.com/web3privacy/sysop-info) πŸ”’ | Basic sysop info (private) | ## Matrix channels From 7dbe714e6b33b1785f1b4330cdefe88d001548ee Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Sun, 22 Sep 2024 17:45:23 +0200 Subject: [PATCH 09/28] fixing broken link in Astro event card --- src/content/docs/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index 5fca1c8c..963c12dd 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -90,7 +90,7 @@ We use various [Communication tools](/governance/communication). For our work we The initiative is managed by a [Core Team](/governance/core-team) of four people who take care of operations. We are also in the process of creating Association as legal entity for our activities. - + From ae88ad83c919d9ee94fbf6c5df31bc762234a8b9 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Sun, 22 Sep 2024 17:46:16 +0200 Subject: [PATCH 10/28] fixed broken link --- src/content/docs/events/types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/events/types.md b/src/content/docs/events/types.md index a227048a..d9e8c300 100644 --- a/src/content/docs/events/types.md +++ b/src/content/docs/events/types.md @@ -22,7 +22,7 @@ We divide events into the following types according to their length and goal: | --- | --- | --- | --- | | [Privacy Corner](https://github.com/web3privacy/privacy-corner) (`c`) | - | $3-10k | pop-up space inside of major hackathons | | [Meta-hackathon](#meta-hackathon) (`q`) | *variable* | $15-30k | a multi-day event focused on W3PN activities | -| [Congress](/congress) (`x`) | - | ? | W3PN governance gathering | +| [Congress](/events/congress) (`x`) | - | ? | W3PN governance gathering | ## Details of types From 7f5ab3b3b22a12d0e2d338200df73e7661019016 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Sun, 22 Sep 2024 17:47:12 +0200 Subject: [PATCH 11/28] fixed link to add event to website guide --- src/content/docs/events/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/events/index.mdx b/src/content/docs/events/index.mdx index ffe3ba01..c7fde3a9 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 [how to add an event to website guide](/get-involved/add-event-to-website) `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](/contributors/add-event-to-website) `work-in-progress` | Guide | Link | Status | | Adding a new event to website | pending | `work-in-progress` | From 7caa5f385bed432d9221e63e3661b0ec7c4efa8a Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Sun, 22 Sep 2024 17:48:28 +0200 Subject: [PATCH 12/28] fixed broken link to personal-benefits --- src/content/docs/events/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/events/index.mdx b/src/content/docs/events/index.mdx index c7fde3a9..0f565edd 100644 --- a/src/content/docs/events/index.mdx +++ b/src/content/docs/events/index.mdx @@ -181,7 +181,7 @@ Whether a particular event is free or we charge admission will depend on the con We will apply admission fees where we expect a lot of interest and, on the contrary, events in less busy periods should be free of charge, which will serve as an incentive for visitors. -All our [members](/membership/#personal-membership) have a **free admission** to event, even if an entry fee is applied. +All our [members](/get-involved/personal-benefits) have a **free admission** to event, even if an entry fee is applied. ### Pre-registration From ac9f2dbe6b355be7fbd8f001b4a12a7266b217dc Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Sun, 22 Sep 2024 17:50:59 +0200 Subject: [PATCH 13/28] fixing broken links --- src/content/docs/events/congress.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/events/congress.md b/src/content/docs/events/congress.md index dd610471..9af1c173 100644 --- a/src/content/docs/events/congress.md +++ b/src/content/docs/events/congress.md @@ -15,9 +15,9 @@ The Congress is held once a year. * a vote on the long-term direction of the initiative * approval of the financial plan for the following year -* election of [Core Team](governance/core-team) members (3 year election period) +* election of [Core Team](/governance/core-team) members (3 year election period) * election of members of the executive body of the *Association Committee* (5 year election period) ## Who makes the decisions -* our [Members](/partnership) with a voting rights +* our [Members](/get-involved/partnership) with a voting rights From 6ceac7a8ac803e89019e487109aff1210dbee202 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Sun, 22 Sep 2024 17:52:25 +0200 Subject: [PATCH 14/28] fixing broken links --- src/content/docs/get-involved/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/get-involved/index.md b/src/content/docs/get-involved/index.md index 49586b3a..8e1ebca5 100644 --- a/src/content/docs/get-involved/index.md +++ b/src/content/docs/get-involved/index.md @@ -9,7 +9,7 @@ sidebar: ## GIT CONTRIBUTIONS This is the kind of support we value most: open-source, grassroots initiatives driven by individual passion and care. -To learn how to become a contributor, discover which projects you can assist with, or start a new one, visit the [Contributors Guide](https://docs.web3privacy.info/contributors/) +To learn how to become a contributor, discover which projects you can assist with, or start a new one, visit the [Contributors Guide](/contributors/index) ## SPONSORSHIP @@ -36,6 +36,6 @@ Our mission is to delve into digital privacy from a broad spectrum of viewpoints ## DONATE Our diverse array of research, projects development, events and tools production is all offered freely, fueled by people and organizations who care about digital privacy. -βŽ† [Donate now](https://docs.web3privacy.info/donate/), support our independence, and help us to advocate for freedom! +βŽ† [Donate now](/get-involved/donate/), support our independence, and help us to advocate for freedom! From be0c5b86bff26f744aa9ab0972559b0073f64aee Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Sun, 22 Sep 2024 17:53:34 +0200 Subject: [PATCH 15/28] fixing broken link to mykola twitter --- src/content/docs/contributors/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/contributors/index.md b/src/content/docs/contributors/index.md index 631c5230..bf8be06e 100644 --- a/src/content/docs/contributors/index.md +++ b/src/content/docs/contributors/index.md @@ -34,7 +34,7 @@ For any question or doubt don't hesitate to dm us on [Twitter](https://x.com/web Here is a list of our ongoing activities. Feel free to **contribute on GitHub** or **DM Shepards** expressing your willingness to commit for receiving instructions. ### βŽ†[Jobs](https://github.com/web3privacy/jobs-app) -_Shepherds: [Adam](https://x.com/vorcigernix), [Mykola](@nicksvyaznoy)_ +_Shepherds: [Adam](https://x.com/vorcigernix), [Mykola](https://x.com/nicksvyaznoy)_ - improve project - test and find bugs From d1a2adb0a2d370709553fb3d374d286d2ea5bc6f Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Sun, 22 Sep 2024 17:54:31 +0200 Subject: [PATCH 16/28] fixed broken link --- src/content/docs/about-us/roadmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/about-us/roadmap.md b/src/content/docs/about-us/roadmap.md index ce40875b..95aab345 100644 --- a/src/content/docs/about-us/roadmap.md +++ b/src/content/docs/about-us/roadmap.md @@ -18,7 +18,7 @@ _via_ | | 2024 Roadmap | | --- | --- | -| βš™οΈ Core Initiative | β€’ [Partnership](/partnership/) & [Core team](/governance/core-team)) | +| βš™οΈ Core Initiative | β€’ [Partnership](/get-involved/partnership/) & [Core team](/governance/core-team)) | | πŸ”¬ [Research](/research/) | Upcoming reports:
β€’ [Privacy Guides for the general public](https://github.com/web3privacy/grants/blob/main/README.md#-privacy-guides)
β€’ [Scoring Model v2.0](https://github.com/web3privacy/grants/blob/main/README.md#-privacy-beat)
β€’ [Hackathon Curation Pack](https://github.com/web3privacy/grants/blob/main/README.md#-hackathon-curation-pack)
β€’ [Ethereum Privacy Ecosystem](https://docs.web3privacy.info/research/ethereum-privacy-ecosystem) | | πŸ“… [Events](/events/) | 2024 Season:
β€’ 17 events in 14 countries
β€’ 1 hackathon, 2 summits, 14 meetups | | πŸ‘οΈ [Privacy Explorer](/projects/privacy-explorer) | [v2.0](/projects/privacy-explorer#milestones) upgrade | From a4bc1989bf59a40415809cd7fa0f7dedf7dbb508 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Sun, 22 Sep 2024 17:55:59 +0200 Subject: [PATCH 17/28] fixed broken link --- src/content/docs/resources/developers.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/resources/developers.mdx b/src/content/docs/resources/developers.mdx index 11b1d209..0f6ed860 100644 --- a/src/content/docs/resources/developers.mdx +++ b/src/content/docs/resources/developers.mdx @@ -6,7 +6,7 @@ import { LinkCard } from '@astrojs/starlight/components'; If you're looking for developers who can help you build your privacy-related project, then the Web3Privacy Now community is the perfect place where to start. -Most of the developers can be found in the [Devs channel](https://matrix.to/#/%23w3p-devs:gwei.cz) on our [Matrix](/communication/#matrix-chat) chat. +Most of the developers can be found in the [Devs channel](https://matrix.to/#/%23w3p-devs:gwei.cz) on our [Matrix](/governance/communication/) chat. @@ -15,4 +15,4 @@ Most of the developers can be found in the [Devs channel](https://matrix.to/#/%2 * web development - HTML/CSS * full-stack development - Javascript/TypeScript * backend development - Rust/Go -* smart-contract development - Solidity \ No newline at end of file +* smart-contract development - Solidity From b9fd0db6ff045965b2126e950c3bf6a895ab4815 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Sun, 22 Sep 2024 17:56:51 +0200 Subject: [PATCH 18/28] fixed broken link --- src/content/docs/resources/design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/resources/design.md b/src/content/docs/resources/design.md index e5f96e95..cdd18204 100644 --- a/src/content/docs/resources/design.md +++ b/src/content/docs/resources/design.md @@ -2,4 +2,4 @@ title: Design --- -If you need help with the visual side of your project, then you can use our pre-made templates (TODO) or contact our [Design workgroup](/workgroups#internal). \ No newline at end of file +If you need help with the visual side of your project, then you can use our pre-made templates (TODO) or contact our [Design workgroup](/contributors/workgroups). From ca1ea20f09653077fdc485edc28d202c5362ef1e Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Sun, 22 Sep 2024 17:58:20 +0200 Subject: [PATCH 19/28] fixing broken links --- src/content/docs/resources/funding.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/docs/resources/funding.md b/src/content/docs/resources/funding.md index faee6ee0..6192c7b8 100644 --- a/src/content/docs/resources/funding.md +++ b/src/content/docs/resources/funding.md @@ -12,11 +12,11 @@ We are developing a transparent grant system that will serve as the main way to * operating costs * marketing and promotional expenses -The subject of the funding request cannot be the direct payment of contributors - for these purposes it is necessary to become a member of the [Contributors Guild](/guild). +The subject of the funding request cannot be the direct payment of contributors - for these purposes it is necessary to become an active [Contributors to the project](/contributors/index). ## Funding Requests -*Funding Request Proposals* (FRPs) is a transparent application process to receive money from our [Treasury](/treasury). Most of our income is redistributed through these applications. +*Funding Request Proposals* (FRPs) is a transparent application process to receive money from our [Treasury](/governance/treasury). Most of our income is redistributed through these applications. Each application will be assessed by members of the [Core Team](/core-team), according to whose decision it will be accepted or rejected. @@ -25,4 +25,4 @@ All funding requests are handled through Issues in the [`@web3privacy/funding`]( ### Proposal requirements * the amount required * the purpose for which the funds will be used -* the person or group of people responsible \ No newline at end of file +* the person or group of people responsible From a5732756226cd8f353de2656310fddc0ebd666ac Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Sun, 22 Sep 2024 17:59:44 +0200 Subject: [PATCH 20/28] fixing broken link --- src/content/docs/resources/training-education.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/resources/training-education.mdx b/src/content/docs/resources/training-education.mdx index bc7f6de6..e9289f46 100644 --- a/src/content/docs/resources/training-education.mdx +++ b/src/content/docs/resources/training-education.mdx @@ -4,7 +4,7 @@ title: Training and Education import { LinkCard } from '@astrojs/starlight/components'; -Education is very important to us, which is why we run various educational programs and workshops, both for our contributors and the wider community as part of our [Partners](/partners) program. +Education is very important to us, which is why we run various educational programs and workshops, both for our contributors and the wider community as part of our [Partners](/get-involved/partnership) program. ## W3PN Meta-hackathons From 6cb7fa28e2d736965d5f93d929de6ed72ea88247 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Sun, 22 Sep 2024 18:00:37 +0200 Subject: [PATCH 21/28] fixing broken links --- src/content/docs/resources/legal-assistance.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/resources/legal-assistance.md b/src/content/docs/resources/legal-assistance.md index 4fe42341..ba9b044a 100644 --- a/src/content/docs/resources/legal-assistance.md +++ b/src/content/docs/resources/legal-assistance.md @@ -2,8 +2,8 @@ title: Legal assistance --- -Legal assistance is provided through our [Association](/association). This is particularly useful for physical activities such as [Events](/events) where formal official communication or contracts is required. +Legal assistance is provided through our members and partners. This is particularly useful for physical activities such as [Events](/events/index) where formal official communication or contracts is required. ## What we can do - taking over the responsibility for contracts with suppliers -- official acceptance of donations \ No newline at end of file +- official acceptance of donations From 75d8cf19bf217be0ee2519d06600bec94621c33c Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Sun, 22 Sep 2024 18:02:37 +0200 Subject: [PATCH 22/28] fixed broken links --- src/content/docs/governance/governance.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/governance/governance.mdx b/src/content/docs/governance/governance.mdx index 645546d8..0e63ea09 100644 --- a/src/content/docs/governance/governance.mdx +++ b/src/content/docs/governance/governance.mdx @@ -14,7 +14,7 @@ Below, we share our insights, highlighting our missteps to inspire others. ![Governance Structure](../assets/gov-stru.png) -Anyone who assists in the completion of our projects and activities is considered a contributor. Frequent contributors have the chance to become [Core Contributors](https://docs.web3privacy.info/core-contributors/) and receive rewards for their contributions to open source. +Anyone who assists in the completion of our projects and activities is considered a contributor. Frequent contributors have the chance to become [Core Contributors](/governance/core-contributors/) and receive rewards for their contributions to open source. ### Proof of Care - *become a Core Contributor* @@ -72,7 +72,7 @@ Sorted by competencies - from least to most. | Guest / Visitor | none | πŸ”’ private | | [Members](/get-involved/partnership) | none | πŸ”’ private | | [Members](/get-involved/partnership) with voting rights | voting on the [congress](/congress) | πŸ”’ private | -| [Workgroup](/get-involved/workgroups) member (*contributor*) | decision-making within the working group | πŸ”’ private | +| [Workgroup](/contributors/workgroups) member (*contributor*) | decision-making within the working group | πŸ”’ private | | [Contributors Guild](/contributors/index) member* | receives financial compensation | πŸ₯· pseudonym (name, link) | | Association Committee member* | operate with finances and curate [Contributors Guild](/contributors/index) | πŸ‘οΈ public | | [Core Team](/governance/core-team) member* | decides on the most important issues, controls Association | πŸ₯· pseudonym (name, link) | From 709025bc09882f4fe9d2d789218f6537d3b07ffc Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Sun, 22 Sep 2024 18:19:11 +0200 Subject: [PATCH 23/28] fixing broken link --- src/content/docs/get-involved/personal-benefits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/get-involved/personal-benefits.md b/src/content/docs/get-involved/personal-benefits.md index 7a535ee3..18ee09e9 100644 --- a/src/content/docs/get-involved/personal-benefits.md +++ b/src/content/docs/get-involved/personal-benefits.md @@ -12,6 +12,6 @@ title: Membership x individuals - Discount in our store (25%) - 100 EUR/year -βŽ† [Become a Member](https://docs.web3privacy.info/donate/) +βŽ† [Become a Member](/get-involved/donate/) _After making your donation, kindly send us the tx hash, your T-shirt size, and let us know if you would like your membership to be public or kept private._ From 485b9bcf923fcc0eb718d49917c50323e69cccd8 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Sun, 22 Sep 2024 18:20:39 +0200 Subject: [PATCH 24/28] fixed broken links to mykola twitter --- src/content/docs/contributors/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/content/docs/contributors/index.md b/src/content/docs/contributors/index.md index bf8be06e..ad90e30c 100644 --- a/src/content/docs/contributors/index.md +++ b/src/content/docs/contributors/index.md @@ -43,14 +43,14 @@ _Shepherds: [Adam](https://x.com/vorcigernix), [Mykola](https://x.com/nicksvyazn ### βŽ†[Explorer](https://github.com/web3privacy/explorer-app) -_Shepherds: [MF](https://x.com/0x_m_f), [Mykola](@nicksvyaznoy)_ +_Shepherds: [MF](https://x.com/0x_m_f), [Mykola](https://x.com/nicksvyaznoy)_ - improve project - collect data - fix issues 
 ### βŽ†[Academy
](https://github.com/web3privacy/cypherpunkacademy/blob/main/README.md) -_Shepherds: [PG](https://x.com/PG_CDG), [Mykola](@nicksvyaznoy)_ +_Shepherds: [PG](https://x.com/PG_CDG), [Mykola](https://x.com/nicksvyaznoy)_ - improve project - add suggestions via doc (Cryptpad) @@ -69,20 +69,20 @@ _Shepherds: _[Jensei](https://x.com/jensei_),[PG](https://x.com/PG_CDG)_ - collaborate with jensei
 ### βŽ†[Privacy Local cases](https://github.com/web3privacy/privacycases) -_Shepherds: _[Mykola](@nicksvyaznoy),[PG](https://x.com/PG_CDG)_ +_Shepherds: _[Mykola](https://x.com/nicksvyaznoy),[PG](https://x.com/PG_CDG)_ - improve project - collect use-cases in your country ### βŽ†[
Idea Generator](https://github.com/hackyguru/web3privacy-ideas) -_Shepherds: _[Mykola](@nicksvyaznoy), [Guru](https://x.com/hackyguru)_ +_Shepherds: _[Mykola](https://x.com/nicksvyaznoy), [Guru](https://x.com/hackyguru)_ - improve project - fix bugs - transform plain text use-cases into json ### βŽ†[
Web3Privacy Database](https://github.com/web3privacy/web3privacy) -_Shepherds: _[Mykola](@nicksvyaznoy),[PG](https://x.com/PG_CDG)_ +_Shepherds: _[Mykola](https://x.com/nicksvyaznoy),[PG](https://x.com/PG_CDG)_ Here is a step-by-step guide on how to maintain our privacy DB updated via PR at GitHub: From d7b22350f829b191b8fb482672fcdf688c8cf4d4 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Sun, 22 Sep 2024 18:21:56 +0200 Subject: [PATCH 25/28] fixing broken link --- src/content/docs/contributors/git.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/content/docs/contributors/git.md b/src/content/docs/contributors/git.md index 6ad1537e..1543dc42 100644 --- a/src/content/docs/contributors/git.md +++ b/src/content/docs/contributors/git.md @@ -10,12 +10,12 @@ All our projects are open-source and distributed across many Git repositories. P | Repository | Description | | --- | --- | -| [@web3privacy/web3privacy](https://github.com/web3privacy/web3privacy) | The original monorepo with research | -| [@web3privacy/data](https://github.com/web3privacy/data) | Data repository (Team, Projects, Events..) | -| [@web3privacy/core](https://github.com/web3privacy/core) | [Core Team](/core-team) Project Management | -| [@web3privacy/docs](https://github.com/web3privacy/docs) | Source code of this documentation | -| [@web3privacy/web](https://github.com/web3privacy/web) | Source-code of our website ([web3privacy.info](https://web3privacy.info)) | -| [@web3privacy/brand](https://github.com/web3privacy/brand) | Brand assets (logos and other visual) | +| [web3privacy/web3privacy](https://github.com/web3privacy/web3privacy) | The original monorepo with research | +| [web3privacy/data](https://github.com/web3privacy/data) | Data repository (Team, Projects, Events..) | +| [web3privacy/core](https://github.com/web3privacy/core) | [Core Team](/governance/core-team) Project Management | +| [web3privacy/docs](https://github.com/web3privacy/docs) | Source code of this documentation | +| [web3privacy/web](https://github.com/web3privacy/web) | Source-code of our website ([web3privacy.info](https://web3privacy.info)) | +| [web3privacy/brand](https://github.com/web3privacy/brand) | Brand assets (logos and other visual) | ### Projects-related From c45294ebecea6112d47afbdd658afd0852895a1d Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Sun, 22 Sep 2024 18:26:05 +0200 Subject: [PATCH 26/28] fixing broken link --- src/content/docs/resources/it-infrastructure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/resources/it-infrastructure.md b/src/content/docs/resources/it-infrastructure.md index 28a8f824..de1eeb16 100644 --- a/src/content/docs/resources/it-infrastructure.md +++ b/src/content/docs/resources/it-infrastructure.md @@ -4,7 +4,7 @@ title: IT Infrastructure Our initiative operates various shared IT services that are available to all our contributors and projects. -If you are interested in using any of our shared IT infrastructure, please contact the [IT Operation Workgroup](/workgroups#internal) members. +If you are interested in using any of our shared IT infrastructure, please contact the [IT Operation Workgroup](/contributors/workgroups) members. ## General overview From 1490266ce805d86b9d58967c14c0a9895cabe5d2 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Sun, 22 Sep 2024 18:27:31 +0200 Subject: [PATCH 27/28] fixing broken link --- src/content/docs/resources/training-education.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/resources/training-education.mdx b/src/content/docs/resources/training-education.mdx index e9289f46..427b9320 100644 --- a/src/content/docs/resources/training-education.mdx +++ b/src/content/docs/resources/training-education.mdx @@ -10,6 +10,6 @@ Education is very important to us, which is why we run various educational progr An annual multi-day gathering of people around Web3Privacy Now, where we educate each other and move our project forward. -[Meta-hackathon](/events/types/#meta-hackathon) is an event organized by our [Events](/events) department. +[Meta-hackathon](/events/types/#meta-hackathon) is an event organized by our [Events Workgroup](/contributors/workgroups). From 714466511ada404403e045b8aac5fdf11aea1084 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Sun, 22 Sep 2024 18:32:06 +0200 Subject: [PATCH 28/28] fixed links in text and in Astro LinkCards --- src/content/docs/governance/governance.mdx | 25 +++++++++++----------- 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/src/content/docs/governance/governance.mdx b/src/content/docs/governance/governance.mdx index 0e63ea09..a5973128 100644 --- a/src/content/docs/governance/governance.mdx +++ b/src/content/docs/governance/governance.mdx @@ -40,29 +40,30 @@ We attempted to establish different departments, a legal entity, and infrastruct + - + ### Personal roles within initiative Sorted by competencies - from least to most. @@ -71,7 +72,7 @@ Sorted by competencies - from least to most. | --- | --- | --- | | Guest / Visitor | none | πŸ”’ private | | [Members](/get-involved/partnership) | none | πŸ”’ private | -| [Members](/get-involved/partnership) with voting rights | voting on the [congress](/congress) | πŸ”’ private | +| [Members](/get-involved/partnership) with voting rights | voting on the [congress](/events/congress) | πŸ”’ private | | [Workgroup](/contributors/workgroups) member (*contributor*) | decision-making within the working group | πŸ”’ private | | [Contributors Guild](/contributors/index) member* | receives financial compensation | πŸ₯· pseudonym (name, link) | | Association Committee member* | operate with finances and curate [Contributors Guild](/contributors/index) | πŸ‘οΈ public |