[gatein-commits] gatein SVN: r2217 - in portal/trunk/docs: reference-guide/en and 4 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Mar 12 08:35:19 EST 2010


Author: luc.texier at jboss.com
Date: 2010-03-12 08:35:18 -0500 (Fri, 12 Mar 2010)
New Revision: 2217

Added:
   portal/trunk/docs/reference-guide/en/images/gatein_logo.png
   portal/trunk/docs/user-guide/en/images/gatein_logo.png
Modified:
   portal/trunk/docs/pom.xml
   portal/trunk/docs/reference-guide/en/master.xml
   portal/trunk/docs/user-guide/en/master.xml
   portal/trunk/docs/user-guide/en/modules/portletsUser/Dashboard_Portlet.xml
   portal/trunk/docs/user-guide/en/modules/portletsUser/Interface_Portlets.xml
Log:
Fixing front pages + some screenshots

Modified: portal/trunk/docs/pom.xml
===================================================================
--- portal/trunk/docs/pom.xml	2010-03-12 13:20:21 UTC (rev 2216)
+++ portal/trunk/docs/pom.xml	2010-03-12 13:35:18 UTC (rev 2217)
@@ -27,7 +27,7 @@
    <artifactId>docs-aggregator</artifactId>
    <packaging>pom</packaging>
    <name>GateIn - Portal (docs-aggregator)</name>
-   <version>3.0.0-Beta03-SNAPSHOT</version>
+   <version>3.0.0-GA</version>
 
    <modules>
       <module>user-guide</module>

Added: portal/trunk/docs/reference-guide/en/images/gatein_logo.png
===================================================================
(Binary files differ)


Property changes on: portal/trunk/docs/reference-guide/en/images/gatein_logo.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: portal/trunk/docs/reference-guide/en/master.xml
===================================================================
--- portal/trunk/docs/reference-guide/en/master.xml	2010-03-12 13:20:21 UTC (rev 2216)
+++ portal/trunk/docs/reference-guide/en/master.xml	2010-03-12 13:35:18 UTC (rev 2217)
@@ -1,39 +1,82 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?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 "Reference_Guide.ent">
+%BOOK_ENTITIES;
+]>
+
+<book lang="en">
+	<bookinfo>
+		<title>GateIn Reference Guide</title>
+		<subtitle>
 <!--
+LT 20010312: could not find a way to configure image scaling properly (tried width, scale, etc...). Feel free to investigate.
+-->
+			<mediaobject>
+				<imageobject role="html">
+					<imagedata fileref="images/gatein_logo.png" format="PNG" align="center"/>
+				</imageobject>
+				<imageobject role="fo">
+					<imagedata fileref="images/gatein_logo.png" format="PNG" align="center"/>
+				</imageobject>
+			</mediaobject>
 
-    Copyright (C) 2009 eXo Platform SAS.
-    
-    This is free software; you can redistribute it and/or modify it
-    under the terms of the GNU Lesser General Public License as
-    published by the Free Software Foundation; either version 2.1 of
-    the License, or (at your option) any later version.
-    
-    This software is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-    Lesser General Public License for more details.
-    
-    You should have received a copy of the GNU Lesser General Public
-    License along with this software; if not, write to the Free
-    Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-    02110-1301 USA, or see the FSF site: http://www.fsf.org.
+               </subtitle>
 
