> I've been moving some of my old web content into my webware site.  
> Everything has gone well, but I'm not sure why.
> 
> My original site was designed like this in the file system:
> 
>       /site
>       /site/downloads
>       /site/..etc
> 
> So when I went to make the contexts in webkit, I tried making the 
> context 'path_to/site' and 'path_to/site/downloads' but I 
> would just get 

(snip)

Why not just make the 'site' directory the only context?  Contexts are
allowed to have subdirectories, so I'm not sure why you want to make the
subdirectories into separate contexts.

You will have to put an __init__.py into each subdirectory.  (Although
Webware will do this for you if it has write permission on the directory.)

If you want file listings you'll have to write your own Index.py in each
directory I think.  Has anyone done this before?

--

- Geoff Talvola
  [EMAIL PROTECTED]

_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to