Replace GNOME favico with Conservancy's: not ideal

This is ostensibly supposed to be an upstream project, so merely
replacing GNOME-isms with Conservancy-isms is not really a way forward,
but at this moment, since Conservancy is the only user of this fork, it
seems this is a reasonable shortcut.
This commit is contained in:
Bradley M. Kuhn 2015-05-15 12:02:18 -07:00
parent 7d65e8961d
commit c20f0dd9b9
2 changed files with 4 additions and 2 deletions

4
README
View file

@ -49,7 +49,9 @@ because I didn't know about E-Vote when I started, I'd probably have used
E-Vote if I'd known about it before I started modifying the GNOME
Foundation's code). Thus, this project is a fork of GNOME's work, with
*just* the voting stuff included. Most of the GNOME-isms have been removed,
although a few remain.
although a few remain, and in some cases, GNOME-isms have merely been
bulk-replaced with Conservancy-isms (which admittedly is "no help" from the
point of view of non-Conservancy users).
I've also offered patches back to the GNOME Foundation repository by
cherry-picking changes that are of use to both projects.

View file

@ -28,7 +28,7 @@
<head xmlns="http://www.w3.org/1999/xhtml">
<link rel="stylesheet" type="text/css" href="https://www-old.gnome.org/default.css" />
<link rel="stylesheet" type="text/css" href="https://foundation-old.gnome.org/foundation.css" />
<link rel="icon" type="image/png" href="https://www-old.gnome.org/img/logo/foot-16.png" />
<link rel="shortcut icon" href="https://sfconservancy.org/favicon.ico" type="image/x-icon" />
<xsl:copy-of select="@*" />
<xsl:apply-templates select="node()" />
</head>