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/06/30 15:04:30 UTC

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

epugh       2004/06/30 06:04:30

  Added:       dvsl/impl/xdocs changes.xml navigation.xml index.xml
  Removed:     dvsl/xdocs navigation.xml changes.xml index.xml
  Log:
  move xdocs into impl/
  
  Revision  Changes    Path
  1.1                  jakarta-turbine-fulcrum/dvsl/impl/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  <?xml version="1.0"?>
  <document>
    <properties>
      <title>Fulcrum DVSL</title>
      <author email="epugh@upstate.com">Eric Pugh</author>
    </properties>
  
    <body>
  	 <release version="1.0.4" date="">
        <action dev="epugh" type="update">
        	Update to use Merlin 3.3.0
        </action>
        <action dev="epugh" type="update">
        	Merlinized component
        </action>
      </release>
    </body>
  </document>
  
  
  
  
  1.1                  jakarta-turbine-fulcrum/dvsl/impl/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <project
    name="localization"
    href="http://jakarta.apache.org/turbine/fulcrum/dvsl/">
  
    <body>
      <links>
        <item name="Turbine"
              href="http://jakarta.apache.org/turbine/"/>
        <item name="Fulcrum"
              href="http://jakarta.apache.org/turbine/fulcrum/"/>
      </links>
  
      <menu name="Overview">
        <item name="Main"                 href="/index.html"/>
      </menu>
    </body>
  </project>
  
  
  1.1                  jakarta-turbine-fulcrum/dvsl/impl/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <document>
  
    <properties>
      <title>DVSL Component</title>
      <author email="epugh@upstate.com">Eric PUgh</author>
    </properties>
  
    <body>
  
    <section name="Overview">
      <p>
        This component wraps provides XSL using Velocity DVSL of strings.  It is written 
        for use in Turbine but it can be used in any container compatible 
        with Avalon's ECM container.
      </p>    
    </section>
    
  <section name="Configuration">
  
      <p>
        First, here is the role configuration.
      </p>
  
  <source>
  <![CDATA[
         <role
          name="org.apache.fulcrum.dvsl.DvslService"
          shorthand="dvsl"
          default-class="org.apache.fulcrum.dvsl.DefaultDvslService"/>
  ]]>
  </source>
  
    <p>
      There is no configuration for this component.
    </p>
  <source>
  
  <![CDATA[
      <dvsl/>
  ]]>
  </source>
  
    </section>
  
    <section name="Usage">
      <p>
      </p>
    </section>  
  
  </body>
  </document>
  
  
  

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