git ssb

3+

ev / sdash



Commit 93111b0067bd271cf647b5e5e459f1f75ee6fc54

add png

Ev Bogue committed on 9/23/2016, 2:26:29 PM
Parent: 7a3522bc6fe4cac04ceeb90d65345f2752abd58a

Files changed

index.jschanged
readme.mdchanged
sdash.pngadded
index.jsView
@@ -139,19 +139,18 @@
139139 ),
140140 h('div.msg',
141141 h('p.small.ri', 'dig'),
142142 h('img.avatar', {src: bloburl + image}),
143- h('a', {href: me }, '@' + name), ' dug ',
144- h('div', vote.value.content.vote.link,
143 + h('a', {href: me }, '@' + name), ' dug ',
144 + h('a', {href: vote.value.content.vote.link}, redo.value.content.text.substring(0, 40)), '...',
145145 h('p.date', mo(vote.value.timestamp).fromNow()),
146146 h('div.msg',
147147 h('img.avatar', {src: bloburl + reauthor.image}),
148148 h('a', {href: reauthor.name }, '@' + reauthor.name),
149149 h('div', {innerHTML: md.block(redo.value.content.text)},
150150 h('span.date', mo(redo.value.timestamp).fromNow())
151151 )
152152 )
153- )
154153 )
155154 )
156155 ).outerHTML)
157156 }
readme.mdView
@@ -1,8 +1,10 @@
11 # sdash
22
33 sdash is a personal gateway to the [scuttlebot](http://scuttlebot.io) distributed social network
44
5 +![sdash](sdash.png)
6 +
57 ### Install Scuttlebot
68
79 ```
810 sudo npm install -g scuttlebot
sdash.png
sdash.png

Built with git-ssb-web