From owner-cvs-ports@FreeBSD.ORG Tue Jun 5 19:50:13 2012 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 676CD1065679 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 D73318FC27 for ; Tue, 5 Jun 2012 19:50:12 +0000 (UTC) Received: by obcni5 with SMTP id ni5so11949299obc.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=jWECSfs3Rcjk8IkMnJrY1rodzLAs6GO9R9LxbYhJGBwW5c9feHXHfIhX5VtjTHuOJi lKVyFy/Bog5U1XbZUyotl3M7v+niM+L0pzHlmWoDBkHtBuS8dvSVIsoFgfGZTmnksZDm AWUtkE/Jeyg1/btVjzV6yvqAvtIG0YeoASBrsh+0WnpRf4OW8DsbvLi9tKT/HvDqY+L8 EGPU+mlIdPwB8MPGC6kVp1JWZyfC10uKCZpPq0DW8TbIBPjqwmitMHXfpw0V3gWthK4o ozRYFhX3cMpDXtZFeFpa7yAKGNW/cvsGm7yx1oomblDvAmsYxJIHv909kWs2n95J8tCf Xcng== 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: ALoCoQkIgc03iuEmK9JJZxr+lKciccAMd95wLaRfhCGihmjGWOrrC4v2gdgYjb7yNSwHTvNHEAUu 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-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports 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