mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
Improved README.md
This commit is contained in:
parent
73df1f40e7
commit
1325e94779
1 changed files with 18 additions and 7 deletions
25
README.md
25
README.md
|
@ -1,23 +1,34 @@
|
||||||
# Web3Privacy Now Data
|
# 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)
|
[![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:
|
You can find it here:
|
||||||
- Official links
|
- [Web3PrivacyNow Official links and team members](https://github.com/web3privacy/data/blob/main/src/index.yaml)
|
||||||
- List of team members
|
- [Web3PrivacyNow Manifesto](https://github.com/web3privacy/data/blob/main/src/W3PN%20Manifesto.png)
|
||||||
- List of projects
|
- [List of projects](https://github.com/web3privacy/data/blob/main/src/projects/index.yaml)
|
||||||
- List of events
|
- [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/
|
* 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
|
## Quick links
|
||||||
|
|
||||||
| Collection | Source | 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) |
|
| 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) |
|
| 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/) |
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue