You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2005/03/14 19:37:13 UTC

cvs commit: jakarta-tapestry/src/documentation skinconf.xml

hlship      2005/03/14 10:37:13

  Modified:    src/documentation/content/xdocs tabs.xml site.xml
               contrib  build.xml
               src/documentation skinconf.xml
  Added:       contrib/src/documentation/content/xdocs/tapestry-contrib
                        index.xml
  Log:
  Add a navigation tab to the site for the "Contrib Library".
  
  Revision  Changes    Path
  1.1                  jakarta-tapestry/contrib/src/documentation/content/xdocs/tapestry-contrib/index.xml
  
  Index: index.xml
  ===================================================================
  <?xml version="1.0"?>
  <!-- 
     Copyright 2005 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.
  -->
  
  <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "./dtd/document-v12.dtd">
  <document>
  
    <header>
      <title>Tapestry Contrib Library</title>
  	</header>
  	
    <body>
      <p>A collection of powerful add-on components for Tapestry.</p>
      <p>This library started as a collection of components <em>contrib</em>uted by the community.</p>
    </body>
  </document>
  
  
  
  1.9       +1 -0      jakarta-tapestry/src/documentation/content/xdocs/tabs.xml
  
  Index: tabs.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/src/documentation/content/xdocs/tabs.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- tabs.xml	10 Mar 2005 23:24:33 -0000	1.8
  +++ tabs.xml	14 Mar 2005 18:37:12 -0000	1.9
  @@ -26,6 +26,7 @@
     <tab label="Quick Start" dir="QuickStart" id="quick-start"/>
     <tab label="Users Guide" dir="UsersGuide"  id="users-guide"/>
     <tab label="Framework" dir="tapestry" id="tapestry"/>
  +  <tab label="Contrib Library" dir="tapestry-contrib" id="contrib"/>
     <tab label="Portlet Support" dir="tapestry-portlet" id="portlet"/>
   
    </tabs>
  
  
  
  1.24      +10 -0     jakarta-tapestry/src/documentation/content/xdocs/site.xml
  
  Index: site.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/src/documentation/content/xdocs/site.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- site.xml	10 Mar 2005 23:24:33 -0000	1.23
  +++ site.xml	14 Mar 2005 18:37:12 -0000	1.24
  @@ -19,6 +19,7 @@
   [
   <!ENTITY project-report-menu.ent SYSTEM "project-report-menu.ent">
   <!ENTITY tapestry-report-menu.ent SYSTEM "tapestry-report-menu.ent">
  +<!ENTITY tapestry-contrib-report-menu.ent SYSTEM "tapestry-contrib-report-menu.ent">
   <!ENTITY tapestry-portlet-report-menu.ent SYSTEM "tapestry-portlet-report-menu.ent">
   ]
   >
  @@ -111,6 +112,15 @@
         
       </tapestry>
       
  +   <contrib label="Contrib Library" tab="contrib" href="tapestry-contrib/">
  +      
  +      <index label="Overview" href="index.html"/>
  +    
  +      <reports label="Reports">
  +        &tapestry-contrib-report-menu.ent;
  +      </reports>    
  +   </contrib>
  +       
      <portlet label="Portlet Support" tab="portlet" href="tapestry-portlet/">
         
         <index label="Overview" href="index.html"/>
  
  
  
  1.29      +5 -0      jakarta-tapestry/contrib/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/contrib/build.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- build.xml	10 Mar 2005 13:23:44 -0000	1.28
  +++ build.xml	14 Mar 2005 18:37:13 -0000	1.29
  @@ -49,4 +49,9 @@
       -->
   	</target>	
     
  +  <target name="run-reports">
  +    <javadoc-report/>
  +    <hivedoc-report/>    
  +  </target> 
  +    
   </project>
  
  
  
  1.5       +1 -1      jakarta-tapestry/src/documentation/skinconf.xml
  
  Index: skinconf.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/src/documentation/skinconf.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- skinconf.xml	5 Jan 2005 23:17:31 -0000	1.4
  +++ skinconf.xml	14 Mar 2005 18:37:13 -0000	1.5
  @@ -84,7 +84,7 @@
     <favicon-url></favicon-url>
   
     <!-- The following are used to construct a copyright statement -->
  -  <year>2004</year>
  +  <year>2005</year>
     <vendor>Apache Software Foundation</vendor>
     <!-- The optional copyright-link URL will be used as a link in the
       copyright statement
  
  
  

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