mirror of
				https://github.com/privacyguides/privacyguides.org.git
				synced 2025-10-31 11:36:36 +00:00 
			
		
		
		
	Move file sharing to separate file
This commit is contained in:
		
							
								
								
									
										20
									
								
								_includes/sections/file-sharing.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								_includes/sections/file-sharing.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,20 @@ | |||||||
|  | <h1 id="filesharing" class="anchor"><a href="#filesharing"><i class="fas fa-link anchor-icon"></i></a> File Sharing</h1> | ||||||
|  |  | ||||||
|  | <div class="row mb-2"> | ||||||
|  |   {% include card.html color="success" | ||||||
|  |   title="OnionShare" | ||||||
|  |   image="assets/img/tools/OnionShare.png" | ||||||
|  |   url="https://onionshare.org/" | ||||||
|  |   tor="http://elx57ue5uyfplgva.onion/" | ||||||
|  |   footer="OS: Windows, macOS, Linux." | ||||||
|  |   description="OnionShare is an open source tool that lets you securely and anonymously share a file of any size. It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable URL to access and download the files. It doesn't require setting up a server on the internet somewhere or using a third-party filesharing service. You host the file on your own computer and use a Tor onion service to make it temporarily accessible over the internet." | ||||||
|  |   %} | ||||||
|  |  | ||||||
|  |   {% include card.html color="primary" | ||||||
|  |   title="Magic Wormhole" | ||||||
|  |   image="assets/img/tools/Magic-Wormhole.png" | ||||||
|  |   url="https://github.com/warner/magic-wormhole" | ||||||
|  |   footer='OS: cross-platform <a href="https://github.com/warner/magic-wormhole#license-compatibility">(python)</a>' | ||||||
|  |   description='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.' | ||||||
|  |   %} | ||||||
|  | </div> | ||||||
							
								
								
									
										21
									
								
								index.html
									
									
									
									
									
								
							
							
						
						
									
										21
									
								
								index.html
									
									
									
									
									
								
							| @@ -35,26 +35,7 @@ layout: default | |||||||
|  |  | ||||||
|   {% include sections/voice-video-messenger.html %} |   {% include sections/voice-video-messenger.html %} | ||||||
|  |  | ||||||
|   <h1 id="filesharing" class="anchor"><a href="#filesharing"><i class="fas fa-link anchor-icon"></i></a> File Sharing</h1> |   {% include sections/file-sharing.html %} | ||||||
|  |  | ||||||
|   <div class="row mb-2"> |  | ||||||
|     {% include card.html color="success" |  | ||||||
|     title="OnionShare" |  | ||||||
|     image="assets/img/tools/OnionShare.png" |  | ||||||
|     url="https://onionshare.org/" |  | ||||||
|     tor="http://elx57ue5uyfplgva.onion/" |  | ||||||
|     footer="OS: Windows, macOS, Linux." |  | ||||||
|     description="OnionShare is an open source tool that lets you securely and anonymously share a file of any size. It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable URL to access and download the files. It doesn't require setting up a server on the internet somewhere or using a third-party filesharing service. You host the file on your own computer and use a Tor onion service to make it temporarily accessible over the internet." |  | ||||||
|     %} |  | ||||||
|  |  | ||||||
|     {% include card.html color="primary" |  | ||||||
|     title="Magic Wormhole" |  | ||||||
|     image="assets/img/tools/Magic-Wormhole.png" |  | ||||||
|     url="https://github.com/warner/magic-wormhole" |  | ||||||
|     footer='OS: cross-platform <a href="https://github.com/warner/magic-wormhole#license-compatibility">(python)</a>' |  | ||||||
|     description='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.' |  | ||||||
|     %} |  | ||||||
|   </div> |  | ||||||
|  |  | ||||||
|   <h1 id="cloud" class="anchor"><a href="#cloud"><i class="fas fa-link anchor-icon"></i></a> Encrypted Cloud Storage Services</h1> |   <h1 id="cloud" class="anchor"><a href="#cloud"><i class="fas fa-link anchor-icon"></i></a> Encrypted Cloud Storage Services</h1> | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Vincevrp
					Vincevrp