From owner-freebsd-questions@FreeBSD.ORG Sun Sep 8 07:15:17 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5C5E7CD6 for ; Sun, 8 Sep 2013 07:15:17 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-we0-x22f.google.com (mail-we0-x22f.google.com [IPv6:2a00:1450:400c:c03::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E8D632E1D for ; Sun, 8 Sep 2013 07:15:16 +0000 (UTC) Received: by mail-we0-f175.google.com with SMTP id q59so4347167wes.34 for ; Sun, 08 Sep 2013 00:15:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=nXh6+mWdPUt7+YVQLLrdWM+m97xOhSgWV0bWvz3c+jY=; b=GyNIq6aEMhGV7Z7OLm/7kXobesC0CAZ9qF5zlKy2xm4MnzEep4fKwjFVYxd/GWw03Y KgA1MSjRa6C/9cJZ7+O2lwyJVDQjzzdh3ELpKHmHSmL/3JdlUiJ07XtwaVPC/6wp60Hr EDw4QtLdzsdhFum5FuhXyXhzg3cgUN5el7W6Vu6/jvJY3IMb0U1C8U9l3KDh0j5qNr45 T5k7/ozo8aEgiP370pepskuXRqgiM8HhR8l4GPFtYTFE50z2yvHPk7c7MvHklrhXyX+3 BPd6QMdIHMMfDHCnErYQ1dGdvt42a6m/msq4SXw1OCzlSmsvFtLYbBUNTsfWwcLDhB9T huyA== X-Received: by 10.180.87.103 with SMTP id w7mr3211260wiz.11.1378624515442; Sun, 08 Sep 2013 00:15:15 -0700 (PDT) Received: from [192.168.0.10] (58.33.91.91.rev.sfr.net. [91.91.33.58]) by mx.google.com with ESMTPSA id l9sm8347208wif.10.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 08 Sep 2013 00:15:14 -0700 (PDT) Message-ID: <522C23F9.60800@gmail.com> Date: Sun, 08 Sep 2013 09:15:05 +0200 From: David Demelier User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130830 Thunderbird/17.0.8 MIME-Version: 1.0 To: Warren Block Subject: Re: What's happening to my asciidoc? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 07:15:17 -0000 On 06.09.2013 22:52, Warren Block wrote: > On Fri, 6 Sep 2013, David Demelier wrote: > >> 2013/9/6 Warren Block : >>> >>> asciidoc \ >>> -a data-uri \ >>> -a icons \ >>> -a iconsdir=/usr/local/etc/asciidoc/images/icons \ >>> -d article \ >>> -a stylesheet=~/docs/stylesheets/wb-html.css \ >>> -a toc \ >>> -a revdate="2013-09-05" \ >>> -a year="2013" \ >>> -a max-width=80em \ >>> pxe.txt >>> >>> That stylesheet is just my changes to the default, which change the link >>> visited color from pink to red and add rounded corners to listing >>> blocks. >> >> Did you touch the asciidoc configuration ? For me it seems to work >> *only* if I use html5 backend, otherwise it produces this: >> http://www.demelierdavid.fr/article.html. > > Not that I recall, and pkg-info -g asciidoc-8.6.8_1 does not show anything. I've found the problem but can't fix it. The xhtml11.conf is the copy of wordpress.conf. I've sent a PR: ports/181869 Note that this only happen when I use pkgng + poudriere. Regards,