From owner-svn-doc-all@FreeBSD.ORG Wed May 7 18:57:41 2014 Return-Path: Delivered-To: svn-doc-all@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 ESMTPS id 052DBA03; Wed, 7 May 2014 18:57:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 E5A70EC6; Wed, 7 May 2014 18:57:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s47IveLe028920; Wed, 7 May 2014 18:57:40 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s47Ive7e028918; Wed, 7 May 2014 18:57:40 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201405071857.s47Ive7e028918@svn.freebsd.org> From: Glen Barber Date: Wed, 7 May 2014 18:57:40 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44788 - in head/share: misc xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 May 2014 18:57:41 -0000 Author: gjb Date: Wed May 7 18:57:40 2014 New Revision: 44788 URL: http://svnweb.freebsd.org/changeset/doc/44788 Log: Add a few elements to the db.common.attributes definition: - vendorurl - sponsor - sponsorurl - contrib This will allow attribution for sponsored or contributed work on FreeBSD in the release notes. This is a prerequisite to additional upcoming changes. While here, modify docbook.css to recognize a new 'contrib' class. Also, set FreeBSD=%H on docbook50.dtd to allow the commit to go through. Sponsored by: The FreeBSD Foundation Modified: head/share/misc/docbook.css head/share/xml/docbook50.dtd Modified: head/share/misc/docbook.css ============================================================================== --- head/share/misc/docbook.css Wed May 7 18:25:53 2014 (r44787) +++ head/share/misc/docbook.css Wed May 7 18:57:40 2014 (r44788) @@ -394,3 +394,8 @@ pre.screen strong { line-height: 1.2; margin: 0 0 0 -1em; } + +span.contrib { + font-size: small; + font-style: italic; +} Modified: head/share/xml/docbook50.dtd ============================================================================== --- head/share/xml/docbook50.dtd Wed May 7 18:25:53 2014 (r44787) +++ head/share/xml/docbook50.dtd Wed May 7 18:57:40 2014 (r44788) @@ -1,3 +1,6 @@ +