mirror of
https://github.com/privacyguides/privacyguides.org
synced 2024-11-10 21:23:41 +01:00
Merge pull request #359 from emanresusername/master
add magic-wormhole to the file sharing section
This commit is contained in:
commit
b016d69052
BIN
img/tools/Magic-Wormhole.png
Normal file
BIN
img/tools/Magic-Wormhole.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
26
index.html
26
index.html
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user