15 lines
582 B
Markdown
Raw Normal View History

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)
Quickinfo for builders and packagers
====================================
2016-03-24 18:07:21 +01:00
* copy the files in ./webui to
* ./webui (Windows)
2017-07-17 10:44:27 +02:00
* /usr/share/retroshare/webui (Linux)
2016-03-24 18:07:21 +01:00
* other OS: see RsAccountsDetail::PathDataDirectory()