[hornetq-commits] JBoss hornetq SVN: r7863 - in trunk/docs: quickstart-guide/en and 2 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Aug 21 07:51:41 EDT 2009


Author: jmesnil
Date: 2009-08-21 07:51:41 -0400 (Fri, 21 Aug 2009)
New Revision: 7863

Added:
   trunk/docs/quickstart-guide/en/notice.xml
   trunk/docs/user-manual/en/notice.xml
Modified:
   trunk/docs/quickstart-guide/en/master.xml
   trunk/docs/quickstart-guide/quickstart-guide.xpr
   trunk/docs/user-manual/en/master.xml
   trunk/docs/user-manual/user-manual.xpr
Log:
added notice chapter containing cc notice + logo

Modified: trunk/docs/quickstart-guide/en/master.xml
===================================================================
--- trunk/docs/quickstart-guide/en/master.xml	2009-08-21 11:08:39 UTC (rev 7862)
+++ trunk/docs/quickstart-guide/en/master.xml	2009-08-21 11:51:41 UTC (rev 7863)
@@ -21,40 +21,22 @@
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3CR3//EN"
         "../../../lib/docbook-support/support/docbook-dtd/docbookx.dtd" [
         <!ENTITY about        SYSTEM "about.xml">
-        <!ENTITY introduction SYSTEM "introduction.xml">
         <!ENTITY download     SYSTEM "download.xml">
+        <!ENTITY examples     SYSTEM "examples.xml">
         <!ENTITY installation SYSTEM "installation.xml">
+        <!ENTITY introduction SYSTEM "introduction.xml">
+        <!ENTITY notice       SYSTEM "notice.xml">
         <!ENTITY running      SYSTEM "running.xml">
-        <!ENTITY examples     SYSTEM "examples.xml">
         ]>
 <book lang="en">
    <bookinfo>
       <title>HornetQ Quickstart Guide</title>
       <subtitle>Putting the buzz in messaging</subtitle>
-      <legalnotice>
-          <para>Copyright © 2009 Red Hat, Inc. and others.</para>
-          <para>The text of and illustrations in this document are licensed by Red Hat under
-              a Creative Commons Attribution–Share Alike 3.0 Unported license ("CC-BY-SA").</para>
-          <para>An explanation of CC-BY-SA is available at 
-              <ulink url="http://creativecommons.org/licenses/by-sa/3.0/">http://creativecommons.org/licenses/by-sa/3.0/</ulink>. 
-              In accordance with CC-BY-SA, if you distribute this document or an adaptation
-              of it, you must provide the URL for the original version.</para>
-          <para>Red Hat, as the licensor of this document, waives the right to enforce, 
-              and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent 
-              permitted by applicable law.</para>
-      </legalnotice>
-      <mediaobject>
-        <imageobject>
-          <imagedata fileref="images/hornetQ_logo_600px.png" format="PNG"/>
-        </imageobject>
-        <textobject>
-          <phrase>HornetQ - Putting the buzz in messaging</phrase>
-        </textobject>
-      </mediaobject>
    </bookinfo>
 
    <toc></toc>
 
+   &notice;
    &about;
    &introduction;
    &download;

Added: trunk/docs/quickstart-guide/en/notice.xml
===================================================================
--- trunk/docs/quickstart-guide/en/notice.xml	                        (rev 0)
+++ trunk/docs/quickstart-guide/en/notice.xml	2009-08-21 11:51:41 UTC (rev 7863)
@@ -0,0 +1,34 @@
+<!-- ============================================================================= -->
+<!-- Copyright © 2009 Red Hat, Inc. and others.                                    -->
+<!--                                                                               -->
+<!-- The text of and illustrations in this document are licensed by Red Hat under  -->
+<!-- a Creative Commons Attribution–Share Alike 3.0 Unported license ("CC-BY-SA"). -->
+<!--                                                                               -->
+<!-- An explanation of CC-BY-SA is available at                                    -->
+<!--                                                                               -->
+<!--            http://creativecommons.org/licenses/by-sa/3.0/.                    -->
+<!--                                                                               -->
+<!-- In accordance with CC-BY-SA, if you distribute this document or an adaptation -->
+<!-- of it, you must provide the URL for the original version.                     -->
+<!--                                                                               -->
+<!-- Red Hat, as the licensor of this document, waives the right to enforce,       -->
+<!-- and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent        -->
+<!-- permitted by applicable law.                                                  -->
+<!-- ============================================================================= -->
+
+<chapter id="notice">
+    <title>Legal Notice</title>
+
+        <graphic fileref="images/hornetQ_logo_600px.png" />
+
+        <para>Copyright © 2009 Red Hat, Inc. and others.</para>
+        <para>The text of and illustrations in this document are licensed by Red Hat under
+            a Creative Commons Attribution–Share Alike 3.0 Unported license ("CC-BY-SA").</para>
+        <para>An explanation of CC-BY-SA is available at 
+            <ulink url="http://creativecommons.org/licenses/by-sa/3.0/">http://creativecommons.org/licenses/by-sa/3.0/</ulink>. 
+            In accordance with CC-BY-SA, if you distribute this document or an adaptation
+            of it, you must provide the URL for the original version.</para>
+        <para>Red Hat, as the licensor of this document, waives the right to enforce, 
+            and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent 
+            permitted by applicable law.</para>
+</chapter>
\ No newline at end of file

