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/09/29 23:10:30 UTC

svn commit: r292554 - in /jakarta/tapestry/trunk: config/ contrib/src/documentation/content/xdocs/tapestry-contrib/ framework/src/documentation/content/xdocs/tapestry/ComponentReference/ src/documentation/content/xdocs/ src/documentation/content/xdocs/...

Author: hlship
Date: Thu Sep 29 14:10:24 2005
New Revision: 292554

URL: http://svn.apache.org/viewcvs?rev=292554&view=rev
Log:
Reorganize the navigation, and start a page discussing the examples.

Added:
    jakarta/tapestry/trunk/src/documentation/content/xdocs/examples/
    jakarta/tapestry/trunk/src/documentation/content/xdocs/examples/index.xml
Removed:
    jakarta/tapestry/trunk/framework/src/documentation/content/xdocs/tapestry/ComponentReference/index.xml
Modified:
    jakarta/tapestry/trunk/config/build.properties.sample
    jakarta/tapestry/trunk/contrib/src/documentation/content/xdocs/tapestry-contrib/index.xml
    jakarta/tapestry/trunk/src/documentation/content/xdocs/site.xml
    jakarta/tapestry/trunk/src/documentation/content/xdocs/tabs.xml

Modified: jakarta/tapestry/trunk/config/build.properties.sample
URL: http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/config/build.properties.sample?rev=292554&r1=292553&r2=292554&view=diff
==============================================================================
--- jakarta/tapestry/trunk/config/build.properties.sample (original)
+++ jakarta/tapestry/trunk/config/build.properties.sample Thu Sep 29 14:10:24 2005
@@ -9,17 +9,8 @@
 # Required to execute the configure and run-jboss targets.
 jboss.dir=
 
-# The absolute path to the directory containing the Tomcat installation.
-# Required to execute the deploy-tomcat target.
-# 
-tomcat.dir=
-
 # The absolute path to the directory containing the Jetty installation.
 # Required to execute the run-workbench target.
 jetty.dir=
-
-# The absolute path to the directory containing the Jython installation.
-# Required to execute some of the framework unit tests.
-jython.dir=
 
 

Modified: jakarta/tapestry/trunk/contrib/src/documentation/content/xdocs/tapestry-contrib/index.xml
URL: http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/contrib/src/documentation/content/xdocs/tapestry-contrib/index.xml?rev=292554&r1=292553&r2=292554&view=diff
==============================================================================
--- jakarta/tapestry/trunk/contrib/src/documentation/content/xdocs/tapestry-contrib/index.xml (original)
+++ jakarta/tapestry/trunk/contrib/src/documentation/content/xdocs/tapestry-contrib/index.xml Thu Sep 29 14:10:24 2005
@@ -32,7 +32,7 @@
     </p>
     
 <source><![CDATA[
- <library id="contrib" specification-path="/org/apache/tapestry/contrib/Contrib.library"/>
+ <library id="contrib" specification-path="classpath:/org/apache/tapestry/contrib/Contrib.library"/>
 ]]></source>    
 
   <p>

Added: jakarta/tapestry/trunk/src/documentation/content/xdocs/examples/index.xml
URL: http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/src/documentation/content/xdocs/examples/index.xml?rev=292554&view=auto
==============================================================================
--- jakarta/tapestry/trunk/src/documentation/content/xdocs/examples/index.xml (added)
+++ jakarta/tapestry/trunk/src/documentation/content/xdocs/examples/index.xml Thu Sep 29 14:10:24 2005
@@ -0,0 +1,40 @@
+<?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"
+[
+	<!ENTITY projectroot '../'>
+	<!ENTITY % links.ent SYSTEM "../links.ent">
+	%links.ent;
+]>
+<document>
+  <header>
+    <title>Tapestry Examples</title>
+  </header>
+
+<body>
+
+<p>
+Coming soon ... instructions on how to setup your environment to build Tapestry and deploy the Workbench and Virtual Library applications.
+</p>
+
+<p>
+  Better yet; soon to come ... where to <em>download</em> the pre-compiled applications from, so that they can be deployed.
+</p>
+
+</body>
+</document>
\ No newline at end of file

