You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by gm...@apache.org on 2014/07/31 01:50:24 UTC

svn commit: r1614794 - in /roller/trunk/app/src/main/webapp: WEB-INF/jsps/tiles/ WEB-INF/velocity/templates/ roller-ui/errors/ themes/basic/ themes/basicmobile/ themes/fauxcoly/ themes/frontpage/ themes/gaurav/

Author: gmazza
Date: Wed Jul 30 23:50:23 2014
New Revision: 1614794

URL: http://svn.apache.org/r1614794
Log:
Update to HTML5 header.

Modified:
    roller/trunk/app/src/main/webapp/WEB-INF/jsps/tiles/tiles-errorpage.jsp
    roller/trunk/app/src/main/webapp/WEB-INF/jsps/tiles/tiles-installpage.jsp
    roller/trunk/app/src/main/webapp/WEB-INF/jsps/tiles/tiles-mainmenupage.jsp
    roller/trunk/app/src/main/webapp/WEB-INF/jsps/tiles/tiles-popuppage.jsp
    roller/trunk/app/src/main/webapp/WEB-INF/jsps/tiles/tiles-simplepage.jsp
    roller/trunk/app/src/main/webapp/WEB-INF/jsps/tiles/tiles-tabbedpage.jsp
    roller/trunk/app/src/main/webapp/WEB-INF/velocity/templates/error-page.vm
    roller/trunk/app/src/main/webapp/roller-ui/errors/403.jsp
    roller/trunk/app/src/main/webapp/roller-ui/errors/404.jsp
    roller/trunk/app/src/main/webapp/roller-ui/errors/error.jsp
    roller/trunk/app/src/main/webapp/themes/basic/permalink.vm
    roller/trunk/app/src/main/webapp/themes/basic/searchresults.vm
    roller/trunk/app/src/main/webapp/themes/basic/weblog.vm
    roller/trunk/app/src/main/webapp/themes/basicmobile/permalink.vm
    roller/trunk/app/src/main/webapp/themes/basicmobile/searchresults-mobile.vm
    roller/trunk/app/src/main/webapp/themes/basicmobile/searchresults.vm
    roller/trunk/app/src/main/webapp/themes/basicmobile/weblog.vm
    roller/trunk/app/src/main/webapp/themes/fauxcoly/archives.vm
    roller/trunk/app/src/main/webapp/themes/fauxcoly/entry.vm
    roller/trunk/app/src/main/webapp/themes/fauxcoly/search.vm
    roller/trunk/app/src/main/webapp/themes/fauxcoly/tags_index.vm
    roller/trunk/app/src/main/webapp/themes/fauxcoly/weblog.vm
    roller/trunk/app/src/main/webapp/themes/frontpage/_header.vm
    roller/trunk/app/src/main/webapp/themes/gaurav/entry.vm
    roller/trunk/app/src/main/webapp/themes/gaurav/search.vm
    roller/trunk/app/src/main/webapp/themes/gaurav/tags_index.vm

Modified: roller/trunk/app/src/main/webapp/WEB-INF/jsps/tiles/tiles-errorpage.jsp
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/WEB-INF/jsps/tiles/tiles-errorpage.jsp?rev=1614794&r1=1614793&r2=1614794&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/WEB-INF/jsps/tiles/tiles-errorpage.jsp (original)
+++ roller/trunk/app/src/main/webapp/WEB-INF/jsps/tiles/tiles-errorpage.jsp Wed Jul 30 23:50:23 2014
@@ -16,15 +16,15 @@
   directory of this distribution.
 --%>
 <%@ include file="/WEB-INF/jsps/taglibs-struts2.jsp" %>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!doctype html>
+<html>
     <head>
+        <meta charset="utf-8">
+        <link rel="icon" href="<%= request.getContextPath() %>/favicon.ico" type="image/x-icon">
         <title><s:text name="error" /></title>
-        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-        <link rel="shortcut icon" href="<%= request.getContextPath() %>/favicon.ico" type="image/x-icon" />
         <tiles:insertAttribute name="head" />
     </head>
-    <body class="yui3-skin-sam">
+    <body>
         
         <div id="banner">
             <tiles:insertAttribute name="banner" />

