Package version and filelist api

2013-10-30 Thread Pavlos
Hello, I wanted to ask if there is a non-html api for the info displayed here http://qa.debian.org/madison.php?package=vim&table=all&a=&c=&s=# and here http://packages.debian.org/sid/i386/vim/filelist I want to add this info to the debian android app. json csv or even plain text would be prefe

Re: Question about api

2013-10-05 Thread Pavlos
Yes I was looking only for package names for now. :) This seems exactly what I want. Thank you very much! On Sat, Oct 5, 2013 at 2:12 PM, Matthieu Caneill wrote: > On Sat, Oct 5, 2013 at 12:26 PM, Pavlos wrote: >> >> Hello everyone, >> >> Not sure if this is the

Question about api

2013-10-05 Thread Pavlos
Hello everyone, Not sure if this is the place to ask but is there a better api for the information provided here http://packages.debian.org/search?keywords=vim ? I want to search exact or similar packages based on name and add this info to the debian android app. I'm looking for a page that has th

Re: UDD cgi scripts

2013-08-21 Thread Pavlos
Hello, Here are the scripts again modified. If called with ?out=csv they will return the results in csv format. :) Hope they're ok. Kind regards, Pawel Sarbinowski On Tue, Aug 20, 2013 at 6:21 PM, Pavlos wrote: > I was a bit reluctant to change existing scripts. Especially since I

Re: UDD cgi scripts

2013-08-20 Thread Pavlos
I was a bit reluctant to change existing scripts. Especially since I don't have any experience with ruby. I'll try to fix the original scripts then and will get back to you. :) -- To UNSUBSCRIBE, email to debian-qa-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listma

UDD cgi scripts

2013-08-20 Thread Pavlos
Hello, I'm not sure if this is the correct place to submit these but i would like to add the attatched scripts to http://udd.debian.org/cgi-bin/ I need them for the debian android app i'm making for gsoc 2013. Three of them are the same as the original ones and just return the results in a csv for

Question about soap api

2013-07-09 Thread Pavlos
Hello again, I am trying to use the ksoap2-android library to interact with the pts soap api. I am following this http://seesharpgears.blogspot.fr/2010/11/basic-ksoap-android-tutorial.html for now but i'm really unsure of what to put in the NAMESPACE and SOAP ACTION variables. I know the url

PTS soap interface

2013-06-18 Thread Pavlos
Hello, I'm a gsoc 2013 student and my project is the debian android app [1]. The app will have to utilize a pts and bts interface to get info about maintainers, packages, bugs etc and implement the usecases described here [2] and more. The issue I was worried about is that the existing soap interf