git ssb

2+

cel / scuttlebot.io



Commit 5018dc163eaf620159efec3f49b4bf2b2e286656

tweak some verbiage in the intro and title

Paul Frazee committed on 3/20/2016, 9:51:28 PM
Parent: c0c9508d732a53b79ef287fd75268ac0d50dda3a

Files changed

tmpl/docs/basics/install-the-database.html.jschanged
tmpl/docs/basics/publish-a-message.html.jschanged
tmpl/docs/basics/read-your-log.mdchanged
tmpl/head.part.jschanged
tmpl/index.html.jschanged
tmpl/docs/basics/install-the-database.html.jsView
@@ -23,17 +23,17 @@
2323 </blockquote>
2424 <h2>Next:</h2>
2525 <div class="choice-widget">
2626 <a href="/apps/index.html">
27- <h2>Choose an application</h2>
27+ <h2>Applications</h2>
2828 <p>
29- Find a UI for Scuttlebot with the existing applications.
29+ Choose a UI for Scuttlebot.
3030 </p>
3131 </a>
32- <a href="/docs/basics/open-a-client.html">
33- <h2>Continue this guide</h2>
32+ <a href="/docs/basics/publish-a-message.html">
33+ <h2>Read more</h2>
3434 <p>
35- Learn how to build your own applications.
35+ Learn about the API.
3636 </p>
3737 </a>
3838 </div>
3939 `
tmpl/docs/basics/publish-a-message.html.jsView
@@ -9,9 +9,8 @@
99 content: `
1010 <h2>Publish a message</h2>
1111 <p>
1212 Every user has an append-only log of JSON messages, called their feed.
13- Let's start your feed by telling the world, hello!
1413 </p>
1514 <p>
1615 Use this command to publish your first message:
1716 </p>
tmpl/docs/basics/read-your-log.mdView
@@ -1,7 +1,6 @@
11 ## Read your log
22
3-Let's read back your log.
43 Use this command to get your ID:
54
65 ```bash
76 sbot whoami
tmpl/head.part.jsView
@@ -2,9 +2,9 @@
22 opts = opts || {}
33 if (opts.title)
44 opts.title += ' - Scuttlebot'
55 else
6- opts.title = 'Scuttlebot p2p database'
6+ opts.title = 'Scuttlebot peer-to-peer log store'
77
88 return `<head>
99 <title>${opts.title}</title>
1010 <link rel="icon" href="/img/icon.png">
tmpl/index.html.jsView
@@ -8,9 +8,9 @@
88 path: '/docs/basics/install-the-database.html',
99 hero: `
1010 <div class="hero big">
1111 <img src="/img/hermies-256.png">
12- <h1>Scuttlebot<br><small>a social p2p database<br>for people tired of cloud software</small></h1>
12+ <h1>Scuttlebot<br><small>a peer-to-peer messenger<br>for people tired of cloud software</small></h1>
1313 <p>
1414 <a class="cta" href="javascript:alert('TODO: This will popup to a youtube video demoing sbot install and usage, and then patchwork')">&#9654; See it in action</a>
1515 <a class="cta dark" href="/docs/basics/install-the-database.html"><small>&#11015;</small> Download now</a>
1616 </p>

Built with git-ssb-web