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

cvs commit: jakarta-turbine-site/xdocs/common related.xml powered.xml

epugh       2004/05/30 06:21:04

  Modified:    xdocs    navigation.xml
               xdocs/common powered.xml
  Added:       xdocs    examples.xml
               xdocs/common related.xml
  Log:
  Update docs
  
  Revision  Changes    Path
  1.23      +2 -0      jakarta-turbine-site/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-site/xdocs/navigation.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- navigation.xml	31 Mar 2004 01:09:29 -0000	1.22
  +++ navigation.xml	30 May 2004 13:21:04 -0000	1.23
  @@ -34,6 +34,7 @@
           <item name="Further Reading"       href="/further-reading/index.html"/>
           <item name="News and Status"       href="/news.html"/>
           <item name="Sites Using Turbine"   href="/common/powered.html"/>
  +        <item name="Sites Related to Turbine"   href="/common/related.html"/>
           <item name="License"               href="/common/license.html"/>
           <item name="Download"		   href="/download.html"/>
       </menu>
  @@ -43,6 +44,7 @@
           <item name="How-To's"              href="/turbine-2.3/howto/index.html"/>
           <item name="Services"              href="/turbine-2.3/services/index.html"/>
           <item name="JavaDocs"              href="/turbine-2.3/apidocs/"/>
  +        <item name="Example Apps"          href="/examples.html"/>
       </menu>
   
       <menu name="Turbine Wiki Shortcuts">
  
  
  
  1.1                  jakarta-turbine-site/xdocs/examples.xml
  
  Index: examples.xml
  ===================================================================
  <?xml version="1.0"?>
  <!--
  Copyright 2001-2004 The Apache Software Foundation
  
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at
  
      http://www.apache.org/licenses/LICENSE-2.0
  
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
  -->
  
  <document>
  
    <properties>
      <title>Example Applications</title>
    </properties>
  
  <body>
  
  <section name="Example Apps">
  These are some example apps you can download to learn how to work with Turbine.
  <subsection name="Antelope">
  	<p>
  	<a href="http://zebra.tigris.org">Antelope</a> is an example app that demonstrates how
  	to use the Zebra workflow engine with Turbine.  It also demonstrates Hibernate integration,
  	Fulcrum Security, and a form processing engine similar to Intake.
  	</p>
  </subsection>
  <subsection name="OSWorkflow Example">
  	<p>
  	<a href="http://jakarta.apache.org/turbine/fulcrum/fulcrum-osworkflow-example/index.html">This</a>
  	example app shows how to integrate the <a href="http://www.opensymphony.com/">OSWorkflow</a> engine
  	into Turbine.  You can click through the various screens following the progress of your workflow.	
  	</p>
  </subsection>
  
  </section>
  
  
  </body>
  
  </document>
  
  
  
  1.15      +11 -0     jakarta-turbine-site/xdocs/common/powered.xml
  
  Index: powered.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-site/xdocs/common/powered.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- powered.xml	31 Mar 2004 01:09:28 -0000	1.14
  +++ powered.xml	30 May 2004 13:21:04 -0000	1.15
  @@ -44,6 +44,17 @@
      </tr>
      <tr>
       <td>
  +     <a href="http://www.jrank.org/">www.jrank.org</a>
  +    </td>
  +    <td>
  +      JRank is a pure Java search engine for websites.
  +    </td>
  +    <td>
  +     <a href="http://www.jrank.org/">www.jrank.org</a>
  +    </td>
  +   </tr>   
  +   <tr>
  +    <td>
        <a href="http://www.emocorp.com/">www.emocorp.com</a>
       </td>
       <td>
  
  
  
  1.1                  jakarta-turbine-site/xdocs/common/related.xml
  
  Index: related.xml
  ===================================================================
  <?xml version="1.0"?>
  <!--
  Copyright 2001-2004 The Apache Software Foundation
  
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at
  
      http://www.apache.org/licenses/LICENSE-2.0
  
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
  -->
  
  <document>
  
   <properties>
    <title>Site's Related to Turbine</title>
   </properties>
  
   <body>
  
   <section name="">
  
   <p>
    Here is a list of web sites that provide tools that are compatible or designed
    specifically for Turbine.  If you have a site to be listed here, please post a message on the Turbine-user
    <a href="http://jakarta.apache.org/site/mail.html">mailing list</a>.
   </p>
  
   <table>
     <tr>
      <th>URL</th>
      <th>Description</th>
     </tr>
     <tr>
      <td>
       <a href="http://zebra.tigris.org/">zebra.tigris.org</a>
      </td>
      <td>
        Workflow engine plus example app designed for Turbine.  Other turbine compatible
        components as well.
      </td>
     </tr>     
     <tr>
      <td>
       <a href="http://xingu.sf.net/">xingu.sf.net</a>
      </td>
      <td>
        JRank is a pure Java search engine for websites.
      </td>
     </tr>   
    
    </table>
   </section>
  
   </body>
  </document>
  
  
  

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