Installing TextIndexNG3 with zc.buildout
How to use TextIndexNG3 within a buildout configuration
Your buildout.cfg should contain something like this for installing TextIndexNG3 directly from the source code release:
[buildout]
eggs =
zopyx.textindexng3
[productdistros]
recipe = plone.recipe.distros
urls =
http://heanet.dl.sourceforge.net/sourceforge/textindexng/TextIndexNG3-3.2.4.tar.gz
Installing TextIndexNG3 using the Products.TextIndexNG3 egg
TextIndexNG3 is now also available as an egg from http://pypi.python.org/pypi/Products.TextIndexNG3. You can simply include this egg Products.TextIndexNG3 within your eggs and zcml options of your buildout.cfg file.
[buildout]
eggs = ...
Products.TextIndexNG3
zcml = ...
Products.TextIndexNG3

