Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/xapian/xapian
- Owner: xapian
- Created: 2010-06-23T15:51:03.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T00:04:51.000Z (6 months ago)
- Last Synced: 2024-05-22T21:37:05.085Z (6 months ago)
- Language: C++
- Homepage: https://xapian.org/
- Size: 98.6 MB
- Stars: 769
- Watchers: 50
- Forks: 278
- Open Issues: 13
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-starred - xapian/xapian - Mirror of the Xapian repository. You're welcome to open pull requests on github (they'll just get merged indirectly). (others)
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-guideIf 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-docsprintExperimental: 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.