summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Nikula <jani@nikula.org>2015-07-01 15:16:56 +0300
committerJani Nikula <jani@nikula.org>2015-07-01 15:16:56 +0300
commit6f90b0f48f05286ebefc3b6bc226ebb9cdad5b3c (patch)
tree99ee1575171f803c9dc75662d799d83ce9fa4c7b
parentd8ec2b443ec10acda34c096650317947e2de65c1 (diff)
initial bindings page
-rw-r--r--bindings.mdwn17
1 files changed, 17 insertions, 0 deletions
diff --git a/bindings.mdwn b/bindings.mdwn
new file mode 100644
index 0000000..e52030c
--- /dev/null
+++ b/bindings.mdwn
@@ -0,0 +1,17 @@
+[[!img notmuch-logo.png alt="Notmuch logo" class="left"]]
+# Notmuch Language Bindings [DRAFT]
+
+The Notmuch library, `libnotmuch`, can be used from many programming languages
+using the Notmuch language bindings. The [[command line interface|manpages]] and
+many of the [[email clients and frontends|frontends]] are based on the language
+bindings.
+
+[[!toc levels=2]]
+
+## C and C++
+
+## Python
+
+## Ruby
+
+## Go