Author: apetrelli
Date: Thu Mar  1 06:38:02 2007
New Revision: 513351

URL: http://svn.apache.org/viewvc?view=rev&rev=513351
Log:
TILESSHOW-9
Removed unused, useless and old pages.

Removed:
    tiles/examples/trunk/tiles-showcase/src/main/webapp/doc/download.jsp
    tiles/examples/trunk/tiles-showcase/src/main/webapp/doc/extensionsTags.jsp
    tiles/examples/trunk/tiles-showcase/src/main/webapp/doc/installation.jsp
    tiles/examples/trunk/tiles-showcase/src/main/webapp/doc/overview.jsp
    tiles/examples/trunk/tiles-showcase/src/main/webapp/doc/portal/download.jsp
    tiles/examples/trunk/tiles-showcase/src/main/webapp/doc/portal/todo.jsp
    tiles/examples/trunk/tiles-showcase/src/main/webapp/doc/tilesTags.jsp
    tiles/examples/trunk/tiles-showcase/src/main/webapp/doc/tutorial.jsp
    
tiles/examples/trunk/tiles-showcase/src/main/webapp/doc/tutorialStaticIndex.jsp
    tiles/examples/trunk/tiles-showcase/src/main/webapp/doc/userGuide.jsp
Modified:
    tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/tiles-defs.xml
    
tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/tiles-doc-defs.xml
    
tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/tiles-examples-defs.xml

Modified: 
tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/tiles-defs.xml
URL: 
http://svn.apache.org/viewvc/tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/tiles-defs.xml?view=diff&rev=513351&r1=513350&r2=513351
==============================================================================
--- tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/tiles-defs.xml 
(original)
+++ tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/tiles-defs.xml 
Thu Mar  1 06:38:02 2007
@@ -58,12 +58,10 @@
     <put-list-attribute name="list0" >
       <add-attribute value="/doc/portal/welcome.jsp" />
       <add-attribute value="/doc/portal/features.jsp" />
-      <!--<add-attribute value="/doc/portal/todo.jsp" /> -->
       <add-attribute value="/doc/portal/documentation.jsp" />
     </put-list-attribute>
     <put-list-attribute name="list1" >
       <add-attribute value="/doc/portal/news.jsp" />
-      <add-attribute value="/doc/portal/download.jsp" />
       <add-attribute value="/doc/portal/tilesCompsTemplates.jsp" />
       <add-attribute value="/doc/portal/strutsIntegration.jsp" />
       <add-attribute value="/doc/portal/comments.jsp" />
@@ -81,7 +79,7 @@
     <add-attribute value="common.menu.home" />
     <add-attribute value="common.menu.examples" />
     <add-attribute value="common.menu.doc" />
-    <!-- <put-attribute value="common.menu.printer.friendly" /> -->
+    <add-attribute value="common.menu.printer.friendly" />
   </put-list-attribute>
 </definition>
 
@@ -107,18 +105,7 @@
     <put-list-attribute name="items" >
       <item value="Home"           link="/doc/index.jsp" />
       <item value="Live Examples"  link="/examples/index.jsp"  />
-      <item value="Quick overview" link="/test/quickOverview.jsp"  />
-      <item value="Tutorial"       link="/doc/tutorial.jsp"  />
       <item value="Tutorial Live Examples" link="/tutorial/index.jsp" />
-         <!--
-      <item value="Tiles Tags"     link="/doc/tilesTags.jsp" />
-      <item value="Download"       link="/doc/download.jsp" />
-      <item value="Installation"   link="/doc/installation.jsp" />
-      <item value="User Guide"    link="/doc/userGuide.jsp" />
-      <item value="Javadoc"        link="/api/index.html" />
-      <item value="Struts Home"            link="http://www.apache.org";
-            icon="/images/struts-power.gif" />
-         -->
     </put-list-attribute>
 </definition>
 
@@ -127,9 +114,6 @@
   <put-attribute name="title" value="Printer Versions" />
   <put-list-attribute name="items" >
     <item value="Quick Overview"     link="/test/testAll.jsp" />
-    <item value="Tutorial"           link="/doc/tutorialBody.html" />
-    <item value="User Guide"         link="/doc/userGuideBody.html" />
-    <item value="Overview (old)"        link="/doc/overviewBody.html" />
   </put-list-attribute>
 </definition>
 

