Re: ClearSilver and NetBurner

"David Jeske" <[email protected]> Tue, 03 Mar 2009 16:08:45 -0000
Newsgroups gmane.text.clearsilver.general
Message-ID <[email protected]>
Clearsilver is not tied to Linux, though most people use it on either Linux or
Windows. The ease of porting to netburner will depend on how unix/posix-ish
their setup is, and how much of clearsilver you use. If you simply want the
template engine it will be easier. The CGI kit interacts with file descriptors
to pull data off the socket, so they'll need a similar interface if you want to
use it.

If you nicely #ifdef your changes, we'll accept them and have a netburner port
in the code.

-- educere wrote:
> I have looked over the information about ClearSilver, and I sense that
> it is not tied to Linux, but I am not sure. I would like to employ
> ClearSilver to work on the NetBurner (www.netburner.com) platform of
> hardware and software, which does not use Linux.
> 
> Anyone have any guidance on this?