Archive for August, 2008

Building, playing

By farcaller August 30th, 2008

I’ve almost forgot what a pain is to build Cocotron’s Foundation on linux
Here are two HOWTO’s: one for gcc, and one for Cocotron. Seems that I’ll be rewriting cocotron’s build script in pure Makefile and get some diff’s to simplify installation.

It’s working!

By farcaller August 29th, 2008

I’ve got the first completely working code!
Screenshot shows FOW running a simple fastcgi server on OSX with Apache2.
What’s implemented:

lots of FOWRequest stuff
URL resolver
CTemplate wrapper in objective-c
FastCGI server controller

I’ll see if this thing can work in linux/cocotron in the morning.
If somebody is interested, here’s the controller code for the page above:

@implementation Handler
 
- (FOWResponse *)handle:(FOWRequest *)rq
{
FOWResponse *rs [...]

Status update

By farcaller August 22nd, 2008

There wasn’t much activity here for a pretty long time. I’ve been working on several iPhone projects, mastering Objective-C magic. That was a nice time and I have somewhat changed the way I look at Objective-C. Anyways that are good news for FOW.
I’ve got Cocotron building natively on linux without major problems. The only thing [...]