Modified: roller/trunk/app/src/main/webapp/WEB-INF/jsps/tiles/tiles-installpage.jsp
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/WEB-INF/jsps/tiles/tiles-installpage.jsp?rev=1614794&r1=1614793&r2=1614794&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/WEB-INF/jsps/tiles/tiles-installpage.jsp (original)
+++ roller/trunk/app/src/main/webapp/WEB-INF/jsps/tiles/tiles-installpage.jsp Wed Jul 30 23:50:23 2014
@@ -16,15 +16,15 @@
   directory of this distribution.
 --%>
 <%@ include file="/WEB-INF/jsps/taglibs-struts2.jsp" %>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!doctype html>
+<html>
     <head>
+        <meta charset="utf-8">
+        <link rel="icon" href="<%= request.getContextPath() %>/favicon.ico" type="image/x-icon">
         <title><s:property value="pageTitle" /></title>
-        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-        <link rel="shortcut icon" href="<%= request.getContextPath() %>/favicon.ico" type="image/x-icon" />
         <tiles:insertAttribute name="head" />
     </head>
-    <body class="yui3-skin-sam">
+    <body>
         
         <div id="banner">
             <tiles:insertAttribute name="banner" />

Modified: roller/trunk/app/src/main/webapp/WEB-INF/jsps/tiles/tiles-mainmenupage.jsp
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/WEB-INF/jsps/tiles/tiles-mainmenupage.jsp?rev=1614794&r1=1614793&r2=1614794&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/WEB-INF/jsps/tiles/tiles-mainmenupage.jsp (original)
+++ roller/trunk/app/src/main/webapp/WEB-INF/jsps/tiles/tiles-mainmenupage.jsp Wed Jul 30 23:50:23 2014
@@ -16,19 +16,19 @@
   directory of this distribution.
 --%>
 <%@ include file="/WEB-INF/jsps/taglibs-struts2.jsp" %>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!doctype html>
+<html>
     <head>
+        <meta charset="utf-8">
+        <link rel="icon" href="<%= request.getContextPath() %>/favicon.ico" type="image/x-icon">
         <title><s:property value="getProp('site.shortName')"/>: <s:property value="pageTitle" /></title>
-        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-        <link rel="shortcut icon" href="<%= request.getContextPath() %>/favicon.ico" type="image/x-icon" />
-        
+
         <tiles:insertAttribute name="head" />     
         <style type="text/css">
             <tiles:insertAttribute name="styles" />
         </style>
     </head>
-    <body class="yui3-skin-sam">
+    <body>
         
         <div id="banner">
             <tiles:insertAttribute name="bannerStatus" />

Modified: roller/trunk/app/src/main/webapp/WEB-INF/jsps/tiles/tiles-popuppage.jsp
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/WEB-INF/jsps/tiles/tiles-popuppage.jsp?rev=1614794&r1=1614793&r2=1614794&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/WEB-INF/jsps/tiles/tiles-popuppage.jsp (original)
+++ roller/trunk/app/src/main/webapp/WEB-INF/jsps/tiles/tiles-popuppage.jsp Wed Jul 30 23:50:23 2014
@@ -16,14 +16,15 @@
   directory of this distribution.
 --%>
 <%@ include file="/WEB-INF/jsps/taglibs-struts2.jsp" %>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!doctype html>
+<html>
     <head>
-        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-        <tiles:insertAttribute name="head" />    
+        <meta charset="utf-8">
+        <link rel="icon" href="<%= request.getContextPath() %>/favicon.ico" type="image/x-icon">
+        <tiles:insertAttribute name="head" />
     </head>
 
-    <body class="yui3-skin-sam">
+    <body>
 
         <div id="wrapper"> 
             <div id="leftcontent_wrap">

Modified: roller/trunk/app/src/main/webapp/WEB-INF/jsps/tiles/tiles-simplepage.jsp
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/WEB-INF/jsps/tiles/tiles-simplepage.jsp?rev=1614794&r1=1614793&r2=1614794&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/WEB-INF/jsps/tiles/tiles-simplepage.jsp (original)
+++ roller/trunk/app/src/main/webapp/WEB-INF/jsps/tiles/tiles-simplepage.jsp Wed Jul 30 23:50:23 2014
@@ -16,19 +16,19 @@
   directory of this distribution.
 --%>
 <%@ include file="/WEB-INF/jsps/taglibs-struts2.jsp" %>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!doctype html>
