├── CITATION.cff ├── CODE_OF_CONDUCT.md ├── README.md ├── README.png ├── TODO.md └── docs ├── ideas ├── alternatives │ └── meetup.md ├── beginnings │ ├── audiences.md │ ├── communities.md │ ├── comparisons.md │ ├── motivations.md │ ├── organizations.md │ └── references.md ├── implementations │ ├── data.md │ ├── feeds.md │ ├── funding.md │ ├── names.md │ ├── phpbb │ │ └── index.md │ ├── schema.md │ └── scopes.md ├── policies │ ├── conduct_policies.md │ ├── disclosure_policies.md │ └── privacy_policies.md ├── possibilities │ ├── matrix-and-riot.md │ └── scuttlebutt.md └── technologies │ ├── privacy.md │ ├── projectmanagement.md │ ├── routes.md │ ├── security.md │ ├── stacks.md │ └── topologies.md └── pitches ├── facebook └── index.md ├── linkedin └── index.md ├── snapchat └── index.md └── tinder └── index.md /CITATION.cff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joelparkerhenderson/social-network-plan/HEAD/CITATION.cff -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joelparkerhenderson/social-network-plan/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joelparkerhenderson/social-network-plan/HEAD/README.md -------------------------------------------------------------------------------- /README.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joelparkerhenderson/social-network-plan/HEAD/README.png -------------------------------------------------------------------------------- /TODO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joelparkerhenderson/social-network-plan/HEAD/TODO.md -------------------------------------------------------------------------------- /docs/ideas/alternatives/meetup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joelparkerhenderson/social-network-plan/HEAD/docs/ideas/alternatives/meetup.md -------------------------------------------------------------------------------- /docs/ideas/beginnings/audiences.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joelparkerhenderson/social-network-plan/HEAD/docs/ideas/beginnings/audiences.md -------------------------------------------------------------------------------- /docs/ideas/beginnings/communities.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joelparkerhenderson/social-network-plan/HEAD/docs/ideas/beginnings/communities.md -------------------------------------------------------------------------------- /docs/ideas/beginnings/comparisons.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joelparkerhenderson/social-network-plan/HEAD/docs/ideas/beginnings/comparisons.md -------------------------------------------------------------------------------- /docs/ideas/beginnings/motivations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joelparkerhenderson/social-network-plan/HEAD/docs/ideas/beginnings/motivations.md -------------------------------------------------------------------------------- /docs/ideas/beginnings/organizations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joelparkerhenderson/social-network-plan/HEAD/docs/ideas/beginnings/organizations.md -------------------------------------------------------------------------------- /docs/ideas/beginnings/references.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joelparkerhenderson/social-network-plan/HEAD/docs/ideas/beginnings/references.md -------------------------------------------------------------------------------- /docs/ideas/implementations/data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joelparkerhenderson/social-network-plan/HEAD/docs/ideas/implementations/data.md -------------------------------------------------------------------------------- /docs/ideas/implementations/feeds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joelparkerhenderson/social-network-plan/HEAD/docs/ideas/implementations/feeds.md -------------------------------------------------------------------------------- /docs/ideas/implementations/funding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joelparkerhenderson/social-network-plan/HEAD/docs/ideas/implementations/funding.md -------------------------------------------------------------------------------- /docs/ideas/implementations/names.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joelparkerhenderson/social-network-plan/HEAD/docs/ideas/implementations/names.md -------------------------------------------------------------------------------- /docs/ideas/implementations/phpbb/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joelparkerhenderson/social-network-plan/HEAD/docs/ideas/implementations/phpbb/index.md -------------------------------------------------------------------------------- /docs/ideas/implementations/schema.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joelparkerhenderson/social-network-plan/HEAD/docs/ideas/implementations/schema.md -------------------------------------------------------------------------------- /docs/ideas/implementations/scopes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joelparkerhenderson/social-network-plan/HEAD/docs/ideas/implementations/scopes.md -------------------------------------------------------------------------------- /docs/ideas/policies/conduct_policies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joelparkerhenderson/social-network-plan/HEAD/docs/ideas/policies/conduct_policies.md -------------------------------------------------------------------------------- /docs/ideas/policies/disclosure_policies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joelparkerhenderson/social-network-plan/HEAD/docs/ideas/policies/disclosure_policies.md -------------------------------------------------------------------------------- /docs/ideas/policies/privacy_policies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joelparkerhenderson/social-network-plan/HEAD/docs/ideas/policies/privacy_policies.md -------------------------------------------------------------------------------- /docs/ideas/possibilities/matrix-and-riot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joelparkerhenderson/social-network-plan/HEAD/docs/ideas/possibilities/matrix-and-riot.md -------------------------------------------------------------------------------- /docs/ideas/possibilities/scuttlebutt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joelparkerhenderson/social-network-plan/HEAD/docs/ideas/possibilities/scuttlebutt.md -------------------------------------------------------------------------------- /docs/ideas/technologies/privacy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joelparkerhenderson/social-network-plan/HEAD/docs/ideas/technologies/privacy.md -------------------------------------------------------------------------------- /docs/ideas/technologies/projectmanagement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joelparkerhenderson/social-network-plan/HEAD/docs/ideas/technologies/projectmanagement.md -------------------------------------------------------------------------------- /docs/ideas/technologies/routes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joelparkerhenderson/social-network-plan/HEAD/docs/ideas/technologies/routes.md -------------------------------------------------------------------------------- /docs/ideas/technologies/security.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joelparkerhenderson/social-network-plan/HEAD/docs/ideas/technologies/security.md -------------------------------------------------------------------------------- /docs/ideas/technologies/stacks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joelparkerhenderson/social-network-plan/HEAD/docs/ideas/technologies/stacks.md -------------------------------------------------------------------------------- /docs/ideas/technologies/topologies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joelparkerhenderson/social-network-plan/HEAD/docs/ideas/technologies/topologies.md -------------------------------------------------------------------------------- /docs/pitches/facebook/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joelparkerhenderson/social-network-plan/HEAD/docs/pitches/facebook/index.md -------------------------------------------------------------------------------- /docs/pitches/linkedin/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joelparkerhenderson/social-network-plan/HEAD/docs/pitches/linkedin/index.md -------------------------------------------------------------------------------- /docs/pitches/snapchat/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joelparkerhenderson/social-network-plan/HEAD/docs/pitches/snapchat/index.md -------------------------------------------------------------------------------- /docs/pitches/tinder/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joelparkerhenderson/social-network-plan/HEAD/docs/pitches/tinder/index.md --------------------------------------------------------------------------------