[jbosstools-commits] JBoss Tools SVN: r42043 - in branches/jbosstools-3.3.x/documentation/guides/Document_Conventions: en-US and 1 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Sun Jun 17 22:37:31 EDT 2012


Author: irooskov at redhat.com
Date: 2012-06-17 22:37:31 -0400 (Sun, 17 Jun 2012)
New Revision: 42043

Added:
   branches/jbosstools-3.3.x/documentation/guides/Document_Conventions/en-US/
   branches/jbosstools-3.3.x/documentation/guides/Document_Conventions/en-US/Author_Group.xml
   branches/jbosstools-3.3.x/documentation/guides/Document_Conventions/en-US/Book_Info.xml
   branches/jbosstools-3.3.x/documentation/guides/Document_Conventions/en-US/Document_Conventions.ent
   branches/jbosstools-3.3.x/documentation/guides/Document_Conventions/en-US/Document_Conventions.xml
   branches/jbosstools-3.3.x/documentation/guides/Document_Conventions/en-US/Feedback.xml
   branches/jbosstools-3.3.x/documentation/guides/Document_Conventions/en-US/Preface.xml
   branches/jbosstools-3.3.x/documentation/guides/Document_Conventions/en-US/Revision_History.xml
   branches/jbosstools-3.3.x/documentation/guides/Document_Conventions/en-US/images/
   branches/jbosstools-3.3.x/documentation/guides/Document_Conventions/en-US/images/icon.svg
Log:
updated with trunk doc files


Added: branches/jbosstools-3.3.x/documentation/guides/Document_Conventions/en-US/Author_Group.xml
===================================================================
--- branches/jbosstools-3.3.x/documentation/guides/Document_Conventions/en-US/Author_Group.xml	                        (rev 0)
+++ branches/jbosstools-3.3.x/documentation/guides/Document_Conventions/en-US/Author_Group.xml	2012-06-18 02:37:31 UTC (rev 42043)
@@ -0,0 +1,11 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE authorgroup PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Document_Conventions.ent">
+%BOOK_ENTITIES;
+]>
+<authorgroup>
+	<author>
+		<firstname>Red Hat Documentation Group</firstname>
+	</author>
+</authorgroup>
+

Added: branches/jbosstools-3.3.x/documentation/guides/Document_Conventions/en-US/Book_Info.xml
===================================================================
--- branches/jbosstools-3.3.x/documentation/guides/Document_Conventions/en-US/Book_Info.xml	                        (rev 0)
+++ branches/jbosstools-3.3.x/documentation/guides/Document_Conventions/en-US/Book_Info.xml	2012-06-18 02:37:31 UTC (rev 42043)
@@ -0,0 +1,28 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "JBoss_Developer_Studio_Documentation_Typographic_Conventions.ent">
+%BOOK_ENTITIES;
+]>
+<bookinfo id="book-Document_Conventions-Document_Conventions">
+	<title>Document Conventions</title>
+	<subtitle>An overview of the document conventions used by the JBoss Developer Studio documentation</subtitle>
+	<productname>JBoss Developer Studio</productname>
+	<productnumber>5.0</productnumber>
+	<edition>5.0.0</edition>
+	<pubsnumber>1</pubsnumber>
+	<abstract>
+		<para>
+			This book lists the document typographic conventions used by the JBoss Developer Studio documentation.
+		</para>
+	</abstract>
+	<corpauthor>
+		<inlinemediaobject>
+			<imageobject>
+				<imagedata fileref="Common_Content/images/title_logo.svg" format="SVG" />
+			</imageobject>
+		</inlinemediaobject>
+	</corpauthor>
+	<xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+</bookinfo>
+

Added: branches/jbosstools-3.3.x/documentation/guides/Document_Conventions/en-US/Document_Conventions.ent
===================================================================
--- branches/jbosstools-3.3.x/documentation/guides/Document_Conventions/en-US/Document_Conventions.ent	                        (rev 0)
+++ branches/jbosstools-3.3.x/documentation/guides/Document_Conventions/en-US/Document_Conventions.ent	2012-06-18 02:37:31 UTC (rev 42043)
@@ -0,0 +1,4 @@
+<!ENTITY PRODUCT "Documentation">
+<!ENTITY BOOKID "Document_Conventions">
+<!ENTITY YEAR "2011">
+<!ENTITY HOLDER "Red Hat">

Added: branches/jbosstools-3.3.x/documentation/guides/Document_Conventions/en-US/Document_Conventions.xml
===================================================================
--- branches/jbosstools-3.3.x/documentation/guides/Document_Conventions/en-US/Document_Conventions.xml	                        (rev 0)
+++ branches/jbosstools-3.3.x/documentation/guides/Document_Conventions/en-US/Document_Conventions.xml	2012-06-18 02:37:31 UTC (rev 42043)
@@ -0,0 +1,11 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Document_Conventions.ent">
+%BOOK_ENTITIES;
+]>
+<book>
+	<xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+</book>
+

