Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 May 2014 19:43:23 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r265594 - head/release/doc/share/xml
Message-ID:  <201405071943.s47JhNEI050773@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Wed May  7 19:43:23 2014
New Revision: 265594
URL: http://svnweb.freebsd.org/changeset/base/265594

Log:
  Add two new entity files in followup to r265590,
  sponsor.ent and vendor.ent, which will be used for
  sponsor/vendor names and URLs.
  
  Sponsored by:	The FreeBSD Foundation

Added:
  head/release/doc/share/xml/sponsor.ent   (contents, props changed)
  head/release/doc/share/xml/vendor.ent   (contents, props changed)

Added: head/release/doc/share/xml/sponsor.ent
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/release/doc/share/xml/sponsor.ent	Wed May  7 19:43:23 2014	(r265594)
@@ -0,0 +1,10 @@
+<!-- -*- sgml -*-
+
+     $FreeBSD$
+
+     Sponsors of various works.
+
+-->
+
+<!ENTITY ff		"The&nbsp;&os;&nbsp;Foundation">
+<!ENTITY ff.url		"https://www.FreeBSDFoundation.org/">;

Added: head/release/doc/share/xml/vendor.ent
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/release/doc/share/xml/vendor.ent	Wed May  7 19:43:23 2014	(r265594)
@@ -0,0 +1,7 @@
+<!-- -*- sgml -*-
+
+     $FreeBSD$
+
+     Vendors and contributors.
+
+-->



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405071943.s47JhNEI050773>