git ssb

9+

mixmix / ssb-handbook



Commit 63f8f8cc8cd01ae048f1f35f57e90828291b907f

add "A Scuttlebutt Love Story" as main intro (#57)

Mikey authored on 10/26/2017, 10:10:38 AM
GitHub committed on 10/26/2017, 10:10:38 AM
Parent: 06165c031ce7c41d0f087e11039e86c99c195435

Files changed

README.mdchanged
book.jsonchanged
package.jsonchanged
README.mdView
@@ -14,16 +14,10 @@
1414 </h4>
1515
1616 ## What Is Scuttlebutt?
1717
18-Historically, sea-slang for gossip - a scuttlebutt is basically a watercooler on a ship.
18 +{% vimeo %}236358264{% endvimeo %}
1919
20-Scuttlebutt is a decent(ralised) secure gossip platform.
21-
22-> This seems like a silly name, but I assure you, this is real science. Read this: http://www.cs.cornell.edu/home/rvr/papers/flowgossip.pdf
23->
24-> Or, if you're lazy: http://en.wikipedia.org/wiki/Scuttlebutt (laziness will get you nowhere, btw)
25-
2620 ## How To Get Started
2721
2822 The easiest way to get started is using [patchwork](https://github.com/ssbc/patchwork), a classic social networking [application](./applications.md).
2923
book.jsonView
@@ -1,9 +1,10 @@
11 {
22 "gitbook": "3.x.x",
33 "plugins": [
44 "collapsible-menu",
5- "ssb"
5 + "ssb",
6 + "videoclips"
67 ],
78 "pluginsConfig": {
89 "fontSettings": {
910 "theme": "light"
package.jsonView
@@ -3,9 +3,10 @@
33 "version": "0.0.0",
44 "description": "A work-in-progress guide to the ssb-verse and key concepts and influences",
55 "dependencies": {
66 "gitbook-plugin-collapsible-menu": "^1.0.3",
7- "gitbook-plugin-ssb": "^1.1.0"
7 + "gitbook-plugin-ssb": "^1.1.0",
8 + "gitbook-plugin-videoclips": "^0.1.9"
89 },
910 "devDependencies": {
1011 "npm-run-all": "^3.1.1",
1112 "gh-pages": "^0.11.0",

Built with git-ssb-web