]> git.cworth.org Git - notmuch-wiki/commitdiff
initial bindings page
authorJani Nikula <jani@nikula.org>
Wed, 1 Jul 2015 12:16:56 +0000 (15:16 +0300)
committerJani Nikula <jani@nikula.org>
Wed, 1 Jul 2015 12:16:56 +0000 (15:16 +0300)
bindings.mdwn [new file with mode: 0644]

diff --git a/bindings.mdwn b/bindings.mdwn
new file mode 100644 (file)
index 0000000..e52030c
--- /dev/null
@@ -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