On 08/10/2009, Rahul Akolkar <rahul.akol...@gmail.com> wrote: > Mostly for the archives since I had the first observation below when I > had to build the site as well: > > On Wed, Oct 7, 2009 at 1:24 AM, <bay...@apache.org> wrote: > > Author: bayard > > Date: Wed Oct 7 05:24:06 2009 > > New Revision: 822590 > > > > URL: http://svn.apache.org/viewvc?rev=822590&view=rev > > Log: > > Adding a Taglibs entry to the Tomcat website under the Apache Tomcat menu > item > > > > Modified: > > tomcat/site/trunk/docs/bugreport.html > > tomcat/site/trunk/docs/contact.html > > tomcat/site/trunk/docs/download-41.html > > tomcat/site/trunk/docs/download-55.html > > tomcat/site/trunk/docs/download-60.html > > tomcat/site/trunk/docs/download-connectors.html > > tomcat/site/trunk/docs/download-native.html > > tomcat/site/trunk/docs/findhelp.html > > tomcat/site/trunk/docs/getinvolved.html > > tomcat/site/trunk/docs/heritage.html > > tomcat/site/trunk/docs/index.html > > tomcat/site/trunk/docs/irc.html > > tomcat/site/trunk/docs/legal.html > > tomcat/site/trunk/docs/lists.html > > tomcat/site/trunk/docs/migration.html > > tomcat/site/trunk/docs/resources.html > > tomcat/site/trunk/docs/security-3.html > > tomcat/site/trunk/docs/security-4.html > > tomcat/site/trunk/docs/security-5.html > > tomcat/site/trunk/docs/security-6.html > > tomcat/site/trunk/docs/security-impact.html > > tomcat/site/trunk/docs/security-jk.html > > tomcat/site/trunk/docs/security.html > > tomcat/site/trunk/docs/svn.html > > tomcat/site/trunk/docs/whichversion.html > > tomcat/site/trunk/docs/whoweare.html > > tomcat/site/trunk/xdocs/stylesheets/project.xml > > > > Modified: tomcat/site/trunk/docs/bugreport.html > > URL: > http://svn.apache.org/viewvc/tomcat/site/trunk/docs/bugreport.html?rev=822590&r1=822589&r2=822590&view=diff > > > ============================================================================== > > --- tomcat/site/trunk/docs/bugreport.html (original) > > +++ tomcat/site/trunk/docs/bugreport.html Wed Oct 7 05:24:06 2009 > > @@ -3,18 +3,18 @@ > > <html> > > <head> > > <title>Apache Tomcat - Reporting Bugs</title> > > -<meta content="Glenn L. Nielsen" name="author" /> > > -<link rel="stylesheet" href="stylesheets/tomcat.css" type="text/css" /> > > -<link media="print" rel="stylesheet" > href="stylesheets/tomcat-printer.css" type="text/css" /> > > +<meta name="author" content="Glenn L. Nielsen"/> > > +<link type="text/css" href="stylesheets/tomcat.css" rel="stylesheet"/> > > +<link type="text/css" href="stylesheets/tomcat-printer.css" > rel="stylesheet" media="print"/> > > </head> > <snip/> > > Changes such as the above are a function of the XSLT impl that kicks > in (for example, Sun JDK 1.4 generates the before variant in the diff > above and 1.5/1.6 the after). > > If we continue to build the site with 1.5/1.6, those diffs won't show > up anymore.
Alternatively, use the same approach as the Jakarta site: <img alt="Alt"> <xsl:attribute name="border">0</xsl:attribute> <xsl:attribute name="src">xxx.gif</xsl:attribute> </img> rather than <img alt="Alt" border="0" src="xxx.gif"> > > > > > Modified: tomcat/site/trunk/docs/download-native.html > > URL: > http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-native.html?rev=822590&r1=822589&r2=822590&view=diff > > > ============================================================================== > > --- tomcat/site/trunk/docs/download-native.html (original) > > +++ tomcat/site/trunk/docs/download-native.html Wed Oct 7 05:24:06 2009 > > @@ -1,430 +1,433 @@ > > -<?xml version="1.0" encoding="iso-8859-1"?> > > -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> > > -<html> > > -<head> > > -<title>Apache Tomcat - Tomcat Native Downloads</title> > > -<link rel="stylesheet" href="stylesheets/tomcat.css" type="text/css" /> > > -<link media="print" rel="stylesheet" > href="stylesheets/tomcat-printer.css" type="text/css" /> > > -</head> > > -<body vlink="#525D76" alink="#525D76" link="#525D76" text="#000000" > bgcolor="#ffffff"> > > -<table cellspacing="0" width="100%" border="0"> > > -<!--PAGE HEADER--> > > -<tr> > > -<td> > <snap/> > > This file shows a much larger diff since its missing eol-style (both > xdoc and doc). Will add the props in a minute. > > -Rahul > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org