[Zope] From a Folder to a Product
R. David Murray
bitz@bitdance.com
Tue, 1 Aug 2000 15:20:57 -0400 (EDT)
On Tue, 1 Aug 2000, Cesar A. K. Grossmann wrote:
> You mean, put all sql-queries, dtml-docs and dtml-methods spread in the
> root folder of the zope? I'm trying to maintain the root uncluttered
> ("every thing in it's place, every place with it's thing"), and I'm
> thinking this will do the oposite, but you give me an idea:
>
> /
> + reports
> + files (sql queries, reports/forms, and default sql-conn)
> + customer1
> | + sql connection (only)
Or you could use the Transparent Folders product if you don't
want to have an extra 'reports' folder.
> Have anyone a better one idea/suggestion? Of course, making things like
> that, I lose versioning (I think), but I think I can survive without
> it...
Unless I'm misunderstanding something, I don't think you'd loose
versioning.
--RDM