summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Wade <kwade@redhat.com>2006-02-11 15:29:31 +0000
committerKarsten Wade <kwade@redhat.com>2006-02-11 15:29:31 +0000
commit835f893defb653e3655e4192af56092966e887ff (patch)
tree0251820d530d6e3a3750f95ff46b97cd98d1c839
parent6a799789f02d20c94583105b9ef5040d4863a43d (diff)
downloadfedora-doc-utils-835f893defb653e3655e4192af56092966e887ff.tar.gz
fedora-doc-utils-835f893defb653e3655e4192af56092966e887ff.tar.xz
fedora-doc-utils-835f893defb653e3655e4192af56092966e887ff.zip
Trying to make the legal notice files come into the XInclude scenario more smoothly. What I have here is broken still, but in a new way ... and I'm hoping it carries us closer. Committing for collaboration.
-rw-r--r--common/legalnotice-content-en.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/common/legalnotice-content-en.xml b/common/legalnotice-content-en.xml
index 00a9a7e..21f4439 100644
--- a/common/legalnotice-content-en.xml
+++ b/common/legalnotice-content-en.xml
@@ -1,3 +1,13 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook V4.4//EN"
+"http://www.docbook.org/xml/4.4/docbookx.dtd"[
+
+ <!ENTITY % FEDORA-ENTITIES-EN SYSTEM "./fedora-entities-en.ent">
+ %FEDORA-ENTITIES-EN;
+
+]>
+<section id="sn-legalnotice-content">
+ <title>Legal Notice</title>
<para>
Permission is granted to copy, distribute, and/or modify this document under
the terms of the GNU Free Documentation License, Version 1.2 or any later
@@ -36,3 +46,4 @@
All other trademarks and copyrights referred to are the property of their
respective owners.
</para>
+</section>