├── .luacheckrc ├── .luarc.json ├── COPYING ├── README.md ├── assets └── menus.png └── syncthing.koplugin ├── _meta.lua ├── insert_menu.lua ├── lib ├── LICENCE_lua-feedparser ├── LICENSE_LuaXML ├── dateparser.lua ├── handler.lua └── xml.lua ├── main.lua ├── start-syncthing └── syncthing /.luacheckrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonchoimtt/koreader-syncthing/HEAD/.luacheckrc -------------------------------------------------------------------------------- /.luarc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonchoimtt/koreader-syncthing/HEAD/.luarc.json -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonchoimtt/koreader-syncthing/HEAD/COPYING -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonchoimtt/koreader-syncthing/HEAD/README.md -------------------------------------------------------------------------------- /assets/menus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonchoimtt/koreader-syncthing/HEAD/assets/menus.png -------------------------------------------------------------------------------- /syncthing.koplugin/_meta.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonchoimtt/koreader-syncthing/HEAD/syncthing.koplugin/_meta.lua -------------------------------------------------------------------------------- /syncthing.koplugin/insert_menu.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonchoimtt/koreader-syncthing/HEAD/syncthing.koplugin/insert_menu.lua -------------------------------------------------------------------------------- /syncthing.koplugin/lib/LICENCE_lua-feedparser: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonchoimtt/koreader-syncthing/HEAD/syncthing.koplugin/lib/LICENCE_lua-feedparser -------------------------------------------------------------------------------- /syncthing.koplugin/lib/LICENSE_LuaXML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonchoimtt/koreader-syncthing/HEAD/syncthing.koplugin/lib/LICENSE_LuaXML -------------------------------------------------------------------------------- /syncthing.koplugin/lib/dateparser.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonchoimtt/koreader-syncthing/HEAD/syncthing.koplugin/lib/dateparser.lua -------------------------------------------------------------------------------- /syncthing.koplugin/lib/handler.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonchoimtt/koreader-syncthing/HEAD/syncthing.koplugin/lib/handler.lua -------------------------------------------------------------------------------- /syncthing.koplugin/lib/xml.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonchoimtt/koreader-syncthing/HEAD/syncthing.koplugin/lib/xml.lua -------------------------------------------------------------------------------- /syncthing.koplugin/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonchoimtt/koreader-syncthing/HEAD/syncthing.koplugin/main.lua -------------------------------------------------------------------------------- /syncthing.koplugin/start-syncthing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonchoimtt/koreader-syncthing/HEAD/syncthing.koplugin/start-syncthing -------------------------------------------------------------------------------- /syncthing.koplugin/syncthing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonchoimtt/koreader-syncthing/HEAD/syncthing.koplugin/syncthing --------------------------------------------------------------------------------