February 04, 2012
On 2/3/2012 3:20 PM, James Miller wrote:
> On Feb 4, 2012 5:31 AM, "David Nadlinger" <see@klickverbot.at
> <mailto:see@klickverbot.at>> wrote:
>  >
>  > General note: You might want to submit the libfcgi header part to Deimos
> (there is even a project for it already, albeit empty: [1]), and then build the
> convenience functions on top of it. This way, we can avoid duplication of
> efforts if somebody wants to use the C interface directly.
>  >
>  > David
>  >
>  >
>  > [1] https://github.com/D-Programming-Deimos/libfcgi
>
> Good idea, if I write more headers for it, then I should be able to port the
> examples from the fcgi dev kit to D on top of it.
>


Yes, please.
February 04, 2012
> I wish this kind of stuff was easier to find, putting D <something> in a
> search almost never returns anything useful. DSource seems pretty useless

Yeah, we should establish dlang as a search term.
February 04, 2012
On Friday, 3 February 2012 at 23:15:19 UTC, James Miller wrote:
> I wish this kind of stuff was easier to find, putting D <something> in a search almost never returns anything useful.

This works quite well:

https://www.google.com/search?q=%22d+programming%22+fastcgi
February 05, 2012
On 5 February 2012 09:42, Vladimir Panteleev <vladimir@thecybershadow.net> wrote:
> This works quite well:
>
> https://www.google.com/search?q=%22d+programming%22+fastcgi

I like how my library is about 7th :D

Back on topic: I have now written bindings for deimos.fcgi as suggested, I'm currently working on porting a couple of the examples and then I'll try to fill in the README.

I have no idea what to do in terms of build scripts or Makefiles or anything, as I have no experience with this kind of thing. Any help would be appreciated.

Thanks
1 2
Next ›   Last »