You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by we...@apache.org on 2003/11/26 16:52:11 UTC

cvs commit: jakarta-pluto/xdocs/images jakarta-logo-blue.gif

weaver      2003/11/26 07:52:11

  Added:       xdocs    roadmap.xml news.xml faq.fml navigation.xml
               xdocs/images jakarta-logo-blue.gif
  Log:
  Updated xdocs. Props out to David DeWolf for the contribution.
  
  Revision  Changes    Path
  1.1                  jakarta-pluto/xdocs/roadmap.xml
  
  Index: roadmap.xml
  ===================================================================
  <?xml version="1.0"?>
  <document>
    <properties>
      <author email="david.AT.daviddewolf.DOT.com">David H. DeWolf</author>
      <title>Pluto Project Roadmap</title>
    </properties>
  
  <body>
    <section name="Roadmap">
    <p>Pluto is currently part of the Apache Incubator.  
       We are currently working to define a roadmap. 
    </p>
    <p>Please see the "todo" list if you would like to get
       involved.</p>
    </section>
  
    <section name="To Do List">
      <ul>
      <li>Document "How To Integrate Pluto Into Your Portal"</li>
      <li>Define Roadmap</li>
      </ul>
    </section>
  
  </body>
  </document>
  
  
  
  
  1.1                  jakarta-pluto/xdocs/news.xml
  
  Index: news.xml
  ===================================================================
  <?xml version="1.0"?>
  <document>
    <properties>
      <author email="david.AT.daviddewolf.DOT.com">David H. DeWolf</author>
      <title>Pluto Project News and Status</title>
    </properties>
  
  <body>
    <section name="News">
    <subsection name="10 November 2003 - Pluto Gets a Face Lift">
    <p>Pluto is now managed by maven and it's website has subsequently recieved
       a face lift. http://jakarta.apache.org/pluto now contains additional
       information that should be helpfull in establishing this community.
    </p>
    </subsection>
    <subsection name="9 November 2003 - Pluto added to Bugzilla">
    <p>Pluto has been added to Bugzilla 
       <A href="http://nagoya.apache.org/bugzilla">(http://nagoya.apache.org/bugzilla)</A>.
       Issues, bugs, and enhancements will now be managed through this
       bug database.</p>
    </subsection>
  </section>
  
  
  </body>
  </document>
  
  
  
  
  1.1                  jakarta-pluto/xdocs/faq.fml
  
  Index: faq.fml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <faqs title="Frequently Asked Questions">
    <part id="general">
      <title>General</title>
      <faq id="mail-list">
        <question>Where can I find the Mailing List Archives for Pluto?</question>
        <answer>
          <p>
            The lists are archived at
            <A href="http://nagoya.apache.org/">http://nagoya.apache.org</A>
            .  Direct links to the pluto
            specific archives are:
            <ul>
              <li>
                <a href="http://nagoya.apache.org/eyebrowse/SummarizeList?listId=175">Developer List</a>
              </li>
              <li>
                <a href="http://nagoya.apache.org/eyebrowse/SummarizeList?listId=176">User List</a>
              </li>
            </ul>
          </p>
          <p>
            During the first several weeks in the incubator, the Pluto
            mail archives were not being generated. If you can not find what
            you are looking for, you may be able to find a more complete
            history at
            <A href="http://news.gmane.org">Gmane</A>
            .
            The Pluto specific archives at Gmane are:
            <ul>
              <li>
                <a href="http://news.gmane.org/gmane.comp.jakarta.pluto.devel">Developer List</a>
              </li>
              <li>
                <a href="http://news.gmane.org/gmane.comp.jakarta.pluto.user">User List</a>
              </li>
            </ul>
          </p>
        </answer>
      </faq>
      <faq id="javaworld">
        <question>Why can't I get the Javaworld bookmark example to work with Pluto?</question>
        <answer>
          <p>
            The Javaworld examples are based on the proposed final
            <b>draft</b>
            of JSR-168.  The final specification included several changes,
            including some changes to the xsd.
          </p>
          <p>
            Please see the following for a modified version of this example
            which will work with Pluto.
            <BR/>
            <A href="http://nagoya.apache.org/eyebrowse/ReadMsg?listName=pluto-user@jakarta.apache.org&amp;msgNo=27">http://nagoya.apache.org/eyebrowse/ReadMsg?listName=pluto-user@jakarta.apache.org&amp;msgNo=27</A>
          </p>
        </answer>
      </faq>
    </part>
    <part id="architecture">
      <title>Architecture</title>
      <faq id="portal-impl">
        <question>Is Pluto a fully functional portal implementation?</question>
        <answer>
          <p>
            No, Pluto is a Portlet Container. If you are looking for a
            Portal implementation, try checking out
            <a href="http://jakarta.apache.org/jetspeed">Jetspeed</a>
            .
          </p>
          <p>
            Need more information about the difference between a Portal
            and a Portlet Container?  Take a look at the
            <A href="#container">next question.</A>
          </p>
        </answer>
      </faq>
      <faq id="container">
        <question>
          What is the difference between a Portal and a Portlet
          Container?
        </question>
        <answer>
          <p>
            This question was answered on the developer list in the following
            way:
          <table>
            <tr><th>Date:</th>
                <th>Tue, 11 Nov 2003 15:21:32 -0600</th></tr>
            <tr><th>From:</th>
                <th>Craig Walls [wallsc.AT.michaels.DOT.com]</th></tr>
            <tr><th>Subject:</th>
                <th>setRenderParameter</th></tr>
            <tr><th>Content-Type:</th>
                <th>text/plain; charset=us-ascii</th></tr>
            <tr><td colspan="2">
            This question seems to come up every other day. Perhaps this should be a FAQ?
            Let me attempt to answer it...
            <BR/>
            <BR/>
            Pluto is a JSR-168 compliant portlet container. That means that it provides a
            place for portlets to reside, but nothing else. Think of it this way: A portlet
            container (which is what Pluto is) is to portlets what an aquarium is to fish.
            <BR/>
            <BR/>
            Pluto comes with a minimal portal implementation. A portal implementation builds
            on top of the base container providing additional features which may vary from
            implementation to implementation. Layout and security are features that may be
            provided by a portal implementation, but they are in addition to what the
            container provides. Using the fish analogy again, a portal is to a portlet
            container what decorations are to an aquarium.
            <BR/>
            <BR/>
            That said, a portlet container provides the basic necessities required for
            portlets to live, just as an aquarium provides water (and a barrier to contain
            the water) for fish. A portal implementation provides extra stuff in addition to
            the portlet container just as an aquarium may have plants, rocks, and tiny
            little treasure chests that open and close. The fish can survive without the
            extras, just as a portlet can survive without security or some fancy layout
            engine. But the fish sure do look much nicer when surrounded with the extra
            stuff, just as portlets are much more useful when used alongside extra portal
            features.
          </td></tr></table>
          </p>
          <p>
            Want a more technical answer?
            <a href="arch.html">architectural overview</a>
            for a more complete description
          </p>
        </answer>
      </faq>
    </part>
  </faqs>
  
  
  
  1.1                  jakarta-pluto/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <project name="Jakarta Pluto Site" href="http://jakarta.apache.org/pluto">
  
     <title>The Jakarta Site</title>
     <logo href="/images/pluto.jpg">Jakarta Pluto</logo>
  
    <body>
      <links>
          <item name="JSR 168"  href="http://jcp.org/en/jsr/detail?id=168"/>
      </links>
      <menu name="General Information">
          <item name="Overview"            href="/index.html"/>        
          <item name="News and Status"     href="/news.html"/>
          <item name="Roadmap"             href="/roadmap.html"/>
          <item name="FAQs"            href="/faq.html"/>
      </menu>
  
      <menu name="Getting Started">
          <item name="Installation"    href="/install.html"/>
          <item name="Architecture"    href="/arch.html"/>
          <item name="Download" href="/site/binindex.html"/>
          <item name="Resources"       href="/resources.html"/>
          <item name="JavaDoc"    href="/apidocs/index.html"/>
      </menu>
  
      <menu name="Download">
          <item name="Binaries"              href="/site/binindex.html"/>
          <item name="Source Code"           href="/site/sourceindex.html"/>
      </menu>
    </body>
  </project>
  
  
  
  
  1.1                  jakarta-pluto/xdocs/images/jakarta-logo-blue.gif
  
  	<<Binary file>>