[Zope-CMF] List of subject/metadata sets?

Meilicke, Scott scott.meilicke@intp.com
Wed, 13 Jun 2001 13:06:41 -0700


What about using dtml in the portal_metadata tool?  Something like <dtml-var
title> in the list.  That way you can use organization of your site to help
with the indexing.  

-----Original Message-----
From: seb bacon [mailto:seb@jamkit.com]
Sent: Tuesday, June 05, 2001 7:58 AM
To: marc lindahl
Cc: Jon Edwards; Zope-Cmf
Subject: Re: [Zope-CMF] List of subject/metadata sets?


What about if you want to move a subcategory between parents?  I think
I prefer the idea of a more dynamic list structure. It *could* be
internally stored as a list, but why not store it as a tree?  A data
structure which matches the conceptual structure I like.

I suppose it adds a fair bit of complexity - you'd
probably need a SubjectTreeTool to manage the lists (that oedipus
thing is probably worth a look).

Perhaps it would represent an unacceptable preformance bottleneck for
the index, if a Master list of keywords needs to be generated from the
selected keywords each time it's built.  I doubt it though.

> ['Top:Adult:Shopping','Top:Society','Top:Adult:World:Polska:Czasopisma']

Cool, I wonder what Czasopisma is.

seb

_______________________________________________
Zope-CMF maillist  -  Zope-CMF@zope.org
http://lists.zope.org/mailman/listinfo/zope-cmf

See http://www.zope.org/Products/PTK/Tracker for bug reports and feature
requests