You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by ep...@apache.org on 2004/11/24 13:58:15 UTC

cvs commit: jakarta-turbine-fulcrum/xdocs navigation.xml index.xml

epugh       2004/11/24 04:58:15

  Modified:    xdocs    navigation.xml index.xml
  Log:
  Update docs
  
  Revision  Changes    Path
  1.17      +9 -5      jakarta-turbine-fulcrum/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/xdocs/navigation.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- navigation.xml	23 Nov 2004 19:41:30 -0000	1.16
  +++ navigation.xml	24 Nov 2004 12:58:15 -0000	1.17
  @@ -16,24 +16,21 @@
         <item name="Changes"               href="/changes-report.html"/>
       </menu>
       
  -    <menu name="Components">
  +    <menu name="Released Components">
         
         <item name="BSF"                   href="/fulcrum-bsf/index.html"/>
         <item name="Cache"                 href="/fulcrum-cache/index.html"/>
  -      <item name="Configuration"         href="/fulcrum-configuration-impl/index.html"/>
         <item name="Crypto"                href="/fulcrum-crypto/index.html"/>      
         <item name="DVSL"                  href="/fulcrum-dvsl/index.html"/>   
         <item name="Factory"               href="/fulcrum-factory/index.html"/>   
         <item name="Localization"          href="/fulcrum-localization/index.html"/>   
         <item name="Mimetype"              href="/fulcrum-mimetype/index.html"/>   
         <item name="Pool"                  href="/fulcrum-pool/index.html"/>   
  -      <item name="Intake"                href="/fulcrum-intake/index.html"/>
         <item name="Naming"                href="/fulcrum-naming/index.html"/>
         <item name="OSWorkflow"            href="/sites/osworkflow.html" collapse="true">               
           <item name="OSWorkflow"            href="/fulcrum-osworkflow/index.html"/>      
           <item name="OSWorkflow Example"    href="/fulcrum-osworkflow-example/index.html"/>            
         </item>
  -      <item name="Parser"                href="/fulcrum-parser/index.html"/>
         <item name="Quartz"                href="/fulcrum-quartz/index.html"/>
         <item name="Security"              href="/sites/security.html" collapse="true">
           <item name="Site"                  href="/fulcrum-security-site/index.html"/>      
  @@ -45,13 +42,20 @@
           <item name="Adapter Turbine"       href="/fulcrum-security-adapter-turbine/index.html"/>
           <item name="Adapter OpenSymphony"  href="/fulcrum-security-adapter-opensymphony/index.html"/>
         </item>
  -      <item name="Template"               href="/fulcrum-template/index.html"/>      
         <item name="Test Container"         href="/fulcrum-testcontainer/index.html"/>
         <item name="Upload"                 href="/fulcrum-upload/index.html"/>
         <item name="XMLRPC"                 href="/fulcrum-xmlrpc/index.html"/>
         <item name="XSLT"                   href="/fulcrum-xslt/index.html"/>
         <item name="YAAFI"                  href="/fulcrum-yaafi/index.html"/>
       </menu>
  +
  +    <menu name="Sandbox Components">      
  +      <item name="Configuration"         href="/fulcrum-configuration-impl/index.html"/>
  +      <item name="Intake"                href="/fulcrum-intake/index.html"/>
  +      <item name="Parser"                href="/fulcrum-parser/index.html"/>
  +      <item name="Template"               href="/fulcrum-template/index.html"/>      
  +    </menu>
  +        
       <menu name="Howtos (old)">
         <item name="JSP Service"            href="/howto/jsp-service.html"/>
         <item name="Template Service"       href="/howto/template-service.html"/>
  
  
  
  1.6       +9 -2      jakarta-turbine-fulcrum/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/xdocs/index.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- index.xml	18 Feb 2004 12:06:26 -0000	1.5
  +++ index.xml	24 Nov 2004 12:58:15 -0000	1.6
  @@ -15,11 +15,12 @@
        used on both projects.  
      </p>
      <p>
  -     Fulcrum is currently evolving into a component repository for Turbine.  
  +     Fulcrum is currently evolving into a component repository based on the Avalon framework.  
        Each service is being converted into a stand alone component that can
        be released independently of the other components.  This will allow the 
        Turbine project to to release components as they change instead of having
  -     to release everything at once.
  +     to release everything at once.  This will also allow other projects to take advantage
  +     of these components.
      </p>
    </section>
    
  @@ -28,6 +29,12 @@
        All components are compatible in Avalon's ECM container.  Any dependancies 
        on other components, system properties, or context elements are clearly 
        documentmented in the docs for each component.
  +   </p>
  +   <p>
  +    Additionally, Fulcrum offers the Yaafi component.  Yaafi (Yet Another Avalon Framework
  +    Implementation) is a very simple container that is meant to be used with singleton
  +    components.  It is perfect for unit testing your components.  You can then run them in
  +    any other Avalon container like ECM, Phoenix, Excaliber, etc..
      </p>
    </section>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org