Re: [Pdns-users] PHP API - $500 Sponsorship Offered

2009-09-16 Thread Norbert Sendetzky
On Thu September 3 2009 17:56:01 Maysara A. Abdulhaq wrote: > Will the previous proposal here : > http://linuxnetworks.de/doc/index.php/PowerDNS_Management_API/Library > still be followed? Yes, it's the base of the current code in SVN. Norbert -- OpenPGP public key http://www.linuxnetworks.de/n

Re: [Pdns-users] PHP API - $500 Sponsorship Offered

2009-09-14 Thread DORDAL
> Has there been any activity on the mailinglist below? I've subscribed days > ago but have not yet seen discussion or any other mail. Also the archive > seems to be either broken or not yet filled (probably the latter) No, there hasn't been any activity. Norbert put together some very good look

Re: [Pdns-users] PHP API - $500 Sponsorship Offered

2009-09-14 Thread Pascal
Hi, Has there been any activity on the mailinglist below? I've subscribed days ago but have not yet seen discussion or any other mail. Also the archive seems to be either broken or not yet filled (probably the latter) On Fri, Sep 4, 2009 at 7:17 PM, DORDAL wrote: > > Excellent. > > I've just su

Re: [Pdns-users] PHP API - $500 Sponsorship Offered

2009-09-04 Thread DORDAL
Excellent. I've just subscribed to the new mailing list at https://lists.sourceforge.net/lists/listinfo/phppdnsadmlib-devel ; I suggest that anyone else who is interested in this project do so as well. We can continue discussions over there. For the archives, the main project homepage for this i

Re: [Pdns-users] PHP API - $500 Sponsorship Offered

2009-09-03 Thread Norbert Sendetzky
On Wed September 2 2009 10:09:13 Norbert Sendetzky wrote: > I've setup a Sourceforge project for common development of all involved > parties including a forum and a SVN repository. The current code is checked > in and available via > > svn co https://phppdnsadmlib.svn.sourceforge.net/svnroot/phppd

Re: [Pdns-users] PHP API - $500 Sponsorship Offered

2009-09-03 Thread Maysara A. Abdulhaq
Hello, Will the previous proposal here : http://linuxnetworks.de/doc/index.php/PowerDNS_Management_API/Library still be followed? On 9/2/09, Norbert Sendetzky wrote: > On Tue September 1 2009 18:53:56 DORDAL wrote: >> 2) On the licensing, we need some license that lets us redistribute it >> with

Re: [Pdns-users] PHP API - $500 Sponsorship Offered

2009-09-02 Thread Norbert Sendetzky
On Tue September 1 2009 18:53:56 DORDAL wrote: > 2) On the licensing, we need some license that lets us redistribute it > without having to redistribute the code built on top of it. I'm open to > suggestions... a BSD-style license might work well. > > I would also suggest you check out Norbert's co

Re: [Pdns-users] PHP API - $500 Sponsorship Offered

2009-09-01 Thread DORDAL
Guys- Thanks for the great response so far! A quick summary: - Norbert S, Mike SJ & Brandon L all said they've written an API of some sort. That's three. - Two other people contacted me off-list to let me know they have private APIs they've written that they'd be willing to license to me. That m

Re: [Pdns-users] PHP API - $500 Sponsorship Offered

2009-08-31 Thread Norbert Sendetzky
Hi Nick > - It should be OpenSource (I'm to suggestions as to which license it > falls under) and available on one of the major project sites (I'm > partial to SourceForge and Google Code) > - It should have a PDNSManager interface specifying the basic CRUD > operations for supermasters, records,

Re: [Pdns-users] PHP API - $500 Sponsorship Offered

2009-08-31 Thread Nicholas Williams
I've been considering tackling this for some time but my major problem is that I only have production servers and don't have a good dev server for testing stuff. Your $500 peaks my interest more because I could get that testing server and put it to good use testing this and some PHP/Pear projec

Re: [Pdns-users] PHP API - $500 Sponsorship Offered

2009-08-31 Thread Brandon Lee
Hello, I have written a completed and working PHP front-end GUI for PDNS.  IT works and looks very well, and I might be interested in taking you up on the offer.  What are the feature requirements?  I may be able to deliver this in a weeks time. Respectfully, brandon On Mon, Aug 31, 2009 at

Re: [Pdns-users] PHP API - $500 Sponsorship Offered

2009-08-31 Thread mike st. john
I have an api that i've written, its far from complete.I've tailored it to my needs, but I can certainly make it an active project. Right now its OOP based, PHP and geared more towards pgsql than mysql. Msj On Mon, Aug 31, 2009 at 3:00 PM, DORDAL wrote: > > So we've had a lot of discussio

Re: [Pdns-users] PHP API - $500 Sponsorship Offered

2009-08-31 Thread Norbert Sendetzky
On Mon August 31 2009 21:00:40 DORDAL wrote: > What is a 'complete' API? I'd leave that up to the list + anyone else who > wants to contribute, but I'd suggest at least: > - object oriented, extendable design > - ability to work with at least the MySQL and PGSQL backends > - CRUD operations for any

[Pdns-users] PHP API - $500 Sponsorship Offered

2009-08-31 Thread DORDAL
So we've had a lot of discussion over the last few months about getting an object oriented PHP API for the PDNS database. I kicked it off back in Feb: http://mailman.powerdns.com/pipermail/pdns-users/2009-February/thread.html#5935 and then Pascal chimed in again in June: http://mailman.powerdns.co

Re: [Pdns-users] PHP API

2009-06-04 Thread Seth Mattinen
Pascal wrote: > Hi, > > A couple of months ago there was some talk on this list about creating a > PHP API for PowerDNS. Is somebody working on this already (as there were > some enthousiastic responses)? > > I could use such a thing as I need to integrate PowerDNS in a PHP site :-) > > Right no

Re: [Pdns-users] PHP API

2009-06-04 Thread Norbert Sendetzky
Hi Pascal > A couple of months ago there was some talk on this list about creating a > PHP API for PowerDNS. Is somebody working on this already (as there were > some enthousiastic responses)? The response was low as soon as some work has to be done, I'm currently working on it from time to time

Re: [Pdns-users] PHP API

2009-06-04 Thread Nicholas Williams
Pascal, I have written three separate, proprietary APIs for different customers of mine to manage PowerDNS domains from PHP. PHP is very well-suited for running a front-end management to PowerDNS. If this is something you or anyone else needs, I would be more than happy to discuss quotes outsi

[Pdns-users] PHP API

2009-06-04 Thread Pascal
Hi, A couple of months ago there was some talk on this list about creating a PHP API for PowerDNS. Is somebody working on this already (as there were some enthousiastic responses)? I could use such a thing as I need to integrate PowerDNS in a PHP site :-) Right now we use the perl api module wit