Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xapian/xapian

Mirror of the Xapian repository. You're welcome to open pull requests on github (they'll just get merged indirectly).
https://github.com/xapian/xapian

Last synced: 5 days ago
JSON representation

Mirror of the Xapian repository. You're welcome to open pull requests on github (they'll just get merged indirectly).

Awesome Lists containing this project

README

        

Welcome to the Xapian repository!
=================================

Xapian is split into several modules, which are held in sub-directories of
the directory containing this file. The core code and documentation is in
the xapian-core module.

If you're new to hacking on Xapian, you should probably start by reading the
Xapian developer guide:

* Online: https://xapian-developer-guide.readthedocs.io/
* Source on github: https://github.com/xapian/xapian-developer-guide

If you're new to Xapian entirely, you should probably read our user
guide, and then look for further information on our website at
https://xapian.org/

* User guide online: https://getting-started-with-xapian.readthedocs.io/
* Source on github: https://github.com/xapian/xapian-docsprint

Experimental: we have support for building an Ubuntu VM using Vagrant
and VirtualBox. The command ``vagrant up`` will start the process, although
it can currently take a long time to download and install all the relevant
packages. See "Using a Vagrant-driven Ubuntu virtual machine" in
xapian-core/HACKING for details.