On Sun, Mar 20, 2011 at 7:54 AM, John Found <[email protected]> wrote: > Something like: "fossil render FILE ?REPOSITORY?" > I know it is not possible directly (or I am wrong?) but maybe with some > scripting it can be achieved. > > P.S. I need it in order to make my .wiki editor able to preview the edited > page.
Fossil's Edit Wiki Page page has a preview function you might be able to use. You would have to create a dummy wiki page in Fossil. Then your editor could send a request to edit that page. Each time you want to render wiki markup in HTML, your editor could then submit the wiki text to the Preview functon and receive the HTML back. Of course, this would require your editor to use HTTP to communicate with a running instance of Fossil. _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

