summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>