From owner-freebsd-testing@FreeBSD.ORG Sun Nov 16 02:29:41 2014 Return-Path: Delivered-To: freebsd-testing@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6314F2A9; Sun, 16 Nov 2014 02:29:41 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E9E05813; Sun, 16 Nov 2014 02:29:40 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id sAG2TdxY005535 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 15 Nov 2014 19:29:39 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id sAG2Td9G005532; Sat, 15 Nov 2014 19:29:39 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sat, 15 Nov 2014 19:29:39 -0700 (MST) From: Warren Block To: freebsd-testing@FreeBSD.org Subject: Documentation testing and textproc/igor Message-ID: User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sat, 15 Nov 2014 19:29:39 -0700 (MST) Cc: Li-Wen Hsu X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2014 02:29:41 -0000 Since July, textproc/igor has a -X option that produces XML output. This should be usable with Jenkins for documentation testing. It converts single and double quotes in the messages to ' and ". It has not been tested much, and further feedback would be helpful. Thanks!