You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by lh...@apache.org on 2010/10/19 21:43:45 UTC

svn commit: r1024375 - in /shiro/site-template/src/main/webapp: index.html template.html

Author: lhazlewood
Date: Tue Oct 19 19:43:45 2010
New Revision: 1024375

URL: http://svn.apache.org/viewvc?rev=1024375&view=rev
Log:
updated home page title for better SEO

Modified:
    shiro/site-template/src/main/webapp/index.html
    shiro/site-template/src/main/webapp/template.html

Modified: shiro/site-template/src/main/webapp/index.html
URL: http://svn.apache.org/viewvc/shiro/site-template/src/main/webapp/index.html?rev=1024375&r1=1024374&r2=1024375&view=diff
==============================================================================
--- shiro/site-template/src/main/webapp/index.html (original)
+++ shiro/site-template/src/main/webapp/index.html Tue Oct 19 19:43:45 2010
@@ -20,7 +20,7 @@
 <html>
 <head>
     <meta http-equiv="content-type" content="text/html; charset=utf-8">
-    <title>Apache Shiro - Welcome to Apache Shiro</title>
+    <title>Apache Shiro - Java Security Framework</title>
 
     <link rel="stylesheet" type="text/css"
           href="http://yui.yahooapis.com/2.8.1/build/reset-fonts-grids/reset-fonts-grids.css">

Modified: shiro/site-template/src/main/webapp/template.html
URL: http://svn.apache.org/viewvc/shiro/site-template/src/main/webapp/template.html?rev=1024375&r1=1024374&r2=1024375&view=diff
==============================================================================
--- shiro/site-template/src/main/webapp/template.html (original)
+++ shiro/site-template/src/main/webapp/template.html Tue Oct 19 19:43:45 2010
@@ -23,7 +23,7 @@
 #set ($renderer = $globalHelper.getWikiStyleRenderer())
 ##
 #if ( $page.title.equals("Index") )
-    #set ($title = "Application Security Framework")
+    #set ($title = "Java Security Framework")
 #else
     #set ($title = $page.title)
 #end
@@ -31,7 +31,7 @@
 <html>
 <head>
     <meta http-equiv="content-type" content="text/html; charset=utf-8">
-    <title>Apache Shiro - Welcome to Apache Shiro</title>
+    <title>Apache Shiro - Java Security Framework</title>
 
     <link rel="stylesheet" type="text/css"
           href="http://yui.yahooapis.com/2.8.1/build/reset-fonts-grids/reset-fonts-grids.css">