Added: branches/jbosstools-3.3.x/documentation/guides/Document_Conventions/en-US/Feedback.xml
===================================================================
--- branches/jbosstools-3.3.x/documentation/guides/Document_Conventions/en-US/Feedback.xml	                        (rev 0)
+++ branches/jbosstools-3.3.x/documentation/guides/Document_Conventions/en-US/Feedback.xml	2012-06-18 02:37:31 UTC (rev 42043)
@@ -0,0 +1,92 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "../Document_Conventions.ent">
+%BOOK_ENTITIES;
+]>
+<section id="sect_JBoss-Getting_Help_and_Giving_Feedback" lang="en-US">
+	<title>Getting Help and Giving Feedback</title>
+	 <section id="sect_JBoss-Do_You_Need_Help">
+		<title>Do You Need Help?</title>
+		 <indexterm>
+			<primary>help</primary>
+			 <secondary>getting help</secondary>
+
+		</indexterm>
+		 <para>
+			If you experience difficulty with a procedure described in this documentation, visit the Red Hat Customer Portal at <ulink url="http://access.redhat.com" />. Through the customer portal, you can:
+		</para>
+		 <itemizedlist>
+			<listitem>
+				<para>
+					search or browse through a knowledgebase of technical support articles about Red Hat products.
+				</para>
+
+			</listitem>
+			 <listitem>
+				<para>
+					submit a support case to Red Hat Global Support Services (GSS).
+				</para>
+
+			</listitem>
+			 <listitem>
+				<para>
+					access other product documentation.
+				</para>
+
+			</listitem>
+
+		</itemizedlist>
+		 <para>
+			Red Hat also hosts a large number of electronic mailing lists for discussion of Red Hat software and technology. You can find a list of publicly available mailing lists at <ulink url="https://www.redhat.com/mailman/listinfo" />. Click on the name of any mailing list to subscribe to that list or to access the list archives.
+		</para>
+
+	</section>
+	
+	 <section id="jboss-feedback">
+		<title>Give us Feedback</title>
+		 <!--  NOTE: You will need the following entities defined in your .ent file.
+			You will need to replace _YOUR_PRODUCT_HERE_, _YOUR_COMPONENT_ 
+			and _YOUR_SUMMARY_ - entities are not replaced in URLs.
+		<!ENTITY PRODUCT "JBoss Product Name">
+		<!ENTITY BZCOMPONENT "doc-triage">
+		<!ENTITY BZURL "<ulink url='https://bugzilla.example.com/enter_bug.cgi?product=_YOUR_PRODUCT_HERE_&amp;component=_YOUR_COMPONENT_&amp;version=12&amp;short_desc=_YOUR_SUMMARY_'>http://bugzilla.redhat.com/</ulink>">
+
+		These entities should not affect translated documents, since Bugzilla is not localised.
+		  --> <indexterm>
+			<primary>feedback</primary>
+			 <secondary>contact information for this manual</secondary>
+
+		</indexterm>
+		 <para>
+			If you find a typographical error, or know how this guide can be improved, we would love to hear from you. Submit a report in Bugzilla against the product <literal>&BZPRODUCT;</literal> and the component <literal>&BZCOMPONENT;</literal>. The following link will take you to a pre-filled bug report for this product: &BZURL;.
+		</para>
+		 <para>
+			Fill out the following template in Bugzilla's <literal>Description</literal> field. Be as specific as possible when describing the issue; this will help ensure that we can fix it quickly.
+		</para>
+		 
+<screen>Document URL:
+
+
+Section Number and Name:
+
+
+Describe the issue:
+
+
+Suggestions for improvement:
+
+
+Additional information:
+
+
+</screen>
+		 <para>
+			Be sure to give us your name so that you can receive full credit for reporting the issue.
+		</para>
+
+	</section>
+	
+
+</section>
+
+

Added: branches/jbosstools-3.3.x/documentation/guides/Document_Conventions/en-US/Preface.xml
===================================================================
--- branches/jbosstools-3.3.x/documentation/guides/Document_Conventions/en-US/Preface.xml	                        (rev 0)
+++ branches/jbosstools-3.3.x/documentation/guides/Document_Conventions/en-US/Preface.xml	2012-06-18 02:37:31 UTC (rev 42043)
@@ -0,0 +1,10 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE preface PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Document_Conventions.ent">
+%BOOK_ENTITIES;
+]>
+<preface id="pref-Document_Conventions-Preface">
+	<title>Document Conventions</title>
+	<xi:include href="Common_Content/Conventions.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+</preface>
+

