RetroShare/libresapi/src/README.md

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 13:19:33 -04:00
* ./webui contains compiled files for the webinterface (after build)
2016-01-04 05:14:10 -05: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 13:07:21 -04:00
* copy the files in ./webui to
* ./webui (Windows)
2017-07-17 04:44:27 -04:00
* /usr/share/retroshare/webui (Linux)
2016-03-24 13:07:21 -04:00
* other OS: see RsAccountsDetail::PathDataDirectory()