Skip to content
Yacoby edited this page Nov 13, 2011 · 3 revisions

About

TES Search is a PHP based search engine for Morrowind and Oblivion mods.

The code is mostly PHP, using the Zend Framework and Doctrine for an ORM. HTML parsing (In most cases) is for legacy reasons done using Simple HTML DOM. The indexing is done using Sphinx

Information

To see how to deploy the program, take a look at [Setup]

To add a new site to parse, take a look at the sites in _application/parsers_ for examples and see CreatingParsers for more details.

Clone this wiki locally