[Seaside] Seaside 0.93

Avi Bryant avi@beta4.com
Tue, 14 May 2002 13:23:30 -0700 (PDT)


On Tue, 14 May 2002, Kamil Kukura wrote:

> If resource is kind of special word here, couldn't that look like this?
>
> <img src="resource:foo.jpg">

It's not a special word except that /resource urls are handled specially
(as are /view, /act, /inspect, etc).  <img src="resource/foo.jpg"> is just
a straight relative url, Seaside doesn't touch it.  One of the advantages
of doing it this way is that web designers can have a "resource" directory
with their working copy, and images etc will preview properly, whereas
Dreamweaver would have a hard time finding "resource:foo.jpg" (or
@foo.jpg).