switch archer fish logo at top of page to SVG format on all pages
authorGDB Administrator <gdbadmin@sourceware.org>
Mon, 19 Nov 2018 21:39:40 +0000 (21:39 +0000)
committerGDB Administrator <gdbadmin@sourceware.org>
Mon, 19 Nov 2018 21:39:40 +0000 (21:39 +0000)
This consisted in updating index.sh, replacing archer.jpg with
archer.svg, and then re-running the script on all files that
referenced archer.jpg.

download/index.html
index.html
index.sh
news/index.html
schedule/index.html

index f28112eabb0a47fe24e36b766ca04ebf154add0a..221c382c04c26fb3de36e185c030bc9a12028218 100644 (file)
@@ -17,7 +17,7 @@
 vlink="#9900DD">
 
 <a href="../../gdb/mascot/"> <img border="0"
-src="../../gdb/images/archer.jpg" align="right" alt="[image of Archer
+src="../../gdb/images/archer.svg" align="right" alt="[image of Archer
 Fish]" /></a>
 
 <center><h1>GDB: The GNU Project Debugger</h1></center>
@@ -123,7 +123,7 @@ Floor, Boston, MA 02110-1301 USA.</p>
 <p>Verbatim copying and distribution of this entire article is
 permitted in any medium, provided this notice is preserved.</p>
 
-<p>Last modified 2018-09-05.</p>
+<p>Last modified 2018-11-19.</p>
 </address>
 
 </body>
index e3d23bacbcf5af1cbeaf8d0cb1d23a6021040ee4..f98affe1c7fd7dfca8bd08a77058d4ef4414ed97 100644 (file)
@@ -17,7 +17,7 @@
 vlink="#9900DD">
 
 <a href="../gdb/mascot/"> <img border="0"
-src="../gdb/images/archer.jpg" align="right" alt="[image of Archer
+src="../gdb/images/archer.svg" align="right" alt="[image of Archer
 Fish]" /></a>
 
 <center><h1>GDB: The GNU Project Debugger</h1></center>
@@ -259,7 +259,7 @@ Floor, Boston, MA 02110-1301 USA.</p>
 <p>Verbatim copying and distribution of this entire article is
 permitted in any medium, provided this notice is preserved.</p>
 
-<p>Last modified 2018-09-05.</p>
+<p>Last modified 2018-11-19.</p>
 </address>
 
 </body>
index 5a565151628150041ee0ca1446211398ffe10035..9f9a31a2db5da65d7c1db29461f3495abc96e1a3 100755 (executable)
--- a/index.sh
+++ b/index.sh
@@ -107,7 +107,7 @@ cat <<EOF
 vlink="#9900DD">
 
 <a href="${prefix}mascot/"> <img border="0"
-src="${prefix}images/archer.jpg" align="right" alt="[image of Archer
+src="${prefix}images/archer.svg" align="right" alt="[image of Archer
 Fish]" /></a>
 
 <center><h1>GDB: The GNU Project Debugger</h1></center>
index 023d25fc2c937e796f31f70abe2397fa905e1ca9..2564dd625b510494c153128dca5a2a2f409071f1 100644 (file)
@@ -17,7 +17,7 @@
 vlink="#9900DD">
 
 <a href="../../gdb/mascot/"> <img border="0"
-src="../../gdb/images/archer.jpg" align="right" alt="[image of Archer
+src="../../gdb/images/archer.svg" align="right" alt="[image of Archer
 Fish]" /></a>
 
 <center><h1>GDB: The GNU Project Debugger</h1></center>
@@ -1768,7 +1768,7 @@ Floor, Boston, MA 02110-1301 USA.</p>
 <p>Verbatim copying and distribution of this entire article is
 permitted in any medium, provided this notice is preserved.</p>
 
-<p>Last modified 2018-09-05.</p>
+<p>Last modified 2018-11-19.</p>
 </address>
 
 </body>
index e50f9256393fb7de11049c28998b244e7d397698..631b88b0217704e26ed31cfce36f1b1664d907c5 100644 (file)
@@ -17,7 +17,7 @@
 vlink="#9900DD">
 
 <a href="../../gdb/mascot/"> <img border="0"
-src="../../gdb/images/archer.jpg" align="right" alt="[image of Archer
+src="../../gdb/images/archer.svg" align="right" alt="[image of Archer
 Fish]" /></a>
 
 <center><h1>GDB: The GNU Project Debugger</h1></center>
@@ -319,7 +319,7 @@ Floor, Boston, MA 02110-1301 USA.</p>
 <p>Verbatim copying and distribution of this entire article is
 permitted in any medium, provided this notice is preserved.</p>
 
-<p>Last modified 2018-09-05.</p>
+<p>Last modified 2018-11-19.</p>
 </address>
 
 </body>
This page took 0.07664 seconds and 5 git commands to generate.