From 80d411ca6f79985a050d4fdd6bc98bc801e16158 Mon Sep 17 00:00:00 2001 From: Marco Primi Date: Wed, 22 Jul 2020 04:43:08 -0700 Subject: [PATCH] Add glossary (#107) * Add glossary * Fix a couple of typos --- docs/handbook/glossary.md | 237 +++++++++++++++++++++++++++++++++ docs/handbook/xp.mdx | 3 +- docs/manifesto/metafam-way.mdx | 4 +- sidebars.js | 1 + 4 files changed, 241 insertions(+), 4 deletions(-) create mode 100644 docs/handbook/glossary.md diff --git a/docs/handbook/glossary.md b/docs/handbook/glossary.md new file mode 100644 index 00000000..83a97111 --- /dev/null +++ b/docs/handbook/glossary.md @@ -0,0 +1,237 @@ +--- +title: 📖 Glossary +--- + + + + + +Request missing terms [here](https://forum.metagame.wtf/t/phases-of-metagame/TODO). + + + +## (MetaFam) Alignment + + + +## Aragon + + + + + + + +## Colony + + + +## Commons + + + + + +## DAO + + + +## DAOHaus + + + +## DAOStack + + + +## DApp + + + +## Decentralized Factory + + + +## DeFi + + + +## Discord + + + +## Discourse + + + +## Doughnut Economics + + + + + +## ETH + + + +## Ethereum + + + + + + + +## Gamification + + + +## GitHub + + + +## Guild + + + + + + + +## Ikigai + + + + + + + + + + + +## Meme + + + +## MetaCartel + + + +## MetaFam + +The group of people contributing to Metagame. See [MetaFam in the MetaManifesto](/docs/manifesto/metafam-way#metafam). + +*Alt.*: [MetaFam](https://github.com/MetaFam) the MetaGame organization on GitHub + +## MetaMask + + + +## MetaMedia + + + +## Moloch DAO + + + + + +## `npm` + + + + + + + +## Pokemol + + + + + +## Quest + + + + + +## (MetaGame) Rank + + + +## Raid + + + +## Raid Guild + + + +## (MetaGame) Roles + + + + + +## Seed + + + +## Shill / Shilling + + + +## SourceCred + + + +## Substack + + + + + +## Token + + + + + + + + + +## Web3 + + + + + +## XP + + + + + +## `yarn` + + + + + + + + + +# Other Glossaries + +## [Ethereum Glossary](https://eth.wiki/en/faqs/glossary) diff --git a/docs/handbook/xp.mdx b/docs/handbook/xp.mdx index 704079db..807640db 100644 --- a/docs/handbook/xp.mdx +++ b/docs/handbook/xp.mdx @@ -50,7 +50,6 @@ If you want to learn more about the XP system, check out the [SourceCred documen If you’d like to learn more about how the Quest/Initiatives system works, please checkout the [Initiatives section in the SourceCred Docs](https://sourcecred.io/docs/concepts/initiatives) . -======= -Due to the way SourceCred works (PageRank) the more XP you have the more weight your engagement has. This creates a soft sybil resistance where random accounts or profiles can't easily embed themselves into the contribution graph without actually contributing. +Due to the way SourceCred works (PageRank) the more XP you have the more weight your engagement has. This creates a soft sybil resistance where random accounts or profiles can't easily embed themselves into the contribution graph without actually contributing. Because XP is earned via contributions and engagement, which are always fluctuating, XP scores are always fluctuating. They are not fixed. Think of them more like an element or the weather. XP is very real, and has very real properties and effects, but it's more of a force of nature than anything. diff --git a/docs/manifesto/metafam-way.mdx b/docs/manifesto/metafam-way.mdx index e0d5ea90..71ed20ca 100644 --- a/docs/manifesto/metafam-way.mdx +++ b/docs/manifesto/metafam-way.mdx @@ -61,8 +61,8 @@ Make life more like a game, help the people understand complex systems, advance We’ll build this environment conducive of growth and then it’s up to you to become a hero we need. Forge your own path & build something that the world needs. ![How To Find Your Ikigai And Transform Your Outlook On Life And ...](https://thumbor.forbes.com/thumbor/960x0/https%3A%2F%2Fblogs-images.forbes.com%2Fchrismyers%2Ffiles%2F2018%2F02%2Fikigai-1.jpg) -People in the old world are taught to sit tight quietly, and wait to be told what to do. -What we want you to do here is quite the opposite []. +People in the old world are taught to sit tight quietly, and wait to be told what to do. +What we want you to do here is quite the opposite. People in the old world like to complain. We like building solutions. diff --git a/sidebars.js b/sidebars.js index 564309c2..9491cb3b 100644 --- a/sidebars.js +++ b/sidebars.js @@ -42,6 +42,7 @@ module.exports = { "resources/art", "resources/memes", "resources/talks", + "handbook/glossary", "roadmap/alignment2021", ], // "About The Wiki": ["style-guide", "mdx"],