+<html>
     <head>
+        <meta charset="utf-8">
+        <link rel="icon" href="<%= request.getContextPath() %>/favicon.ico" type="image/x-icon">
         <title><s:property value="getProp('site.shortName')"/>: <s:property value="pageTitle" /></title>
-        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-        <link rel="shortcut icon" href="<%= request.getContextPath() %>/favicon.ico" type="image/x-icon" />
-        
+
         <tiles:insertAttribute name="head" />
         <style type="text/css">
             <tiles:insertAttribute name="styles" />
         </style>
     </head>
-    <body class="yui3-skin-sam">
+    <body>
         
         <div id="banner">
             <tiles:insertAttribute name="banner" />

Modified: roller/trunk/app/src/main/webapp/WEB-INF/jsps/tiles/tiles-tabbedpage.jsp
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/WEB-INF/jsps/tiles/tiles-tabbedpage.jsp?rev=1614794&r1=1614793&r2=1614794&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/WEB-INF/jsps/tiles/tiles-tabbedpage.jsp (original)
+++ roller/trunk/app/src/main/webapp/WEB-INF/jsps/tiles/tiles-tabbedpage.jsp Wed Jul 30 23:50:23 2014
@@ -16,20 +16,19 @@
   directory of this distribution.
 --%>
 <%@ include file="/WEB-INF/jsps/taglibs-struts2.jsp" %>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!doctype html>
+<html>
     <head>
+        <meta charset="utf-8">
+        <link rel="icon" href="<%= request.getContextPath() %>/favicon.ico" type="image/x-icon">
         <title><s:property value="getProp('site.shortName')"/>: <s:property value="pageTitle" /></title>
-        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-        <link rel="shortcut icon" href="<%= request.getContextPath() %>/favicon.ico" type="image/x-icon" />
-        
+
         <tiles:insertAttribute name="head" />     
         <style type="text/css">
             <tiles:insertAttribute name="styles" />
         </style>
     </head>
-    <body class="yui3-skin-sam">
-        
+    <body>
         <div id="banner">
             <tiles:insertAttribute name="bannerStatus" />
         </div>

Modified: roller/trunk/app/src/main/webapp/WEB-INF/velocity/templates/error-page.vm
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/WEB-INF/velocity/templates/error-page.vm?rev=1614794&r1=1614793&r2=1614794&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/WEB-INF/velocity/templates/error-page.vm (original)
+++ roller/trunk/app/src/main/webapp/WEB-INF/velocity/templates/error-page.vm Wed Jul 30 23:50:23 2014
@@ -15,12 +15,11 @@
   copyright in this work, please see the NOTICE file in the top level
   directory of this distribution.
 *#
-</html>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-  <head>
+<!DOCTYPE html>
+<html lang="en">
+<head>
     <title>$text.get("errorPage.title")</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <meta charset="utf-8">
     <style>
       a {text-decoration: none;}
       .bannerStatusBox a, .bannerStatusBox a {font-weight: bold;}

Modified: roller/trunk/app/src/main/webapp/roller-ui/errors/403.jsp
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/errors/403.jsp?rev=1614794&r1=1614793&r2=1614794&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/roller-ui/errors/403.jsp (original)
+++ roller/trunk/app/src/main/webapp/roller-ui/errors/403.jsp Wed Jul 30 23:50:23 2014
@@ -18,11 +18,11 @@
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt"  prefix="fmt" %>
 <fmt:setBundle basename="ApplicationResources" />
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!doctype html>
+<html>
     <head>
+        <meta charset="utf-8">
         <title><fmt:message key="error.title.403" /></title>
-        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     </head>
     <body>
         

Modified: roller/trunk/app/src/main/webapp/roller-ui/errors/404.jsp
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/errors/404.jsp?rev=1614794&r1=1614793&r2=1614794&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/roller-ui/errors/404.jsp (original)
+++ roller/trunk/app/src/main/webapp/roller-ui/errors/404.jsp Wed Jul 30 23:50:23 2014
@@ -18,12 +18,11 @@
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt"  prefix="fmt" %>
 <fmt:setBundle basename="ApplicationResources" />
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!doctype html>
+<html>
     <head>
+        <meta charset="utf-8">
         <title><fmt:message key="error.title.404" /></title>
