You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jv...@apache.org on 2002/04/01 19:39:25 UTC

cvs commit: jakarta-turbine-2/xdocs/stylesheets project.xml

jvanzyl     02/04/01 09:39:25

  Added:       xdocs    howtos.xml project.xml
  Removed:     xdocs/stylesheets project.xml
  Log:
  Trying to make the homepage fit nicely in the browser window without
  scrolling. Moved the howto list to a separate page.
  
  Revision  Changes    Path
  1.1                  jakarta-turbine-2/xdocs/howtos.xml
  
  Index: howtos.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <document>
  
    <properties>
      <title>Turbine</title>
      <author email="jason@zenplex.com">Jason van Zyl</author>
    </properties>
  
    <body>
  
    <section name="Howtos">
      <p>
        <ul>
          <li><a href="/howto/action-event-howto.html">Action Events Howto</a></li>
          <li><a href="/howto/criteria-howto.html">Criteria Howto</a></li>
          <li><a href="/howto/extend-user-howto.html">Extend User Howto</a></li>
          <li><a href="/howto/jboss-howto.html">JBoss Howto</a></li>
          <li><a href="/howto/jsp-howto.html">JSP Howto</a></li>
          <li><a href="/howto/mssql-howto.html">MS SQL Server Howto</a></li>
          <li><a href="/howto/oracle-howto.html">Oracle 8i Howto</a></li>
          <li><a href="/howto/peers-howto.html">Peers Howto</a></li>
          <li><a href="/howto/postgres-howto.html">Postgres Howto</a></li>
          <li><a href="/howto/pullmodel-howto.html">Pull Model Howto</a></li>
          <li><a href="/howto/python-howto.html">Python Howto</a></li>
          <li><a href="/howto/security-howto.html">Security Howto</a></li>
          <li><a href="/howto/sybase-howto.html">Sybase Howto</a></li>
          <li><a href="/howto/url-rewriting-howto.html">URL rewriting Howto</a></li>
          <li><a href="/howto/velocity-site-howto.html">Velocity Site Howto</a></li>
          <li><a href="/howto/context-howto.html">Velocity Context Howto</a></li>
          <li><a href="/howto/webmacro-site-howto.html">Webmacro Site Howto</a></li>
        </ul>
      </p>
    </section>
  
    </body>
  </document>
  
  
  
  1.1                  jakarta-turbine-2/xdocs/project.xml
  
  Index: project.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <project name="Turbine"
          href="http://jakarta.apache.org/turbine/">
  
    <title>Turbine</title>
    <logo href="/images/blue-logo.gif">Turbine</logo>
  
    <body>
      <menu name="Essentials">
        <item name="Overview"              href="/index.html"/>
        <item name="Features"              href="/features.html"/>
        <item name="Specification"         href="/fsd.html"/>
        <item name="Getting Started"       href="/getting-started.html"/>
        <item name="Changes"               href="/changes.html"/>
      </menu>
      
      <menu name="Documentation">
        <item name="Core Schema"           href="/turbine-schema.html"/>
        <item name="J2EE Integration"      href="/j2ee-integration.html"/>
        <item name="Model 2+1"             href="/model2+1.html"/>
        <item name="Pull MVC Model"        href="/pullmodel.html"/>
        <item name="Services"              href="/services.html"/>
        <item name="Howtos"                href="/howtos.html"/>
      </menu>
      
      <menu name="Development">
        <item name="DB Adapters"           href="/db-adapters.html"/>
        <item name="Project Map"           href="/project-map.html"/>
        <item name="Proposals"             href="/proposals.html"/>
        <item name="Todo"                  href="/todo.html"/>
      </menu>
  
    </body>
  </project>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>