Gentoo Archives: gentoo-commits

From: "Tom Knight
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-projects commit in forums/htdocs/templates/gentoo: install.tpl simple_header.tpl overall_header.tpl
Date: Sun, 09 Sep 2007 11:04:33
Message-Id: E1IUKTz-0008Uw-1w@stork.gentoo.org
1 tomk 07/09/09 10:57:39
2
3 Modified: install.tpl simple_header.tpl overall_header.tpl
4 Log:
5 Added UTF-8 charset definition to content type headers
6
7 Revision Changes Path
8 1.2 forums/htdocs/templates/gentoo/install.tpl
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/htdocs/templates/gentoo/install.tpl?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/htdocs/templates/gentoo/install.tpl?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/htdocs/templates/gentoo/install.tpl?r1=1.1&r2=1.2
13
14 Index: install.tpl
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-projects/forums/htdocs/templates/gentoo/install.tpl,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- install.tpl 22 Jul 2005 16:25:04 -0000 1.1
21 +++ install.tpl 9 Sep 2007 10:57:38 -0000 1.2
22 @@ -1,7 +1,7 @@
23 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
24 <html>
25 <head>
26 -<meta http-equiv="Content-Type" content="text/html">
27 +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
28 <meta http-equiv="Content-Style-Type" content="text/css">
29 <title>{L_INSTALLATION}</title>
30 <link rel="stylesheet" href="templates/subSilver/subSilver.css" type="text/css">
31
32
33
34 1.2 forums/htdocs/templates/gentoo/simple_header.tpl
35
36 file : http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/htdocs/templates/gentoo/simple_header.tpl?rev=1.2&view=markup
37 plain: http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/htdocs/templates/gentoo/simple_header.tpl?rev=1.2&content-type=text/plain
38 diff : http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/htdocs/templates/gentoo/simple_header.tpl?r1=1.1&r2=1.2
39
40 Index: simple_header.tpl
41 ===================================================================
42 RCS file: /var/cvsroot/gentoo-projects/forums/htdocs/templates/gentoo/simple_header.tpl,v
43 retrieving revision 1.1
44 retrieving revision 1.2
45 diff -u -r1.1 -r1.2
46 --- simple_header.tpl 22 Jul 2005 16:25:07 -0000 1.1
47 +++ simple_header.tpl 9 Sep 2007 10:57:38 -0000 1.2
48 @@ -4,7 +4,7 @@
49 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
50 <html dir="{S_CONTENT_DIRECTION}">
51 <head>
52 -<meta http-equiv="Content-Type" content="text/html" />
53 +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
54 <meta http-equiv="Content-Style-Type" content="text/css" />
55 <style type="text/css">
56 <!--
57
58
59
60 1.8 forums/htdocs/templates/gentoo/overall_header.tpl
61
62 file : http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/htdocs/templates/gentoo/overall_header.tpl?rev=1.8&view=markup
63 plain: http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/htdocs/templates/gentoo/overall_header.tpl?rev=1.8&content-type=text/plain
64 diff : http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/htdocs/templates/gentoo/overall_header.tpl?r1=1.7&r2=1.8
65
66 Index: overall_header.tpl
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-projects/forums/htdocs/templates/gentoo/overall_header.tpl,v
69 retrieving revision 1.7
70 retrieving revision 1.8
71 diff -u -r1.7 -r1.8
72 --- overall_header.tpl 29 Dec 2006 12:00:30 -0000 1.7
73 +++ overall_header.tpl 9 Sep 2007 10:57:38 -0000 1.8
74 @@ -1,7 +1,7 @@
75 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
76 <html dir="{S_CONTENT_DIRECTION}">
77 <head>
78 -<meta http-equiv="Content-Type" content="text/html">
79 +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
80 <meta http-equiv="Content-Style-Type" content="text/css">
81 {META}
82 {NAV_LINKS}
83
84
85
86 --
87 gentoo-commits@g.o mailing list