Right from the start, Zitec used open source products and technologies to develop high quality products. This also led to promoting open source to our client base. Our products are customized to our clients' needs, so releasing them under an open source license made very little sense.
However during the development of these products we found that we needed some modules or libraries that we felt might be of use to others and decided to release them under an open source license. You can find these products here.
Xapian is a search engine specialized in text search. It has bindings for PHP4 but no binding for PHP5 was available, so we decided to develop one ourselves. The main goal while developing this module was to mimic the C++ API so that developers have an easy time using it. Download.
mod_put is an Apache HTTP server module that implements the PUT method. The PUT feature is not present in the default Apache distribution. The main advantage of this module is the fact that it supports resume while uploading. Download.
|