Author: hlship
Date: Fri Dec 3 19:25:46 2010
New Revision: 1041962
URL: http://svn.apache.org/viewvc?rev=1041962&view=rev
Log:
Update the Archetype Catalog to not list version numbers
Tweak the <title> of the Tapestry Index page
Modified:
tapestry/tapestry-site/branches/post-5.2-site/archetype-catalog.xml
tapestry/tapestry-site/branches/post-5.2-site/autoexport_template.txt
Modified: tapestry/tapestry-site/branches/post-5.2-site/archetype-catalog.xml
URL:
http://svn.apache.org/viewvc/tapestry/tapestry-site/branches/post-5.2-site/archetype-catalog.xml?rev=1041962&r1=1041961&r2=1041962&view=diff
==============================================================================
--- tapestry/tapestry-site/branches/post-5.2-site/archetype-catalog.xml
(original)
+++ tapestry/tapestry-site/branches/post-5.2-site/archetype-catalog.xml Fri Dec
3 19:25:46 2010
@@ -3,27 +3,26 @@
<archetype>
<groupId>org.apache.tapestry</groupId>
<artifactId>quickstart</artifactId>
- <version>5.2.4-SNAPSHOT</version>
-
<repository>https://repository.apache.org/snapshots/</repository>
- <description>Tapestry 5.2.4-SNAPSHOT Quickstart
Project</description>
+ <version>5.2.4</version>
+ <description>Tapestry Quickstart Project</description>
</archetype>
<archetype>
<groupId>org.apache.tapestry</groupId>
<artifactId>quickstart</artifactId>
<version>5.1.0.5</version>
- <description>Tapestry 5.1.0.5 Quickstart
Project</description>
+ <description>Tapestry Quickstart Project</description>
</archetype>
<archetype>
<groupId>org.apache.tapestry</groupId>
<artifactId>quickstart</artifactId>
<version>5.0.19</version>
- <description>Tapestry 5.0.19 Quickstart
Project</description>
+ <description>Tapestry Quickstart Project</description>
</archetype>
<archetype>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-archetype</artifactId>
<version>4.1.6</version>
- <description>Tapestry 4.1.6 Archetype</description>
+ <description>Tapestry Archetype</description>
</archetype>
</archetypes>
</archetype-catalog>
Modified: tapestry/tapestry-site/branches/post-5.2-site/autoexport_template.txt
URL:
http://svn.apache.org/viewvc/tapestry/tapestry-site/branches/post-5.2-site/autoexport_template.txt?rev=1041962&r1=1041961&r2=1041962&view=diff
==============================================================================
--- tapestry/tapestry-site/branches/post-5.2-site/autoexport_template.txt
(original)
+++ tapestry/tapestry-site/branches/post-5.2-site/autoexport_template.txt Fri
Dec 3 19:25:46 2010
@@ -22,7 +22,13 @@
-->
<html>
<head>
- <title>Apache Tapestry -- $page.title</title>
+ <title>
+#if (! $page.title.equals("Index"))
+Apache Tapestry -- $page.title
+#else
+Apache Tapestry Home Page
+#end
+</title>
<link type="text/css" rel="stylesheet" href="$stylesheet">
<link
href="http://svn.apache.org/repos/asf/tapestry/tapestry-site/branches/post-5.2-site/styles/style.css"
rel="stylesheet" type="text/css"/>
</head>