On Thu, Mar 25, 2010 at 1:46 AM, Paul Harouff <[email protected]> wrote: >> I still don't understand the difference between @@ = ++view++ on the >> first page and @@ = ++resource++ on the second page.
Follow lines are the same plain browser view: http://localhost:8080/folder/index.html http://localhost:8080/folder/++view++index.html http://localhost:8080/folder/@@index.html Follow lines are getting registered resource `logo.png': http://localhost:8080/++resource++logo.png http://localhost:8080/@@/logo.png or (for registered resource directory `images'): http://localhost:8080/++resource++images/logo.png http://localhost:8080/@@/images/logo.png It's syntax sugar. For difference note the slash after @@. -- Ilshad R. Khabibullin +7 922 600 56 06 _______________________________________________ bluebream mailing list [email protected] https://mail.zope.org/mailman/listinfo/bluebream
