Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44700 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62192 invoked from network); 4 Jul 2009 16:45:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jul 2009 16:45:21 -0000 Received: from [127.0.0.1] ([127.0.0.1:23326]) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ECSTREAM id 5C/19-06257-1278F4A4 for ; Sat, 04 Jul 2009 12:45:21 -0400 Authentication-Results: pb1.pair.com header.from=matrixhasu@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=matrixhasu@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.210.182 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: matrixhasu@gmail.com X-Host-Fingerprint: 209.85.210.182 mail-yx0-f182.google.com Received: from [209.85.210.182] ([209.85.210.182:46225] helo=mail-yx0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 75/B8-06257-E448F4A4 for ; Sat, 04 Jul 2009 12:33:19 -0400 Received: by yxe12 with SMTP id 12so4843509yxe.29 for ; Sat, 04 Jul 2009 09:33:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:from:date:x-google-sender-auth:message-id:subject:to:cc :content-type:content-transfer-encoding; bh=+Mz6ZGTxbmag1DRSxvgCyL2hkA3QUIKPn7crCwsP6x4=; b=RKECzVvvy8E7EhgZvQbPeliym9jTQ2F9RZsVHBvIzc/mE9QkqxhMiuAlk6644Al2B9 ZP/5xJE+aVWCv8YfEVs2Pw59Ya4Zh8nq+20jQSXagkLitymardg3aa6CcLF5Ibw54Qk+ VJUFJALyG+6veorYU6VWTKW6X7xy8E051x9vw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; b=DdRtpfI4gTxYTG2DWLK0oLWBqR3S4u4ArvsDgMHAVQE/7595Ad6k+hPX/ULyUqQe2s wLBMhUGBJDSKX78xNl1Mewp0xqlCAM16JNZR2eobAqtHK0FhQoLW1LDQLhnMCpVbNG/P Txr+rGMy+e0fjcCDofR7FpGsljbZguq0RTQD0= MIME-Version: 1.0 Sender: matrixhasu@gmail.com Received: by 10.231.14.138 with SMTP id g10mr1557092iba.10.1246725196083; Sat, 04 Jul 2009 09:33:16 -0700 (PDT) In-Reply-To: <134AAF02-5938-4F07-AF86-D9C6EC982ABD@caedmon.net> References: <20090704075309.GA29827@rangda.stickybit.se> <134AAF02-5938-4F07-AF86-D9C6EC982ABD@caedmon.net> Date: Sat, 4 Jul 2009 18:32:56 +0200 X-Google-Sender-Auth: af0e72daf6378b57 Message-ID: <8b2d7b4d0907040932k225da594u3ef8b4f2fd0a7a20@mail.gmail.com> To: Sean Coates Cc: sean finney , PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] are there alternate interfaces to the bug tracking system? From: morph@debian.org (Sandro Tosi) Hi all, On Sat, Jul 4, 2009 at 18:20, Sean Coates wrote: >> so what i'm wondering is: is there an easily parseable or structured >> interface (xmlrpc, soap, read-only JSON export, whatever) to the php.net >> bts >> that could be used to get a bug's information? =A0or would such a bts-li= nk >> service need to resort to scraping the page for a particular bug's statu= s? > > Not sure if this really helps you (and I agree that the bug system really > needs some sort of better programmatic interface), but you can translate > most bugs.php.net pages into rss (which is easier to parse than HTML... > usually (-: ) by prepending rss/ to the URL. This useful for reading. > > For example: > http://bugs.php.net/bug.php?id=3D46944 > becomes: > http://bugs.php.net/rss/bug.php?id=3D46944 yeah, I'll probably follow this way, but using the format=3Dxml parameter: http://bugs.php.net/rss/bug.php?format=3Dxml&id=3D46944 that seems better for programmatical parsing. Just another question: may you please list me all the possible 'Status' field values? In particular we are interested in those 'Status'es that identify the bug as closed and "wontfix". Cheers, --=20 Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi