X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=blobdiff_plain;f=bindings.mdwn;h=8871028fd54aba46bd2bdc7fe627643745509604;hp=0b3964bafdd43f90c55f670944fb8a21a20d6734;hb=219490b75a85ca18d449168575a0c7538e71612e;hpb=1a57885ca77d52569fdf80605006777ab8d4e613 diff --git a/bindings.mdwn b/bindings.mdwn index 0b3964b..8871028 100644 --- a/bindings.mdwn +++ b/bindings.mdwn @@ -1,16 +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 -the [[email clients and frontends|frontends]] are based on the language -bindings. +The Notmuch library, `libnotmuch`, can be used from many programming +languages using the Notmuch language bindings. The [command line +interface](https://notmuchmail.org/doc/latest/man1/notmuch.html) and +the [[email clients and frontends|frontends]] are based on the +language bindings. [[!toc levels=2]] ## C and C++ -`libnotmuch` is a shared C library. [The API](http://git.notmuchmail.org/git/notmuch/blob/HEAD:/lib/notmuch.h) +`libnotmuch` is a shared C library. [The API](https://git.notmuchmail.org/git/notmuch/blob/HEAD:/lib/notmuch.h) The Notmuch command-line interface is based on the C library. @@ -31,16 +32,16 @@ matching the given expression: >>> list(query.search_messages()) # doctest:+ELLIPSIS [...] -[The source](http://git.notmuchmail.org/git/notmuch/tree/HEAD:/bindings/python/) +[The source](https://git.notmuchmail.org/git/notmuch/tree/HEAD:/bindings/python/) ## Ruby -[The source](http://git.notmuchmail.org/git/notmuch/tree/HEAD:/bindings/ruby/) +[The source](https://git.notmuchmail.org/git/notmuch/tree/HEAD:/bindings/ruby/) The [client for -vim](http://git.notmuchmail.org/git/notmuch/blob/HEAD:/vim/README) is in Ruby, +vim](https://git.notmuchmail.org/git/notmuch/blob/HEAD:/vim/README) is in Ruby, so worth a look. ## Go -[The source](http://git.notmuchmail.org/git/notmuch/tree/HEAD:/bindings/go/) +[The source](https://git.notmuchmail.org/git/notmuch/tree/HEAD:/contrib/go/)