RetroShare/libresapi/src
2016-02-21 09:29:09 +01:00
..
api libresapi: added channels/create_post 2016-02-19 19:23:55 +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: unread msg count for peer fixed 2016-02-21 09:29:09 +01:00
libresapi.pro libresapi: added channels/create_post 2016-02-19 19:23:55 +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()