You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by bu...@apache.org on 2012/10/13 09:03:59 UTC

svn commit: r834983 [2/4] - in /websites/staging/xmlgraphics/trunk/content: ./ batik/ batik/dev/ batik/tools/ batik/using/ batik/using/scripting/ commons/ fop/ fop/0.95/ fop/1.0/ fop/dev/ fop/dev/design/ fop/trunk/

Modified: websites/staging/xmlgraphics/trunk/content/fop/0.95/fonts.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/0.95/fonts.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/0.95/fonts.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Apache™ FOP: Fonts</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/0.95/graphics.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/0.95/graphics.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/0.95/graphics.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Apache™ FOP: Graphics Formats</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/0.95/hyphenation.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/0.95/hyphenation.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/0.95/hyphenation.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Apache™ FOP: Hyphenation</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/0.95/index.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/0.95/index.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/0.95/index.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Apache™ FOP Version 0.95</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/0.95/intermediate.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/0.95/intermediate.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/0.95/intermediate.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Apache™ FOP: Intermediate Format</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/0.95/knownissues_overview.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/0.95/knownissues_overview.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/0.95/knownissues_overview.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Apache™ FOP: Known Issues</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/0.95/metadata.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/0.95/metadata.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/0.95/metadata.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Apache™ FOP: Metadata</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/0.95/output.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/0.95/output.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/0.95/output.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Apache™ FOP Output Formats</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/0.95/pdfa.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/0.95/pdfa.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/0.95/pdfa.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Apache™ FOP: PDF/A (ISO 19005)</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/0.95/pdfencryption.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/0.95/pdfencryption.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/0.95/pdfencryption.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Apache™ FOP: PDF encryption.</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/0.95/pdfx.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/0.95/pdfx.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/0.95/pdfx.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Apache™ FOP: PDF/X (ISO 15930)</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/0.95/releaseNotes_0.95.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/0.95/releaseNotes_0.95.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/0.95/releaseNotes_0.95.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Release Notes for Apache FOP 0.95</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/0.95/running.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/0.95/running.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/0.95/running.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Running Apache™ FOP</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/0.95/servlets.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/0.95/servlets.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/0.95/servlets.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Apache™ FOP: Servlets</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/0.95/upgrading.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/0.95/upgrading.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/0.95/upgrading.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Upgrading from an Earlier Version of Apache™ FOP</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/accessibility.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/accessibility.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/accessibility.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Apache™ FOP: Accessibility</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/anttask.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/anttask.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/anttask.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Apache™ FOP: Ant task</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/changes_1.0.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/changes_1.0.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/changes_1.0.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>History of Changes 1.0</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/compiling.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/compiling.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/compiling.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Apache™ FOP: Building from Source Code</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/configuration.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/configuration.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/configuration.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Apache™ FOP: Configuration</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/embedding.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/embedding.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/embedding.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Apache™ FOP: Embedding</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/events.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/events.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/events.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Apache™ FOP: Events/Processing Feedback</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/extensions.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/extensions.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/extensions.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Standard Apache™ FOP Extensions</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/fonts.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/fonts.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/fonts.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Apache™ FOP: Fonts</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/graphics.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/graphics.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/graphics.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Apache™ FOP: Graphics Formats</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/hyphenation.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/hyphenation.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/hyphenation.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Apache™ FOP: Hyphenation</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/index.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/index.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/index.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Apache™ FOP Version 1.0</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/intermediate.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/intermediate.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/intermediate.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Apache™ FOP: Intermediate Format</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/knownissues_overview.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/knownissues_overview.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/knownissues_overview.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Apache™ FOP: Known Issues</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/metadata.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/metadata.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/metadata.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Apache™ FOP: Metadata</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/output.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/output.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/output.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Apache™ FOP Output Formats</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/pdfa.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/pdfa.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/pdfa.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Apache™ FOP: PDF/A (ISO 19005)</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/pdfencryption.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/pdfencryption.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/pdfencryption.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Apache™ FOP: PDF encryption.</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/pdfx.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/pdfx.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/pdfx.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Apache™ FOP: PDF/X (ISO 15930)</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/releaseNotes_1.0.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/releaseNotes_1.0.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/releaseNotes_1.0.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Release Notes for Apache FOP 1.0</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/running.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/running.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/running.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Running Apache™ FOP</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/servlets.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/servlets.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/servlets.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Apache™ FOP: Servlets</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/1.0/upgrading.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/1.0/upgrading.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/1.0/upgrading.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Upgrading from an Earlier Version of Apache™ FOP</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/bugs.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/bugs.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/bugs.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Apache™ FOP: Bugs and Other Trackable Issues</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/changes.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/changes.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/changes.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>History of Changes</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/conventions.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/conventions.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/conventions.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Apache™ FOP Development: Coding Conventions</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/design/areas.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/design/areas.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/design/areas.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Apache™ FOP Design: Area Tree</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/design/breakpos.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/design/breakpos.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/design/breakpos.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Apache™ FOP Design: Layout Managers</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/design/embedding.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/design/embedding.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/design/embedding.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Apache™ FOP Design: Embedding Apache� FOP in Other Applications</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/design/extending.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/design/extending.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/design/extending.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Apache™ FOP Design: Extensions</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/design/fotree.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/design/fotree.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/design/fotree.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Apache™ FOP Design: FO Tree</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/design/images.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/design/images.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/design/images.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Apache™ FOP Design: Images</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/design/index.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/design/index.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/design/index.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Apache™ FOP Design: Introduction</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/design/layout.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/design/layout.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/design/layout.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Apache™ FOP Design: Layout</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/design/optimise.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/design/optimise.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/design/optimise.html Sat Oct 13 07:03:54 2012
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <title>Apache™ FOP Design: Optimisations</title>
 
-    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
 <!--
     <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
@@ -12,8 +12,8 @@
     <link href="/css/profile.css" rel="stylesheet" type="text/css" />
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css" />
 
-    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
-    <script type="text/javascript">
+    <script src="http://code.jquery.com/jquery.min.js"></script>
+    <script>
     $(document).ready(function(){
         $('ul#navigation a').each(function() {
 		    if (this.href === window.location.href)
@@ -289,11 +289,11 @@
   <input type="text" name="q" id="query" />
   <input type="submit" id="submit" value="Search" />
 </form></p>
-<style type="text/css">
+<style>
 .highlight {color: red;}
 </style>
 
-<script type="text/javascript">
+<script>
 $(document).ready(function () {
     $('#navigation :header').click(function () {
         var text = $(this).siblings('ul');



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org