update lists/logos of advisory board members updated tell the browser the

2006-03-19  Vincent Untz  <vuntz@gnome.org>

	* foundation.gnome.org/img/logos/fluendo.png:
	* foundation.gnome.org/img/logos/imendio.png:
	* foundation.gnome.org/img/logos/nokia.gif:
	* foundation.gnome.org/img/logos/openedhand.png:
	* foundation.gnome.org/img/logos/sflc.gif:
	* foundation.gnome.org/index.wml:
	* foundation.gnome.org/about/index.wml: update lists/logos of advisory
	board members
	* foundation.gnome.org/elections/2005/.cvsignore: updated
	* include/evilsedhack: tell the browser the pages are in UTF-8
This commit is contained in:
Vincent Untz 2006-03-19 18:37:58 +00:00 committed by Vincent Untz
parent 8c1adc86a9
commit 56da04f348
10 changed files with 25 additions and 4 deletions

View file

@ -1,3 +1,16 @@
2006-03-19 Vincent Untz <vuntz@gnome.org>
* foundation.gnome.org/img/logos/fluendo.png:
* foundation.gnome.org/img/logos/imendio.png:
* foundation.gnome.org/img/logos/nokia.gif:
* foundation.gnome.org/img/logos/openedhand.png:
* foundation.gnome.org/img/logos/sflc.gif:
* foundation.gnome.org/index.wml:
* foundation.gnome.org/about/index.wml: update lists/logos of advisory
board members
* foundation.gnome.org/elections/2005/.cvsignore: updated
* include/evilsedhack: tell the browser the pages are in UTF-8
2006-01-18 Murray Cumming <murrayc@murrayc.com>
* foundation.gnome.org/legal/index.wml: Actually link to the licensing

View file

@ -88,11 +88,16 @@
<ul>
<li>Debian Project</li>
<li>Fluendo</li>
<li>Free Software Foundation</li>
<li>Hewlett-Packard</li>
<li>IBM</li>
<li>Imendio</li>
<li>Nokia</li>
<li>Novell</li>
<li>OpenedHand</li>
<li>Red Hat</li>
<li>Software Freedom Law Center</li>
<li>Sun Microsystems</li>
</ul>

View file

@ -1,3 +1,4 @@
candidates.html
voters.html
rules.html
index.html

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -80,14 +80,16 @@
<h2>Sponsors</h2>
<div class="center">
<a href="http://www.debian.org/"><img src="img/logos/debian.gif" alt="Debian" border="0" hspace="8" vspace="5" align="middle" /></a>
<a href="http://www.fluendo.com/"><img src="img/logos/fluendo.png" alt="Fluendo" border="0" hspace="8" vspace="5" align="middle" /></a>
<a href="http://www.fsf.org/"><img src="img/logos/fsf.gif" alt="Free Software Foundation" border="0" hspace="8" vspace="5" align="middle" /></a>
<a href="http://www.hp.com/"><img src="img/logos/hp.gif" alt="Hewlett Packard" border="0" hspace="8" vspace="5" align="middle" /></a>
<a href="http://www.ibm.com/"><img src="img/logos/ibm.gif" alt="IBM" border="0" hspace="8" vspace="5" align="middle" /></a>
<a href="http://www.mandrakesoft.com/"><img src="img/logos/mandrakesoft.gif" alt="MandrakeSoft" border="0" hspace="8" vspace="5" align="middle" /></a>
<a href="http://www.imendio.com/"><img src="img/logos/imendio.png" alt="Imendio" border="0" hspace="8" vspace="5" align="middle" /></a>
<a href="http://www.nokia.com/"><img src="img/logos/nokia.gif" alt="Nokia" border="0" hspace="8" vspace="5" align="middle" /></a>
<a href="http://www.novell.com/"><img src="img/logos/novell.gif" alt="Novell Inc." border="0" hspace="8" vspace="5" align="middle" /></a>
<a href="http://www.osdn.com/"><img src="img/logos/osdn.gif" alt="OSDN" border="0" hspace="8" vspace="5" align="middle" /></a>
<a href="http://www.redflag-linux.com/"><img src="img/logos/redflag.gif" alt="Redflag Software Co., Ltd." border="0" hspace="8" vspace="5" align="middle" /></a>
<a href="http://www.o-hand.com/"><img src="img/logos/openedhand.png" alt="OpenedHand" border="0" hspace="8" vspace="5" align="middle" /></a>
<a href="http://www.redhat.com/"><img src="img/logos/redhat.gif" alt="Red Hat" border="0" hspace="8" vspace="5" align="middle" /></a>
<a href="http://www.softwarefreedom.org/"><img src="img/logos/sflc.gif" alt="Software Freedom Law Center" border="0" hspace="8" vspace="5" align="middle" /></a>
<a href="http://www.sun.com/"><img src="img/logos/sun.gif" alt="Sun Microsystems" border="0" hspace="8" vspace="5" align="middle" /></a>
<p>
Legal services provided by Wilson Sonsini Goodrich &amp; Rosati.

View file

@ -2,7 +2,7 @@
PAGE=$1
ROOT=$2
sed "s,<head>,<head><link rel=\"stylesheet\" type=\"text/css\" href=\"http://www.gnome.org/default.css\" /><link rel=\"stylesheet\" type=\"text/css\" href=\"$ROOT/foundation.css\" /><link rel=\"icon\" type=\"image/png\" href=\"http://www.gnome.org/img/logo/foot-16.png\" />,i;s,<body[^>]*>,<body><div id=\"body\">,i;/<\/body>/,//d" $PAGE
sed "s,<head>,<head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" /><link rel=\"stylesheet\" type=\"text/css\" href=\"http://www.gnome.org/default.css\" /><link rel=\"stylesheet\" type=\"text/css\" href=\"$ROOT/foundation.css\" /><link rel=\"icon\" type=\"image/png\" href=\"http://www.gnome.org/img/logo/foot-16.png\" />,i;s,<body[^>]*>,<body><div id=\"body\">,i;/<\/body>/,//d" $PAGE
cat <<-FOOT
</div>