Return-Path: X-Original-To: apmail-infrastructure-dev-archive@minotaur.apache.org Delivered-To: apmail-infrastructure-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4038110C88 for ; Mon, 2 Sep 2013 21:59:33 +0000 (UTC) Received: (qmail 1574 invoked by uid 500); 2 Sep 2013 21:59:32 -0000 Delivered-To: apmail-infrastructure-dev-archive@apache.org Received: (qmail 1475 invoked by uid 500); 2 Sep 2013 21:59:32 -0000 Mailing-List: contact infrastructure-dev-help@apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: infrastructure-dev@apache.org Delivered-To: mailing list infrastructure-dev@apache.org Delivered-To: moderator for infrastructure-dev@apache.org Received: (qmail 83148 invoked by uid 99); 2 Sep 2013 18:19:11 -0000 X-ASF-Spam-Status: No, hits=-0.7 required=10 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of williamstw@gmail.com designates 74.125.82.175 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=w6Hvu7fdoTyHOUDDTat4OICuasXkp09zRjp4ip2ZAWc=; b=XBOFqto1JzvVe6e/JJRvpF8o7QDUglDF3Mkw0VKSL8lxxjPlR43IKu3sMv+qxIJCWV NJw7xVe8iidTQi3Ndspz/GX3nsr+Rg7TiOvZW1iocFUcxXClmZTUHUGUCim+8X+kDNdA v7ea66/Rk7lyngug7rVh4Y86VmW4ZvHKryz/fYZvnd5DsVU0oBU2m6gytl5SuglUsWgY f9qdUa6HgdVpOf3n/8vwhvS6INEYj2S+wS81oF6k33xeuSuK1+SjVNBHtHJPmX736vRT DJhl/rRvxn+vF/pJHp1MbDtu0XnDMI7O1ixmSFZwIIPctg6Zwg0mrxYhVMR3EcnjG0y2 5GMw== MIME-Version: 1.0 X-Received: by 10.180.77.68 with SMTP id q4mr3583903wiw.4.1378145925756; Mon, 02 Sep 2013 11:18:45 -0700 (PDT) In-Reply-To: <07A94561-12FA-4B60-B347-717ACAD11E63@toolazydogs.com> References: <07A94561-12FA-4B60-B347-717ACAD11E63@toolazydogs.com> Date: Mon, 2 Sep 2013 14:18:45 -0400 Message-ID: Subject: Re: Project data implicit in HTML pages From: Tim Williams To: "labs@labs.apache.org" Cc: "infrastructure-dev@apache.org" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Sep 2, 2013 at 1:09 PM, Alan D. Cabrera wrot= e: > > On Sep 2, 2013, at 8:17 AM, Alan D. Cabrera wrote: > >> There's a lot of data that seems to be implicitly stored in HTML pages, = e.g. mailing list info. I need explicit access to this info. Podlings are= simple since podling.xml can simply be extended to include such informatio= n, but what to do about projects? >> >> To this end, panopticon is going to store this information in JSON forma= t in a data directory in Subversion. If it turns out to be useful it is en= visioned that it will be moved to a central location. > > There seems to be some awesome DOAP files that I can use. I need to exte= nd some information to the mailing lists. More specifically I need to add = the subscription policy for each mailing list. > > What's the protocol for extending http://projects.apache.org/ns/asfext? My guess is that site-dev@ would be a good place to start. Though, that may be dated thinking... --tim