2015-03-30 14:40:20 +00:00
|
|
|
libresapi: resource_api and new webinterface
|
|
|
|
============================================
|
|
|
|
|
|
|
|
* ./api contains a C++ backend to control retroshare from webinterfaces or scripting
|
2016-03-26 18:19:33 +01:00
|
|
|
* ./webui contains compiled files for the webinterface (after build)
|
2016-01-04 11:14:10 +01:00
|
|
|
* ./webui-src contains HTML/CSS/JavaScript source files for the webinterface (NEW, webinterface made with mithril.js)
|
2015-05-01 15:24:05 +00:00
|
|
|
|
|
|
|
Quickinfo for builders and packagers
|
|
|
|
====================================
|
|
|
|
|
2016-03-24 18:07:21 +01:00
|
|
|
* copy the files in ./webui to
|
2015-05-01 15:24:05 +00:00
|
|
|
* ./webui (Windows)
|
2015-05-06 18:50:20 +00:00
|
|
|
* /usr/share/RetroShare06/webui (Linux)
|
2016-03-24 18:07:21 +01:00
|
|
|
* other OS: see RsAccountsDetail::PathDataDirectory()
|