RetroShare/libresapi/src
zeners 0a6ae559fd webui: redefined building webui
on linux: 'make' don't build libresapi every time anymore,
it now knows when, what and how to 'build' webui

on windows: builds old style
2016-04-30 14:21:09 +02:00
..
api Fix Escaped characters in WebUI. 2016-04-09 21:05:20 +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 webui: redefined building webui 2016-04-30 14:21:09 +02:00
.gitignore webui: switch from react to mithril 2016-03-24 18:07:21 +01:00
libresapi.pro webui: redefined building webui 2016-04-30 14:21:09 +02:00
README.md webui: paste RS-links for download 2016-03-26 18:19:33 +01: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/RetroShare06/webui (Linux)
  • other OS: see RsAccountsDetail::PathDataDirectory()