Modified: 
tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/tiles-doc-defs.xml
URL: 
http://svn.apache.org/viewvc/tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/tiles-doc-defs.xml?view=diff&rev=513351&r1=513350&r2=513351
==============================================================================
--- 
tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/tiles-doc-defs.xml 
(original)
+++ 
tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/tiles-doc-defs.xml 
Thu Mar  1 06:38:02 2007
@@ -53,7 +53,6 @@
     <put-list-attribute name="list0" >
       <add-attribute value="/doc/portal/welcome.jsp" />
       <add-attribute value="/doc/portal/features.jsp" />
-      <!--<add-attribute value="/doc/portal/todo.jsp" /> -->
       <add-attribute value="/doc/portal/documentation.jsp" />
     </put-list-attribute>
     <put-list-attribute name="list1" >
@@ -74,9 +73,7 @@
 <definition name="doc.menu.main" template="/layout/vboxLayout.jsp" >
   <put-list-attribute name="componentsList" >
     <add-attribute value="doc.menu.links" />
-    <add-attribute value="doc.menu.taglib.references" />
     <add-attribute value="doc.menu.printer.friendly" />
-    <add-attribute value="doc.menu.old.documents" />
   </put-list-attribute>
 </definition>
 
@@ -85,20 +82,8 @@
   <put-attribute name="title" value="Documentation" />
     <put-list-attribute name="items" >
       <item value="Home"           link="/index.jsp"  />
-      <item value="Live Examples (new)" link="/examples/index.jsp"  />
-      <!--
-         <item> <value>Commented Examples</value> 
-                       <link>/examples/index.jsp</link>
-                       
<classtype>org.apache.tiles.beans.SimpleMenuItem</classtype>
-         </item>
-         -->
-      <item value="Quick overview" link="/doc/quickOverview.jsp"  />
-      <item value="Tutorial"       link="/doc/tutorial.jsp"  />
+      <item value="Live Examples" link="/examples/index.jsp"  />
       <item value="Tutorial Live Examples" link="/tutorial/index.jsp" />
-      <item value="Download"       link="/doc/download.jsp" />
-      <item value="Installation"   link="/doc/installation.jsp" />
-      <item value="User Guide"    link="/doc/userGuide.jsp" />
-      <item value="Javadoc"        link="/api/index.html" />
       <item value="Struts Home"    link="http://www.apache.org";   
icon="/images/struts-power.gif"        
                        classtype="org.apache.tiles.beans.SimpleMenuItem" />
     </put-list-attribute>
@@ -109,28 +94,7 @@
   <put-attribute name="title" value="Printer Versions" />
   <put-list-attribute name="items" >
     <item value="Quick Overview"     link="/test/testAll.jsp" />
-    <item value="Tutorial"           link="/doc/tutorialBody.html" />
-    <item value="User Guide"         link="/doc/userGuideBody.html" />
-    <item value="Overview (old)"        link="/doc/overviewBody.html" />
   </put-list-attribute>
 </definition>
-
-  <!-- Taglib menu definition -->
-<definition name="doc.menu.taglib.references" template="/layouts/menu.jsp" >
-  <put-attribute name="title" value="Tag Library Reference" />
-    <put-list-attribute name="items" >
-      <item value="Tiles Tags"     link="/doc/tilesTags.jsp" />
-      <!-- <item value="Extension Tags (old)"   link="/doc/extensionsTags.jsp" 
/> -->
-    </put-list-attribute>
-</definition>
-
-  <!-- Oldies menu definition -->
-<definition name="doc.menu.old.documents" template="/layouts/menu.jsp" >
-  <put-attribute name="title" value="Old Documents" />
-  <put-list-attribute name="items" >
-    <item value="Overview (old)"     link="/doc/overview.jsp" />
-  </put-list-attribute>
-</definition>
-
 
 </tiles-definitions>

Modified: 
tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/tiles-examples-defs.xml
URL: 
http://svn.apache.org/viewvc/tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/tiles-examples-defs.xml?view=diff&rev=513351&r1=513350&r2=513351
==============================================================================
--- 
tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/tiles-examples-defs.xml
 (original)
+++ 
tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/tiles-examples-defs.xml
 Thu Mar  1 06:38:02 2007
@@ -291,7 +291,6 @@
     <put-list-attribute name="tabList" >
       <item value="Doc Home"           link="/index.jsp" />
       <item value="Quick overview"     link="/test/quickOverview.do" />
-      <!-- <item value="Tutorial"              link="/doc/tutorial.jsp" /> -->
       <item value="Examples Home"      link="/examples/index.jsp" />
       <item value="Tutorial Home"      link="/tutorial/index.do" />
       <item value="Login"                      
link="/examples/tiles/portal/login.jsp" />


Reply via email to