RetroShare/libresapi/src
2016-02-13 20:25:31 +01:00
..
api libresapi: added chat/send_status 2016-02-07 14:28:46 +01:00
util fix integer size issue in ContentTypes.cpp which can lead to an infinite loop 2015-11-08 10:34:31 +01:00
webfiles Webui: Added video support into MediaPlayerWidget 2015-11-08 00:08:03 +01:00
webui Webui: Added video support into MediaPlayerWidget 2015-11-08 00:08:03 +01:00
webui-src webui: chat-channel subscribe 2016-02-13 20:25:31 +01:00
libresapi.pro Fix MacOSX 10.10 Yosemite Compilation 2015-12-22 17:27:51 +01:00
README.md added readme and todo 2016-01-04 11:14:10 +01:00

libresapi: resource_api and new webinterface

  • ./api contains a C++ backend to control retroshare from webinterfaces or scripting
  • ./webfiles contains compiled files for the webinterface
  • ./webui contains HTML/CSS/JavaScript source files for the webinterface (OLD)
  • ./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 ./webfiles to
  • ./webui (Windows)
  • /usr/share/RetroShare06/webui (Linux)
  • other OS: see RsAccountsDetail::PathDataDirectory()