aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2019-06-04 19:58:42 +0200
committerJonas Smedegaard <dr@jones.dk>2019-06-04 19:58:42 +0200
commit9cbcacbe3518b4fd072d1bcf9862f65116167764 (patch)
tree2c141b3b8aed7aaf591ed890ab5972fed311bd94
parent272b6c5693c006938bf340fb82aed8fdfc192b80 (diff)
Add section Features.
-rw-r--r--DEVELOP.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/DEVELOP.md b/DEVELOP.md
index 411f18a..72fce8c 100644
--- a/DEVELOP.md
+++ b/DEVELOP.md
@@ -42,3 +42,13 @@ Goal is to provide same configurability at runtime
as debian-installer provides at install time,
either executing boxer directly or using boxer-generated scripts,
and offer dynamic runtime-resolved equivalent of metapackages.
+
+
+## Features
+
+System functionalities are grouped in sets of "features"
+targeting different real-world puposes.
+
+Goal is for all functionalities to be sensibly covered by features
+and each feature contain a decent minimum documentation
+usable both standalone and coherently as a system documentation.