aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org18
1 files changed, 16 insertions, 2 deletions
diff --git a/README.org b/README.org
index bf0aa25..82e5870 100644
--- a/README.org
+++ b/README.org
@@ -5,13 +5,14 @@
{{{ci-badge(guile-xapian-with-guile-2.2)}}} {{{ci-badge(guile-xapian-with-guile-3.0)}}} {{{ci-badge(guile-xapian-with-guile-3.0-latest)}}} {{{ci-badge(guile-xapian-website)}}}
guile-xapian provides Guile bindings for [[https://xapian.org][Xapian]], a search engine
-library. Xapian is a highly adaptable toolkit which allows developers
+library used in popular applications such as the [[https://notmuchmail.org/][notmuch]] email
+system. Xapian is a highly adaptable toolkit which allows developers
to easily add advanced indexing and search facilities to their own
applications. It has built-in support for several families of
weighting models and also supports a rich set of boolean query
operators.
-Once these bindings are sufficiently mature, they will be merged with
+Once these bindings are sufficiently mature, they may be merged with
[[https://github.com/xapian/xapian/tree/master/xapian-bindings][xapian-bindings]]. This will involve creating more complete
Scheme-friendly wrapping of the Xapian library, writing test cases and
documentation. When we are done, the user should not ever have to call
@@ -62,6 +63,19 @@ example searches.
./pre-inst-env guile examples/search.scm /tmp/db description:\"leather case\" AND title:sundial
#+END_SRC
+* Download
+
+[[https://repology.org/project/guile-xapian/versions][https://repology.org/badge/vertical-allrepos/guile-xapian.svg]]
+
+Download release tarballs.
+
+- 2024-05-10 [[./releases/guile-xapian-0.4.0.tar.lz][guile-xapian-0.4.0.tar.lz]] [[./releases/guile-xapian-0.4.0.tar.lz.asc][GPG Signature]]
+
+Download [[https://systemreboot.net/about/arunisaac.pub][public signing key]].
+
+Browse the [[https://git.systemreboot.net/guile-xapian][development version]] of guile-xapian hosted in a git
+repository.
+
* Contributing
Feedback, suggestions, feature requests and bug reports are all