git ssb

2+

cel / scuttlebot.io



Commit e10c87abd3b0ffc017733e8f67de202b459dc00f

add dnssb app

Jan Winkelmann committed on 11/27/2016, 11:53:26 AM
Parent: ed02ea80607adb283fd3b95f8f6bf5d5fab75608

Files changed

tmpl/apps/index.html.jschanged
tmpl/apps/index.html.jsView
@@ -8,8 +8,9 @@
88 { id: 'patchwork', title: 'Patchwork', desc: 'Inbox, social feed, and profiles.', url: 'https://github.com/ssbc/patchwork' },
99 { id: 'ssb-cli-dashboard', title: 'CLI Dashboard', desc: 'Browse the database state.', url: 'https://github.com/ssbc/ssb-cli-dashboard' },
1010 { id: 'ssb-simple-whois', title: 'CLI Whois', desc: 'Very simple petname->pubkey lookup.', url: 'https://github.com/ssbc/ssb-simple-whois' },
1111 { id: 'git-ssb', title: 'git ssb', desc: 'git repos and issue tracking', url: 'https://git-ssb.celehner.com/%25n92DiQh7ietE%2BR%2BX%2FI403LQoyf2DtR3WQfCkDKlheQU%3D.sha256' },
12 + { id: 'dnssb', title: 'dnssb', desc: 'publish, distribute and query dns records', url: 'https://git-ssb.celehner.com/%25aVOBlkoiDbK99ROZPIaiiDk%2B4q2P4%2BG7MGul4UxkBBM%3D.sha256' },
1213 { id: 'add-new', title: 'Add an application', url: 'https://github.com/ssbc/scuttlebot.io/blob/master/add-an-application.md' }
1314 ])
1415 })
1516
@@ -22,5 +23,5 @@
2223 <p>${item.desc||''}</p>
2324 </a>`
2425 }).join('') }
2526 </div>`
26-}
27 +}

Built with git-ssb-web