git ssb

9+

mixmix / ssb-handbook



Commit 77357780d01916a46926073e9510695a12a5c571

Merge pull request #63 from ssbc/minimize-landing

minimize landing
Mikey authored on 12/17/2017, 12:43:57 PM
GitHub committed on 12/17/2017, 12:43:57 PM
Parent: 497241f32b2ee4ba45a25ff47d5ded8b4cd13b0c
Parent: 927968e21fc1ab374286c28b91b8e1aa926fa0ea

Files changed

README.mdchanged
SUMMARY.mdchanged
faq/index.mdchanged
faq/misc/related.mdadded
README.mdView
@@ -20,44 +20,19 @@
2020 {% vimeo %}236358264{% endvimeo %}
2121
2222 ## How To Get Started
2323
24-The easiest way to get started is using [patchwork](https://github.com/ssbc/patchwork), a classic social networking [application](./applications.md).
24 +The easiest way to get started is using [Patchwork](https://github.com/ssbc/patchwork), a classic social networking [application](./applications.md).
2525
26-![screenshot of patchwork](./assets/patchwork.jpg)
26 +![screenshot of Patchwork](./assets/patchwork.jpg)
2727
28-### Easy path
29-
3028 1. [Download an Installer](https://github.com/ssbc/patchwork/releases) for Windows, macOS and Linux
3129 2. Get a [pub invite code](https://github.com/ssbc/scuttlebot/wiki/Pub-Servers)
3230 3. Use the pub invite : in Patchwork click `+ Join Pub` and paste the invite code
3331
3432 Step 2 is important if you want to be able to find people further than your local network - it sets you up with a robot friend on the internet which helps you find and communicate with people.
3533 Read more about Pubs and their role [here](./concepts/pub.md).
3634
37-
38-### Build from Source
39-
40-This is more technical than the easy path, mainly useful if you're interested in developing Patchwork.
41-
42-On Linux you'll need some more dependencies. On Debian:
43-
44-```shell
45-sudo apt-get install libxext-dev libxtst-dev libxkbfile-dev g++ m4 automake libtool
46-```
47-
48-With [node (>= 4) and npm (>= 2) installed](https://github.com/creationix/nvm):
49-
50-```shell
51-$ git clone https://github.com/ssbc/patchwork
52-$ cd patchwork
53-$ npm install
54-$ npm start
55-```
56-
57-Follow steps `2.` and `3.` above to connect to the network.
58-
59-
6035 ## Join The Community
6136
6237 Check out the following channels by typing their name (with #) in the search bar:
6338 - **#new-people**: introduce yourself
@@ -101,25 +76,4 @@
10176 - [ssbc.github.io](https://ssbc.github.io)
10277
10378 [Please help us consolidate this here](contributing.md#contributing-documentation)!
10479
105-## Other Projects
106-
107-Scuttlebutt is not the only dex project:
108-
109-- [Matrix](http://matrix.org/)
110-- [Bitcoin](https://bitcoin.org/)
111-- [Ethereum](https://www.ethereum.org/)
112-- [Zerocoin](http://zerocoin.org/)
113-- [MaidSafe](http://maidsafe.net/)
114-- [IPFS](https://ipfs.io/)
115-- [Dat](http://datproject.org/)
116-- [Solid](https://github.com/solid/solid)
117-- [cjdns](https://github.com/cjdelisle/cjdns)
118-- [Syncthing](https://syncthing.net/)
119-- [Indie](https://ind.ie/)
120-- [Twister](http://twister.net.co/)
121-- [WebTorrent](https://webtorrent.io/)
122-- [StrongLink](https://github.com/btrask/stronglink)
123-- [RetroShare](http://retroshare.sourceforge.net)
124-- [ZeroNet](http://zeronet.io)
125-- [Snackis](https://github.com/andreas-gone-wild/snackis)
SUMMARY.mdView
@@ -49,8 +49,9 @@
4949 - [How do channel descriptions work?](faq/channels/channel-messages.md)
5050 - [How do I find a channel?](faq/channels/channel-find.md)
5151 - [Misc.](faq/misc/concepts.md)
5252 - [This seems really cool?](faq/misc/cool.md)
53 + - [What other dex projects exist?](faq/misc/related.md)
5354 - [Who wrote this FAQ?](faq/misc/faq-credits.md)
5455 - [How can I help?](faq/misc/help.md)
5556 * [Glossary](glossary.md)
5657
faq/index.mdView
@@ -24,6 +24,7 @@
2424 - [How do channel descriptions work?](channels/channel-messages.md)
2525 - [How do I find a channel?](channels/channel-find.md)
2626 * [Misc](misc/concepts.md)
2727 - [This seems really cool?](misc/cool.md)
28 + - [What other dex projects exist?](misc/related.md)
2829 - [Who wrote this FAQ?](misc/faq-credits.md)
2930 - [How can I help?](misc/help.md)
faq/misc/related.mdView
@@ -1,0 +1,23 @@
1 +# What other dex projects exist?
2 +
3 +---
4 +
5 +Scuttlebutt is not the only dex project:
6 +
7 +- [Matrix](http://matrix.org/)
8 +- [Bitcoin](https://bitcoin.org/)
9 +- [Ethereum](https://www.ethereum.org/)
10 +- [Zerocoin](http://zerocoin.org/)
11 +- [MaidSafe](http://maidsafe.net/)
12 +- [IPFS](https://ipfs.io/)
13 +- [Dat](http://datproject.org/)
14 +- [Solid](https://github.com/solid/solid)
15 +- [cjdns](https://github.com/cjdelisle/cjdns)
16 +- [Syncthing](https://syncthing.net/)
17 +- [Indie](https://ind.ie/)
18 +- [Twister](http://twister.net.co/)
19 +- [WebTorrent](https://webtorrent.io/)
20 +- [StrongLink](https://github.com/btrask/stronglink)
21 +- [RetroShare](http://retroshare.sourceforge.net)
22 +- [ZeroNet](http://zeronet.io)
23 +- [Snackis](https://github.com/andreas-gone-wild/snackis)

Built with git-ssb-web