Modified: jakarta/tapestry/trunk/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/src/documentation/content/xdocs/site.xml?rev=292554&r1=292553&r2=292554&view=diff
==============================================================================
--- jakarta/tapestry/trunk/src/documentation/content/xdocs/site.xml (original)
+++ jakarta/tapestry/trunk/src/documentation/content/xdocs/site.xml Thu Sep 29 14:10:24 2005
@@ -25,7 +25,7 @@
 ]
 >
 
-<site xmlns="http://apache.org/forrest/linkmap/1.0" tab="project">
+<site xmlns="http://apache.org/forrest/linkmap/1.0" >
   
     <project-index href="index.html"/>
     
@@ -42,14 +42,14 @@
     </project>
     
     
-    <QuickStart label="Quick Start" tab="quick-start" href="QuickStart/">
+    <QuickStart label="Quick Start"  href="QuickStart/">
       <qsintro label="Introduction" href="index.html"/>
       <helloworld label="Hello World" href="helloworld.html"/>
       <directlink label="DirectLink" href="directlink.html"/>
 	  <forms label="Forms" href="forms.html"/>
     </QuickStart>
     
-    <UsersGuide label="Users Guide" tab="users-guide" href="UsersGuide/">
+    <UsersGuide label="Users Guide"  href="UsersGuide/">
       <intro label="Introduction" href="index.html"/>
       <templates label="Page and component templates" href="template.html"/>
       <bindings label="Component parameter bindings" href="bindings.html"/>
@@ -69,8 +69,11 @@
       <spec label="Specification DTDs" href="spec.html"/>
     </UsersGuide>
     
+  <Examples label="Examples"  href="examples/">
+    <index href="index.html"/>
+  </Examples>
     
-    <tapestry label="Framework" tab="tapestry" href="tapestry/">
+    <tapestry label="Framework"  href="tapestry/">
       
       <index label="Overview" href="index.html"/>
       
@@ -129,7 +132,7 @@
       
     </tapestry>
     
-   <contrib label="Contrib Library" tab="contrib" href="tapestry-contrib/">
+   <contrib label="Contrib Library"  href="tapestry-contrib/">
       
       <index label="Overview" href="index.html"/>
  
@@ -170,7 +173,7 @@
       </reports>    
    </contrib>
        
-   <portlet label="Portlet Support" tab="portlet" href="tapestry-portlet/">
+   <portlet label="Portlet Support"  href="tapestry-portlet/">
       
       <index label="Overview" href="index.html"/>
       <configuration label="Configuration" href="configuration.html"/>
@@ -181,7 +184,7 @@
       </reports>    
    </portlet>
    
-   <annotations label="Annotations" tab="annotations" href="tapestry-annotations/">
+   <annotations label="Annotations"  href="tapestry-annotations/">
  
     <index label="Overview" href="index.html"/>
   

Modified: jakarta/tapestry/trunk/src/documentation/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/src/documentation/content/xdocs/tabs.xml?rev=292554&r1=292553&r2=292554&view=diff
==============================================================================
--- jakarta/tapestry/trunk/src/documentation/content/xdocs/tabs.xml (original)
+++ jakarta/tapestry/trunk/src/documentation/content/xdocs/tabs.xml Thu Sep 29 14:10:24 2005
@@ -22,12 +22,15 @@
   copyright="Apache Software Foundation"
   xmlns:xlink="http://www.w3.org/1999/xlink">
 
-  <tab label="Tapestry Project" href="index.html" id="project"/>
-  <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"/>
-  <tab label="Annotations" dir="tapestry-annotations" id="annotations"/>
+  <tab label="Tapestry Project" href=""/>
 
+  <tab label="Quick Start" dir="QuickStart"/>
+  <tab label="Users Guide" dir="UsersGuide" />
+  <tab label="Examples" dir="examples"/>
+  <tab label="Framework" dir="tapestry"/>
+  <tab label="Contrib Library" dir="tapestry-contrib" />
+  <tab label="Portlet Support" dir="tapestry-portlet" />
+  <tab label="Annotations" dir="tapestry-annotations"/>
+  
+   
  </tabs>



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