RetroShare/libresapi/src
2018-11-11 20:42:48 +01:00
..
api fixed retroshare.project email in licenses 2018-11-11 20:42:48 +01:00
util fixed retroshare.project email in licenses 2018-11-11 20:42:48 +01:00
webui-src fixed non working pause/cancel button in webUI 2018-11-07 23:11:52 +01:00
.gitignore webui: switch from react to mithril 2016-03-24 18:07:21 +01:00
libresapi.pro fixed compilation of web UI files on linux 2018-10-20 13:51:01 +02:00
README.md Rename retroshare06 to retroshare 2017-07-17 10:45:18 +02:00
use_libresapi.pri merged upstream/master 2018-07-08 21:17:48 +02:00

libresapi: resource_api and new webinterface

  • ./api contains a C++ backend to control retroshare from webinterfaces or scripting
  • ./webui contains compiled files for the webinterface (after build)
  • ./webui-src contains HTML/CSS/JavaScript source files for the webinterface (NEW, webinterface made with mithril.js)

Quickinfo for builders and packagers

  • copy the files in ./webui to
  • ./webui (Windows)
  • /usr/share/retroshare/webui (Linux)
  • other OS: see RsAccountsDetail::PathDataDirectory()