Kevin -- these are actually generated from templates in "main.wmk"! ;)
--j. [EMAIL PROTECTED] writes: > Author: kmcgrail > Date: Wed Feb 27 10:08:42 2008 > New Revision: 631666 > > URL: http://svn.apache.org/viewvc?rev=631666&view=rev > Log: > relative path fix for images. I would have prefered to use /images instead of > ../images but this is keeping in style with existing > > Modified: > spamassassin/site/devel/index.html > spamassassin/site/gtube/index.html > spamassassin/site/released/index.html > spamassassin/site/tag/index.html > > Modified: spamassassin/site/devel/index.html > URL: > http://svn.apache.org/viewvc/spamassassin/site/devel/index.html?rev=631666&r1=631665&r2=631666&view=diff > ============================================================================== > --- spamassassin/site/devel/index.html (original) > +++ spamassassin/site/devel/index.html Wed Feb 27 10:08:42 2008 > @@ -1795,7 +1795,7 @@ > <td valign="top"> > <p> > <div align="middle"> > - <a href="http://eu.apachecon.com/eu2008/" > target="_blank"><img src="images/apache_con_europe_2008_468x60.jpg" > border="0" width="468" height="60" alt="ApacheCon Europe 2008" /></a> > + <a href="http://eu.apachecon.com/eu2008/" > target="_blank"><img src="../images/apache_con_europe_2008_468x60.jpg" > border="0" width="468" height="60" alt="ApacheCon Europe 2008" /></a> > </div> > </p> > </td> > > Modified: spamassassin/site/gtube/index.html > URL: > http://svn.apache.org/viewvc/spamassassin/site/gtube/index.html?rev=631666&r1=631665&r2=631666&view=diff > ============================================================================== > --- spamassassin/site/gtube/index.html (original) > +++ spamassassin/site/gtube/index.html Wed Feb 27 10:08:42 2008 > @@ -214,7 +214,7 @@ > <td valign="top"> > <p> > <div align="middle"> > - <a href="http://eu.apachecon.com/eu2008/" > target="_blank"><img src="images/apache_con_europe_2008_468x60.jpg" > border="0" width="468" height="60" alt="ApacheCon Europe 2008" /></a> > + <a href="http://eu.apachecon.com/eu2008/" > target="_blank"><img src="../images/apache_con_europe_2008_468x60.jpg" > border="0" width="468" height="60" alt="ApacheCon Europe 2008" /></a> > </div> > </p> > </td> > > Modified: spamassassin/site/released/index.html > URL: > http://svn.apache.org/viewvc/spamassassin/site/released/index.html?rev=631666&r1=631665&r2=631666&view=diff > ============================================================================== > --- spamassassin/site/released/index.html (original) > +++ spamassassin/site/released/index.html Wed Feb 27 10:08:42 2008 > @@ -2979,7 +2979,7 @@ > <td valign="top"> > <p> > <div align="middle"> > - <a href="http://eu.apachecon.com/eu2008/" > target="_blank"><img src="images/apache_con_europe_2008_468x60.jpg" > border="0" width="468" height="60" alt="ApacheCon Europe 2008" /></a> > + <a href="http://eu.apachecon.com/eu2008/" > target="_blank"><img src="../images/apache_con_europe_2008_468x60.jpg" > border="0" width="468" height="60" alt="ApacheCon Europe 2008" /></a> > </div> > </p> > </td> > > Modified: spamassassin/site/tag/index.html > URL: > http://svn.apache.org/viewvc/spamassassin/site/tag/index.html?rev=631666&r1=631665&r2=631666&view=diff > ============================================================================== > --- spamassassin/site/tag/index.html (original) > +++ spamassassin/site/tag/index.html Wed Feb 27 10:08:42 2008 > @@ -307,7 +307,7 @@ > <td valign="top"> > <p> > <div align="middle"> > - <a href="http://eu.apachecon.com/eu2008/" > target="_blank"><img src="images/apache_con_europe_2008_468x60.jpg" > border="0" width="468" height="60" alt="ApacheCon Europe 2008" /></a> > + <a href="http://eu.apachecon.com/eu2008/" > target="_blank"><img src="../images/apache_con_europe_2008_468x60.jpg" > border="0" width="468" height="60" alt="ApacheCon Europe 2008" /></a> > </div> > </p> > </td>
