Note the meaning of version numbers
[khatus.git] / README.md
index a8765f8..d74a10b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,7 +2,21 @@ 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)
+
+The approaches experimented-with so far, numbered in chronological order of
+origin (i.e. later versions do not _necessarily_ obsolete earlier ones, they're
+just different):
+
+### v1
+A single, synchronous script, saving state in text files (Bash and AWK).
+
+### v2
+Parallel processes: collectors, cacher and reporters; passing messages over pipes
+(Bash and AWK).
+
+### v3
+Clean-up, polish and further development of main ideas learned in v2.
This page took 0.027323 seconds and 4 git commands to generate.