[Zope] Interface for Topic Index
Casey Duncan
casey@zope.com
Tue, 30 Apr 2002 09:29:38 -0400
You might try documentlibrary. It has the topic indexes. It can't render=
stx=20
out of the box, but it would be easy to make it do so, either through Pyt=
hon=20
or dtml.
The CMF can do this as well, but I would hesitate to call it "the easiest=
=20
way". Then again, the easiest way is seldom the best...
-Casey
On Tuesday 30 April 2002 07:34 am, Tom Deprez allegedly wrote:
> Hi,
>=20
> I would like to let a user create a Topic List (in Tree form) and later
> choose out of it to assign topics to a stx document product I made.
> These topics will allow to search a ZCatalog later on.
> Is there already someone who made such an interface, which I can easely
> import and use? Anybody ideas what the easiest way is for such a thing?
>=20
> Thanks in advance,
> Tom.