On 12/07/2014, at 2:46 AM, Ryan Gonzalez wrote:

> If you check out the source from GitHub, you can run the web server for your 
> own computer.
> 
> I'm THIS close to writing an fdoc-to-html converter just because of this. 
> THIS CLOSE!!!!

Actually fdoc IS already HTML PLUS some @commands. 
@h1, @h2 etc should be easy to translate. In Python or any language.
@felix, etc should be easy to translate too if you don't bother with 
syntax highlighting or colouring.

OTOH all the heavy code exists in the webserver in Felix, so if you copy
the webserver and replace the "get a page from a URL" with
"get a file from command line filename" and trap the place where the completed
page is written to a TCP port, all the rest of the code should
work "as is".

The code is modular to some extent, being made up of 
shared libraries.

--
john skaller
skal...@users.sourceforge.net
http://felix-lang.org




------------------------------------------------------------------------------
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to