File: README

package info (click to toggle)
xapian-omega 1.2.19-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,040 kB
  • ctags: 1,126
  • sloc: sh: 11,071; cpp: 10,383; makefile: 286; perl: 160
file content (18 lines) | stat: -rw-r--r-- 619 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Omega
=====

This directory contains two index building utilities (omindex and scriptindex)
and a CGI search application (omega).  These use the Xapian search library to
provide a search over a collection of documents.

See INSTALL for installation instructions.

Once you've built and installed Omega, you can find documentation explaining
how to use it in the docs subdirectory of the omega source code.  A good
place to start is to read docs/quickstart.html followed by docs/overview.html.

Developers
==========

If you are trying to build from git, see the HACKING document in the
xapian-core tarball for details.