Hi Massimo,
Some questions on auth.wiki, in anticipation of some details in the book.
Have you finalised the syntax for adding components ?
How do I embed media eg images? Do I follow the markmin reference doc, or
is it a combo of the two: I've added the media to the page
[[some image @////5/slug.jpg right 200px]] or [[some image
http://www.web2py.com/examples/static/web2py logo.png right 200px]] or just
@////5/slug.jpg.
I'm updating pages but they don't get refreshed - is there caching on by
default ? This might have been causing my earlier issue as I'm not seeing
an updated page.
Does you have to be in default/index to call auth.wiki() ?
Do users have to log in to see the wiki pages ? The login screen comes up
by default. I would like a wik page to come up by default.
Thanks
Andrew W
> wiki media are embedded with @////5/slug.jpg where 5 is the id of the
> media file.
>
> You can embed components with @{component:controller/function/args) ->
> LOAD('controller','function',args=args)
> (not sure about this syntax, may still change it)
>
>
--