RetroShare/libresapi/src
2018-06-06 23:15:29 +02:00
..
api added structures for generic turtle search and access functions in Gxs objects 2018-06-06 23:15:29 +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 a bit libresapi.pro 2018-01-30 18:04:24 +01: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()