Gentoo Archives: gentoo-commits

From: Paulos Ratis <dastergon@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qa-scripts:master commit in: htdocs/img/, htdocs/css/, htdocs/
Date: Tue, 01 Jan 2013 19:44:55
Message-Id: 1357076184.16ed36a1e1a0e26ae098ef7d100a5a97a4b4ef48.dastergon@gentoo
1 commit: 16ed36a1e1a0e26ae098ef7d100a5a97a4b4ef48
2 Author: Pavlos Ratis <dastergon <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 1 21:36:24 2013 +0000
4 Commit: Paulos Ratis <dastergon <AT> gmail <DOT> com>
5 CommitDate: Tue Jan 1 21:36:24 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qa-scripts.git;a=commit;h=16ed36a1
7
8 facelifting to qa-reports.gentoo.org
9
10 ---
11 htdocs/css/style.css | 60 ++++++++++++++++++
12 htdocs/img/gentoo-header-bar-bg.png | Bin 0 -> 210 bytes
13 htdocs/img/gentoo_org.png | Bin 0 -> 47830 bytes
14 htdocs/index.html | 114 ++++++++++++++++------------------
15 4 files changed, 114 insertions(+), 60 deletions(-)
16
17 diff --git a/htdocs/css/style.css b/htdocs/css/style.css
18 new file mode 100644
19 index 0000000..671db51
20 --- /dev/null
21 +++ b/htdocs/css/style.css
22 @@ -0,0 +1,60 @@
23 +/* Gentoo bar */
24 +body {
25 + background: none repeat scroll 0 0 #D2D0D4;
26 + font-family: Helvetica,Arial,Geneva;
27 + margin: 1em;
28 +}
29 +
30 +#gentoo-main {
31 + background: none repeat scroll 0 0 #F0F0F0;
32 + border: 1px solid #747E93;
33 + border-radius: 5px 5px 5px 5px;
34 + color: black;
35 + font-size: 10pt;
36 + font-family: Sans-Serif;
37 + padding: 10px;
38 +}
39 +#header {
40 + text-align:center;
41 +}
42 +div#gentoo-bar {
43 + background: url("../img/gentoo-header-bar-bg.png") repeat-x;
44 + margin-bottom: 2em;
45 + margin-top: -1em;
46 + margin-left: -1em;
47 + margin-right: -1em;
48 + overflow:hidden;
49 + padding-bottom:0.3em;
50 +}
51 +
52 +div#gentoo-bar img {
53 + border: none !important;
54 +}
55 +
56 +div#gentoo-bar div {
57 + font-size: 10pt;
58 + padding: .25em;
59 +}
60 +
61 +div#gentoo-bar a.home-link {
62 + margin-right: .5em;
63 + float: left;
64 +}
65 +
66 +div#gentoo-bar div a {
67 + text-decoration: none;
68 + padding: .25em;
69 + padding-left: .5em;
70 + padding-right: .5em;
71 + color: #231A3F;
72 +}
73 +
74 +div#gentoo-bar div a:hover {
75 + background-color: #A898DD;
76 + color: #45347B;
77 +}
78 +
79 +div#gentoo-bar div a.active {
80 + background-color: white;
81 + font-weight: bold;
82 +}
83 \ No newline at end of file
84
85 diff --git a/htdocs/img/gentoo-header-bar-bg.png b/htdocs/img/gentoo-header-bar-bg.png
86 new file mode 100644
87 index 0000000..9e7b3c2
88 Binary files /dev/null and b/htdocs/img/gentoo-header-bar-bg.png differ
89
90 diff --git a/htdocs/img/gentoo_org.png b/htdocs/img/gentoo_org.png
91 new file mode 100644
92 index 0000000..a790fe9
93 Binary files /dev/null and b/htdocs/img/gentoo_org.png differ
94
95 diff --git a/htdocs/index.html b/htdocs/index.html
96 index be321f6..3f10652 100644
97 --- a/htdocs/index.html
98 +++ b/htdocs/index.html
99 @@ -1,70 +1,64 @@
100 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
101 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
102 +<!DOCTYPE html>
103 +<html>
104 <head>
105 - <title>
106 - QA-Reports - Output from various QA scripts
107 - </title>
108 + <title>QA-Reports - Output from various QA scripts</title>
109 <meta name="author" content="Gentoo QA Team" />
110 - <meta name="copyright" content="Gentoo Foundation 2011" />
111 + <meta name="copyright" content="Gentoo Foundation 2012" />
112 <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
113 <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
114 - <link href="screen.css" type="text/css" rel="stylesheet" />
115 + <link type="image/x-icon" href="http://www.gentoo.org/favicon.ico" rel="shortcut icon" />
116 + <link rel="stylesheet" type="text/css" href="css/style.css">
117 </head>
118 <body>
119 <!-- gentoo header, stolen from bugzilla -->
120 -<div id="gentoo-bar">
121 - <a href="http://qa-reports.gentoo.org/" title="Go to the QA Reports homepage" class="home-link">
122 - <img src=./gentoo_org.png alt="Gentoo Websites Logo" />
123 - </a>
124 -
125 - <div>
126 - Go to:
127 - <a href="http://www.gentoo.org/">Gentoo Home</a>
128 - <a href="http://www.gentoo.org/doc/en/index.xml">Documentation</a>
129 - <a href="http://forums.gentoo.org/">Forums</a>
130 - <a href="http://www.gentoo.org/main/en/lists.xml">Lists</a>
131 - <a href="http://bugs.gentoo.org/">Bugs</a>
132 - <a href="http://planet.gentoo.org">Planet</a>
133 - <a href="http://store.gentoo.org">Store</a>
134 - <strong><a href="http://www.gentoo.org/main/en/where.xml">Get Gentoo!</a></strong>
135 + <div id="gentoo-bar">
136 + <a class="home-link" title="Go to the Gentoo Linux homepage" href="http://gentoo.org">
137 + <img alt="Gentoo Websites Logo" src="https://www.bugs.gentoo.org/extensions/Gentoo/web/gentoo_org.png"></a>
138 + <div>
139 + Go to:
140 + <a href="http://www.gentoo.org/">Gentoo Home</a>
141 + <a href="http://www.gentoo.org/doc/en/index.xml">Documentation</a>
142 + <a href="http://forums.gentoo.org/">Forums</a>
143 + <a href="http://www.gentoo.org/main/en/lists.xml">Lists</a>
144 + <a href="http://bugs.gentoo.org">Bugs</a>
145 + <a href="http://planet.gentoo.org">Planet</a>
146 + <a href="http://store.gentoo.org">Store</a>
147 + <a href="http://wiki.gentoo.org">Wiki</a>
148 + <a class="active" href="http://qa-reports.gentoo.org">QA-Reports</a>
149 + <strong><a href="http://www.gentoo.org/main/en/where.xml">Get Gentoo!</a></strong>
150 + </div>
151 + </div>
152 + <div id="gentoo-main">
153 + <div id="header">
154 + <h1>QA-Reports</h1>
155 + <span>Output from various QA scripts</span>
156 </div>
157 -</div>
158 -
159 - <h1>Central Place for script output</h1>
160 - <!-- Add more headings here -->
161 - <h2>
162 - Ebuild Problems:
163 - </h2>
164 - <a href=http://dev.gentoo.org/distfile-mirroring/>Non-fetchable distfiles</a>
165 - <h2>
166 - Tree Wide Scanning:
167 - </h2>
168 - <a href=/output/genrdeps/rindex/>Reverse runtime dependencies</a>
169 - <br />
170 - <a href=/output/genrdeps/dindex/>Reverse buildtime dependencies</a>
171 - <br />
172 - <a href=/output/genrdeps/pindex/>Reverse post dependencies</a>
173 - <br />
174 - <a href=/output/eapi_usage.txt>EAPI Usage</a>&nbsp;|&nbsp;
175 - <a href=/output/eapi-per-eclass/>EAPI Usage per eclass</a>
176 - <br />
177 - <a href=/output/invalid-mask.txt>Invalid package.mask entries</a>
178 - <br />
179 - <a href=/output/filesdir-usage.txt>Top 100 largest FILESDIRs</a>
180 - <br />
181 - <a href=/output/find-binary-files.txt>Binary files in gentoo-x86</a>
182 - <br />
183 - <a href=/output/eclass-usage/>Listing of packages that inherit an eclass</a>
184 - <h2>
185 - Rsync Usage:
186 - </h2>
187 - <a href=http://mirrorstats.gentoo.org/rsync/rsync-usage.png>Full Graph</a>
188 - <br />
189 - <a href=http://mirrorstats.gentoo.org/rsync/rsync-usage-last4weeks.png>Past Month Graph</a>
190 - <h2>
191 - Misc:
192 - </h2>
193 - <a href=/output/wot-graph.png>Gentoo Dev WoT</a> (Updated Weekly)&nbsp;|&nbsp;<a href=/output/wot-stats.html>Node Stats</a>
194 -
195 + <hr width="350" />
196 + <h2>Ebuild Problems:</h2>
197 + <ul>
198 + <li><a href=http://dev.gentoo.org/distfile-mirroring/>Non-fetchable distfiles</a></li>
199 + </ul>
200 + <h2>Tree Wide Scanning:</h2>
201 + <ul>
202 + <li><a href=/output/genrdeps/rindex/>Reverse runtime dependencies</a></li>
203 + <li><a href=/output/genrdeps/dindex/>Reverse buildtime dependencies</a></li>
204 + <li><a href=/output/genrdeps/pindex/>Reverse post dependencies</a></li>
205 + <li><a href=/output/eapi_usage.txt>EAPI Usage</a>&nbsp;|&nbsp;<a href=/output/eapi-per-eclass/>EAPI Usage per eclass</a></li>
206 + <li><a href=/output/invalid-mask.txt>Invalid package.mask entries</a></li>
207 + <li><a href=/output/filesdir-usage.txt>Top 100 largest FILESDIRs</a></li>
208 + <li><a href=/output/find-binary-files.txt>Binary files in gentoo-x86</a></li>
209 + <li><a href=/output/eclass-usage/>Listing of packages that inherit an eclass</a></li>
210 + </ul>
211 + <h2>Rsync Usage:</h2>
212 + <ul>
213 + <li><a href=http://mirrorstats.gentoo.org/rsync/rsync-usage.png>Full Graph</a></li>
214 + <li><a href=http://mirrorstats.gentoo.org/rsync/rsync-usage-last4weeks.png>Past Month Graph</a></li>
215 + </ul>
216 + <h2>Misc:</h2>
217 + <ul>
218 + <li><a href=/output/wot-graph.png>Gentoo Dev Web of Trust (WoT)</a> (Updated Weekly)&nbsp;|&nbsp;<a href=/output/wot-stats.html>Node Stats</a></li>
219 + </ul>
220 + <div align="center"> © Gentoo Foundation, Inc.</div>
221 + </div>
222 </body>
223 </html>