summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2015-08-15 10:49:12 +0200
committerDavid Bremner <david@tethera.net>2015-08-15 10:49:12 +0200
commit2363a757db363c13255fb9c784cd4d3890bcc1ee (patch)
tree17df547315cde1b8b5097c651a73e9166d373ce0
parenta07a0cc03bdae9245d1f59e50343f9d010cc83a4 (diff)
Add implimentation languages to pieces
-rw-r--r--meetings/hd2015.mdwn21
1 files changed, 12 insertions, 9 deletions
diff --git a/meetings/hd2015.mdwn b/meetings/hd2015.mdwn
index e78361f..b3f424b 100644
--- a/meetings/hd2015.mdwn
+++ b/meetings/hd2015.mdwn
@@ -13,16 +13,19 @@ Agenda
Moving parts for secure e-mail
------------
-* libnotmuch
-* /usr/bin/notmuch
-* notmuch-emacs
-* libgmime
-* GnuPG
-* xapian
-* mml-mode (emacs)
+* libxapian (C++, full text search)
+* libgmime (C, glib, RFC822+MIME library)
+* libnotmuch (C and C++)
+* /usr/bin/notmuch (C)
+* GnuPG (C)
+* Emacs UI (emacs lisp)
+ * notmuch-emacs
+ * mml-mode
+* Alot / nmbug / nmbug-status (python)
+ * python-bindings
* webmail:
- * noservice
- * notmuch web
+ * noservice (Clojure)
+ * notmuch web (Haskell)
Security concerns
-----------------