aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9b2b79c..218513b 100644
--- a/README.md
+++ b/README.md
@@ -3,4 +3,12 @@
## Purpose
This tool is designed be a general purpose knowledge database. The original intention to build a writing system that supports "keywords" that can be freely refactored (renamed, merged, splitted), and can have loosely structured information attached to them.
+## Project structure
+- `common/` contains common code
+- `demo-*/` contains demo applications
+ - `demo-infinite-outliner` contains an infinite outliner app, as well as the first prototype of a custom text editor in QtQuick
+- `server-v1` contains EpistmoolServer v1, written in C++ with QtCore
+- `server-v2` contains EpistmoolServer v2, written in F#
+- `ui.qt` contains EpistmoolUI, written in QtQuick
+
## Build instructions