Commit c52c66bca2f11bf3f73ea7ec3a141a23510f6e3b
Add ferment
add ferment to list of scuttlebot applicationsKeith Alexander authored on 3/22/2017, 7:23:20 AM
GitHub committed on 3/22/2017, 7:23:20 AM
Parent: 38a5fa4622c48934a42d7cab3a6dc72e32b69db3
Files changed
tmpl/apps/index.html.js | changed |
tmpl/apps/index.html.js | |||
---|---|---|---|
@@ -5,8 +5,9 @@ | |||
5 | 5 … | section: 'apps', | |
6 | 6 … | path: '/apps/index.html', | |
7 | 7 … | content: listing([ | |
8 | 8 … | { id: 'patchwork', title: 'Patchwork', desc: 'Inbox, social feed, and profiles.', url: 'https://github.com/ssbc/patchwork' }, | |
9 … | + { id: 'ferment', title: 'Ferment', desc: 'Peer-to-peer audio publishing and streaming. Like SoundCloud but decentralized. ', url: 'https://fement.audio'}, | ||
9 | 10 … | { id: 'ssb-cli-dashboard', title: 'CLI Dashboard', desc: 'Browse the database state.', url: 'https://github.com/ssbc/ssb-cli-dashboard' }, | |
10 | 11 … | { id: 'ssb-simple-whois', title: 'CLI Whois', desc: 'Very simple petname->pubkey lookup.', url: 'https://github.com/ssbc/ssb-simple-whois' }, | |
11 | 12 … | { 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 | 13 … | { id: 'dnssb', title: 'dnssb', desc: 'publish, distribute and query dns records', url: 'https://git-ssb.celehner.com/%25aVOBlkoiDbK99ROZPIaiiDk%2B4q2P4%2BG7MGul4UxkBBM%3D.sha256' }, |
Built with git-ssb-web