Commit 5407705371f827efafd59d46772af666a31daec5
add more written guides
Stephen Whitmore committed on 1/17/2018, 4:25:04 AMParent: 8295e0aebc4cc1584ab969fe0c65201ce6a6ab68
Files changed
README.md | changed |
README.md | |||
---|---|---|---|
@@ -15,9 +15,9 @@ | |||
15 | 15 … | **scuttlebutt stack** | |
16 | 16 … | - scuttlebutt-protocol-guide - ([ssb](%gghZe88ZC2N18Zz44cn0/PE12eEJ+vyzOj6CW1QG4Ds=.sha256) | [github](https://github.com/vtduncan/scuttlebutt-protocol-guide) | [read online](https://vltf.org/scuttlebuttprotocolguide)) learn about the protocol with beautiful diagrams | |
17 | 17 … | - [scuttlebutt modules](https://www.scuttlebutt.nz/modules.html) - a great overview of modules organised by domain / stack-position | |
18 | 18 … | ||
19 | -**pull-streams** | ||
19 … | +**pull-streams** | ||
20 | 20 … | - [pull-stream.github.io](https://pull-stream.github.io/) - a guide to the pull-stream ecosystem (scuttlebut uses pull-streams extensively) | |
21 | 21 … | - [github.com/pull-stream/pull-stream-faq](https://github.com/pull-stream/pull-stream-faq) - a simple FAQ | |
22 | 22 … | ||
23 | 23 … | ||
@@ -42,10 +42,21 @@ | |||
42 | 42 … | ||
43 | 43 … | ||
44 | 44 … | ### Written | |
45 | 45 … | ||
46 | -[github.com/don-smith/ssb-tutorial](https://github.com/don-smith/ssb-tutorial) - a command line intro that uses docker to spin up several sbots and get them talking to each other. | ||
46 … | +#### sbot | ||
47 … | +- [github.com/don-smith/ssb-tutorial](https://github.com/don-smith/ssb-tutorial) - a command line intro that uses docker to spin up several sbots and get them talking to each other. | ||
47 | 48 … | ||
49 … | +#### git-ssb | ||
50 … | +- [From GitHub to git-ssb](%25RPKzL382v2fAia5HuDNHD5kkFdlP7bGvXQApSXqOBwc%3D.sha256) | ||
cel %5/b0t8dFn3ND6S2DaedGe8VUlaKKJLXIhteZJ/dEtEQ=.sha256 · 1/17/2018, 7:37:56 AM @noffle should these message ids be url-encoded? Kira %YP2evEPnzLcCk0fzpG3IJozSn4+z/rpegmBG2k1m6bs=.sha256 · 1/17/2018, 10:25:57 PM @cel whoops, no, they shouldn't be. fixed! | |||
51 … | + | ||
52 … | +#### ssb-npm | ||
53 … | +- [ssb-npm 101](%25eSY9ewHDPzCJhl%2Bu9hivtWvvjJbSg%2BVmaxyqmvfEfK4%3D.sha256) - install, set up, and use ssb-npm | ||
54 … | + | ||
55 … | +#### patchfoo | ||
56 … | +- [Intro to Patchfoo](%25VaSj08AbdhIa4itK4z8Z91G80o2h5OhRLCEEO6MhAcU%3D.sha256) - install and set up the patchfoo client | ||
57 … | +- [Hacking Patchfoo](%25mgQ7t%2BaBDF71ZGmzQVk8yEQiB8Wj2dF5nmmVyYynOoQ%3D.sha256) - learn to hack on & modify patchfoo & make it your own | ||
58 … | + | ||
48 | 59 … | ### Code snippets | |
49 | 60 … | ||
50 | 61 … | [scuttlebot.io](http://scuttlebot.io/docs/basics/publish-a-message.html) - lots of code snippets, some background | |
51 | 62 … | - [post a message](http://scuttlebot.io/docs/basics/publish-a-message.html) |
Built with git-ssb-web