File: README

package info (click to toggle)
xapian-omega 0.9.9-1%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 2,196 kB
  • ctags: 559
  • sloc: sh: 8,686; cpp: 6,167; makefile: 185; perl: 81
file content (18 lines) | stat: -rw-r--r-- 622 bytes parent folder | download | duplicates (2)
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.txt followed by docs/overview.txt.

Developers
==========

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