]> code.citadel.org Git - citadel.git/commitdiff
* Installed the 16x16 "users" icon as favicon.ico, mainly for performance
authorArt Cancro <ajc@citadel.org>
Sat, 18 Jun 2005 22:58:59 +0000 (22:58 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 18 Jun 2005 22:58:59 +0000 (22:58 +0000)
  reasons -- the browser will cache favicon.ico and won't keep asking for
  it over and over again, eliminating a second HTTP transaction every time
  the user clicks on something.

webcit/ChangeLog
webcit/static/favicon.ico [new file with mode: 0644]

index 15c0dd7585d22d982c5e7db3a03c444647e6bf2a..87412e7ca8f57ff6c92e2ffcafee7577ad816db2 100644 (file)
@@ -1,4 +1,10 @@
 $Log$
+Revision 619.4  2005/06/18 22:58:56  ajc
+* Installed the 16x16 "users" icon as favicon.ico, mainly for performance
+  reasons -- the browser will cache favicon.ico and won't keep asking for
+  it over and over again, eliminating a second HTTP transaction every time
+  the user clicks on something.
+
 Revision 619.3  2005/06/18 22:48:32  ajc
 *** empty log message ***
 
@@ -2611,4 +2617,3 @@ Sun Dec  6 19:50:55 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
 
 1998-12-03 Nathan Bryant <bryant@cs.usm.maine.edu>
        * webserver.c: warning fix
-
diff --git a/webcit/static/favicon.ico b/webcit/static/favicon.ico
new file mode 100644 (file)
index 0000000..856d5a7
Binary files /dev/null and b/webcit/static/favicon.ico differ