[Zope3-dev] Zope Package (Directory) Structure Reorganization

Shane Hathaway shane@zope.com
Mon, 15 Apr 2002 10:45:50 -0400


Guido van Rossum wrote:
>>Having two simple, highly reusable types is good.  It makes Zope easier 
>>to learn and gives you something to fall back on.  It fulfills people's 
>>expectation to be able to upload a static site.
>>
> 
> Does that mean that the relative link issues are solved now?  Those
> were the main obstacles for someone coming from an Apache-style static
> site.

That's an interesting thing to think about.  For the relative links to 
work, all you have to do is serve the static content without changes, 
allow simple URLs, redirect when a user visits a folder without a 
trailing slash, and show the "index.html" (or Welcome.htm, default.html, 
etc.) when visiting a folder.

I don't think we have a specific solution, but it occurs to me that 
uploading static content then browsing to it (checking whether relative 
links point to the right place) would make a good functional test.

Shane