> Ok, last night I started following Swiki's code, (I already followed Comanche a
>little), I understood (I think) actions, addresses and templates. But, there is
>something I didn't get.
> When does a .page get invoked and when a .book ?
> What are their main differences?
It depends what you are talking about (addresses, templates, or actions).
Check out http://seaweed.cc.gatech.edu/docs/4.
Which address depends on the URL. For instance, /docs/4.edit goes to
edit.page address, while /docs/search goes to search.book address.
Peace and Luck!
Je77