Boost logo

Boost :

From: Martin Wille (mw8329_at_[hidden])
Date: 2003-10-02 06:18:57


Hi,

I have two patches to the xsl reporting tools.

The first one adjusts to the new location for
the binaries.

The seconds one fixes the location for the
Boost logo. The ../c++boost.gif link doesn't
work when the report files reside in their
own subdirectories on the website. The patch
changes the links to ../../c++boost.gif.

Ok to apply?

Regards,
m

Index: report.py
===================================================================
RCS file: /cvsroot/boost/boost/tools/regression/xsl_reports/report.py,v
retrieving revision 1.5
diff -r1.5 report.py
246c246
< collect_test_logs( [ os.path.join( locate_root_dir, "libs" ), os.path.join( locate_root_dir, "status" ) ]

---
>     collect_test_logs( [ os.path.join( locate_root_dir, "bin" ) ]

Index: links_page.xsl
===================================================================
RCS file: /cvsroot/boost/boost/tools/regression/xsl_reports/xsl/links_page.xsl,v
retrieving revision 1.1
diff -r1.1 links_page.xsl
39c39
< <td><img border="0" src="../c++boost.gif" width="277" height="86" alt="Boost logo"></img></td>

---
>               <td><img border="0" src="../../c++boost.gif" width="277" height="86" alt="Boost logo"></img></td>
Index: result_page.xsl
===================================================================
RCS file: /cvsroot/boost/boost/tools/regression/xsl_reports/xsl/result_page.xsl,v
retrieving revision 1.5
diff -r1.5 result_page.xsl
166c166
<               <td><img border="0" src="../c++boost.gif" width="277" height="86" alt="Boost logo"></img></td>
---
>               <td><img border="0" src="../../c++boost.gif" width="277" height="86" alt="Boost logo"></img></td>
Index: summary_page.xsl
===================================================================
RCS file: /cvsroot/boost/boost/tools/regression/xsl_reports/xsl/summary_page.xsl,v
retrieving revision 1.5
diff -r1.5 summary_page.xsl
156c156
<               <td><img border="0" src="../c++boost.gif" width="277" height="86" alt="Boost logo"></img></td>
---
>               <td><img border="0" src="../../c++boost.gif" width="277" height="86" alt="Boost logo"></img></td>

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk