Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 17596

Summary: Zope Ebuild for FileSystemSite
Product: Gentoo Linux Reporter: hazmat <hazmat>
Component: New packagesAssignee: Jason Shoemaker (RETIRED) <kutsuya>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 14051    
Attachments: ebuild

Description hazmat 2003-03-15 21:17:55 UTC
dependency for new silva ebuild. this is an updated version of the one currently
in bugzilla
Comment 1 hazmat 2003-03-15 21:18:28 UTC
Created attachment 9433 [details]
ebuild
Comment 2 hazmat 2003-03-15 21:19:14 UTC
added zope to summary field
Comment 3 Axxackall 2003-03-17 16:20:50 UTC
How to install it? 

Right now after emerging it I have two exact object names on ZMI to add: "Filesystem Directory View", one of which is a "classical" (and useless IMO) CMF directory view, while another one appeared after emerging this product.

However, attampting to add such object shows the empty list of directories and after submitting it complains:

"Invalid request. The parameter, filepath, was omitted from the request."

I guess something missed either in installation (anything to after emerging it?) or in configuration (anything I have to tune in ZMI about it?)
Comment 4 hazmat 2003-03-24 19:05:04 UTC
clarifying a bit. filesystem directory views are not programmable through the web, as it would be a security risk. they require registration of which fs directories maybe used as their target by product (filesystem) based code. iotw, they are a tool for developers to store presentation and logic on the filesystem.  this ebuild was submitted as a requirement for a new silva version ebuild. if your curious about some of the benefits of filesystem site.. i'd suggest taking a look at http://www.zope.org/Members/k_vertigo/Stories/TeamZope
Comment 5 Jason Shoemaker (RETIRED) gentoo-dev 2003-03-25 23:07:07 UTC
Similar ebuild now in portage tree. Thanks for the help Hazmat.