aboutsummaryrefslogtreecommitdiff
path: root/htdocs
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-03-19 14:22:56 +0100
committerTomas Chvatal <scarabeus@gentoo.org>2011-03-19 14:22:56 +0100
commite14864a63408ef52a5029577b039eb8d06a2b959 (patch)
treea5a6dfe52c03080271799dfee5fb6e5d520119cb /htdocs
parentAdd note about whom has access to this. (diff)
downloadqa-scripts-e14864a63408ef52a5029577b039eb8d06a2b959.tar.gz
qa-scripts-e14864a63408ef52a5029577b039eb8d06a2b959.tar.bz2
qa-scripts-e14864a63408ef52a5029577b039eb8d06a2b959.zip
Inititial improvement for header of the scripts page.
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/gentoo_org.pngbin0 -> 47830 bytes
-rw-r--r--htdocs/index.html41
2 files changed, 33 insertions, 8 deletions
diff --git a/htdocs/gentoo_org.png b/htdocs/gentoo_org.png
new file mode 100644
index 0000000..a790fe9
--- /dev/null
+++ b/htdocs/gentoo_org.png
Binary files differ
diff --git a/htdocs/index.html b/htdocs/index.html
index e7ae22c..fb184f5 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -1,22 +1,47 @@
-<!-- Please improve me -->
-<html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<head>
<title>
- qa-reports - Output from various QA scripts
+ QA-Reports - Output from various QA scripts
</title>
+ <meta name="author" content="Gentoo QA Team" />
+ <meta name="copyright" content="Gentoo Foundation 2011" />
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+ <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
+ <link href="style.css" type="text/css" rel="stylesheet" />
+</head>
+<body>
+<!-- gentoo header, stolen from bugzilla -->
+<div id="gentoo-bar">
+ <a href="http://qa-reports.gentoo.org/" title="Go to the QA Reports homepage" class="home-link">
+ <img src=./gentoo_org.png" alt="Gentoo Websites Logo" />
+ </a>
+
+ <div>
+ Go to:
+ <a href="http://www.gentoo.org/">Gentoo Home</a>
+ <a href="http://www.gentoo.org/doc/en/index.xml">Documentation</a>
+ <a href="http://forums.gentoo.org/">Forums</a>
+ <a href="http://www.gentoo.org/main/en/lists.xml">Lists</a>
+ <a href="http://bugs.gentoo.org/">Bugs</a>
+ <a href="http://planet.gentoo.org">Planet</a>
+ <a href="http://store.gentoo.org">Store</a>
+ <strong><a href="http://www.gentoo.org/main/en/where.xml">Get Gentoo!</a></strong>
+ </div>
+</div>
+
<h1>Central Place for script output</h1>
<!-- Add more headings here -->
<h2>
Ebuild Problems:
</h2>
- <a href=http://dev.gentoo.org/distfile-mirroring/>Non-fetchable
- distfiles</a>
+ <a href=http://dev.gentoo.org/distfile-mirroring/>Non-fetchable distfiles</a>
<h2>
Rsync Usage:
</h2>
<a href=http://mirrorstats.gentoo.org/rsync/rsync-usage.png>Full Graph</a>
<br>
- <a href=http://mirrorstats.gentoo.org/rsync/rsync-usage-last4weeks.png>Past
- Month Graph</a>
-
+ <a href=http://mirrorstats.gentoo.org/rsync/rsync-usage-last4weeks.png>Past Month Graph</a>
+</body>
</html>