Modified: trunk/docs/quickstart-guide/quickstart-guide.xpr
===================================================================
--- trunk/docs/quickstart-guide/quickstart-guide.xpr	2009-08-21 11:08:39 UTC (rev 7862)
+++ trunk/docs/quickstart-guide/quickstart-guide.xpr	2009-08-21 11:51:41 UTC (rev 7863)
@@ -14,6 +14,7 @@
             <file name="en/installation.xml"/>
             <file name="en/introduction.xml"/>
             <file name="en/master.xml"/>
+            <file name="en/notice.xml"/>
             <file name="en/running.xml"/>
         </folder>
     </projectTree>

Modified: trunk/docs/user-manual/en/master.xml
===================================================================
--- trunk/docs/user-manual/en/master.xml	2009-08-21 11:08:39 UTC (rev 7862)
+++ trunk/docs/user-manual/en/master.xml	2009-08-21 11:51:41 UTC (rev 7863)
@@ -48,6 +48,7 @@
         <!ENTITY message-expiry          SYSTEM "message-expiry.xml">
         <!ENTITY message-grouping        SYSTEM "message-grouping.xml">
         <!ENTITY messaging-concepts      SYSTEM "messaging-concepts.xml">
+        <!ENTITY notice                  SYSTEM "notice.xml">
         <!ENTITY paging                  SYSTEM "paging.xml">
         <!ENTITY perf-tuning             SYSTEM "perf-tuning.xml">
         <!ENTITY persistence             SYSTEM "persistence.xml">
@@ -71,30 +72,11 @@
    <bookinfo>
       <title>HornetQ User Manual</title>
       <subtitle>Putting the buzz in messaging</subtitle>
-      <legalnotice>
-          <para>Copyright © 2009 Red Hat, Inc. and others.</para>
-          <para>The text of and illustrations in this document are licensed by Red Hat under
-              a Creative Commons Attribution–Share Alike 3.0 Unported license ("CC-BY-SA").</para>
-          <para>An explanation of CC-BY-SA is available at 
-              <ulink url="http://creativecommons.org/licenses/by-sa/3.0/">http://creativecommons.org/licenses/by-sa/3.0/</ulink>. 
-              In accordance with CC-BY-SA, if you distribute this document or an adaptation
-              of it, you must provide the URL for the original version.</para>
-          <para>Red Hat, as the licensor of this document, waives the right to enforce, 
-              and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent 
-              permitted by applicable law.</para>
-      </legalnotice>
-      <mediaobject>
-        <imageobject>
-          <imagedata fileref="images/hornetQ_logo_600px.png" format="PNG"/>
-        </imageobject>
-        <textobject>
-          <phrase>HornetQ - Putting the buzz in messaging</phrase>
-        </textobject>
-      </mediaobject>      
    </bookinfo>
 
    <toc></toc>
 
+   &notice;
    &preface;
    &messaging-concepts;        
    &architecture;

Added: trunk/docs/user-manual/en/notice.xml
===================================================================
--- trunk/docs/user-manual/en/notice.xml	                        (rev 0)
+++ trunk/docs/user-manual/en/notice.xml	2009-08-21 11:51:41 UTC (rev 7863)
@@ -0,0 +1,34 @@
+<!-- ============================================================================= -->
+<!-- Copyright © 2009 Red Hat, Inc. and others.                                    -->
+<!--                                                                               -->
+<!-- The text of and illustrations in this document are licensed by Red Hat under  -->
+<!-- a Creative Commons Attribution–Share Alike 3.0 Unported license ("CC-BY-SA"). -->
+<!--                                                                               -->
+<!-- An explanation of CC-BY-SA is available at                                    -->
+<!--                                                                               -->
+<!--            http://creativecommons.org/licenses/by-sa/3.0/.                    -->
+<!--                                                                               -->
+<!-- In accordance with CC-BY-SA, if you distribute this document or an adaptation -->
+<!-- of it, you must provide the URL for the original version.                     -->
+<!--                                                                               -->
+<!-- Red Hat, as the licensor of this document, waives the right to enforce,       -->
+<!-- and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent        -->
+<!-- permitted by applicable law.                                                  -->
+<!-- ============================================================================= -->
+
+<chapter id="notice">
+    <title>Legal Notice</title>
+
+        <graphic fileref="images/hornetQ_logo_600px.png" />
+
+        <para>Copyright © 2009 Red Hat, Inc. and others.</para>
+        <para>The text of and illustrations in this document are licensed by Red Hat under
+            a Creative Commons Attribution–Share Alike 3.0 Unported license ("CC-BY-SA").</para>
+        <para>An explanation of CC-BY-SA is available at 
+            <ulink url="http://creativecommons.org/licenses/by-sa/3.0/">http://creativecommons.org/licenses/by-sa/3.0/</ulink>. 
+            In accordance with CC-BY-SA, if you distribute this document or an adaptation
+            of it, you must provide the URL for the original version.</para>
+        <para>Red Hat, as the licensor of this document, waives the right to enforce, 
+            and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent 
+            permitted by applicable law.</para>
+</chapter>
\ No newline at end of file

Modified: trunk/docs/user-manual/user-manual.xpr
===================================================================
--- trunk/docs/user-manual/user-manual.xpr	2009-08-21 11:08:39 UTC (rev 7862)
+++ trunk/docs/user-manual/user-manual.xpr	2009-08-21 11:51:41 UTC (rev 7863)
@@ -42,6 +42,7 @@
             <file name="en/message-expiry.xml"/>
             <file name="en/message-grouping.xml"/>
             <file name="en/messaging-concepts.xml"/>
+            <file name="en/notice.xml"/>
             <file name="en/paging.xml"/>
             <file name="en/perf-tuning.xml"/>
             <file name="en/persistence.xml"/>



More information about the hornetq-commits mailing list