Author: fielding
Date: Fri Feb 6 06:49:23 2009
New Revision: 741434
URL: http://svn.apache.org/viewvc?rev=741434&view=rev
Log:
Enable utf-8 generation without changing any of the build jars
(necessary because every release since these is buggy as hell).
Added:
httpd/site/trunk/build.props
Modified:
httpd/site/trunk/build.xml
httpd/site/trunk/docs/ABOUT_APACHE.html
httpd/site/trunk/docs/apreq/download.html
httpd/site/trunk/docs/apreq/index.html
httpd/site/trunk/docs/bug_report.html
httpd/site/trunk/docs/contributors/index.html
httpd/site/trunk/docs/dev/debugging.html
httpd/site/trunk/docs/dev/devnotes.html
httpd/site/trunk/docs/dev/guidelines.html
httpd/site/trunk/docs/dev/how-to-release.html
httpd/site/trunk/docs/dev/index.html
httpd/site/trunk/docs/dev/patches.html
httpd/site/trunk/docs/dev/release.html
httpd/site/trunk/docs/dev/styleguide.html
httpd/site/trunk/docs/dev/verification.html
httpd/site/trunk/docs/docs-project/docsformat.html
httpd/site/trunk/docs/docs-project/index.html
httpd/site/trunk/docs/docs-project/translations.html
httpd/site/trunk/docs/docs/index.html
httpd/site/trunk/docs/download.html
httpd/site/trunk/docs/index.html
httpd/site/trunk/docs/info/index.html
httpd/site/trunk/docs/lists.html
httpd/site/trunk/docs/mod_ftp/index.en.html
httpd/site/trunk/docs/mod_mbox/index.html
httpd/site/trunk/docs/mod_mbox/install.html
httpd/site/trunk/docs/mod_mbox/ref.html
httpd/site/trunk/docs/mod_smtpd/index.html
httpd/site/trunk/docs/mod_smtpd/install.html
httpd/site/trunk/docs/modules/index.html
httpd/site/trunk/docs/modules/python-download.html
httpd/site/trunk/docs/security/impact_levels.html
httpd/site/trunk/docs/security/vulnerabilities_13.html
httpd/site/trunk/docs/security/vulnerabilities_20.html
httpd/site/trunk/docs/security/vulnerabilities_22.html
httpd/site/trunk/docs/security_report.html
httpd/site/trunk/docs/test/flood/building.html
httpd/site/trunk/docs/test/flood/faq.html
httpd/site/trunk/docs/test/flood/index.html
httpd/site/trunk/docs/test/index.html
httpd/site/trunk/docs/usersdelist.html
httpd/site/trunk/docs/userslist.html
httpd/site/trunk/xdocs/stylesheets/site.vsl
Added: httpd/site/trunk/build.props
URL: http://svn.apache.org/viewvc/httpd/site/trunk/build.props?rev=741434&view=auto
==============================================================================
--- httpd/site/trunk/build.props (added)
+++ httpd/site/trunk/build.props Fri Feb 6 06:49:23 2009
@@ -0,0 +1,8 @@
+output.encoding=utf-8
+input.encoding=utf-8
+resource.loader = file
+file.resource.loader.description = Velocity File Resource Loader
+file.resource.loader.class = org.apache.velocity.runtime.resource.loader.FileResourceLoader
+file.resource.loader.path = .,xdocs/stylesheets/
+file.resource.loader.cache = true
+file.resource.loader.modificationCheckInterval = 10
Modified: httpd/site/trunk/build.xml
URL: http://svn.apache.org/viewvc/httpd/site/trunk/build.xml?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/build.xml (original)
+++ httpd/site/trunk/build.xml Fri Feb 6 06:49:23 2009
@@ -41,6 +41,7 @@
empty.xml"
includes="**/*.xml"
lastModifiedCheck="true"
+ velocityPropertiesFile="build.props"
templatePath="${docs.src}/stylesheets"/>
<anakia basedir="${docs.src}"
@@ -51,6 +52,7 @@
empty.xml"
includes="test/flood/*.xml"
lastModifiedCheck="true"
+ velocityPropertiesFile="build.props"
templatePath="${docs.src}/stylesheets"/>
<copy todir="${docs.dest}/" filtering="no">
Modified: httpd/site/trunk/docs/ABOUT_APACHE.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/ABOUT_APACHE.html?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/docs/ABOUT_APACHE.html (original)
+++ httpd/site/trunk/docs/ABOUT_APACHE.html Fri Feb 6 06:49:23 2009
@@ -2,12 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="author" content="Documentation Group" /><meta name="email" content="docs@httpd.apache.org" />
<title>About the Apache HTTP Server Project - The Apache HTTP Server Project</title>
</head>
@@ -327,7 +322,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
Modified: httpd/site/trunk/docs/apreq/download.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/apreq/download.html?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/docs/apreq/download.html (original)
+++ httpd/site/trunk/docs/apreq/download.html Fri Feb 6 06:49:23 2009
@@ -2,12 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="author" content="apreq developers" /><meta name="email" content="apreq-dev@httpd.apache.org" />
<title>libapreq download - The Apache HTTP Server Project</title>
</head>
@@ -199,7 +194,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
Modified: httpd/site/trunk/docs/apreq/index.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/apreq/index.html?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/docs/apreq/index.html (original)
+++ httpd/site/trunk/docs/apreq/index.html Fri Feb 6 06:49:23 2009
@@ -2,12 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="author" content="apreq developers" /><meta name="email" content="apreq-dev@httpd.apache.org" />
<title>Apache HTTP Request Library - The Apache HTTP Server Project</title>
</head>
@@ -198,7 +193,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
Modified: httpd/site/trunk/docs/bug_report.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/bug_report.html?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/docs/bug_report.html (original)
+++ httpd/site/trunk/docs/bug_report.html Fri Feb 6 06:49:23 2009
@@ -2,12 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Bug Reporting - The Apache HTTP Server Project</title>
</head>
<body bgcolor="#ffffff" text="#000000" link="#525D76">
@@ -179,7 +174,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
Modified: httpd/site/trunk/docs/contributors/index.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/contributors/index.html?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/docs/contributors/index.html (original)
+++ httpd/site/trunk/docs/contributors/index.html Fri Feb 6 06:49:23 2009
@@ -2,12 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="author" content="Documentation Group" /><meta name="email" content="docs@httpd.apache.org" />
<title>Apache Contributors - The Apache HTTP Server Project</title>
</head>
@@ -202,7 +197,7 @@
<td bgcolor="#a0ddf0">Documentation.</td>
</tr>
<tr valign="top">
- <td bgcolor="#a0ddf0"><strong><a href="#colm">Colm MacCárthaigh</a></strong></td>
+ <td bgcolor="#a0ddf0"><strong><a href="#colm">Colm MacCárthaigh</a></strong></td>
<td bgcolor="#a0ddf0">graceful-stop, IPv6 oddities, scalability insanity, trunk testing</td>
</tr>
<tr valign="top">
@@ -210,7 +205,7 @@
<td bgcolor="#a0ddf0">.</td>
</tr>
<tr valign="top">
- <td bgcolor="#a0ddf0"><strong><a href="#nd">André L. Malo</a></strong></td>
+ <td bgcolor="#a0ddf0"><strong><a href="#nd">André L. Malo</a></strong></td>
<td bgcolor="#a0ddf0">jack of all trades</td>
</tr>
<tr valign="top">
@@ -247,7 +242,7 @@
<td bgcolor="#a0ddf0">.</td>
</tr>
<tr valign="top">
- <td bgcolor="#a0ddf0"><strong><a href="#pluem">Rüdiger Plüm</a></strong></td>
+ <td bgcolor="#a0ddf0"><strong><a href="#pluem">Rüdiger Plüm</a></strong></td>
<td bgcolor="#a0ddf0">Bug fixes</td>
</tr>
<tr valign="top">
@@ -267,7 +262,7 @@
<td bgcolor="#a0ddf0">BeOS MPM and APR code, party animal</td>
</tr>
<tr valign="top">
- <td bgcolor="#a0ddf0"><strong><a href="#ridruejo">Daniel López Ridruejo</a></strong></td>
+ <td bgcolor="#a0ddf0"><strong><a href="#ridruejo">Daniel López Ridruejo</a></strong></td>
<td bgcolor="#a0ddf0">.</td>
</tr>
<tr valign="top">
@@ -275,7 +270,7 @@
<td bgcolor="#a0ddf0">WinNT porting and support</td>
</tr>
<tr valign="top">
- <td bgcolor="#a0ddf0"><strong><a href="#wsanchez">Wilfredo Sánchez</a></strong></td>
+ <td bgcolor="#a0ddf0"><strong><a href="#wsanchez">Wilfredo Sánchez</a></strong></td>
<td bgcolor="#a0ddf0">Mac OS porting</td>
</tr>
<tr valign="top">
@@ -787,7 +782,7 @@
<strong>Email:</strong> <a href="mailto:nick@webthing.com">nick@webthing.com</a>
<br />
<strong>URL:</strong> <a href="http://people.apache.org/~niq/">http://people.apache.org/~niq/</a><br />
-<strong>Organization:</strong> <a href="http://www.webthing.com/">WebÞing</a><br />
+<strong>Organization:</strong> <a href="http://www.webthing.com/">WebÃing</a><br />
<strong>Occupation:</strong> Development, Consultancy<br />
<strong>Location:</strong> L-space. Or southwest England.<br />
<strong>OS Expertise:</strong> Unix-family, including Linux.<br />
@@ -867,7 +862,7 @@
</p>
<p>
-<strong>Name:</strong> <a name="ridruejo">Daniel López Ridruejo</a><br />
+<strong>Name:</strong> <a name="ridruejo">Daniel López Ridruejo</a><br />
<strong>email:</strong> ridruejo@apache.org<br />
<strong>Location:</strong> San Francisco, CA, USA <br />
<strong>Contributions:</strong> <a href="http://comanche.com.dtu.dk/">Comanche</a>
@@ -875,7 +870,7 @@
<p>
-<strong>Name:</strong> <a name="colm">Colm MacCárthaigh</a><br />
+<strong>Name:</strong> <a name="colm">Colm MacCárthaigh</a><br />
<strong>email:</strong> colm@stdlib.net<br />
<strong>Organization:</strong> <a href="http://www.heanet.ie/">HEAnet</a><br />
<strong>Occupation:</strong> Senior Network Engineer <br />
@@ -896,7 +891,7 @@
</p>
<p>
-<strong>Name:</strong> <a name="nd">André L. Malo</a><br />
+<strong>Name:</strong> <a name="nd">André L. Malo</a><br />
<strong>Email:</strong> nd@apache.org<br />
<strong>Occupation:</strong> Yes.<br />
<strong>Location:</strong> Karlsruhe, Germany<br />
@@ -997,7 +992,7 @@
</p>
<p>
-<strong>Name:</strong> <a name="pluem">Rüdiger Plüm</a><br />
+<strong>Name:</strong> <a name="pluem">Rüdiger Plüm</a><br />
<strong>Email:</strong> <a href="mailto:rpluem@apache.org">rpluem@apache.org</a><br />
<strong>Organization:</strong> <a href="http://www.vodafone.com/">Vodafone</a><br />
<strong>Occupation:</strong> Web System Engineer<br />
@@ -1060,7 +1055,7 @@
</p>
<p>
-<strong>Name:</strong> <a name="wsanchez">Wilfredo Sánchez</a><br />
+<strong>Name:</strong> <a name="wsanchez">Wilfredo Sánchez</a><br />
<strong>Email:</strong> <a href="mailto:wsanchez@apache.org">wsanchez@apache.org</a><br />
<strong>URL:</strong> <a href="http://www.mit.edu/people/wsanchez/">http://www.mit.edu/people/wsanchez/</a><br />
<strong>Organization:</strong> Independent<br />
@@ -1290,7 +1285,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
Modified: httpd/site/trunk/docs/dev/debugging.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/debugging.html?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/docs/dev/debugging.html (original)
+++ httpd/site/trunk/docs/dev/debugging.html Fri Feb 6 06:49:23 2009
@@ -2,12 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="author" content="Documentation Group" /><meta name="email" content="docs@httpd.apache.org" />
<title>Apache HTTPD Debugging Guide - The Apache HTTP Server Project</title>
</head>
@@ -585,7 +580,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
Modified: httpd/site/trunk/docs/dev/devnotes.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/devnotes.html?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/docs/dev/devnotes.html (original)
+++ httpd/site/trunk/docs/dev/devnotes.html Fri Feb 6 06:49:23 2009
@@ -2,12 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="author" content="Documentation Group" /><meta name="email" content="docs@httpd.apache.org" />
<title>Apache Development Notes - The Apache HTTP Server Project</title>
</head>
@@ -449,7 +444,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
Modified: httpd/site/trunk/docs/dev/guidelines.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/guidelines.html?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/docs/dev/guidelines.html (original)
+++ httpd/site/trunk/docs/dev/guidelines.html Fri Feb 6 06:49:23 2009
@@ -2,12 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="author" content="Documentation Group" /><meta name="email" content="docs@httpd.apache.org" />
<title>Apache HTTP Server Project Guidelines and Voting Rules - The Apache HTTP Server Project</title>
</head>
@@ -226,7 +221,7 @@
vote is only binding if the voter has tested the action on
their own system(s).
</dd>
- <dt><strong>±0</strong></dt>
+ <dt><strong>±0</strong></dt>
<dd>Abstain, no opinion, or I am happy to let the other group members
decide this issue. An abstention may have detrimental effects if
too many people abstain.
@@ -459,7 +454,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
Modified: httpd/site/trunk/docs/dev/how-to-release.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/how-to-release.html?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/docs/dev/how-to-release.html (original)
+++ httpd/site/trunk/docs/dev/how-to-release.html Fri Feb 6 06:49:23 2009
@@ -2,12 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="author" content="Documentation Group" /><meta name="email" content="docs@httpd.apache.org" />
<title>How to build a release of Apache - The Apache HTTP Server Project</title>
</head>
@@ -580,7 +575,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
Modified: httpd/site/trunk/docs/dev/index.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/index.html?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/docs/dev/index.html (original)
+++ httpd/site/trunk/docs/dev/index.html Fri Feb 6 06:49:23 2009
@@ -2,12 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="author" content="Documentation Group" /><meta name="email" content="docs@httpd.apache.org" />
<title>Apache HTTP Server Developer Information - The Apache HTTP Server Project</title>
</head>
@@ -235,7 +230,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
Modified: httpd/site/trunk/docs/dev/patches.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/patches.html?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/docs/dev/patches.html (original)
+++ httpd/site/trunk/docs/dev/patches.html Fri Feb 6 06:49:23 2009
@@ -2,12 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="author" content="Documentation Group" /><meta name="email" content="docs@httpd.apache.org" />
<title>How to Contribute Patches to Apache - The Apache HTTP Server Project</title>
</head>
@@ -299,7 +294,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
Modified: httpd/site/trunk/docs/dev/release.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/release.html?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/docs/dev/release.html (original)
+++ httpd/site/trunk/docs/dev/release.html Fri Feb 6 06:49:23 2009
@@ -2,12 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="author" content="Documentation Group" /><meta name="email" content="docs@httpd.apache.org" />
<title>Apache HTTP Server Release Guidelines - The Apache HTTP Server Project</title>
</head>
@@ -452,7 +447,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
Modified: httpd/site/trunk/docs/dev/styleguide.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/styleguide.html?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/docs/dev/styleguide.html (original)
+++ httpd/site/trunk/docs/dev/styleguide.html Fri Feb 6 06:49:23 2009
@@ -2,12 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="author" content="Documentation Group" /><meta name="email" content="docs@httpd.apache.org" />
<title>Apache Developers' C Language Style Guide - The Apache HTTP Server Project</title>
</head>
@@ -331,7 +326,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
Modified: httpd/site/trunk/docs/dev/verification.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/verification.html?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/docs/dev/verification.html (original)
+++ httpd/site/trunk/docs/dev/verification.html Fri Feb 6 06:49:23 2009
@@ -2,12 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="author" content="Documentation Group" /><meta name="email" content="docs@httpd.apache.org" />
<title>Verifying Apache HTTP Server Releases - The Apache HTTP Server Project</title>
</head>
@@ -235,7 +230,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
Modified: httpd/site/trunk/docs/docs-project/docsformat.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/docs-project/docsformat.html?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/docs/docs-project/docsformat.html (original)
+++ httpd/site/trunk/docs/docs-project/docsformat.html Fri Feb 6 06:49:23 2009
@@ -2,12 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Module Format and Transformation - The Apache HTTP Server Project</title>
</head>
<body bgcolor="#ffffff" text="#000000" link="#525D76">
@@ -234,7 +229,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
Modified: httpd/site/trunk/docs/docs-project/index.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/docs-project/index.html?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/docs/docs-project/index.html (original)
+++ httpd/site/trunk/docs/docs-project/index.html Fri Feb 6 06:49:23 2009
@@ -2,12 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Documentation Project - The Apache HTTP Server Project</title>
</head>
<body bgcolor="#ffffff" text="#000000" link="#525D76">
@@ -155,9 +150,9 @@
<li><a href="http://www.logilune.com/eric/">Eric Cholet</a></li>
<li><a href="http://dotat.at/">Tony Finch</a></li>
<li>Yoshiki Hayashi</li>
-<li><a href="http://www.kess-net.de/">Astrid Keßler</a></li>
+<li><a href="http://www.kess-net.de/">Astrid KeÃler</a></li>
<li><a href="http://geeklog.lucid.net.au/">Jason Lingohr</a></li>
-<li>André L. Malo</li>
+<li>André L. Malo</li>
<li><a href="http://www.reppep.com/~pepper/">Chris Pepper</a></li>
<li><a href="http://www.nerdchic.net/">Noirin Plunkett</a></li>
<li>William A. Rowe, Jr.</li>
@@ -180,7 +175,7 @@
<li>Andrei Besleaga (Romanian)</li>
<li>Nikola Smolenski (Serbian)</li>
<li>Karla Quintero (Spanish)</li>
-<li>Thomas Sjögren (Swedish)</li>
+<li>Thomas Sjögren (Swedish)</li>
<li>Emre Sokullu (Turkish)</li>
</ul>
</blockquote>
@@ -192,7 +187,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
Modified: httpd/site/trunk/docs/docs-project/translations.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/docs-project/translations.html?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/docs/docs-project/translations.html (original)
+++ httpd/site/trunk/docs/docs-project/translations.html Fri Feb 6 06:49:23 2009
@@ -2,12 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Translations - Documentation Project - The Apache HTTP Server Project</title>
</head>
<body bgcolor="#ffffff" text="#000000" link="#525D76">
@@ -107,7 +102,7 @@
<td bgcolor="#a0ddf0"><a href="https://apache-doc.inl.fr/">Website</a>, Lucien Gentis, Vincent
Deffontaines</td></tr>
<tr><td bgcolor="#a0ddf0">German</td>
-<td bgcolor="#a0ddf0">Astrid Keßler
+<td bgcolor="#a0ddf0">Astrid KeÃler
<<a href="mailto:kess@kess-net.de">kess@kess-net.de</a>></td></tr>
<tr><td bgcolor="#a0ddf0">Japanese</td>
<td bgcolor="#a0ddf0"><a href="http://cvs.apache.jp/docs-project/">Website</a></td></tr>
@@ -117,7 +112,7 @@
<td bgcolor="#a0ddf0"><a href="http://people.apache.org/~blanco/">Website</a></td></tr>
<tr><td bgcolor="#a0ddf0">Turkish</td>
<td bgcolor="#a0ddf0"><a href="http://ceviri.belgeler.gen.tr/apache/">Website</a>,
-Nilgün Belma Bugüner</td></tr>
+Nilgün Belma Bugüner</td></tr>
</table>
</font>
</blockquote>
@@ -180,7 +175,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
Modified: httpd/site/trunk/docs/docs/index.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/docs/index.html?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/docs/docs/index.html (original)
+++ httpd/site/trunk/docs/docs/index.html Fri Feb 6 06:49:23 2009
@@ -2,12 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="author" content="Documentation Group" /><meta name="email" content="docs@httpd.apache.org" />
<title>Documentation: Apache HTTP Server - The Apache HTTP Server Project</title>
</head>
@@ -97,7 +92,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
Modified: httpd/site/trunk/docs/download.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/download.html?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/docs/download.html (original)
+++ httpd/site/trunk/docs/download.html Fri Feb 6 06:49:23 2009
@@ -2,12 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="author" content="Documentation Group" /><meta name="email" content="docs@httpd.apache.org" />
<title>Download - The Apache HTTP Server Project</title>
</head>
@@ -385,7 +380,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
Modified: httpd/site/trunk/docs/index.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/index.html?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/docs/index.html (original)
+++ httpd/site/trunk/docs/index.html Fri Feb 6 06:49:23 2009
@@ -2,12 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="author" content="Documentation Group" /><meta name="email" content="docs@httpd.apache.org" />
<title>Welcome! - The Apache HTTP Server Project</title>
</head>
@@ -204,7 +199,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
Modified: httpd/site/trunk/docs/info/index.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/info/index.html?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/docs/info/index.html (original)
+++ httpd/site/trunk/docs/info/index.html Fri Feb 6 06:49:23 2009
@@ -2,12 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="author" content="Documentation Group" /><meta name="email" content="docs@httpd.apache.org" />
<title>Apache HTTP Server Miscellaneous Information - The Apache HTTP Server Project</title>
</head>
@@ -173,7 +168,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
Modified: httpd/site/trunk/docs/lists.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/lists.html?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/docs/lists.html (original)
+++ httpd/site/trunk/docs/lists.html Fri Feb 6 06:49:23 2009
@@ -2,12 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="author" content="Documentation Group" /><meta name="email" content="docs@httpd.apache.org" />
<title>Apache HTTP Server Mailing Lists - The Apache HTTP Server Project</title>
</head>
@@ -664,7 +659,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
Modified: httpd/site/trunk/docs/mod_ftp/index.en.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/mod_ftp/index.en.html?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/docs/mod_ftp/index.en.html (original)
+++ httpd/site/trunk/docs/mod_ftp/index.en.html Fri Feb 6 06:49:23 2009
@@ -2,12 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="author" content="HTTPD developers" /><meta name="email" content="dev@httpd.apache.org" />
<title>mod_ftp - FTP Protocol module for Apache 2 - The Apache HTTP Server Project</title>
</head>
@@ -179,7 +174,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
Modified: httpd/site/trunk/docs/mod_mbox/index.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/mod_mbox/index.html?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/docs/mod_mbox/index.html (original)
+++ httpd/site/trunk/docs/mod_mbox/index.html Fri Feb 6 06:49:23 2009
@@ -2,12 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="author" content="HTTPd developers" /><meta name="email" content="dev@httpd.apache.org" />
<title>mod_mbox - Mailing list archives browser - The Apache HTTP Server Project</title>
</head>
@@ -199,7 +194,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
Modified: httpd/site/trunk/docs/mod_mbox/install.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/mod_mbox/install.html?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/docs/mod_mbox/install.html (original)
+++ httpd/site/trunk/docs/mod_mbox/install.html Fri Feb 6 06:49:23 2009
@@ -2,12 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="author" content="HTTPd developers" /><meta name="email" content="dev@httpd.apache.org" />
<title>mod_mbox - Mailing list archives browser - The Apache HTTP Server Project</title>
</head>
@@ -235,7 +230,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
Modified: httpd/site/trunk/docs/mod_mbox/ref.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/mod_mbox/ref.html?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/docs/mod_mbox/ref.html (original)
+++ httpd/site/trunk/docs/mod_mbox/ref.html Fri Feb 6 06:49:23 2009
@@ -2,12 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="author" content="HTTPd developers" /><meta name="email" content="dev@httpd.apache.org" />
<title>mod_mbox - Mailing list archives browser - The Apache HTTP Server Project</title>
</head>
@@ -232,7 +227,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
Modified: httpd/site/trunk/docs/mod_smtpd/index.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/mod_smtpd/index.html?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/docs/mod_smtpd/index.html (original)
+++ httpd/site/trunk/docs/mod_smtpd/index.html Fri Feb 6 06:49:23 2009
@@ -2,12 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="author" content="HTTPd developers" /><meta name="email" content="dev@httpd.apache.org" />
<title>mod_smtpd - Modular SMTP Server for Apache 2.2 - The Apache HTTP Server Project</title>
</head>
@@ -186,7 +181,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
Modified: httpd/site/trunk/docs/mod_smtpd/install.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/mod_smtpd/install.html?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/docs/mod_smtpd/install.html (original)
+++ httpd/site/trunk/docs/mod_smtpd/install.html Fri Feb 6 06:49:23 2009
@@ -2,12 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="author" content="HTTPd developers" /><meta name="email" content="dev@httpd.apache.org" />
<title>mod_smtpd - Modular SMTP Server for Apache 2.2 Installation - The Apache HTTP Server Project</title>
</head>
@@ -184,7 +179,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
Modified: httpd/site/trunk/docs/modules/index.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/modules/index.html?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/docs/modules/index.html (original)
+++ httpd/site/trunk/docs/modules/index.html Fri Feb 6 06:49:23 2009
@@ -2,12 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="author" content="Documentation Group" /><meta name="email" content="docs@httpd.apache.org" />
<title>Apache httpd Modules - The Apache HTTP Server Project</title>
</head>
@@ -236,7 +231,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
Modified: httpd/site/trunk/docs/modules/python-download.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/modules/python-download.html?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/docs/modules/python-download.html (original)
+++ httpd/site/trunk/docs/modules/python-download.html Fri Feb 6 06:49:23 2009
@@ -2,12 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="author" content="Documentation Group" /><meta name="email" content="docs@httpd.apache.org" />
<title>mod_python download - The Apache HTTP Server Project</title>
</head>
@@ -219,7 +214,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
Modified: httpd/site/trunk/docs/security/impact_levels.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/security/impact_levels.html?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/docs/security/impact_levels.html (original)
+++ httpd/site/trunk/docs/security/impact_levels.html Fri Feb 6 06:49:23 2009
@@ -2,12 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="author" content="Security Group" /><meta name="email" content="security@httpd.apache.org" />
<title>Summary of security impact levels - The Apache HTTP Server Project</title>
</head>
@@ -171,7 +166,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
Modified: httpd/site/trunk/docs/security/vulnerabilities_13.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/security/vulnerabilities_13.html?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/docs/security/vulnerabilities_13.html (original)
+++ httpd/site/trunk/docs/security/vulnerabilities_13.html Fri Feb 6 06:49:23 2009
@@ -2,12 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="author" content="Security Group" /><meta name="email" content="security@apache.org" />
<title>Apache httpd 1.3 vulnerabilities - The Apache HTTP Server Project</title>
</head>
@@ -111,7 +106,7 @@
Note that the server-status page is not enabled by default and it is best practice to not make this publicly available.</p>
</dd>
<dd>
- Update Released: 19th January 2008<br />
+ Update Released: 19th January 2008<br />
</dd>
<dd>
Affects:
@@ -129,7 +124,7 @@
cross-site scripting attack is possible.</p>
</dd>
<dd>
- Update Released: 19th January 2008<br />
+ Update Released: 19th January 2008<br />
</dd>
<dd>
Affects:
@@ -165,7 +160,7 @@
this publicly available.</p>
</dd>
<dd>
- Update Released: 7th September 2007<br />
+ Update Released: 7th September 2007<br />
</dd>
<dd>
Affects:
@@ -184,7 +179,7 @@
terminated which could lead to a denial of service.</p>
</dd>
<dd>
- Update Released: 7th September 2007<br />
+ Update Released: 7th September 2007<br />
</dd>
<dd>
Affects:
@@ -222,7 +217,7 @@
</p>
</dd>
<dd>
- Update Released: 27th July 2006<br />
+ Update Released: 27th July 2006<br />
</dd>
<dd>
Affects:
@@ -260,7 +255,7 @@
</p>
</dd>
<dd>
- Update Released: 1st May 2006<br />
+ Update Released: 1st May 2006<br />
</dd>
<dd>
Affects:
@@ -280,7 +275,7 @@
</p>
</dd>
<dd>
- Update Released: 1st May 2006<br />
+ Update Released: 1st May 2006<br />
</dd>
<dd>
Affects:
@@ -314,7 +309,7 @@
</p>
</dd>
<dd>
- Update Released: 28th October 2004<br />
+ Update Released: 28th October 2004<br />
</dd>
<dd>
Affects:
@@ -353,7 +348,7 @@
</p>
</dd>
<dd>
- Update Released: 20th October 2004<br />
+ Update Released: 20th October 2004<br />
</dd>
<dd>
Affects:
@@ -391,7 +386,7 @@
</p>
</dd>
<dd>
- Update Released: 12th May 2004<br />
+ Update Released: 12th May 2004<br />
</dd>
<dd>
Affects:
@@ -410,7 +405,7 @@
</p>
</dd>
<dd>
- Update Released: 12th May 2004<br />
+ Update Released: 12th May 2004<br />
</dd>
<dd>
Affects:
@@ -430,7 +425,7 @@
</p>
</dd>
<dd>
- Update Released: 12th May 2004<br />
+ Update Released: 12th May 2004<br />
</dd>
<dd>
Affects:
@@ -455,7 +450,7 @@
</p>
</dd>
<dd>
- Update Released: 12th May 2004<br />
+ Update Released: 12th May 2004<br />
</dd>
<dd>
Affects:
@@ -490,7 +485,7 @@
</p>
</dd>
<dd>
- Update Released: 27th October 2003<br />
+ Update Released: 27th October 2003<br />
</dd>
<dd>
Affects:
@@ -522,7 +517,7 @@
</p>
</dd>
<dd>
- Update Released: 18th July 2003<br />
+ Update Released: 18th July 2003<br />
</dd>
<dd>
Affects:
@@ -554,7 +549,7 @@
</p>
</dd>
<dd>
- Update Released: 3rd October 2002<br />
+ Update Released: 3rd October 2002<br />
</dd>
<dd>
Affects:
@@ -573,7 +568,7 @@
</p>
</dd>
<dd>
- Update Released: 3rd October 2002<br />
+ Update Released: 3rd October 2002<br />
</dd>
<dd>
Affects:
@@ -592,7 +587,7 @@
via the Host: header.</p>
</dd>
<dd>
- Update Released: 3rd October 2002<br />
+ Update Released: 3rd October 2002<br />
</dd>
<dd>
Affects:
@@ -625,7 +620,7 @@
cases the ability to be remotely exploited.</p>
</dd>
<dd>
- Update Released: 18th June 2002<br />
+ Update Released: 18th June 2002<br />
</dd>
<dd>
Affects:
@@ -645,7 +640,7 @@
</p>
</dd>
<dd>
- Update Released: 18th June 2002<br />
+ Update Released: 18th June 2002<br />
</dd>
<dd>
Affects:
@@ -677,7 +672,7 @@
to batch file CGI scripts.</p>
</dd>
<dd>
- Update Released: 22nd March 2002<br />
+ Update Released: 22nd March 2002<br />
</dd>
<dd>
Affects:
@@ -710,7 +705,7 @@
the default index page. </p>
</dd>
<dd>
- Update Released: 12th October 2001<br />
+ Update Released: 12th October 2001<br />
</dd>
<dd>
Affects:
@@ -729,7 +724,7 @@
return a directory listing rather than the expected index page.</p>
</dd>
<dd>
- Update Released: 12th October 2001<br />
+ Update Released: 12th October 2001<br />
</dd>
<dd>
Affects:
@@ -747,7 +742,7 @@
the system to be written to. </p>
</dd>
<dd>
- Update Released: 12th October 2001<br />
+ Update Released: 12th October 2001<br />
</dd>
<dd>
Affects:
@@ -782,7 +777,7 @@
other than introducing a possible denial of service. </p>
</dd>
<dd>
- Update Released: 22nd May 2001<br />
+ Update Released: 22nd May 2001<br />
</dd>
<dd>
Affects:
@@ -815,7 +810,7 @@
very long path was created artificially by using many slashes. </p>
</dd>
<dd>
- Update Released: 28th February 2001<br />
+ Update Released: 28th February 2001<br />
</dd>
<dd>
Affects:
@@ -850,7 +845,7 @@
then an attacker will be able to access any file on the server.</p>
</dd>
<dd>
- Update Released: 13th October 2000<br />
+ Update Released: 13th October 2000<br />
</dd>
<dd>
Affects:
@@ -869,7 +864,7 @@
cgi-bin directory under a document root.</p>
</dd>
<dd>
- Update Released: 13th October 2000<br />
+ Update Released: 13th October 2000<br />
</dd>
<dd>
Affects:
@@ -887,7 +882,7 @@
constructed request.</p>
</dd>
<dd>
- Update Released: 13th October 2000<br />
+ Update Released: 13th October 2000<br />
</dd>
<dd>
Affects:
@@ -924,7 +919,7 @@
you to other sites.</p>
</dd>
<dd>
- Update Released: 25th February 2000<br />
+ Update Released: 25th February 2000<br />
</dd>
<dd>
Affects:
@@ -961,7 +956,7 @@
</p>
</dd>
<dd>
- Update Released: 21st January 2000<br />
+ Update Released: 21st January 2000<br />
</dd>
<dd>
Affects:
@@ -993,7 +988,7 @@
"nul"). </p>
</dd>
<dd>
- Update Released: 11th January 1999<br />
+ Update Released: 11th January 1999<br />
</dd>
<dd>
Affects:
@@ -1030,7 +1025,7 @@
a constant rate, since the attacker has to send less data.</p>
</dd>
<dd>
- Update Released: 23rd September 1998<br />
+ Update Released: 23rd September 1998<br />
</dd>
<dd>
Affects:
@@ -1050,7 +1045,7 @@
</p>
</dd>
<dd>
- Update Released: 23rd September 1998<br />
+ Update Released: 23rd September 1998<br />
</dd>
<dd>
Affects:
@@ -1066,7 +1061,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
Modified: httpd/site/trunk/docs/security/vulnerabilities_20.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/security/vulnerabilities_20.html?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/docs/security/vulnerabilities_20.html (original)
+++ httpd/site/trunk/docs/security/vulnerabilities_20.html Fri Feb 6 06:49:23 2009
@@ -2,12 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="author" content="Security Group" /><meta name="email" content="security@apache.org" />
<title>Apache httpd 2.0 vulnerabilities - The Apache HTTP Server Project</title>
</head>
@@ -145,7 +140,7 @@
</p>
</dd>
<dd>
- Update Released: 19th January 2008<br />
+ Update Released: 19th January 2008<br />
</dd>
<dd>
Affects:
@@ -164,7 +159,7 @@
Note that the server-status page is not enabled by default and it is best practice to not make this publicly available.</p>
</dd>
<dd>
- Update Released: 19th January 2008<br />
+ Update Released: 19th January 2008<br />
</dd>
<dd>
Affects:
@@ -182,7 +177,7 @@
cross-site scripting attack is possible.</p>
</dd>
<dd>
- Update Released: 19th January 2008<br />
+ Update Released: 19th January 2008<br />
</dd>
<dd>
Affects:
@@ -219,7 +214,7 @@
using a threaded Multi-Processing Module.</p>
</dd>
<dd>
- Update Released: 7th September 2007<br />
+ Update Released: 7th September 2007<br />
</dd>
<dd>
Affects:
@@ -240,7 +235,7 @@
this publicly available.</p>
</dd>
<dd>
- Update Released: 7th September 2007<br />
+ Update Released: 7th September 2007<br />
</dd>
<dd>
Affects:
@@ -259,7 +254,7 @@
terminated which could lead to a denial of service.</p>
</dd>
<dd>
- Update Released: 7th September 2007<br />
+ Update Released: 7th September 2007<br />
</dd>
<dd>
Affects:
@@ -278,7 +273,7 @@
Multi-Processing Module.</p>
</dd>
<dd>
- Update Released: 7th September 2007<br />
+ Update Released: 7th September 2007<br />
</dd>
<dd>
Affects:
@@ -316,7 +311,7 @@
</p>
</dd>
<dd>
- Update Released: 27th July 2006<br />
+ Update Released: 27th July 2006<br />
</dd>
<dd>
Affects:
@@ -352,7 +347,7 @@
</p>
</dd>
<dd>
- Update Released: 1st May 2006<br />
+ Update Released: 1st May 2006<br />
</dd>
<dd>
Affects:
@@ -372,7 +367,7 @@
</p>
</dd>
<dd>
- Update Released: 1st May 2006<br />
+ Update Released: 1st May 2006<br />
</dd>
<dd>
Affects:
@@ -409,7 +404,7 @@
</p>
</dd>
<dd>
- Update Released: 14th October 2005<br />
+ Update Released: 14th October 2005<br />
</dd>
<dd>
Affects:
@@ -431,7 +426,7 @@
</p>
</dd>
<dd>
- Update Released: 14th October 2005<br />
+ Update Released: 14th October 2005<br />
</dd>
<dd>
Affects:
@@ -452,7 +447,7 @@
</p>
</dd>
<dd>
- Update Released: 14th October 2005<br />
+ Update Released: 14th October 2005<br />
</dd>
<dd>
Affects:
@@ -472,7 +467,7 @@
</p>
</dd>
<dd>
- Update Released: 14th October 2005<br />
+ Update Released: 14th October 2005<br />
</dd>
<dd>
Affects:
@@ -493,7 +488,7 @@
</p>
</dd>
<dd>
- Update Released: 14th October 2005<br />
+ Update Released: 14th October 2005<br />
</dd>
<dd>
Affects:
@@ -516,7 +511,7 @@
</p>
</dd>
<dd>
- Update Released: 14th October 2005<br />
+ Update Released: 14th October 2005<br />
</dd>
<dd>
Affects:
@@ -552,7 +547,7 @@
</p>
</dd>
<dd>
- Update Released: 8th February 2005<br />
+ Update Released: 8th February 2005<br />
</dd>
<dd>
Affects:
@@ -571,7 +566,7 @@
</p>
</dd>
<dd>
- Update Released: 8th February 2005<br />
+ Update Released: 8th February 2005<br />
</dd>
<dd>
Affects:
@@ -592,7 +587,7 @@
</p>
</dd>
<dd>
- Update Released: 8th February 2005<br />
+ Update Released: 8th February 2005<br />
</dd>
<dd>
Affects:
@@ -626,7 +621,7 @@
</p>
</dd>
<dd>
- Update Released: 28th September 2004<br />
+ Update Released: 28th September 2004<br />
</dd>
<dd>
Affects:
@@ -663,7 +658,7 @@
</p>
</dd>
<dd>
- Update Released: 15th September 2004<br />
+ Update Released: 15th September 2004<br />
</dd>
<dd>
Affects:
@@ -683,7 +678,7 @@
</p>
</dd>
<dd>
- Update Released: 15th September 2004<br />
+ Update Released: 15th September 2004<br />
</dd>
<dd>
Affects:
@@ -704,7 +699,7 @@
</p>
</dd>
<dd>
- Update Released: 15th September 2004<br />
+ Update Released: 15th September 2004<br />
</dd>
<dd>
Affects:
@@ -727,7 +722,7 @@
</p>
</dd>
<dd>
- Update Released: 15th September 2004<br />
+ Update Released: 15th September 2004<br />
</dd>
<dd>
Affects:
@@ -750,7 +745,7 @@
</p>
</dd>
<dd>
- Update Released: 15th September 2004<br />
+ Update Released: 15th September 2004<br />
</dd>
<dd>
Affects:
@@ -784,7 +779,7 @@
</p>
</dd>
<dd>
- Update Released: 1st July 2004<br />
+ Update Released: 1st July 2004<br />
</dd>
<dd>
Affects:
@@ -803,7 +798,7 @@
</p>
</dd>
<dd>
- Update Released: 1st July 2004<br />
+ Update Released: 1st July 2004<br />
</dd>
<dd>
Affects:
@@ -841,7 +836,7 @@
</p>
</dd>
<dd>
- Update Released: 19th March 2004<br />
+ Update Released: 19th March 2004<br />
</dd>
<dd>
Affects:
@@ -860,7 +855,7 @@
</p>
</dd>
<dd>
- Update Released: 19th March 2004<br />
+ Update Released: 19th March 2004<br />
</dd>
<dd>
Affects:
@@ -880,7 +875,7 @@
</p>
</dd>
<dd>
- Update Released: 19th March 2004<br />
+ Update Released: 19th March 2004<br />
</dd>
<dd>
Affects:
@@ -915,7 +910,7 @@
</p>
</dd>
<dd>
- Update Released: 27th October 2003<br />
+ Update Released: 27th October 2003<br />
</dd>
<dd>
Affects:
@@ -934,7 +929,7 @@
</p>
</dd>
<dd>
- Update Released: 27th October 2003<br />
+ Update Released: 27th October 2003<br />
</dd>
<dd>
Affects:
@@ -968,7 +963,7 @@
</p>
</dd>
<dd>
- Update Released: 9th July 2003<br />
+ Update Released: 9th July 2003<br />
</dd>
<dd>
Affects:
@@ -989,7 +984,7 @@
</p>
</dd>
<dd>
- Update Released: 9th July 2003<br />
+ Update Released: 9th July 2003<br />
</dd>
<dd>
Affects:
@@ -1008,7 +1003,7 @@
</p>
</dd>
<dd>
- Update Released: 9th July 2003<br />
+ Update Released: 9th July 2003<br />
</dd>
<dd>
Affects:
@@ -1044,7 +1039,7 @@
</p>
</dd>
<dd>
- Update Released: 28th May 2003<br />
+ Update Released: 28th May 2003<br />
</dd>
<dd>
Affects:
@@ -1063,7 +1058,7 @@
</p>
</dd>
<dd>
- Update Released: 28th May 2003<br />
+ Update Released: 28th May 2003<br />
</dd>
<dd>
Affects:
@@ -1082,7 +1077,7 @@
</p>
</dd>
<dd>
- Update Released: 28th May 2003<br />
+ Update Released: 28th May 2003<br />
</dd>
<dd>
Affects:
@@ -1102,7 +1097,7 @@
</p>
</dd>
<dd>
- Update Released: 2nd April 2004<br />
+ Update Released: 2nd April 2004<br />
</dd>
<dd>
Affects:
@@ -1137,7 +1132,7 @@
</p>
</dd>
<dd>
- Update Released: 2nd April 2004<br />
+ Update Released: 2nd April 2004<br />
</dd>
<dd>
Affects:
@@ -1170,7 +1165,7 @@
</p>
</dd>
<dd>
- Update Released: 20th January 2003<br />
+ Update Released: 20th January 2003<br />
</dd>
<dd>
Affects:
@@ -1188,7 +1183,7 @@
</p>
</dd>
<dd>
- Update Released: 20th January 2003<br />
+ Update Released: 20th January 2003<br />
</dd>
<dd>
Affects:
@@ -1222,7 +1217,7 @@
via the Host: header.</p>
</dd>
<dd>
- Update Released: 3rd October 2002<br />
+ Update Released: 3rd October 2002<br />
</dd>
<dd>
Affects:
@@ -1239,7 +1234,7 @@
a remote user. </p>
</dd>
<dd>
- Update Released: 3rd October 2002<br />
+ Update Released: 3rd October 2002<br />
</dd>
<dd>
Affects:
@@ -1274,7 +1269,7 @@
</p>
</dd>
<dd>
- Update Released: 24th September 2002<br />
+ Update Released: 24th September 2002<br />
</dd>
<dd>
Affects:
@@ -1307,7 +1302,7 @@
only.</p>
</dd>
<dd>
- Update Released: 9th August 2002<br />
+ Update Released: 9th August 2002<br />
</dd>
<dd>
Affects:
@@ -1329,7 +1324,7 @@
of the script.</p>
</dd>
<dd>
- Update Released: 9th August 2002<br />
+ Update Released: 9th August 2002<br />
</dd>
<dd>
Affects:
@@ -1362,7 +1357,7 @@
cases the ability to execute arbitrary remote code.</p>
</dd>
<dd>
- Update Released: 18th June 2002<br />
+ Update Released: 18th June 2002<br />
</dd>
<dd>
Affects:
@@ -1396,7 +1391,7 @@
</p>
</dd>
<dd>
- Update Released: 8th May 2002<br />
+ Update Released: 8th May 2002<br />
</dd>
<dd>
Affects:
@@ -1412,7 +1407,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
Modified: httpd/site/trunk/docs/security/vulnerabilities_22.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/security/vulnerabilities_22.html?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/docs/security/vulnerabilities_22.html (original)
+++ httpd/site/trunk/docs/security/vulnerabilities_22.html Fri Feb 6 06:49:23 2009
@@ -2,12 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="author" content="Security Group" /><meta name="email" content="security@apache.org" />
<title>Apache httpd 2.2 vulnerabilities - The Apache HTTP Server Project</title>
</head>
@@ -142,7 +137,7 @@
</p>
</dd>
<dd>
- Update Released: 14th June 2008<br />
+ Update Released: 14th June 2008<br />
</dd>
<dd>
Affects:
@@ -160,7 +155,7 @@
could cause a denial of service or high memory usage.</p>
</dd>
<dd>
- Update Released: 14th June 2008<br />
+ Update Released: 14th June 2008<br />
</dd>
<dd>
Affects:
@@ -196,7 +191,7 @@
</p>
</dd>
<dd>
- Update Released: 19th January 2008<br />
+ Update Released: 19th January 2008<br />
</dd>
<dd>
Affects:
@@ -216,7 +211,7 @@
threaded Multi-Processing Module. </p>
</dd>
<dd>
- Update Released: 19th January 2008<br />
+ Update Released: 19th January 2008<br />
</dd>
<dd>
Affects:
@@ -234,7 +229,7 @@
authorized user is possible. </p>
</dd>
<dd>
- Update Released: 19th January 2008<br />
+ Update Released: 19th January 2008<br />
</dd>
<dd>
Affects:
@@ -253,7 +248,7 @@
Note that the server-status page is not enabled by default and it is best practice to not make this publicly available.</p>
</dd>
<dd>
- Update Released: 19th January 2008<br />
+ Update Released: 19th January 2008<br />
</dd>
<dd>
Affects:
@@ -271,7 +266,7 @@
cross-site scripting attack is possible.</p>
</dd>
<dd>
- Update Released: 19th January 2008<br />
+ Update Released: 19th January 2008<br />
</dd>
<dd>
Affects:
@@ -308,7 +303,7 @@
using a threaded Multi-Processing Module.</p>
</dd>
<dd>
- Update Released: 7th September 2007<br />
+ Update Released: 7th September 2007<br />
</dd>
<dd>
Affects:
@@ -329,7 +324,7 @@
this publicly available.</p>
</dd>
<dd>
- Update Released: 7th September 2007<br />
+ Update Released: 7th September 2007<br />
</dd>
<dd>
Affects:
@@ -348,7 +343,7 @@
terminated which could lead to a denial of service.</p>
</dd>
<dd>
- Update Released: 7th September 2007<br />
+ Update Released: 7th September 2007<br />
</dd>
<dd>
Affects:
@@ -367,7 +362,7 @@
</p>
</dd>
<dd>
- Update Released: 7th September 2007<br />
+ Update Released: 7th September 2007<br />
</dd>
<dd>
Affects:
@@ -386,7 +381,7 @@
Multi-Processing Module.</p>
</dd>
<dd>
- Update Released: 7th September 2007<br />
+ Update Released: 7th September 2007<br />
</dd>
<dd>
Affects:
@@ -424,7 +419,7 @@
</p>
</dd>
<dd>
- Update Released: 27th July 2006<br />
+ Update Released: 27th July 2006<br />
</dd>
<dd>
Affects:
@@ -460,7 +455,7 @@
</p>
</dd>
<dd>
- Update Released: 1st May 2006<br />
+ Update Released: 1st May 2006<br />
</dd>
<dd>
Affects:
@@ -480,7 +475,7 @@
</p>
</dd>
<dd>
- Update Released: 1st May 2006<br />
+ Update Released: 1st May 2006<br />
</dd>
<dd>
Affects:
@@ -496,7 +491,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
Modified: httpd/site/trunk/docs/security_report.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/security_report.html?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/docs/security_report.html (original)
+++ httpd/site/trunk/docs/security_report.html Fri Feb 6 06:49:23 2009
@@ -2,12 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="author" content="Documentation Group" /><meta name="email" content="docs@httpd.apache.org" />
<title>Reporting Security Problems with Apache - The Apache HTTP Server Project</title>
</head>
@@ -148,7 +143,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
Modified: httpd/site/trunk/docs/test/flood/building.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/test/flood/building.html?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/docs/test/flood/building.html (original)
+++ httpd/site/trunk/docs/test/flood/building.html Fri Feb 6 06:49:23 2009
@@ -2,12 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="author" content="Documentation Group" /><meta name="email" content="docs@httpd.apache.org" />
<title>Compiling and running Flood - Flood</title>
</head>
@@ -205,7 +200,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
Modified: httpd/site/trunk/docs/test/flood/faq.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/test/flood/faq.html?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/docs/test/flood/faq.html (original)
+++ httpd/site/trunk/docs/test/flood/faq.html Fri Feb 6 06:49:23 2009
@@ -2,12 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="author" content="Documentation Group" /><meta name="email" content="docs@httpd.apache.org" />
<title>FAQ - Flood</title>
</head>
@@ -156,7 +151,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
Modified: httpd/site/trunk/docs/test/flood/index.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/test/flood/index.html?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/docs/test/flood/index.html (original)
+++ httpd/site/trunk/docs/test/flood/index.html Fri Feb 6 06:49:23 2009
@@ -2,12 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="author" content="Documentation Group" /><meta name="email" content="docs@httpd.apache.org" />
<title>Flood - Flood</title>
</head>
@@ -187,7 +182,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
Modified: httpd/site/trunk/docs/test/index.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/test/index.html?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/docs/test/index.html (original)
+++ httpd/site/trunk/docs/test/index.html Fri Feb 6 06:49:23 2009
@@ -2,12 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="author" content="Documentation Group" /><meta name="email" content="docs@httpd.apache.org" />
<title>Apache HTTP Test Project - The Apache HTTP Server Project</title>
</head>
@@ -170,7 +165,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
Modified: httpd/site/trunk/docs/usersdelist.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/usersdelist.html?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/docs/usersdelist.html (original)
+++ httpd/site/trunk/docs/usersdelist.html Fri Feb 6 06:49:23 2009
@@ -2,12 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Users-DE Mailing List - The Apache HTTP Server Project</title>
</head>
<body bgcolor="#ffffff" text="#000000" link="#525D76">
@@ -187,7 +182,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
Modified: httpd/site/trunk/docs/userslist.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/userslist.html?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/docs/userslist.html (original)
+++ httpd/site/trunk/docs/userslist.html Fri Feb 6 06:49:23 2009
@@ -2,12 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Users Mailing List - The Apache HTTP Server Project</title>
</head>
<body bgcolor="#ffffff" text="#000000" link="#525D76">
@@ -214,7 +209,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
Modified: httpd/site/trunk/xdocs/stylesheets/site.vsl
URL: http://svn.apache.org/viewvc/httpd/site/trunk/xdocs/stylesheets/site.vsl?rev=741434&r1=741433&r2=741434&view=diff
==============================================================================
--- httpd/site/trunk/xdocs/stylesheets/site.vsl (original)
+++ httpd/site/trunk/xdocs/stylesheets/site.vsl Fri Feb 6 06:49:23 2009
@@ -16,10 +16,6 @@
#set ($tabletdbg = "#a0ddf0")
#set ($tabletebg = "#ffffff")
##
-## Start and end the processing
-##
-#document()
-##
## This is where the macros live
##
#macro ( relativise $elem )
@@ -237,15 +233,9 @@
#end
##
##
-#macro ( document )
<html>
<head>
- <!--
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- This file is generated from XML source: DO NOT EDIT!
- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
#set ($authors = $root.getChild("properties").getChildren("author"))
#foreach ( $au in $authors )
#metaauthor ( $au.getText() $au.getAttributeValue("email") )
@@ -272,11 +262,10 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 2008 The Apache Software Foundation</em>
+ <em>Copyright © 2009 The Apache Software Foundation</em>
</font>
</td>
</tr>
</table>
</body>
</html>
-#end
|