add simple sync service as a plugin

The 'KOSync' plugin will synchronize furthest reading progress
across different koreader devices after users registering their
devices.

The synchronizing service is open-sourced as the project
[koreader/koreader-sync-server](https://github.com/koreader/koreader-sync-server).
This commit is contained in:
chrox
2015-03-09 20:20:32 +08:00
parent 9ab6224963
commit d08e22ec2e
11 changed files with 702 additions and 53 deletions

View File

@@ -22,6 +22,6 @@ indent_size = 8
indent_style = tab
indent_size = 8
[*.{js,json,css,scss,sass,html,handlebars,tpl}]
[*.{js,css,scss,sass,html,handlebars,tpl}]
indent_style = space
indent_size = 2