git ssb

2+

cel / scuttlebot.io



Commit 7637418d38ab054ae11a567c04278551842b8d39

fix broken github links and npm install

scuttlebot repo changed to ssb-server
Mel Heisey committed on 12/31/2018, 2:02:45 AM
Parent: 4f7b78d8b2914480db07fd7c23c2285549900e29

Files changed

tmpl/apis/modules/secret-stack.mdchanged
tmpl/apis/modules/ssb-config.mdchanged
tmpl/apis/modules/ssb-party.mdchanged
tmpl/docs/basics/install-the-database.html.jschanged
tmpl/docs/config/create-a-pub.html.jschanged
tmpl/footer.part.jschanged
tmpl/apis/modules/secret-stack.mdView
@@ -4,9 +4,9 @@
44
55 SecretStack is built on [secret-handshake](https://github.com/dominictarr/secret-handshake)
66 and [muxrpc](https://github.com/ssbc/muxrpc). This provides a framework
77 to make building secure, decentralized systems easier.
8-(such as [scuttlebot](https://github.com/ssbc/scuttlebot) which this was refactored out of ;)
8 +(such as [scuttlebot](https://github.com/ssbc/ssb-server) which this was refactored out of ;)
99
1010 ## Example
1111
1212 ``` js
tmpl/apis/modules/ssb-config.mdView
@@ -1,7 +1,7 @@
11 # ssb-config
22
3-Configuration module used by [`scuttlebot`](https://github.com/ssbc/scuttlebot).
3 +Configuration module used by [`scuttlebot`](https://github.com/ssbc/ssb-server).
44
55 ## example
66
77 ``` js
tmpl/apis/modules/ssb-party.mdView
@@ -34,9 +34,9 @@
3434 - `config.timers.keepalive`: minimum time (ms) to keep the server online after the last client disconnects. default: 30s
3535 - `config.party.out`: where to put standard output of sbot. may be a path (absolute, or relative to ssb's directory), or `false` to discard, or `true` to pass through to the controlling terminal. default: `"debug.log"`
3636 - `config.party.err`: where to put standard error of sbot. default: same as `config.party.out`
3737
38-[scuttlebot]: https://github.com/ssbc/scuttlebot
38 +[scuttlebot]: https://github.com/ssbc/ssb-server
3939 [ssb-keys]: https://github.com/ssbc/ssb-keys
4040 [ssb-config]: https://github.com/ssbc/ssb-config
4141 [secret-stack]: https://github.com/ssbc/secret-stack
4242
tmpl/docs/basics/install-the-database.html.jsView
@@ -10,9 +10,9 @@
1010
1111 // put content in a separate function so that index.html can reuse it
1212 module.exports.content = () => `
1313 <h2>Install the database</h2>
14- ${ com.code({ bash: `npm install -g scuttlebot` }) }
14 + ${ com.code({ bash: `npm install -g ssb-server` }) }
1515 <p>
1616 Install the database to your device, not to a host.
1717 Each user runs their own Scuttlebot.
1818 </p>
tmpl/docs/config/create-a-pub.html.jsView
@@ -20,9 +20,9 @@
2020 <h2>2. Install Scuttlebot</h2>
2121 <p>
2222 Install Scuttlebot using NPM.
2323 </p>
24- ${ com.code({ bash: `npm install -g scuttlebot` }) }
24 + ${ com.code({ bash: `npm install -g ssb-server` }) }
2525 <p>
2626 To update scuttlebot in the future, simply run the global install again.
2727 </p>
2828
tmpl/footer.part.jsView
@@ -9,7 +9,7 @@
99 <ul class="footer-section">
1010 <li>Community</li>
1111 <li><p>#scuttlebutt on freenode</p></li>
1212 <li><a href="https://github.com/ssbc">GitHub Org</a></li>
13- <li><a href="https://github.com/ssbc/scuttlebot">GitHub Repo</a></li>
13 + <li><a href="https://github.com/ssbc/ssb-server">GitHub Repo</a></li>
1414 </ul>
1515 </div>`

Built with git-ssb-web