From 5dcda58ce5110e5b5fde6c693ff6e149ecbe5c1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Sat, 13 Jan 2024 13:18:06 +0000 Subject: [PATCH] Structure and requested fixes --- README.md | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index ae46b1e..31a6a7f 100644 --- a/README.md +++ b/README.md @@ -23,22 +23,24 @@ File sharing on your local network that works on all platforms. - Internet transfers - Join temporary public rooms to transfer files easily over the Internet. - Web-app - - Works on all devices with a web browser (that supports HTML5, CSS 3, JS, and WebRTC). + - Works on all devices with a modern web-browser. Send a file from your phone to your laptop?
Share photos in original quality with friends using Android and iOS?
Share private files peer-to-peer between Linux systems? + + ## Differences to the [Snapdrop](https://github.com/RobinLinus/snapdrop) it is based on
List view ### Paired Devices and Public Rooms — Internet Transfer * Transfer files over the Internet between paired devices or by entering temporary public rooms. -* Connect to devices in complex network environments (public Wi-Fi, company network, Apple private relay, VPN, etc.). +* Connect to devices in complex network environments (public Wi-Fi, company network, iCloud Private Relay, VPN, etc.). * Connect to devices on your mobile hotspot. -* Devices outside of your local network that are behind a NAT are autop-connected via the PairDrop TURN server. +* Devices outside of your local network that are behind a NAT are auto-connected via the PairDrop TURN server. * Connect to devices on your mobile hotspot. -* Devices that are paired devices, in the same public room, or on your local network are shown. +* Devices from the local network, in the same public room, or previously paired are shown. #### Persistent Device Pairing @@ -87,38 +89,37 @@ Connect to others in complex network situations, or over the Internet.
-## Screenshots - +## Translate PairDrop on [Hosted Weblate](https://hosted.weblate.org/engage/pairdrop/) + +Translation status + ## Built with the following awesome technologies: * Vanilla HTML5 / JS ES6 / CSS 3 frontend * [WebRTC](http://webrtc.org/) / WebSockets * [Node.js](https://nodejs.org/en/) backend -* [Progressive web app](https://wikipedia.org/wiki/Progressive_Web_App) -* [IndexedDB API](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API) -* [zip.js](https://gildas-lormeau.github.io/zip.js/) +* [Progressive web app (PWA)](https://en.wikipedia.org/wiki/Progressive_web_app) unified functionality +* [IndexedDB API](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API) storage handling +* [zip.js](https://gildas-lormeau.github.io/zip.js/) library * [cyrb53](https://github.com/bryc/code/blob/master/jshash/experimental/cyrb53.js) super-fast hash function * [Weblate](https://weblate.org/) web-based localization tool [FAQ](docs/faq.md) -[Host your own instance with Docker](docs/host-your-own.md). +[Host your own instance with Docker or Node.js](docs/host-your-own.md). ## Support -Buy me a coffee +Buy me a coffee +
+
PairDrop is libre, and always will be. \ I footed the bill for the domain and the server, and you can help create great softeare by supporting me. \ Please use BuyMeACoffee via the button above. \ Thanks a lot for supporting copylefted libre software! -## Translate PairDrop on Hosted Weblate - -Translation status - - ## Contributing Feel free to [open an issue](https://github.com/schlagmichdoch/pairdrop/issues/new/choose) or a [pull request](https://github.com/schlagmichdoch/pairdrop/pulls), following the