On 12/15/15, Paul Higham <[email protected]> wrote: > I am trying to get a .html file to show up in a Fossil wiki as embedded > documentation. There is an instruction that says to put the following > at the beginning of the .html file to have the header and footer displayed: > > <div class=‘fossil-doc’ data-title=‘Title Text’> > > which I have dutifully done including the end tag. However the Fossil header > and footer are not displayed, and the .html is rendered with only the > default css styling. > > Is this something that could be fixed with an update to the Fossil > executable? The server I am using is currently at version 1.29.
Yeah. This feature was added earlier this year: https://www.fossil-scm.org/fossil/timeline?y=ci&c=ace8016f297a1d0591d7 - that was for version 1.31. Do not fear to run with the very latest trunk version of Fossil. Both SQLite and Fossil itself do. Check the Fossil version timestamps at the bottom of the page at https://www.sqlite.org/src/timeline and https://www.fossil-scm.org/fossil/timeline > > The .html file is hyperlinked from a markdown file using the tag > and > . > . > <dt ><a class="dingbat" href="bridge1.html">➊</a></dt> > . > . > and the file bridge1.html is attached > > > > The code in here is a bit ugly because it was actually generated using > Pandoc from an extended Markdown file. > > Thanx! > > :: paul > > -- D. Richard Hipp [email protected] _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

