git ssb

2+

ev / mvd



Commit 793444db02289c9a688dd7301e70f700cedbdd3d

edits to about

Ev Bogue committed on 5/25/2018, 7:06:04 PM
Parent: 6de4955b21f8b14a57ff5ec61868f8dd7d427176

Files changed

about.jschanged
about.jsView
@@ -20,9 +20,9 @@
2020 h('a', {href: 'http://evbogue.com/decent4.webm'}, 'Part 4'), ' '
2121 )
2222 ),
2323 h('p', h('strong', 'Use Decent'), ' on your local machine by cloning the repository and building the software. Or, use a public Decent Pub to try Decent over websockets.'),
24- h('p', h('strong', 'Save your ', h('a', {href:'#key'} , 'key')), ' somewhere safe(!) to write to your append-only log. Decent will share your log with your friends (and their friends) using the gossip network. While you can edit messages by appending new messages to your log, any message you post will always exist on your secure log. Use your key on one Decent at a time to avoid forking your log. Use different keys on multiple devices.'),
24 + h('p', h('strong', 'Save your ', h('a', {href:'#key'} , 'key')), ' somewhere safe(!) to write to your append-only log. Decent will share your log with your friends (and their friends) using the gossip network. While you can edit messages by appending new messages to your log, any message you post will always exist on your secure log. Only use your key on one Decent instance at a time to avoid forking your log.'),
2525 h('p', 'Decent Pubs:'),
2626 h('ul',
2727 h('li', h('a', {href: 'http://decent.evbogue.com/'}, 'decent.evbogue.com')),
2828 h('li', h('a', {href: 'http://decent.gwenbell.com'}, 'decent.gwenbell.com')),

Built with git-ssb-web