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 2010/11/19 18:23:41 UTC

svn commit: r1036953 - in /tapestry/tapestry-site/branches/post-5.2-site: archetype-catalog.xml autoexport_template.txt styles/style.css

Author: hlship
Date: Fri Nov 19 17:23:40 2010
New Revision: 1036953

URL: http://svn.apache.org/viewvc?rev=1036953&view=rev
Log:
Change the footer style to use small fonts
Remove the "edit this page" link from the export template
Update the archetype-catalog to show just the latest 5.2 beta release (5.2.4)

Modified:
    tapestry/tapestry-site/branches/post-5.2-site/archetype-catalog.xml
    tapestry/tapestry-site/branches/post-5.2-site/autoexport_template.txt
    tapestry/tapestry-site/branches/post-5.2-site/styles/style.css

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=1036953&r1=1036952&r2=1036953&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 Nov 19 17:23:40 2010
@@ -3,21 +3,9 @@
 		<archetype> 
 			<groupId>org.apache.tapestry</groupId> 
 			<artifactId>quickstart</artifactId> 
-			<version>5.2.2-SNAPSHOT</version> 
+			<version>5.2.4-SNAPSHOT</version> 
 			<repository>https://repository.apache.org/snapshots/</repository> 
-			<description>Tapestry 5.2.2-SNAPSHOT Quickstart Project</description> 
-		</archetype>
-		<archetype> 
-			<groupId>org.apache.tapestry</groupId> 
-			<artifactId>quickstart</artifactId> 
-			<version>5.2.1</version>  
-			<description>Tapestry 5.2.1 Quickstart Project</description> 
-		</archetype>
-		<archetype>
-			<groupId>org.apache.tapestry</groupId> 
-			<artifactId>quickstart</artifactId> 
-			<version>5.2.0</version> 
-			<description>Tapestry 5.2.0 Quickstart Project</description> 
+			<description>Tapestry 5.2.4-SNAPSHOT Quickstart Project</description> 
 		</archetype>
 		<archetype> 
 			<groupId>org.apache.tapestry</groupId> 

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=1036953&r1=1036952&r2=1036953&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 Nov 19 17:23:40 2010
@@ -56,7 +56,6 @@ $body
 $body
 #end
 <div id="footer">
-<a href="$confluenceUri/pages/editpage.action?pageId=$page.id">edit this page</a>
 #set($child = $pageManager.getPage($page.space.key,"Footer"))
 #set($content = $renderer.convertWikiToXHtml($child.toPageContext(), $child.content).trim())
 $content

Modified: tapestry/tapestry-site/branches/post-5.2-site/styles/style.css
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/branches/post-5.2-site/styles/style.css?rev=1036953&r1=1036952&r2=1036953&view=diff
==============================================================================
--- tapestry/tapestry-site/branches/post-5.2-site/styles/style.css (original)
+++ tapestry/tapestry-site/branches/post-5.2-site/styles/style.css Fri Nov 19 17:23:40 2010
@@ -169,4 +169,7 @@ a img { text-decoration: none;}
 #breadcrumbs { clear:both; font-size:18px; background-color:#eeeeee; font-family: Georgia, serif; padding:15px 30px; margin:15px 0px; }
 #breadcrumbs a { color: #569D2F; text-decoration:none; }
 
-#footer { position: relative; }
+#footer { 
+  position: relative;
+  font-size: x-small;
+}