Added: branches/jbosstools-3.3.x/documentation/guides/Document_Conventions/en-US/Revision_History.xml
===================================================================
--- branches/jbosstools-3.3.x/documentation/guides/Document_Conventions/en-US/Revision_History.xml	                        (rev 0)
+++ branches/jbosstools-3.3.x/documentation/guides/Document_Conventions/en-US/Revision_History.xml	2012-06-18 02:37:31 UTC (rev 42043)
@@ -0,0 +1,41 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Document_Conventions.ent">
+%BOOK_ENTITIES;
+]>
+<appendix id="appe-Document_Conventions-Revision_History">
+	<title>Revision History</title>
+	<simpara>
+		<revhistory>
+			<revision>
+				<revnumber>1-1</revnumber>
+				<date>Fri Apr 1 2011</date>
+				<author>
+					<firstname>Isaac</firstname>
+					<surname>Rooskov</surname>
+					<email>irooskov at redhat.com</email>
+				</author>
+				<revdescription>
+					<simplelist>
+						<member>Removed unnecessary information</member>
+					</simplelist>
+				</revdescription>
+			</revision>
+			<revision>
+				<revnumber>1-0</revnumber>
+				<date>Wed Jan 5 2011</date>
+				<author>
+					<firstname>Matthew</firstname>
+					<surname>Casperson</surname>
+					<email>mcaspers at redhat.com</email>
+				</author>
+				<revdescription>
+					<simplelist>
+						<member>Initial creation of book by publican</member>
+					</simplelist>
+				</revdescription>
+			</revision>
+		</revhistory>
+	</simpara>
+</appendix>
+

Added: branches/jbosstools-3.3.x/documentation/guides/Document_Conventions/en-US/images/icon.svg
===================================================================
--- branches/jbosstools-3.3.x/documentation/guides/Document_Conventions/en-US/images/icon.svg	                        (rev 0)
+++ branches/jbosstools-3.3.x/documentation/guides/Document_Conventions/en-US/images/icon.svg	2012-06-18 02:37:31 UTC (rev 42043)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" width="32" height="32" id="svg3017">
+  <defs id="defs3019">
+    <linearGradient id="linearGradient2381">
+      <stop id="stop2383" style="stop-color:#ffffff;stop-opacity:1" offset="0"/>
+      <stop id="stop2385" style="stop-color:#ffffff;stop-opacity:0" offset="1"/>
+    </linearGradient>
+    <linearGradient x1="296.4996" y1="188.81061" x2="317.32471" y2="209.69398" id="linearGradient2371" xlink:href="#linearGradient2381" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.90776,0,0,0.90776,24.35648,49.24131)"/>
+  </defs>
+  <g transform="matrix(0.437808,-0.437808,0.437808,0.437808,-220.8237,43.55311)" id="g5089">
+    <path d="m 8.4382985,-6.28125 c -0.6073916,0 -4.3132985,5.94886271 -4.3132985,8.25 l 0,26.71875 c 0,0.846384 0.5818159,1.125 1.15625,1.125 l 25.5625,0 c 0.632342,0 1.125001,-0.492658 1.125,-1.125 l 0,-5.21875 0.28125,0 c 0.49684,0 0.906249,-0.409411 0.90625,-0.90625 l 0,-27.9375 c 0,-0.4968398 -0.40941,-0.90625 -0.90625,-0.90625 l -23.8117015,0 z" transform="translate(282.8327,227.1903)" id="path5091" style="fill:#5c5c4f;stroke:#000000;stroke-width:3.23021388;stroke-miterlimit:4;stroke-dasharray:none"/>
+    <rect width="27.85074" height="29.369793" rx="1.1414107" ry="1.1414107" x="286.96509" y="227.63805" id="rect5093" style="fill:#032c87"/>
+    <path d="m 288.43262,225.43675 25.2418,0 0,29.3698 -26.37615,0.0241 1.13435,-29.39394 z" id="rect5095" style="fill:#ffffff"/>
+    <path d="m 302.44536,251.73726 c 1.38691,7.85917 -0.69311,11.28365 -0.69311,11.28365 2.24384,-1.60762 3.96426,-3.47694 4.90522,-5.736 0.96708,2.19264 1.83294,4.42866 4.27443,5.98941 0,0 -1.59504,-7.2004 -1.71143,-11.53706 l -6.77511,0 z" id="path5097" style="fill:#a70000;fill-opacity:1;stroke-width:2"/>
+    <rect width="25.241802" height="29.736675" rx="0.89682275" ry="0.89682275" x="290.73544" y="220.92249" id="rect5099" style="fill:#809cc9"/>
+    <path d="m 576.47347,725.93939 6.37084,0.41502 0.4069,29.51809 c -1.89202,-1.31785 -6.85427,-3.7608 -8.26232,-1.68101 l 0,-26.76752 c 0,-0.82246 0.66212,-1.48458 1.48458,-1.48458 z" transform="matrix(0.499065,-0.866565,0,1,0,0)" id="rect5101" style="fill:#4573b3;fill-opacity:1"/>
+    <path d="m 293.2599,221.89363 20.73918,0 c 0.45101,0 0.8141,0.3631 0.8141,0.81411 0.21547,6.32836 -19.36824,21.7635 -22.36739,17.59717 l 0,-17.59717 c 0,-0.45101 0.3631,-0.81411 0.81411,-0.81411 z" id="path5103" style="opacity:0.65536726;fill:url(#linearGradient2371);fill-opacity:1"/>
+  </g>
+</svg>



More information about the jbosstools-commits mailing list