Split and update README
[khatus.git] / README.md
index 62036c9..70d683c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,43 +2,17 @@ khatus
 ======
 ![mascot](mascot.jpg)
 
-Experimental, system monitor and status (bar) reporter I use with
+Experimental system-monitor and status (bar) reporter I use with
 [dwm](https://dwm.suckless.org/) on GNU/Linux.
 
 ![screenshot](screenshot.jpg)
 
+### v1
+A single, synchronous script, saving state in text files (Bash and AWK).
 
-Design
-------
+### v2
+Parallel processes: collectors, cacher and reporters; passing messages over pipes
+(Bash and AWK).
 
-```
- parallel   +----------+  +----------+     +----------+
- stateless  | sensor_1 |  | sensor_2 | ... | sensor_n |
- collectors +----------+  +----------+     +----------+
-                |             |                 |
-              data          data              data
-                |             |                 |
-                V             V                 V
- serial     +-----------------------------------------+
- stateful   |              controller                 |
- observer   +-----------------------------------------+
-                              |
-                          decisions
-                              |
-                              V
- serial     +-----------------------------------------+
- stateless  |              actuator                   |
- executor   +-----------------------------------------+
-                              |
-                        system commands
-                              |
-                              V
-                            ~~~~~~
-                            ~ OS ~
-                            ~~~~~~
-```
-
-Any errors encountered by any sensor are propagated as alerts by the
-controller, which are in turn actualized as desktop notifications by the
-actuator:
-![screenshot-self-error-propagation](screenshot-self-error-propagation.jpg)
+### v3
+Clean-up, polish and further development of main ideas learned in v2.
This page took 0.026107 seconds and 4 git commands to generate.