From owner-cvs-all@FreeBSD.ORG Tue Jun 5 19:50:13 2012 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 21633106564A for ; Tue, 5 Jun 2012 19:50:13 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id CC9EC8FC23 for ; Tue, 5 Jun 2012 19:50:12 +0000 (UTC) Received: by obcni5 with SMTP id ni5so11949298obc.13 for ; Tue, 05 Jun 2012 12:50:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=mlqDP7VRKofl6EW7Qb2EaDFd2I95LMAAOHPkc+b1x04=; b=KO5FUl46yBEYQ08g0zo804BRWqq9DAIST1kJjHllpe/JJz1rddcTAb4pBkB3t6YfAn w1/rXxBA5zmGbtH6j3WDb3qiXvH/u30K1oF7RFDih1wqZDloI7hCD29SAqSt+0NY0gL6 S+hOVjI+FksmV02/OgWCJ+iSBd479OgVm2B/k= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding:x-gm-message-state; bh=mlqDP7VRKofl6EW7Qb2EaDFd2I95LMAAOHPkc+b1x04=; b=MvdtexMePll3lOrVqpuUy3bJTnIvKQU0xkOdJg4YxlFuyVm/M88M0i+KVIa/BCMZ0d nE8160ryIXQmLxg98REHl8DM6/CdCa+6Km5dLN8XNnRlhS+IRC9Vmhi2JTIhMiSf6t8E D70sIj4kCKLeQeE1ywKd/ZnMKewaGBIa/9zNouefuZA+hOOaedKlH41OwoaMEdqba/g3 Tyc8JrWf27n2cehWV2ZSBzDxwYrhWD13dVAEu7aoADmE+BzfpAjoZ7MkU98OI+AGYwew 3hOrVZlsf+2BfIA2bTFUavHwqoqIaTFBxGdwTNLdQYryeWPnUx2nMPmWfloXm6OUc8+G G2pg== Received: by 10.182.187.42 with SMTP id fp10mr18020887obc.30.1338925812182; Tue, 05 Jun 2012 12:50:12 -0700 (PDT) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.182.204.69 with HTTP; Tue, 5 Jun 2012 12:49:41 -0700 (PDT) In-Reply-To: <4FCE5032.9030001@FreeBSD.org> References: <201206050319.q553Jbhs076597@repoman.freebsd.org> <4FCE5032.9030001@FreeBSD.org> From: Eitan Adler Date: Tue, 5 Jun 2012 12:49:41 -0700 X-Google-Sender-Auth: VgwLktYvfC-7fLEXDxsRc9YLh58 Message-ID: To: Doug Barton Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQlidWziTwMXoawZ71IG1mwXxArUidgFua/WPV9bgXwczalWAZq6MqKGkdCQwd9Hxs0ELCnp Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2012 19:50:13 -0000 On 5 June 2012 11:30, Doug Barton wrote: > Why does the same URL need to appear twice? And if this is necessary, > why does 'make validate' not report the error? The "cite" url is not show on the page at all. It is used for semantic value only. The reference is actually shown to the end user on the page. make validate is necessary, but not sufficient. It used to only check the XML validity and I recently made it check "tidy" output as well. It does not check other aspects of VuXML. > The way this ends up formatted in the HTML is: > > References > CVE Name =C2=A0CVE-2012-1667 > URL =C2=A0 =C2=A0 =C2=A0 http://www.isc.org/software/bind/advisories/cve-= 2012-1667 > > That makes it look like the ISC site is the canonical URL for the CVE, > but obviously it's not. The "CVE-2012-1667" on the page does render as a > URL, but in my browser at least it's not got the usual decoration to > indicate that it is actually a URL, even though it works. OTOH, the > [source] link to the "ISC Reports" section looks and works as I would > expect. This seems to be a problem with the way the page is rendered. Perhaps there should be a black border between each row? > Even with the few of these that I've done it's still more than most of > our committers, and I'm still confused by this. If we want to get better > participation from a wider variety of our committers it needs to be > simpler. Agreed. Steve Wills has a web page which generates valid XML to use. If there is anything else I could do to help make the process easier please let me know. --=20 Eitan Adler Source & Ports committer X11, Bugbusting teams