RetroShare/libresapi/src
2017-11-01 20:35:29 +01:00
..
api Removed in libresapi unused code that caused compilation error 2017-10-20 21:24:52 +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 Added in Libresapi: Handlers to interact with shared files 2017-10-20 20:57:37 +02:00
README.md Rename retroshare06 to retroshare 2017-07-17 10:45:18 +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()