Re: Automatic retrieval of information from qa.debian.org

2007-10-04 Thread David Paleino
Il giorno Thu, 4 Oct 2007 18:24:45 +0200 Michael Ablassmeier <[EMAIL PROTECTED]> ha scritto: > hi David, Hi Michael, > you could probably use the SOAPClient class from PEAR, which is afaikt a pure > PHP implementation Are you serious? OMG, that's WONDERFUL! :) I believed it was based on the nat

Re: Automatic retrieval of information from qa.debian.org

2007-10-04 Thread David Paleino
Il giorno Thu, 4 Oct 2007 17:21:51 +0200 Raphael Hertzog <[EMAIL PROTECTED]> ha scritto: > On Thu, 04 Oct 2007, David Paleino wrote: > > Seems like PHP hasn't got the Soap extension. I haven't checked with > > phpinfo(), I've deduced it from: > > > > http://debian-med.alioth.debian.org/bugs.php >

Re: Automatic retrieval of information from qa.debian.org

2007-10-04 Thread Michael Ablassmeier
hi David, David Paleino <[EMAIL PROTECTED]> schrieb: > You're looking at libapache-mod-php5, while alioth is currently running PHP4 > (and libapache-mod-php4 hasn't soap builtin). > > Please, take a look at http://debian-med.alioth.debian.org/info.php . You'll > notice this: you could probably us

Re: Automatic retrieval of information from qa.debian.org

2007-10-04 Thread David Paleino
Il giorno Thu, 4 Oct 2007 17:59:14 +0200 Raphael Hertzog <[EMAIL PROTECTED]> ha scritto: > On Thu, 04 Oct 2007, David Paleino wrote: > > > Why don't you generate a static page once or twice a day instead ? > > > > How? A cronjob? Will it work when I log out from ssh://alioth.debian.org? I > > hop

Re: Automatic retrieval of information from qa.debian.org

2007-10-04 Thread Jeremiah Foster
On Oct 4, 2007, at 5:59 PM, Raphael Hertzog wrote: On Thu, 04 Oct 2007, David Paleino wrote: Or should I do some hacky thing with PHP? (caching info, when an user arrives see if the cache is too old, update the cache, show it) That's up to you. But cron is probably better. :-) Well, h

Re: Automatic retrieval of information from qa.debian.org

2007-10-04 Thread Raphael Hertzog
On Thu, 04 Oct 2007, David Paleino wrote: > > Why don't you generate a static page once or twice a day instead ? > > How? A cronjob? Will it work when I log out from ssh://alioth.debian.org? I > hope so, it would be the best solution to me. Yes, you can setup cronjobs and of course cronjobs work

Re: Automatic retrieval of information from qa.debian.org

2007-10-04 Thread Raphael Hertzog
On Thu, 04 Oct 2007, Pierre Habouzit wrote: > > Seems like PHP hasn't got the Soap extension. I haven't checked with > > phpinfo(), > > I've deduced it from: > > > > http://debian-med.alioth.debian.org/bugs.php > > > > Would it be possible to have it installed? > > the package desccription cl

Re: Automatic retrieval of information from qa.debian.org

2007-10-04 Thread David Paleino
Il giorno Thu, 04 Oct 2007 17:17:51 +0200 Pierre Habouzit <[EMAIL PROTECTED]> ha scritto: > > ... > > the package desccription claims otherwise: > > apt-cache show libapache-mod-php5|grep -C2 soap > The following extensions are built in: bcmath bz2 calendar ctype date dba > dom exif filter

Re: Automatic retrieval of information from qa.debian.org

2007-10-04 Thread Raphael Hertzog
On Thu, 04 Oct 2007, David Paleino wrote: > Seems like PHP hasn't got the Soap extension. I haven't checked with > phpinfo(), > I've deduced it from: > > http://debian-med.alioth.debian.org/bugs.php > > Would it be possible to have it installed? I'm not sure if it's wise to call Soap directly f

Re: Automatic retrieval of information from qa.debian.org

2007-10-04 Thread Pierre Habouzit
On Thu, Oct 04, 2007 at 02:55:51PM +, David Paleino wrote: > Hi, > sorry if I'm annoying you in this period :( > > Il giorno Thu, 4 Oct 2007 14:17:45 +0200 > Raphael Hertzog <[EMAIL PROTECTED]> ha scritto: > > > > > ... > > > > Using the BTS SOAP interface might be a better choice. > > See

Re: Automatic retrieval of information from qa.debian.org

2007-10-04 Thread David Paleino
Hi, sorry if I'm annoying you in this period :( Il giorno Thu, 4 Oct 2007 14:17:45 +0200 Raphael Hertzog <[EMAIL PROTECTED]> ha scritto: > > ... > > Using the BTS SOAP interface might be a better choice. Seems like PHP hasn't got the Soap extension. I haven't checked with phpinfo(), I've deduc

Re: Automatic retrieval of information from qa.debian.org

2007-10-04 Thread David Paleino
Il giorno Thu, 4 Oct 2007 14:17:45 +0200 Raphael Hertzog <[EMAIL PROTECTED]> ha scritto: > Hi, Hi Raphael, > qa.debian.org downloads the info from many sources and store them here: > http://qa.debian.org/data/ > > The qa svn repository is public, you can check where it gets data from. Thank yo

Re: Automatic retrieval of information from qa.debian.org

2007-10-04 Thread Raphael Hertzog
Hi, On Thu, 04 Oct 2007, David Paleino wrote: > > Chances are good that there're much better ways to access them then parsing > > the qa page. > > Well, what are these ways? :) qa.debian.org downloads the info from many sources and store them here: http://qa.debian.org/data/ The qa svn reposito

Re: Automatic retrieval of information from qa.debian.org

2007-10-04 Thread David Paleino
Il giorno Thu, 04 Oct 2007 13:40:45 +0200 Bernd Zeimetz <[EMAIL PROTECTED]> ha scritto: > Hi, Hi, > the qa page only retrieves various informations from other places and > displays them on one page. I guess you're not interested on everything > which is displayed there, but only in specific part

Re: Automatic retrieval of information from qa.debian.org

2007-10-04 Thread Bernd Zeimetz
Hi, > I'm working on the Debian-Med homepage on Alioth. I actually need to grab > information about the packages maintained by > [EMAIL PROTECTED] with PHP. Normally, I would grab: the qa page only retrieves various informations from other places and displays them on one page. I guess you're not

Automatic retrieval of information from qa.debian.org

2007-10-04 Thread David Paleino
Hi all, I'm working on the Debian-Med homepage on Alioth. I actually need to grab information about the packages maintained by [EMAIL PROTECTED] with PHP. Normally, I would grab: http://qa.debian.org/developer.php?login=. I've tried this; the resulting parsed tables are a bit "confused". See, for