Files: 6a055e1be48956691b060c261266f3d9e41250d9 / tmpl / index.html.js
1200 bytesRaw
1 | var page = require('./page.part') |
2 | var installTheDatabase = require('./docs/basics/install-the-database.html') |
3 | |
4 | // this page is the same as the first guide in basics, but with the big hero |
5 | module.exports = () => page({ |
6 | section: 'docs', |
7 | tab: 'docs-basics', |
8 | path: '/docs/basics/install-the-database.html', |
9 | hero: ` |
10 | <div class="hero big"> |
11 | <img src="/img/hermies-256.png"> |
12 | <h1>Scuttlebot<br><small>a peer-to-peer log store</small></h1> |
13 | ${''/*<p> |
14 | <a class="cta" href="javascript:alert('TODO: This will popup to a youtube video demoing sbot install and usage, and then patchwork')">▶ See it in action</a> |
15 | <a class="cta dark" href="/docs/basics/install-the-database.html"><small>⬇</small> Download now</a> |
16 | </p>*/} |
17 | <p class="description"> |
18 | Scuttlebot is an open source <strong>peer-to-peer log store</strong> used as a database, identity provider, and messaging system. |
19 | It features global replication, file-syncronization, and end-to-end encryption.<br> |
20 | <br> |
21 | <a href="/more/protocols/secure-scuttlebutt.html">Read about the protocol</a>. |
22 | </p> |
23 | </div> |
24 | `, |
25 | content: installTheDatabase.content() |
26 | }) |
27 |
Built with git-ssb-web