Commit e10c87abd3b0ffc017733e8f67de202b459dc00f
add dnssb app
Jan Winkelmann committed on 11/27/2016, 11:53:26 AMParent: ed02ea80607adb283fd3b95f8f6bf5d5fab75608
Files changed
tmpl/apps/index.html.js | changed |
tmpl/apps/index.html.js | |||
---|---|---|---|
@@ -8,8 +8,9 @@ | |||
8 | 8 … | { id: 'patchwork', title: 'Patchwork', desc: 'Inbox, social feed, and profiles.', url: 'https://github.com/ssbc/patchwork' }, | |
9 | 9 … | { id: 'ssb-cli-dashboard', title: 'CLI Dashboard', desc: 'Browse the database state.', url: 'https://github.com/ssbc/ssb-cli-dashboard' }, | |
10 | 10 … | { id: 'ssb-simple-whois', title: 'CLI Whois', desc: 'Very simple petname->pubkey lookup.', url: 'https://github.com/ssbc/ssb-simple-whois' }, | |
11 | 11 … | { 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' }, | ||
12 | 13 … | { id: 'add-new', title: 'Add an application', url: 'https://github.com/ssbc/scuttlebot.io/blob/master/add-an-application.md' } | |
13 | 14 … | ]) | |
14 | 15 … | }) | |
15 | 16 … | ||
@@ -22,5 +23,5 @@ | |||
22 | 23 … | <p>${item.desc||''}</p> | |
23 | 24 … | </a>` | |
24 | 25 … | }).join('') } | |
25 | 26 … | </div>` | |
26 | -} | ||
27 … | +} |
Built with git-ssb-web