From b2dc6bc878bde075b145122c196294c44218afb5 Mon Sep 17 00:00:00 2001 From: Mathieu Leplatre Date: Mon, 7 Mar 2016 12:24:03 +0100 Subject: [PATCH 1/3] Added Kinto storage service --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3912d99..0fdb0b26 100644 --- a/README.md +++ b/README.md @@ -446,7 +446,7 @@ Some [Groupware](#groupware) solutions also feature file sharing and synchroniza * [Z-Push](https://z-push.org/) - An implementation of Microsoft’s [ActiveSync](https://en.wikipedia.org/wiki/ActiveSync) protocol * [ownCloud](https://owncloud.org/) - All-in-one solution for saving, synchronizing, viewing, editing and sharing files, calendars, address books and more - `AGPLv3` `PHP` * [Pydio](https://pyd.io/) - Turn any web server into a powerful file management system and an alternative to mainstream cloud storage providers. - + * [Kinto](https://kinto.readthedocs.org) - Kinto is a minimalist JSON storage service with synchronisation and sharing abilities. ([Source Code](https://github.com/Kinto)) `Apache 2.0` `Python/JavaScript` #### Peer-to-peer filesharing From defa55ed93eb7510bf9334af7c719a22be9b0343 Mon Sep 17 00:00:00 2001 From: Mathieu Leplatre Date: Tue, 8 Mar 2016 12:21:56 +0100 Subject: [PATCH 2/3] Remove Javascript from Kinto server description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fdb0b26..7a6bd112 100644 --- a/README.md +++ b/README.md @@ -446,7 +446,7 @@ Some [Groupware](#groupware) solutions also feature file sharing and synchroniza * [Z-Push](https://z-push.org/) - An implementation of Microsoft’s [ActiveSync](https://en.wikipedia.org/wiki/ActiveSync) protocol * [ownCloud](https://owncloud.org/) - All-in-one solution for saving, synchronizing, viewing, editing and sharing files, calendars, address books and more - `AGPLv3` `PHP` * [Pydio](https://pyd.io/) - Turn any web server into a powerful file management system and an alternative to mainstream cloud storage providers. - * [Kinto](https://kinto.readthedocs.org) - Kinto is a minimalist JSON storage service with synchronisation and sharing abilities. ([Source Code](https://github.com/Kinto)) `Apache 2.0` `Python/JavaScript` + * [Kinto](https://kinto.readthedocs.org) - Kinto is a minimalist JSON storage service with synchronisation and sharing abilities. ([Source Code](https://github.com/Kinto)) `Apache 2.0` `Python` #### Peer-to-peer filesharing From 68849fda625c432babd3e795798f24b4a1062c77 Mon Sep 17 00:00:00 2001 From: Mathieu Leplatre Date: Wed, 9 Mar 2016 18:35:04 +0100 Subject: [PATCH 3/3] Sort alphabetically --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a6bd112..9f7583a2 100644 --- a/README.md +++ b/README.md @@ -437,6 +437,7 @@ Some [Groupware](#groupware) solutions also feature file sharing and synchroniza #### File transfer/synchronization * [Git Annex](http://git-annex.branchable.com/assistant/quickstart/) - File synchronization between computers, servers, external drives + * [Kinto](https://kinto.readthedocs.org) - Kinto is a minimalist JSON storage service with synchronisation and sharing abilities. ([Source Code](https://github.com/Kinto)) `Apache 2.0` `Python` * [OpenSSH/SFTP](http://www.openssh.com/) - Secure File Transfer Program. ([Source Code](http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh)) `BSD` `C` * [Samba](https://www.samba.org/) - Samba is the standard Windows interoperability suite of programs for Linux and Unix. It provides secure, stable and fast file and print services for all clients using the SMB/CIFS protocol. ([Source Code](https://git.samba.org/samba.git/)) `GPLv3` `C` * [Seafile](https://www.seafile.com/en/home/) - File hosting and sharing solution primary for teams and organizations. ([Demo](https://seacloud.cc/demo)) `GPLv2` @@ -446,7 +447,7 @@ Some [Groupware](#groupware) solutions also feature file sharing and synchroniza * [Z-Push](https://z-push.org/) - An implementation of Microsoft’s [ActiveSync](https://en.wikipedia.org/wiki/ActiveSync) protocol * [ownCloud](https://owncloud.org/) - All-in-one solution for saving, synchronizing, viewing, editing and sharing files, calendars, address books and more - `AGPLv3` `PHP` * [Pydio](https://pyd.io/) - Turn any web server into a powerful file management system and an alternative to mainstream cloud storage providers. - * [Kinto](https://kinto.readthedocs.org) - Kinto is a minimalist JSON storage service with synchronisation and sharing abilities. ([Source Code](https://github.com/Kinto)) `Apache 2.0` `Python` + #### Peer-to-peer filesharing