--->
 
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
-   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
-<book lang="en">
-   <bookinfo>
-      <title>GateIn Documentation</title>
-      <subtitle>GateIn</subtitle>
-      <releaseinfo>This is a very rough documentation issued from the merge,
-         content still has to be validated, we still hope that it can help the
-         beta testers. Thanks !
-      </releaseinfo>
+		<authorgroup>
+			   <author>
+			      <firstname>the GateIn community</firstname>
+			      <surname></surname>
+			   </author>
+			   <author>
+			      <firstname>JBoss by Red Hat</firstname>
+			      <surname></surname>
+			   </author>
+			   <author>
+			      <firstname>eXo Platform</firstname>
+			      <surname></surname>
+			   </author>
+
+			<editor>
+				<firstname>Scott</firstname>
+				<surname>Mumford</surname>
+				<affiliation>
+					<shortaffil>Red Hat</shortaffil>
+					<orgdiv>Engineering Content Services</orgdiv>
+				</affiliation>
+				<email>smumford at redhat.com</email>
+			</editor>
+			<editor>
+				<firstname>Thomas</firstname>
+				<surname>Heute</surname>
+				<affiliation>
+					<shortaffil>Red Hat</shortaffil>
+					<orgdiv>JBoss Engineering</orgdiv>
+				</affiliation>
+				<email>theute at redhat.com</email>
+			</editor>
+			<editor>
+				<firstname>Luc</firstname>
+				<surname>Texier</surname>
+				<affiliation>
+					<shortaffil>Red Hat</shortaffil>
+                                        <orgdiv>JBoss Engineering, Management</orgdiv>
+				</affiliation>
+				<email>ltexier at redhat.com</email>
+			</editor>
+<!--
+			<othercredit>
+				<affiliation>
+					<orgname><emphasis role="bold"><ulink type="http" url="http://www.jboss.org/gatein/">GateIn Portal</ulink></emphasis> and <emphasis role="bold"><ulink type="http" url="http://www.exoplatform.com/portal/public/website/">Exo Platform</ulink></emphasis> teams</orgname>
+				</affiliation>
+				<contrib>Original product documentation by:</contrib>
+			</othercredit>
+-->
+		</authorgroup>
 
-   </bookinfo>
-   <toc/>
 
+        </bookinfo>
 
    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="modules/Introduction.xml"/>
    <!--

Added: portal/trunk/docs/user-guide/en/images/gatein_logo.png
===================================================================
(Binary files differ)


Property changes on: portal/trunk/docs/user-guide/en/images/gatein_logo.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: portal/trunk/docs/user-guide/en/master.xml
===================================================================
--- portal/trunk/docs/user-guide/en/master.xml	2010-03-12 13:20:21 UTC (rev 2216)
+++ portal/trunk/docs/user-guide/en/master.xml	2010-03-12 13:35:18 UTC (rev 2217)
@@ -5,17 +5,81 @@
 %BOOK_ENTITIES;
 ]>
 
-<book lang="en">
-	<bookinfo>
-		<title>GateIn Documentation</title>
-		<subtitle>GateIn</subtitle>
-		<releaseinfo>This document provides an easy to follow guide to the functions and
-options available in &PRODUCT;. It is intended to
-be accessible and useful to both experienced and novice portal
-users.</releaseinfo>
-	</bookinfo>
-	<toc />
+<book lang="en">
+	<bookinfo>
+		<title>GateIn User Guide</title>
+		<subtitle>
+<!--
+LT 20010312: could not find a way to configure image scaling properly (tried width, scale, etc...). Feel free to investigate.
+-->
+			<mediaobject>
+				<imageobject role="html">
+					<imagedata fileref="images/gatein_logo.png" format="PNG" align="center"/>
+				</imageobject>
+				<imageobject role="fo">
+					<imagedata fileref="images/gatein_logo.png" format="PNG" align="center"/>
+				</imageobject>
+			</mediaobject>
 
+               </subtitle>
+
+
+		<authorgroup>
+			   <author>
+			      <firstname>the GateIn community</firstname>
+			      <surname></surname>
+			   </author>
+			   <author>
+			      <firstname>JBoss by Red Hat</firstname>
+			      <surname></surname>
+			   </author>
+			   <author>
+			      <firstname>eXo Platform</firstname>
+			      <surname></surname>
+			   </author>
+
+			<editor>
+				<firstname>Scott</firstname>
+				<surname>Mumford</surname>
+				<affiliation>
+					<shortaffil>Red Hat</shortaffil>
+					<orgdiv>Engineering Content Services</orgdiv>
+				</affiliation>
+				<email>smumford at redhat.com</email>
+			</editor>
+			<editor>
+				<firstname>Thomas</firstname>
+				<surname>Heute</surname>
+				<affiliation>
+					<shortaffil>Red Hat</shortaffil>
+					<orgdiv>JBoss Engineering</orgdiv>
+				</affiliation>
+				<email>theute at redhat.com</email>
+			</editor>
+			<editor>
+				<firstname>Luc</firstname>
+				<surname>Texier</surname>
+				<affiliation>
+					<shortaffil>Red Hat</shortaffil>
+                                        <orgdiv>JBoss Engineering, Management</orgdiv>
+				</affiliation>
+				<email>ltexier at redhat.com</email>
+			</editor>
+<!--
+			<othercredit>
+				<affiliation>
+					<orgname><emphasis role="bold"><ulink type="http" url="http://www.jboss.org/gatein/">GateIn Portal</ulink></emphasis> and <emphasis role="bold"><ulink type="http" url="http://www.exoplatform.com/portal/public/website/">Exo Platform</ulink></emphasis> teams</orgname>
+				</affiliation>
+				<contrib>Original product documentation by:</contrib>
+			</othercredit>
+-->
+		</authorgroup>
+
+
+        </bookinfo>
+
+
+
 	<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="modules/Introduction.xml" />
 	<!--
 		Table of content in Wiki Format <xi:include
@@ -50,22 +114,5 @@
 	<!-- GadgetsAdmin -->
 	<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="modules/GadgetsAdmin.xml" />
 
-	<!--
-		11_Support
-		http://www.exoplatform.com/portal/public/en/forum?portal:componentId=forum&portal:type=action&portal:isSecure=false&uicomponent=UIBreadcumbs&op=ChangePath&objectId=forumCategory88afa455c0a8020100a6752323da4b60
-		http://faq.exoplatform.com/ http://jira.exoplatform.org/browse/Portal
-	-->
 
-
-	<!--
-		Deprecated <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-		href="modules/Advanced_User_Guide.xml" /> <xi:include
-		xmlns:xi="http://www.w3.org/2001/XInclude"
-		href="modules/Create_a_predefined_Portal_Navigation.xml" />
-		<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-		href="modules/RTL.xml" /> Was in HowTo <xi:include
-		xmlns:xi="http://www.w3.org/2001/XInclude"
-		href="modules/Skin_Config.xml" />
-	-->
-
 </book>

Modified: portal/trunk/docs/user-guide/en/modules/portletsUser/Dashboard_Portlet.xml
===================================================================
--- portal/trunk/docs/user-guide/en/modules/portletsUser/Dashboard_Portlet.xml	2010-03-12 13:20:21 UTC (rev 2216)
+++ portal/trunk/docs/user-guide/en/modules/portletsUser/Dashboard_Portlet.xml	2010-03-12 13:35:18 UTC (rev 2217)
@@ -188,8 +188,9 @@
 			</step>
 			<step>
 				<para>
-					Return to your portal and click the Dashboard link in the toolbar.
+					Return to your portal and click <emphasis role="bold">Dashboard</emphasis> in the toolbar.
 				</para>
+<!--
 				<mediaobject>
 					<imageobject role="html">
 						<imagedata fileref="images/DashboardLink.png" format="PNG" align="center" scale="110"/>
@@ -198,7 +199,7 @@
 						<imagedata fileref="images/DashboardLink.png" format="PNG" align="center" scalefit="1"  contentwidth="150mm"/>
 					</imageobject>
 				</mediaobject>
-				
+-->				
 			</step>
 			<step>
 				<para>

Modified: portal/trunk/docs/user-guide/en/modules/portletsUser/Interface_Portlets.xml
===================================================================
--- portal/trunk/docs/user-guide/en/modules/portletsUser/Interface_Portlets.xml	2010-03-12 13:20:21 UTC (rev 2216)
+++ portal/trunk/docs/user-guide/en/modules/portletsUser/Interface_Portlets.xml	2010-03-12 13:35:18 UTC (rev 2217)
@@ -34,10 +34,10 @@
 			</para>
 			<mediaobject>
 				<imageobject role="html">
-					<imagedata fileref="images/PortalHome.png" format="PNG" align="center" scale="110"/>
+					<imagedata fileref="images/Frontpage.png" format="PNG" align="center" scale="110"/>
 				</imageobject>
 				<imageobject role="fo">
-					<imagedata fileref="images/PortalHome.png" format="PNG" align="center"  scalefit="1" contentwidth="150mm" />
+					<imagedata fileref="images/Frontpage.png" format="PNG" align="center"  scalefit="1" contentwidth="150mm" />
 				</imageobject>
 			</mediaobject>
 		</listitem>



More information about the gatein-commits mailing list