]> Sergey Matveev's repositories - public-inbox.git/blobdiff - TODO
config: simplify lookup* methods
[public-inbox.git] / TODO
diff --git a/TODO b/TODO
index 93054bb3129b502abad1b77e315db6c761016450..5abef185e3f7a9a4fbd69fe91d9d9437ef189f9f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -115,3 +115,11 @@ all need to be considered for everything we introduce)
 
 * support searching based on `git-patch-id --stable` to improve
   bidirectional mapping of commits <=> emails
+
+* linter to check validity of config file
+
+* linter option and WWW endpoint to graph relationships and flows
+  between inboxes, addresses maildirs, coderepos, etc...
+
+* pygments support - via Python script similar to `git cat-file --batch'
+  to avoid startup penalty.  pygments.rb (Ruby) can be inspiration, too.