-        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-        
         <link rel="stylesheet" type="text/css" media="all" href='<c:url value="/roller-ui/styles/roller.css"/>' />
     </head>
     <body>

Modified: roller/trunk/app/src/main/webapp/roller-ui/errors/error.jsp
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/errors/error.jsp?rev=1614794&r1=1614793&r2=1614794&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/roller-ui/errors/error.jsp (original)
+++ roller/trunk/app/src/main/webapp/roller-ui/errors/error.jsp Wed Jul 30 23:50:23 2014
@@ -18,12 +18,12 @@
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt"  prefix="fmt" %>
 <fmt:setBundle basename="ApplicationResources" />
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!doctype html>
+<html>
     <head>
+        <meta charset="utf-8">
         <title><fmt:message key="errorPage.title" /></title>
-        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-        
+
         <link rel="stylesheet" type="text/css" media="all" href='<c:url value="/roller-ui/styles/roller.css"/>' />
     </head>
     <body>

Modified: roller/trunk/app/src/main/webapp/themes/basic/permalink.vm
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/themes/basic/permalink.vm?rev=1614794&r1=1614793&r2=1614794&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/themes/basic/permalink.vm (original)
+++ roller/trunk/app/src/main/webapp/themes/basic/permalink.vm Wed Jul 30 23:50:23 2014
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!doctype html>
 <html>
 <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <meta charset="utf-8">
     <title>$model.weblogEntry.title : $model.weblog.name</title>
     #showAutodiscoveryLinks($model.weblog)
     <link rel="stylesheet" type="text/css" media="all" href="$model.weblog.stylesheet">

Modified: roller/trunk/app/src/main/webapp/themes/basic/searchresults.vm
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/themes/basic/searchresults.vm?rev=1614794&r1=1614793&r2=1614794&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/themes/basic/searchresults.vm (original)
+++ roller/trunk/app/src/main/webapp/themes/basic/searchresults.vm Wed Jul 30 23:50:23 2014
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!doctype html>
 <html>
 <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <meta charset="utf-8">
     <title>Search Results for '$model.term' : $model.weblog.name</title>
     #showAutodiscoveryLinks($model.weblog)
     <link rel="stylesheet" type="text/css" media="all" href="$model.weblog.stylesheet">

Modified: roller/trunk/app/src/main/webapp/themes/basic/weblog.vm
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/themes/basic/weblog.vm?rev=1614794&r1=1614793&r2=1614794&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/themes/basic/weblog.vm (original)
+++ roller/trunk/app/src/main/webapp/themes/basic/weblog.vm Wed Jul 30 23:50:23 2014
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!doctype html>
 <html>
 <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <meta charset="utf-8">
     <title>$model.weblog.name</title>
     #showAutodiscoveryLinks($model.weblog)
     #showAnalyticsTrackingCode($model.weblog)

Modified: roller/trunk/app/src/main/webapp/themes/basicmobile/permalink.vm
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/themes/basicmobile/permalink.vm?rev=1614794&r1=1614793&r2=1614794&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/themes/basicmobile/permalink.vm (original)
+++ roller/trunk/app/src/main/webapp/themes/basicmobile/permalink.vm Wed Jul 30 23:50:23 2014
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!doctype html>
 <html>
 <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <meta charset="utf-8">
     <title>$model.weblogEntry.title : $model.weblog.name</title>
     #showAutodiscoveryLinks($model.weblog)
     <link rel="stylesheet" type="text/css" media="all" href="$model.weblog.stylesheet">

Modified: roller/trunk/app/src/main/webapp/themes/basicmobile/searchresults-mobile.vm
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/themes/basicmobile/searchresults-mobile.vm?rev=1614794&r1=1614793&r2=1614794&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/themes/basicmobile/searchresults-mobile.vm (original)
+++ roller/trunk/app/src/main/webapp/themes/basicmobile/searchresults-mobile.vm Wed Jul 30 23:50:23 2014
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!doctype html>
 <html>
 <head>
-  <meta charset="UTF-8">
+  <meta charset="utf-8">
   <title>Search Results for '$model.term' : $model.weblog.name</title>
   <meta name="viewport" content="width=device-width, initial-scale=1">
 

