summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2016-11-24 14:56:06 +0000
committerMichael Meeks <michael.meeks@collabora.com>2016-11-25 09:58:57 +0000
commitc1a398977ffc10364bc37221e4b75c3996ca4cec (patch)
tree78b1380017fa708d58733bb847a34cc077204ff9 /README
parentcca657c8f2031ec88366c52f5e8e10c2e04129f9 (diff)
Adapt makefiles, includes etc. to new locations.
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 13 insertions, 7 deletions
diff --git a/README b/README
index dd0ae6811..9a7f32755 100644
--- a/README
+++ b/README
@@ -1,16 +1,22 @@
LibreOffice on-line.
-This project fundamentally has two pieces:
+This project has several components:
-loolwsd/
- The server side component.
+wsd/
+ The Web Services Daemon - which accepts external connections.
+
+kit/
+ The client which lives in its own chroot and renders documents.
+
+common/
+ Shared code between these processes.
loleaflet/
- The client side component.
+ The client side JavaScript component.
-First compile loolwsd, and then loleaflet.
+It is recommended to read these files:
-Since you need both of these to get things working, it is recommended
-to read the READMEs in both projects.
+ wsd/README
+ loleaflet/README
Enjoy.