diff --git a/docs/news/week-in-the-privacy.md b/docs/news/week-in-the-privacy.md new file mode 100644 index 00000000..6833c8d3 --- /dev/null +++ b/docs/news/week-in-the-privacy.md @@ -0,0 +1,68 @@ +# Week in the Privacy News + +Weekly newsletter with round-up of the most important news happening around privacy in Web3. + +* [Subscribe now!](https://paragraph.xyz/@privacynews/subscribe) + +## Topics + +* privacy protocols news +* research and statistics +* interviews and panel discussions +* regulatory news +* educational and inspiring videos +* security news incl. exploits +* events (IRL, onlineā€¦) +* social layer news +* news regarding human freedoms +* interesting talks on social media + +## Web frontend + +* [news.web3privacy.info](https://news.web3privacy.info/) ([source code](https://github.com/web3privacy/news-app)) + +## Newsletter platform + +We use [Paragraph](https://paragraph.xyz/) as a platform for newsletter subscription and distribution: + +* [paragraph.xyz/@web3privacy](https://paragraph.xyz/@web3privacy) + +## How to contribute? + +* Manually add a news item via PR to the [`@web3privacy/news`](https://github.com/web3privacy/news) repository +* Send a suggestion to our Matrix chat channel: [`#w3p-news:gwei.cz`](https://matrix.to/#/#w3p-news:gwei.cz) + +## Weekly frequency + +The news is divided to calendar weeks. At the end of each week the news is taken, polished and published in the form of a newsletter. + +### Weekly checklist +1. collect all suggestions from the input funnels and create a records from them +2. check all items, add categories and other mandatory parameters + +## Trial Period + +A 4-week trial period has been set to start. + +* Period: Feb 5 - Mar 3, 2024 (4 weeks) + +| Week | Start - End | Curator | +| --- | --- | --- | +| [2024-06](https://github.com/web3privacy/news/blob/main/src/2024/week06.yaml) | Feb 5 - 11 | Tree | +| [2024-07](https://github.com/web3privacy/news/blob/main/src/2024/week07.yaml) | Feb 12 - 18 | Mykola | +| [2024-08](https://github.com/web3privacy/news/blob/main/src/2024/week08.yaml) | Feb 19 - 25 | PG | +| [2024-09](https://github.com/web3privacy/news/blob/main/src/2024/week09.yaml) | Feb 26 - Mar 3 | Coinmandeer | + +## Repositories + +| Repository | Description | +| --- | --- | +| [`@web3privacy/news`](https://github.com/web3privacy/news) | News source data | +| [`@web3privacy/news-app`](https://github.com/web3privacy/news-app) | Frontend source code ([news.web3privacy.info](https://news.web3privacy.info)) | + +## Curators + +* Tree (lead) +* Mykola +* Coinmandeer +* PG \ No newline at end of file diff --git a/docs/workgroups.md b/docs/workgroups.md index 332fbec2..cd92be93 100644 --- a/docs/workgroups.md +++ b/docs/workgroups.md @@ -1,4 +1,4 @@ -# Workgroups +# Workgroups overview ## Internal @@ -16,4 +16,5 @@ | **Research** | Mykola | PG | [Matrix](https://matrix.to/#/#w3p-research:gwei.cz) | | **[Events](/events)** | Tree | PG, Coinmandeer, Mykola | [PM](https://github.com/orgs/web3privacy/projects/7), [Git](https://github.com/web3privacy/events), [Matrix](https://matrix.to/#/#w3p-events:gwei.cz) | | **[Privacy Explorer](/projects/privacy-explorer)** | Coinmandeer | Mykola, Tree | [Git](https://github.com/web3privacy/explorer), [Matrix](https://matrix.to/#/#w3p-explorer:gwei.cz) | +| **[Week in the Privacy News](/news/week-in-the-privacy)** | Tree | Mykola, PG | [Git](https://github.com/web3privacy/news), [Matrix](https://matrix.to/#/#w3p-news:gwei.cz) | | **[Privacy Tech Awards](/projects/privacy-tech-awards)** | Tree | PG, Mykola | [Matrix](https://matrix.to/#/#w3p-awards:gwei.cz) | diff --git a/sidebars.js b/sidebars.js index cdf71915..312b0ffb 100644 --- a/sidebars.js +++ b/sidebars.js @@ -55,6 +55,12 @@ const sidebars = { items: [{type: 'autogenerated', dirName: 'events'}], }, 'projects/privacy-explorer', + { + type: "category", + label: "Privacy News", + link: {type: 'doc', id: 'news/week-in-the-privacy'}, + items: [{type: 'autogenerated', dirName: 'news'}], + }, 'projects/privacy-tech-awards', { type: "html",