diff options
author | Glen Barber <gjb@FreeBSD.org> | 2014-05-07 19:43:23 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2014-05-07 19:43:23 +0000 |
commit | 6ed9a30c51b7256ff746392305cf98ad9c1afad1 (patch) | |
tree | 3fcb614a9ef61ff7ac69574bb988fdda217b7194 /release | |
parent | aa7a161b407bcfc565396e93138f38ab059467c0 (diff) | |
download | src-6ed9a30c51b7256ff746392305cf98ad9c1afad1.tar.gz src-6ed9a30c51b7256ff746392305cf98ad9c1afad1.zip |
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
Notes
Notes:
svn path=/head/; revision=265594
Diffstat (limited to 'release')
-rw-r--r-- | release/doc/share/xml/sponsor.ent | 10 | ||||
-rw-r--r-- | release/doc/share/xml/vendor.ent | 7 |
2 files changed, 17 insertions, 0 deletions
diff --git a/release/doc/share/xml/sponsor.ent b/release/doc/share/xml/sponsor.ent new file mode 100644 index 000000000000..f29da9c95887 --- /dev/null +++ b/release/doc/share/xml/sponsor.ent @@ -0,0 +1,10 @@ +<!-- -*- sgml -*- + + $FreeBSD$ + + Sponsors of various works. + +--> + +<!ENTITY ff "The &os; Foundation"> +<!ENTITY ff.url "https://www.FreeBSDFoundation.org/"> diff --git a/release/doc/share/xml/vendor.ent b/release/doc/share/xml/vendor.ent new file mode 100644 index 000000000000..7c724cf4c60b --- /dev/null +++ b/release/doc/share/xml/vendor.ent @@ -0,0 +1,7 @@ +<!-- -*- sgml -*- + + $FreeBSD$ + + Vendors and contributors. + +--> |