Hi,
I'm new to smalltalk, seaside and pier. I want to use pier to host a small
site, and if possible, I'd like to change the way internal links to other
pages are rendered, so that the wiki text:
*Introduction>introduction*
produces the link:
http://localhost:9090/seaside/pier/information/introduction
instead of:
http://localhost:9090/seaside/pier/information/introduction?view=PRDefaultV…
Both links return the same URL when typed into the browser, so clearly
view is the default command. I've tried searching around for information
about this but I couldn't find anything obvious to me. While browsing the
source code, I came across WAUrl adaptToContext: and WAAnchorTag goto:,
which look potentially relevant, but I'm honestly not sure if I'm on the
right track. I'd appreciate it if someone could point me in the right
direction. Also, if this is a really bad idea for some reason, that would
also be good to know.
I'm using Sqeak-3.8, Seaside 2.63a3-lr.51 and Pier-all-lr.81
Thanks,
Brian