...probably another newbie question: pass-through of Zope objects?
I'm sure this is officially discouraged, but is there a Zope object that I can point at a directory on my filesystem and get a heirarchy to appear within Zope for the purposes of management? I mainly want to be able to let my content developer access the files I am serving, while publishing them with Apache. Since they are PHP, and one of my requirements is that I keep them relatively unmodified, I would love to be able to access them through the Zope control panel for uploading and editing, while still being able to serve them unmodified with Apache. -- Adam Haberlach | Who buys an eight-processor machine and then adam@newsnipple.com | watches 30 movies on it all at the same time? http://newsnipple.com | Beats me. They told us they could sell it, so | we made it. -- George Hoffman, Be Engineer
I'm sure this is officially discouraged, but is there a Zope object that I can point at a directory on my filesystem and get a heirarchy to appear within Zope for the purposes of management?
Sounds like you want LocalFS http://www.zope.org/Members/jfarr/Products/LocalFS/ Haven't used it myself, though I think it's been around for a while. tim
participants (2)
-
Adam Haberlach -
Tim Hicks