diff options
author | Mathieu Leplatre <mathieu@leplat.re> | 2016-03-08 11:21:56 +0000 |
---|---|---|
committer | Mathieu Leplatre <mathieu@leplat.re> | 2016-03-08 11:21:56 +0000 |
commit | defa55ed93eb7510bf9334af7c719a22be9b0343 (patch) | |
tree | 2a29ce9a9c6374f2e8b18bccdd2cd7d31726bf1d | |
parent | Added Kinto storage service (diff) | |
download | awesome-selfhosted-defa55ed93eb7510bf9334af7c719a22be9b0343.tar.gz awesome-selfhosted-defa55ed93eb7510bf9334af7c719a22be9b0343.zip |
Remove Javascript from Kinto server description
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |