[Seaside] Google indexing and bookmarks on Seaside sites

Ramon Leon ramon.leon at allresnet.com
Fri Aug 29 19:11:04 UTC 2008


> 
> Now, I know how to make bookmarkable pages in Seaside using 
> initialRequest:. This technique, however, requires me to replace all 
> callback: calls with url: calls, generate appropriate URL's that can 
> recover their place, and add handling code in the 
> initialRequest: method 
> for tons of different pages.  I fear that this technique will become 
> unmaintainable.  I also fear that we will lose some Seaside 
> capability 
> by never creating a session and losing sessions if you navigate to a 
> bookmarkable page.
> 
> Does anyone have advice on how to do this?
> 
> BTW, you can preview the site at:
>     http://newtest.irtc.org:7777/irtc  (this address will 
> disappear in a 
> few weeks)
> 
> The original IRTC site is at:
>     http://www.irtc.org  (in a few weeks, the new site will live here)
> 
> Thanks
> David Buck

See the recent thread Re: Making '_k' and '_s' optional: A Seaside Heresy?
In the Seaside dev list, specifically Adrian Lienhard's reply about how
cmsbox handles this to get completely clean urls.  The approach works very
well.

Ramon Leon
http://onsmalltalk.com



More information about the seaside mailing list