On 3 August 2012 15:14, Remigiusz Modrzejewski <[email protected]> wrote: > > On Aug 3, 2012, at 14:57 , Stephan Beal wrote: > >> That said: in several of my fossil wikis i store Google Code format in the >> wiki and render it client-side. My only point there is that it _is_ >> currently possible to integrate any wiki format(s) you want to as long as >> you can render them client-side, and if you are using multiple formats you >> need a way of differentiating them (so you know which rendered to use), >> e.g. via a naming convention or a special markup tag in the first line, or >> similar. > > Is it possible to bundle this solution into a single binary like the original > Fossil?
In current fossil you would have to patch the JavaScript code into the HTML template that is in the fossil code and rebuild fossil. This is obviously problematic because you will have to provide binaries for all platforms you want to support. When user HTML templates are implemented it will be possible to store in the HTML template, presumably as part of configuration that can be replicated along with the repository content. Thanks Michal _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

