[Zope] Re: Hierarchical content

Ken Ara feedreader at yahoo.com
Mon Jan 17 12:11:03 EST 2005


Greg,

A nifty way to create a folderish hierarchy is by
using the TopicIndex class of the DocumentLibrary
product. You simply import a tabbed-indented outline
such as that found here:
http://zope.org/Members/Kaivo/DocumentLibrary/1.0/LegalTopicIndex.txt

You can even leave out the numeric ids in the sample;
sequential ids will be assigned automatically.

HTH,

Ken

--- In zope at yahoogroups.com, Greg Gehrich
<greggehrich at y...> wrote:
> I want to be able to create content and then attach
sub-content to it. 
> For example, if tasks were the content, it would
look like the following:
> 
> go shopping
>      get bananas
>      get bread
> pick up cleaning
>      get shirt
>      get pants
> clean house
>      clean kitchen
>          clean mixer
>          clean clean sink
>      clean bedroom
> 
> I don't want to have the overhead of creating and
sifting through 
> folders as you navigate the hierarchy.  In order to
do this, I need the 
> ability to have content that has folderish
properties allowing sub content.
> 
> Is there a product out there that has similar
characteristics?  If I 
> were to build this, what tools within plone would I use?


		
__________________________________ 
Do you Yahoo!? 
The all-new My Yahoo! - What will yours do?
http://my.yahoo.com 


More information about the Zope mailing list