RE: ClearSilver and NetBurner

"David Bakkom" <[email protected]> Tue, 3 Mar 2009 10:45:11 -0600
Newsgroups gmane.text.clearsilver.general
Message-ID <AE75149E4A914F8BB0E544C1C28DB163@DavidBakkom>
Thanks David,

How do you suggest that I start? Which download? Or should I pick up the
source via subversion? Are there documents describing the architecture of
ClearSilver?

David Bakkom

-----Original Message-----
From: David Jeske [mailto:[email protected]] 
Sent: Tuesday, March 03, 2009 10:09 AM
To: educere
Cc: [email protected]
Subject: Re: ClearSilver and NetBurner

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?