Author: apetrelli
Date: Fri Sep 12 10:53:10 2008
New Revision: 694754
URL: http://svn.apache.org/viewvc?rev=694754&view=rev
Log:
TILES-284
Fixed home page of the project.
Added link to the index page of the project.
Added:
tiles/framework/trunk/src/site/xdoc/index.xml (with props)
Modified:
tiles/framework/trunk/src/site/site.xml
Modified: tiles/framework/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/tiles/framework/trunk/src/site/site.xml?rev=694754&r1=694753&r2=694754&view=diff
==============================================================================
--- tiles/framework/trunk/src/site/site.xml (original)
+++ tiles/framework/trunk/src/site/site.xml Fri Sep 12 10:53:10 2008
@@ -44,6 +44,9 @@
<item
name="Home"
href="../index.html"/>
+ <item
+ name="Tiles project start page"
+ href="./index.html"/>
</menu>
<menu name="Documentation">
<item
Added: tiles/framework/trunk/src/site/xdoc/index.xml
URL:
http://svn.apache.org/viewvc/tiles/framework/trunk/src/site/xdoc/index.xml?rev=694754&view=auto
==============================================================================
--- tiles/framework/trunk/src/site/xdoc/index.xml (added)
+++ tiles/framework/trunk/src/site/xdoc/index.xml Fri Sep 12 10:53:10 2008
@@ -0,0 +1,62 @@
+<?xml version="1.0"?>
+<!--
+/*
+ * $Id$
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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>Home</title>
+ </properties>
+
+ <body>
+
+ <section name="Tiles 2">
+
+ <p><strong><a href="http://tiles.apache.org">Apache Tiles</a></strong>
+ is a templating framework built to simplify the development of web
+ application user interfaces.</p>
+
+ <p>Tiles allows authors to define page fragments which can be assembled
+ into a complete page at runtime. These fragments, or tiles, can be
used
+ as simple includes in order to reduce the duplication of common page
+ elements or embedded within other tiles to develop a series of reusable
+ templates. These templates streamline the development of a consistent
+ look and feel across an entire application.</p>
+
+ <p><a href="/download-21.html">Download Tiles</a></p>
+
+ <subsection name="Documentation">
+ <ul>
+ <li><a href="getting_started.html">Getting Started</a></li>
+ <li><a href="tutorial/index.html">Tutorial</a></li>
+ <li><a href="migration/index.html">Migration from
Struts-Tiles</a></li>
+ <li><a href="config-reference.html">Configuration
Reference</a></li>
+ <li><a href="apidocs/index.html">Javadocs</a></li>
+ <li><a href="tlddoc/index.html">Tag library documentation</a></li>
+ <li><a href="dtddoc/index.html">Tiles definition file
documentation</a></li>
+ <li><a href="http://cwiki.apache.org/TILES/">Wiki</a></li>
+ </ul>
+ </subsection>
+ </section>
+</body>
+
+</document>
Propchange: tiles/framework/trunk/src/site/xdoc/index.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: tiles/framework/trunk/src/site/xdoc/index.xml
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL