aboutsummaryrefslogtreecommitdiff
path: root/src/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/README')
-rw-r--r--src/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/README b/src/README
new file mode 100644
index 000000000..e74bf3def
--- /dev/null
+++ b/src/README
@@ -0,0 +1,13 @@
1# Folder layout
2
3 - lib/ : Core libraries. Does not contain any binaries.
4 - service/: Core services. Contains services and daemons.
5 - plugin/: ltlibraries/dlload plugins. DBs, REST, Block etc.
6 - contrib/: Third-party, experimental or currently unmaintained components. Also has lib/service/plugin layout.
7
8# Open issues:
9
10 - Separate folder for daemons after service? daemon/
11 - Separate folder for tests after plugin? test/
12 - Separate folder for configuration? conf/
13 - Possibly move arm and testing into lib and rename it to base/