On Feb 9, 2010, at 1:55 PM, Higham, Paul wrote: > I am using embedded documentation for a small project and I want to > be able to control the page titles, one title per .wiki file. Is > there a way to do that using the wiki markup only or do you have to > control the whole page in html? Left as is all the .wiki pages > display with the default title of ‘Documentation’ and I don’t see a > way of intercepting this.
Yes. Just put your preferred title inside of <title>...</title> markup at the beginning of the document. For example: Raw Markup: http://www.fossil-scm.org/fossil/artifact?name=5108&txt=1 Yields: http://www.fossil-scm.org/fossil/doc/tip/www/stats.wiki D. Richard Hipp [email protected] _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

