Tuesday, March 25, 2008, 11:36:58 AM, Lucile Fievet wrote: > -no menu > -no default tile > -no obvious editing possibility > +usual style sheet > +print (or pdf mode)
You could use the ViewModes recipe. Most of the wiki "chrome" can be not displayed using markup, and this can be done conditionally. For instance you can add to a page (or GroupHeader page): (:if !auth edit:) (:noleft:)(:notitle:)(:noheader:)(:noaction:) (:ifend:) Some of these markups are working for the PmWiki default skin, others only for some other skins. ~Hans _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
