Improved README.md

This commit is contained in:
niclaz 2024-09-05 16:48:02 +02:00 committed by GitHub
parent 73df1f40e7
commit 1325e94779
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 18 additions and 7 deletions

View File

@ -1,23 +1,34 @@
# Web3Privacy Now Data
[![Build and Deploy](https://github.com/web3privacy/data/actions/workflows/deploy.yml/badge.svg)](https://github.com/web3privacy/data/actions/workflows/deploy.yml)
[![Synchronize data](https://github.com/web3privacy/data/actions/workflows/sync.yml/badge.svg)](https://github.com/web3privacy/data/actions/workflows/sync.yml)
This is a repository with structured dataset with basic informations about the [Web3Privacy Now](https://web3privacy.info/) initiative.
This repository is the structured dataset with basic informations about the [Web3Privacy Now](https://web3privacy.info/) initiative.
You can find it here:
- Official links
- List of team members
- List of projects
- List of events
- [Web3PrivacyNow Official links and team members](https://github.com/web3privacy/data/blob/main/src/index.yaml)
- [Web3PrivacyNow Manifesto](https://github.com/web3privacy/data/blob/main/src/W3PN%20Manifesto.png)
- [List of projects](https://github.com/web3privacy/data/blob/main/src/projects/index.yaml)
- [List of events](https://github.com/web3privacy/data/blob/main/src/events/index.yaml)
- [Database of people](https://github.com/web3privacy/data/tree/main/src/people)
- [List of research](https://github.com/web3privacy/data/blob/main/src/research/index.yaml)
## Deployment
## Deployment (JSON)
* https://data.web3privacy.info/
## Downstream
* Once deployed to data.web3privacy.info the data is used in the deployment of the main project website [web3privacy.info](https://web3privacy.info/) - [see relevant repository](https://github.com/web3privacy/web)
## Quick links
| Collection | Source | Links |
| --- | --- | --- |
| Core file (links, team) | [`src/index.yaml`](src/index.yaml) | [Edit](https://github.com/web3privacy/data/edit/main/src/index.yaml) |
| Data Schema | [`schema/index.yaml`](schema/index.yaml) | [Edit](https://github.com/web3privacy/data/edit/main/schema/index.yaml) |
| Core file | [`src/index.yaml`](src/index.yaml) | [Edit](https://github.com/web3privacy/data/edit/main/src/index.yaml) |
| Projects | [`src/projects/index.yaml`](src/projects/index.yaml) | [Edit](https://github.com/web3privacy/data/edit/main/src/projects/index.yaml) |
| Events | [`src/events/index.yaml`](src/events/index.yaml) | [Edit](https://github.com/web3privacy/data/edit/main/src/events/index.yaml) |
| Research | [`src/research/index.yaml`](src/research/index.yaml) | [Edit](https://github.com/web3privacy/data/edit/main/src/research/index.yaml) |
| People | [`src/people`](src/people/) | [Edit](https://github.com/web3privacy/data/edit/main/src/people/) |