[Zope-CVS] CVS: Products/ZCTextIndex - README.txt:1.2 __init__.py:1.10
Casey Duncan
casey@zope.com
Tue, 4 Jun 2002 15:57:02 -0400
Update of /cvs-repository/Products/ZCTextIndex
In directory cvs.zope.org:/tmp/cvs-serv24572
Modified Files:
README.txt __init__.py
Log Message:
Added online help for ZCTextIndex and Lexicon add forms
=== Products/ZCTextIndex/README.txt 1.1 => 1.2 ===
- A more refined scoring algorithm, resulting in better selectiveness:
it's much more likely that you'll find the document you are looking
- for among the first fe highest-ranked results.
+ for among the first few highest-ranked results.
- Actually, ZCTextIndex gives you a choice of two scoring algorithms
from recent literature: the Cosine ranking from the Managing
@@ -39,11 +39,7 @@
this, for example mhindex.py, mailtest.py, indexhtml.py, and
queryhtml.py.
-
-How to use as a Zope Product
-----------------------------
-
-XXX Casey, please write this.
+See the online help for how to use ZCTextIndex within Zope.
Code overview
=== Products/ZCTextIndex/__init__.py 1.9 => 1.10 ===
)
+ context.registerHelp()
+ context.registerHelpTitle("Zope Help")
+
## Functions below are for use in the ZMI constructor forms ##
def getElementGroups(self):