---------- Original Message ----------
To:  ([email protected])
From: Eric ([email protected])
Subject: Re: [fossil-users] Is it possible to use fossil for rendering
 external .wiki files into html?
Date: 21.3.2011 0:09:45

>
>On Sun, March 20, 2011 11:54 am, John Found wrote:
>> So, is it possible to make fossil to render the given .wiki page 
>> (possibly not in the repository) into html file,
>> using given repository header, footer and CSS settings?
>> 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.
>>
>
>It might be worth looking at
>
>   fossil test-wiki-render
>
>
>Eric
>


Thanks Eric! This is exactly what I was looking for! :)
Now I can extract the skin from any repository with:

    fossil configuration export 
    
and then to assemble the full html file using the proper CSS.

Best regards.


http://fresh.flatassembler.net
Assembly language visual programming.

_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to