mirror of
https://github.com/web3privacy/docs
synced 2024-10-15 18:46:26 +02:00
Merge pull request #9 from web3privacy/feat-week-guidelines
Week in the Privacy Guidelines
This commit is contained in:
commit
b657dd173d
1 changed files with 77 additions and 0 deletions
|
@ -40,6 +40,83 @@ We use [Paragraph](https://paragraph.xyz/) as a platform for newsletter subscrip
|
|||
* 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)
|
||||
|
||||
## Guidelines
|
||||
|
||||
Each issue of Week in the Privacy consists of the following parts:
|
||||
|
||||
* [News items](#news-items) - divided into [categories](#categories)
|
||||
* [Upcoming events](#upcoming-events)
|
||||
|
||||
### Categories
|
||||
|
||||
* Research
|
||||
* Concepts
|
||||
* Ecosystem
|
||||
* Governments
|
||||
* Releases - only software releases
|
||||
* Podcasts
|
||||
* Videos
|
||||
* Community
|
||||
* Events
|
||||
* Other
|
||||
|
||||
### News items
|
||||
```
|
||||
* <text> [(<src>)]
|
||||
```
|
||||
|
||||
* Keep it as brief and informative as possible
|
||||
* Each news item must contain a link directly in the `text`
|
||||
* There should only be one link in the `text`, rarely more
|
||||
* The main link should be made up of words that capture the essence of the news item
|
||||
* Use a Twitter/X handle in a message if it's about someone specific - e.g. `Horswap: ...., by @MicahZoltu (src)`
|
||||
|
||||
Usually each message has 1-2 links:
|
||||
* main link - points to a specific project, report, message, etc.
|
||||
* source link (optional) - points to the source of this news like article, tweet etc.
|
||||
|
||||
For links to pages to article with a paywall, its a good idea to use e.g. [web.archive.org](https://web.archive.org/), through which the whole articles are available.
|
||||
|
||||
### Examples of news item
|
||||
|
||||
| Good example | Bad example |
|
||||
| --- | --- |
|
||||
| ✅ Wired: experience with [Signal usernames](https://web.archive.org/web/20240225123658/https://www.wired.com/story/signal-launches-usersnames-phone-number-privacy/) | ❌ [Keep your phone number private](https://www.wired.com/story/signal-launches-usersnames-phone-number-privacy/) with Signal usernames |
|
||||
| ✅ [Memetic warfare](https://dark.fi/insights/memetic-warfare.html): notes from the W3PN Summit meme talk by @lunar_mining | ❌ [lunar_mining](https://twitter.com/lunar_mining) from DarkFi shared [txt / img / meme version of her speech](https://dark.fi/insights/memetic-warfare.html) at Web3Privacy Summit Prague 2023
|
||||
| ✅ EFF: [Unregulated, Exploitative, and on the Rise](https://www.eff.org/deeplinks/2024/02/unregulated-exploitative-and-rise-vera-institutes-report-electronic-monitoring) report on electronic monitoring from Vera Institute | ❌ Unregulated, Exploitative, and on the Rise: [Vera Institute's Report on Electronic Monitoring](https://www.eff.org/deeplinks/2024/02/unregulated-exploitative-and-rise-vera-institutes-report-electronic-monitoring) |
|
||||
| ✅ Aleo users alarmed by [leaked KYC documents](https://cointelegraph.com/news/privacy-focused-aleo-users-concerned-after-kyc-documents-leak) | ❌ Privacy-focused Aleo users concerned after [KYC documents leak](https://cointelegraph.com/news/privacy-focused-aleo-users-concerned-after-kyc-documents-leak) |
|
||||
| ✅ Russia [arrested a woman for a $51 donation](https://www.theguardian.com/world/2024/feb/20/russia-arrests-us-dual-national-for-51-ukrainian-charity-donation) to Ukraine charity, facing up to 20 years in prison | ❌ Arrested in Russia a US-Russian dual citizen [faces up to 20 years for donating $51 to Ukraine](https://www.theguardian.com/world/2024/feb/20/russia-arrests-us-dual-national-for-51-ukrainian-charity-donation)) |
|
||||
|
||||
|
||||
### Upcoming events
|
||||
|
||||
This section lists future privacy-related events.
|
||||
|
||||
#### Event item
|
||||
```
|
||||
* <date>, <event-name> [(<city>)] [type-of-event]
|
||||
```
|
||||
|
||||
* `city` - not needed if it is clear from the event name (eq. ETHBerlin - Berlin)
|
||||
* `date` - can be exact date or just a month
|
||||
* if the event has been edited or added, then whole line should be in bold
|
||||
|
||||
For example:
|
||||
```
|
||||
* May 24-26, [ETHBerlin](https://ethberlin.org/) hackathon
|
||||
```
|
||||
|
||||
#### Example of Upcoming events
|
||||
|
||||
```
|
||||
### Upcoming events
|
||||
*(new/changes in **bold**)*
|
||||
|
||||
* May 24-26, [ETHBerlin](https://ethberlin.org/) hackathon
|
||||
* Oct, [Web3Privacy Now Summit](https://web3privacy.info/events/) (Brno) conference
|
||||
* **Oct, [ETHBrno](https://ethbrno.cz/) hackathon**
|
||||
```
|
||||
|
||||
## 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.
|
||||
|
|
Loading…
Reference in a new issue