Skip to content

Instantly share code, notes, and snippets.

@kemitchell
Created March 16, 2019 16:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kemitchell/c3cfa3f85f3f5b86fde4f2fb045a3ee5 to your computer and use it in GitHub Desktop.
Save kemitchell/c3cfa3f85f3f5b86fde4f2fb045a3ee5 to your computer and use it in GitHub Desktop.
digraph {
ShouldWithhold[label="Withhold stuff\nfor money?"];
Donations[label="Donations?"];
SellAds[label="Sell ads or sponsorships?"];
WithholdWhat[label="Withhold what?"];
Development[label="Further\nDevelopment"];
Security[label="Security\nInformation"];
Assurances[label="Additional\nLegal\nAssurances"];
BountySource[shape="rect",URL="https://bountysource.com"];
CodeFund[shape="rect",URL="https://codefund.io"];
CommunityBridge[shape="rect",URL="https://communitybridge.org"];
GitCoin[shape="rect",URL="https://gitcoin.co"];
GitStore[shape="rect",URL="https://gitstore.app"];
ItchIO[shape="rect",URL="https://itch.io",label="itch.io"];
LiberaPay[shape="rect",URL="https://liberapay.org"];
LicenseZero[shape="rect",URL="https://licensezero.com",label="License Zero"];
OpenCollective[shape="rect",URL="https://opencollective.com"];
Patreon[shape="rect",URL="https://patreon.com"];
Tidelift[shape="rect",URL="https://tidelift.com"];
ShouldWithhold -> SellAds[label="No"];
ShouldWithhold -> WithholdWhat[label="Yes"];
SellAds -> {CodeFund, OpenCollective}[label="Yes"];
SellAds -> Donations[label="No"];
Donations -> {OpenCollective, CommunityBridge, LiberaPay, Patreon}[label="Yes"];
WithholdWhat -> {License, Support, Development, Security, Assurances, Distribution};
License -> {LicenseZero, ItchIO};
Development -> {BountySource, GitCoin, Tidelift, GitStore};
Security -> {Tidelift, GitStore};
Support -> {Tidelift, GitStore};
Assurances -> {Tidelift};
Distribution -> {GitStore, ItchIO};
}
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment