[jboss-svn-commits] JBoss PortletSwap SVN: r121 - in docs/userGuide/en: . images modules

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Aug 16 10:50:07 EDT 2006


Author: roy.russo at jboss.com
Date: 2006-08-16 10:49:59 -0400 (Wed, 16 Aug 2006)
New Revision: 121

Added:
   docs/userGuide/en/images/submit1.gif
   docs/userGuide/en/images/submit2.gif
   docs/userGuide/en/images/submit3.gif
   docs/userGuide/en/images/submit_home.gif
   docs/userGuide/en/modules/sendportlets.xml
Modified:
   docs/userGuide/en/master.xml
   docs/userGuide/en/modules/hosting.xml
Log:


Added: docs/userGuide/en/images/submit1.gif
===================================================================
(Binary files differ)


Property changes on: docs/userGuide/en/images/submit1.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/userGuide/en/images/submit2.gif
===================================================================
(Binary files differ)


Property changes on: docs/userGuide/en/images/submit2.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/userGuide/en/images/submit3.gif
===================================================================
(Binary files differ)


Property changes on: docs/userGuide/en/images/submit3.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/userGuide/en/images/submit_home.gif
===================================================================
(Binary files differ)


Property changes on: docs/userGuide/en/images/submit_home.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: docs/userGuide/en/master.xml
===================================================================
--- docs/userGuide/en/master.xml	2006-08-08 19:03:36 UTC (rev 120)
+++ docs/userGuide/en/master.xml	2006-08-16 14:49:59 UTC (rev 121)
@@ -4,6 +4,7 @@
       <!ENTITY overview SYSTEM "modules/overview.xml">
       <!ENTITY target SYSTEM "modules/target.xml">
       <!ENTITY portlets SYSTEM "modules/portlets.xml">
+      <!ENTITY sendportlets SYSTEM "modules/sendportlets.xml">
       <!ENTITY hosting SYSTEM "modules/hosting.xml">
       ]>
 <book lang="en">
@@ -21,5 +22,6 @@
    <!-- portletswap overview - marketing stuff --> &overview;
    <!-- target audience of this document --> &target;
    <!-- getting the portlets --> &portlets;
+   <!-- send portlets --> &sendportlets;
    <!-- hosting --> &hosting;
 </book>

Modified: docs/userGuide/en/modules/hosting.xml
===================================================================
--- docs/userGuide/en/modules/hosting.xml	2006-08-08 19:03:36 UTC (rev 120)
+++ docs/userGuide/en/modules/hosting.xml	2006-08-16 14:49:59 UTC (rev 121)
@@ -8,10 +8,14 @@
       </author>
    </chapterinfo>
    <title>Portlet Project Hosting Services</title>
+   <para>PortletSwap is more than a link/download directory for portlets, it is a living, breathing community of portlet
+      developers exchanging ideas and the occasional software.</para>
    <sect1>
       <title>Why host with PortletSwap?</title>
       <para>...
       </para>
    </sect1>
-   <sect1><title>Getting Started</title></sect1>
+   <sect1>
+      <title>Getting Started</title>
+   </sect1>
 </chapter>

Added: docs/userGuide/en/modules/sendportlets.xml
===================================================================
--- docs/userGuide/en/modules/sendportlets.xml	2006-08-08 19:03:36 UTC (rev 120)
+++ docs/userGuide/en/modules/sendportlets.xml	2006-08-16 14:49:59 UTC (rev 121)
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<chapter id="sendportlets">
+   <chapterinfo>
+      <author>
+         <firstname>Roy</firstname>
+         <surname>Russo</surname>
+         <email>roy at jboss.org</email>
+      </author>
+   </chapterinfo>
+   <title>Submitting Portlets to the Catalog</title>
+   <para>
+      Getting your portlet project listed in the portlet catalog, is as easy as following the simple steps below.
+      <note>You will need a valid account on JBoss.org/.com, to access our JIRA pages.</note>
+   </para>
+   <para>
+      <orderedlist>
+         <listitem>
+            <para>Access the
+               <ulink url="http://jira.jboss.com/jira/browse/SWAP">PortletSwap JIRA page</ulink>
+               and
+               click on
+               <emphasis>Create a New Issue</emphasis>
+               .
+               <mediaobject>
+                  <imageobject>
+                     <imagedata align="center" fileref="images/submit_home.gif" valign="middle"/>
+                  </imageobject>
+               </mediaobject>
+            </para>
+         </listitem>
+         <listitem>
+            <para>Once at the
+               <emphasis>Create a New Issue</emphasis>
+               screen, you can select
+               <emphasis>Release</emphasis>
+               from the drop-down menu (selecting anything here will not make a difference, really)
+               <mediaobject>
+                  <imageobject>
+                     <imagedata align="center" fileref="images/submit1.gif" valign="middle"/>
+                  </imageobject>
+               </mediaobject>
+            </para>
+         </listitem>
+         <listitem>
+            <para>On the subsequent screen, you will need to fill in the appropriate information, as depicted.
+               <warning>Make sure you input your portlet name, and a brief description! All submitted information will
+                  be used to describe your portlet in the catalog. If you need to convey information, privately, please
+                  send an email to roy at jboss.com</warning>
+               <mediaobject>
+                  <imageobject>
+                     <imagedata align="center" fileref="images/submit2.gif" valign="middle"/>
+                  </imageobject>
+               </mediaobject>
+            </para>
+         </listitem>
+         <listitem>
+            <para>This section is optional, and relevant to those wanting to add additional information for their
+               submitted portlet such as, screenshots, a deployable war/ear, or comments.
+            </para>
+            <para>After submitting your initial portlet information, you should arrive at the following screen, where
+               you can add this additional information, using the menu items on the left-hand side of the screen.
+               <mediaobject>
+                  <imageobject>
+                     <imagedata align="center" fileref="images/submit3.gif" valign="middle"/>
+                  </imageobject>
+               </mediaobject>
+            </para>
+         </listitem>
+      </orderedlist>
+   </para>
+</chapter>
\ No newline at end of file




More information about the jboss-svn-commits mailing list