add magic-wormhole to the file sharing section #359

Merged
emanresusername merged 2 commits from master into master 2017-11-12 16:25:24 +00:00
2 changed files with 24 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<!-- set the default language as English -->
<html lang="en">
@ -1695,7 +1695,6 @@
<h1><a href="#filesharing" class="titleanchor"><span class="glyphicon glyphicon-link"></span></a> File Sharing</h1>
</div>
<div class="row">
<div class="col-sm-4">
<div class="panel panel-success">
<div class="panel-heading">
@ -1714,6 +1713,29 @@
</div>
</div>
</div>
<div class="col-sm-4">
<div class="panel panel-info">
<div class="panel-heading">
<h3 class="panel-title">Magic Wormhole</h3>
</div>
<div class="panel-body">
<p>
<img src="img/tools/Magic-Wormhole.png" alt="Magic Wormhole" align="right" style="margin-left:5px; ">
Get things from one computer to another, safely.
This package provides a library and a command-line tool named wormhole, which makes it possible to get arbitrary-sized files and directories (or short pieces of text) from one computer to another. The two endpoints are identified by using identical "wormhole codes": in general, the sending machine generates and displays the code, which must then be typed into the receiving machine.
The codes are short and human-pronounceable, using a phonetically-distinct wordlist. The receiving side offers tab-completion on the codewords, so usually only a few characters must be typed. Wormhole codes are single-use and do not need to be memorized.
</p>
<p>
<a href="http://magic-wormhole.io/">
<button type="button" class="btn btn-success">Website: magic-wormhole.io</button>
</a>
</p>
<p>OS: cross-platform <a href="https://github.com/warner/magic-wormhole#license-compatibility">(python)</a></p>
</div>
</div>
</div>
</div>
<a class="anchor" name="cloud"></a>