Modified: roller/trunk/app/src/main/webapp/themes/basicmobile/searchresults.vm
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/themes/basicmobile/searchresults.vm?rev=1614794&r1=1614793&r2=1614794&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/themes/basicmobile/searchresults.vm (original)
+++ roller/trunk/app/src/main/webapp/themes/basicmobile/searchresults.vm Wed Jul 30 23:50:23 2014
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!doctype html>
 <html>
 <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <meta charset="utf-8">
     <title>Search Results for '$model.term' : $model.weblog.name</title>
     #showAutodiscoveryLinks($model.weblog)
     <link rel="stylesheet" type="text/css" media="all" href="$model.weblog.stylesheet">

Modified: roller/trunk/app/src/main/webapp/themes/basicmobile/weblog.vm
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/themes/basicmobile/weblog.vm?rev=1614794&r1=1614793&r2=1614794&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/themes/basicmobile/weblog.vm (original)
+++ roller/trunk/app/src/main/webapp/themes/basicmobile/weblog.vm Wed Jul 30 23:50:23 2014
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!doctype html>
 <html>
 <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <meta charset="utf-8">
     <title>$model.weblog.name</title>
     #showAutodiscoveryLinks($model.weblog)
     #showAnalyticsTrackingCode($model.weblog)

Modified: roller/trunk/app/src/main/webapp/themes/fauxcoly/archives.vm
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/themes/fauxcoly/archives.vm?rev=1614794&r1=1614793&r2=1614794&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/themes/fauxcoly/archives.vm (original)
+++ roller/trunk/app/src/main/webapp/themes/fauxcoly/archives.vm Wed Jul 30 23:50:23 2014
@@ -1,7 +1,8 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
-<!-- XFN friendly -->
-<head profile="http://gmpg.org/xfn/11">
+<!doctype html>
+<html>
+    <!-- XFN friendly -->
+    <head profile="http://gmpg.org/xfn/11">
+    <meta charset="utf-8">
     <title>$model.weblog.name: Archives</title>
     #includeTemplate($model.weblog "standard_head")
 

Modified: roller/trunk/app/src/main/webapp/themes/fauxcoly/entry.vm
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/themes/fauxcoly/entry.vm?rev=1614794&r1=1614793&r2=1614794&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/themes/fauxcoly/entry.vm (original)
+++ roller/trunk/app/src/main/webapp/themes/fauxcoly/entry.vm Wed Jul 30 23:50:23 2014
@@ -1,7 +1,8 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
-<!-- XFN friendly -->
-<head profile="http://gmpg.org/xfn/11">
+<!doctype html>
+<html>
+    <!-- XFN friendly -->
+    <head profile="http://gmpg.org/xfn/11">
+    <meta charset="utf-8">
     #includeTemplate($model.weblog "standard_head")
     <title>$model.weblog.name: $model.weblogEntry.title</title>
 

Modified: roller/trunk/app/src/main/webapp/themes/fauxcoly/search.vm
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/themes/fauxcoly/search.vm?rev=1614794&r1=1614793&r2=1614794&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/themes/fauxcoly/search.vm (original)
+++ roller/trunk/app/src/main/webapp/themes/fauxcoly/search.vm Wed Jul 30 23:50:23 2014
@@ -1,7 +1,8 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
-<!-- XFN friendly -->
-<head profile="http://gmpg.org/xfn/11">
+<!doctype html>
+<html>
+    <!-- XFN friendly -->
+    <head profile="http://gmpg.org/xfn/11">
+    <meta charset="utf-8">
     <title>$model.weblog.name: Search Results for '$model.term'</title>
     #includeTemplate($model.weblog "standard_head")
     #if ($model.hits > 0)

Modified: roller/trunk/app/src/main/webapp/themes/fauxcoly/tags_index.vm
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/themes/fauxcoly/tags_index.vm?rev=1614794&r1=1614793&r2=1614794&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/themes/fauxcoly/tags_index.vm (original)
+++ roller/trunk/app/src/main/webapp/themes/fauxcoly/tags_index.vm Wed Jul 30 23:50:23 2014
@@ -1,7 +1,8 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
-<!-- XFN friendly -->
+<!doctype html>
+<html>
+    <!-- XFN friendly -->
 <head profile="http://gmpg.org/xfn/11">
+    <meta charset="utf-8">
     <title>$model.weblog.name: Entries tagged $model.tags</title>
     #includeTemplate($model.weblog "standard_head")
 </head>

