summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Wade <kwade@redhat.com>2005-10-24 13:56:48 +0000
committerKarsten Wade <kwade@redhat.com>2005-10-24 13:56:48 +0000
commit40d700edc3d3c53f2f9ce796f43fc1365083d01f (patch)
tree49bbaeba5c582485674b8e9a24651ccc3d3e96d7
parent9ea68ee8156b63e3d8f3b4bf7a05d2e96fe4cf1b (diff)
downloadfedora-doc-utils-40d700edc3d3c53f2f9ce796f43fc1365083d01f.tar.gz
fedora-doc-utils-40d700edc3d3c53f2f9ce796f43fc1365083d01f.tar.xz
fedora-doc-utils-40d700edc3d3c53f2f9ce796f43fc1365083d01f.zip
Must have forgotten to add these pieces when I did the legalnotice tricks for FC4, that move the bulk of the notes into a separate section with only a pointer in the <legalnotice> container. *docs*
-rw-r--r--common/fedora-entities-en.ent3
-rw-r--r--common/legalnotice-relnotes-en.xml13
-rw-r--r--common/legalnotice-section-en.xml16
3 files changed, 31 insertions, 1 deletions
diff --git a/common/fedora-entities-en.ent b/common/fedora-entities-en.ent
index 9c52393..d3709a2 100644
--- a/common/fedora-entities-en.ent
+++ b/common/fedora-entities-en.ent
@@ -1,4 +1,4 @@
-<!-- $Id: fedora-entities-en.ent,v 1.10 2005/10/18 21:48:03 elliss Exp $ -->
+<!-- $Id: fedora-entities-en.ent,v 1.11 2005/10/24 13:56:48 kwade Exp $ -->
<!--
These common entities are useful shorthand
@@ -49,6 +49,7 @@
<!ENTITY LEGALNOTICE-CONTENT SYSTEM "./legalnotice-content-en.xml">
<!ENTITY LEGALNOTICE-OPL-CONTENT SYSTEM "./opl.xml">
<!ENTITY LEGALNOTICE-RELNOTES SYSTEM "./legalnotice-relnotes-en.xml">
+<!ENTITY LEGALNOTICE-SECTION SYSTEM "./legalnotice-section-en.xml">
<!ENTITY BUG-REPORTING SYSTEM "./bugreporting-en.xml">
<!-- ************** common applications? *********** -->
diff --git a/common/legalnotice-relnotes-en.xml b/common/legalnotice-relnotes-en.xml
index 879baaf..431efe1 100644
--- a/common/legalnotice-relnotes-en.xml
+++ b/common/legalnotice-relnotes-en.xml
@@ -7,6 +7,19 @@
]>
-->
+
+<!--
+
+ Use this legalnotice for no-chunks/single-page HTML output. It is an optional
+ usage to move the bulk of the legalnotice to another location in the document.
+
+ If you use this legalnotice, you must include a call to the
+ LEGALNOTICE-SECTION entity, or include a similar <section> in your document.
+ The call to LEGALNOTICE-SECTION must happen where a <section> is otherwise
+ allowed. One good location is immediately following an introduction.
+
+ -->
+
<legalnotice id="legalnotice">
<para> This document is released under the terms of the GNU Free Documentation
License. For more details, read the full legalnotice in <xref
diff --git a/common/legalnotice-section-en.xml b/common/legalnotice-section-en.xml
new file mode 100644
index 0000000..befc1e7
--- /dev/null
+++ b/common/legalnotice-section-en.xml
@@ -0,0 +1,16 @@
+<!--
+
+ Use this legalnotice for no-chunks/single-page HTML output. It is an optional
+ usage to move the bulk of the legalnotice to another location in the document.
+
+ If you use this legalnotice, you must include a call to the
+ LEGALNOTICE-NOCHUNKS or LEGALNOTICE-RELNOTES. This gets the legal material in
+ the proper <legalnotice /> container.SECTION entity, or include a similar <section> in your document.
+ The call to LEGALNOTICE-SECTION must happen where a <section> is otherwise
+ allowed. One good location is immediately following an introduction.
+
+ -->
+ <section id="sn-legalnotice">
+ <title>Legalnotice</title>
+ &LEGALNOTICE-CONTENT;
+ </section>