outlookmsg2html

CGI search interface and indexers using Xapian

Install

All systems
curl cmd.cat/outlookmsg2html.sh
Debian Debian
apt-get install xapian-omega
Ubuntu
apt-get install xapian-omega
Alpine
apk add xapian-omega
image/svg+xml Kali Linux
apt-get install xapian-omega
Windows (WSL2)
sudo apt-get update sudo apt-get install xapian-omega
Raspbian
apt-get install xapian-omega
Docker
docker run cmd.cat/outlookmsg2html outlookmsg2html powered by Commando

xapian-omega

CGI search interface and indexers using Xapian

This package contains: - the "omega" CGI application which provides a customisable web interface for searching Xapian databases. - the "omindex" tool for indexing a directory tree of documents into a Xapian database in a form suitable for searching with omega. - the "scriptindex" indexer, which takes a simple text input format representing documents as a set of fields, together with an "index script" file specifying actions to be performed on each field, and indexes the documents into a Xapian database. - some example scripts for converting data from different sources into a form suitable for processing with "scriptindex".