Modified: roller/trunk/app/src/main/webapp/themes/fauxcoly/weblog.vm
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/themes/fauxcoly/weblog.vm?rev=1614794&r1=1614793&r2=1614794&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/themes/fauxcoly/weblog.vm (original)
+++ roller/trunk/app/src/main/webapp/themes/fauxcoly/weblog.vm Wed Jul 30 23:50:23 2014
@@ -1,7 +1,8 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
-<!-- XFN friendly -->
-<head profile="http://gmpg.org/xfn/11">
+<!doctype html>
+<html>
+    <!-- XFN friendly -->
+    <head profile="http://gmpg.org/xfn/11">
+    <meta charset="utf-8">
     #includeTemplate($model.weblog "standard_head")
     <title>$model.weblog.name: $model.weblog.description</title>
     #showAutodiscoveryLinks($model.weblog)

Modified: roller/trunk/app/src/main/webapp/themes/frontpage/_header.vm
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/themes/frontpage/_header.vm?rev=1614794&r1=1614793&r2=1614794&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/themes/frontpage/_header.vm (original)
+++ roller/trunk/app/src/main/webapp/themes/frontpage/_header.vm Wed Jul 30 23:50:23 2014
@@ -1,9 +1,7 @@
-<!DOCTYPE html
-     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!doctype html>
 <html>
-<head>
-  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+  <head>
+  <meta charset="utf-8">
   <title>$model.weblog.name</title>
   <link href="$url.absoluteSite/favicon.ico" rel="shortcut icon" type="image/x-icon" />
   #showAutodiscoveryLinks($model.weblog)

Modified: roller/trunk/app/src/main/webapp/themes/gaurav/entry.vm
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/themes/gaurav/entry.vm?rev=1614794&r1=1614793&r2=1614794&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/themes/gaurav/entry.vm (original)
+++ roller/trunk/app/src/main/webapp/themes/gaurav/entry.vm Wed Jul 30 23:50:23 2014
@@ -1,10 +1,10 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
-<!-- XFN friendly -->
-<head profile="http://gmpg.org/xfn/11">
-	#includeTemplate($model.weblog "standard_head")
-	<title>$model.weblog.name: $model.weblogEntry.title</title>
-	<link rel="stylesheet" type="text/css" href='$url.page("custom.css")' />
+<!doctype html>
+<html>
+  <head profile="http://gmpg.org/xfn/11">
+  <meta charset="utf-8">
+  #includeTemplate($model.weblog "standard_head")
+  <title>$model.weblog.name: $model.weblogEntry.title</title>
+  <link rel="stylesheet" type="text/css" href='$url.page("custom.css")' />
 </head>
 <body>
 

Modified: roller/trunk/app/src/main/webapp/themes/gaurav/search.vm
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/themes/gaurav/search.vm?rev=1614794&r1=1614793&r2=1614794&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/themes/gaurav/search.vm (original)
+++ roller/trunk/app/src/main/webapp/themes/gaurav/search.vm Wed Jul 30 23:50:23 2014
@@ -1,7 +1,8 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<!DOCTYPE html>
+<html lang="en">
 <!-- XFN friendly -->
 <head profile="http://gmpg.org/xfn/11">
+    <meta charset="utf-8">
 	#includeTemplate($model.weblog "standard_head")
 	<title>$model.weblog.name: Search Results for '$model.term'</title>
 	#if ($model.hits > 0)

Modified: roller/trunk/app/src/main/webapp/themes/gaurav/tags_index.vm
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/themes/gaurav/tags_index.vm?rev=1614794&r1=1614793&r2=1614794&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/themes/gaurav/tags_index.vm (original)
+++ roller/trunk/app/src/main/webapp/themes/gaurav/tags_index.vm Wed Jul 30 23:50:23 2014
@@ -1,9 +1,10 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<!DOCTYPE html>
+<html lang="en">
 <!-- XFN friendly -->
 <head profile="http://gmpg.org/xfn/11">
-	#includeTemplate($model.weblog "standard_head")
-	<title>$model.weblog.name: $model.weblog.description</title>
+    <meta charset="utf-8">
+    #includeTemplate($model.weblog "standard_head")
+    <title>$model.weblog.name: $model.weblog.description</title>
 </head>
 <body>