From owner-svn-doc-head@freebsd.org Fri Aug 18 17:19:54 2017 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC3F0DC8914; Fri, 18 Aug 2017 17:19:54 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C86D56D7D3; Fri, 18 Aug 2017 17:19:54 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7IHJrIA036539; Fri, 18 Aug 2017 17:19:53 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7IHJrCS036538; Fri, 18 Aug 2017 17:19:53 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201708181719.v7IHJrCS036538@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Fri, 18 Aug 2017 17:19:53 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r50686 - head/share/xml X-SVN-Group: doc-head X-SVN-Commit-Author: wblock X-SVN-Commit-Paths: head/share/xml X-SVN-Commit-Revision: 50686 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Aug 2017 17:19:55 -0000 Author: wblock Date: Fri Aug 18 17:19:53 2017 New Revision: 50686 URL: https://svnweb.freebsd.org/changeset/doc/50686 Log: Add the ability to set a translate="no" property on any element that uses the common properties attributes. This also adds the ability to set rules in the element to select types of elements that should not be translated. Non-translated text does not appear in PO files and is not seen by translators, but is included verbatim in the final translated output document. The current use case for this is to prevent the PGP keys from being translated, which makes no sense and introduces duplication. This work was made possible with assistance by Shaun McCance at the 2017 Open Help Conference. Sponsored by: iXsystems Modified: head/share/xml/docbook50.dtd Modified: head/share/xml/docbook50.dtd ============================================================================== --- head/share/xml/docbook50.dtd Thu Aug 17 17:23:46 2017 (r50685) +++ head/share/xml/docbook50.dtd Fri Aug 18 17:19:53 2017 (r50686) @@ -31,6 +31,8 @@ audience CDATA #IMPLIED condition CDATA #IMPLIED conformance CDATA #IMPLIED + xmlns:its CDATA #FIXED 'http://www.w3.org/2005/11/its' + its:translate (yes|no) #IMPLIED os CDATA #IMPLIED revision CDATA #IMPLIED security CDATA #IMPLIED @@ -48,7 +50,7 @@ - + + + + + + + + +