RetroShare/libresapi/src
2018-07-02 12:22:23 +02:00
..
api Merge branch 'master' into extra_locators_merge 2018-07-02 12:22:23 +02:00
util fix integer size issue in ContentTypes.cpp which can lead to an infinite loop 2015-11-08 10:34:31 +01:00
webui-src Merge pull request #1063 from PhenomRetroShare/Fix_BlankPageWhenClearLobbyInWebInterface 2017-11-01 20:35:29 +01:00
.gitignore webui: switch from react to mithril 2016-03-24 18:07:21 +01:00
libresapi.pro Cleanup rapidjson inclusion 2018-06-26 15:12:16 +02:00
README.md Rename retroshare06 to retroshare 2017-07-17 10:45:18 +02:00
use_libresapi.pri Improve libresapi qmake files 2018-06-09 17:08:13 +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()