summaryrefslogtreecommitdiff
path: root/html/index.html
diff options
context:
space:
mode:
authorElan Ruusamäe2013-04-05 14:10:13 (GMT)
committerElan Ruusamäe2013-04-05 14:10:13 (GMT)
commit2ba962a7eb3ff5f5542ec9f9d97ddc31273f46f2 (patch)
tree82ebc924c57592fc0b8f7968ad6d178454b073e0 /html/index.html
parent99eefd6f51cfa80bb4a7f7ea7a92f3501d11f3ef (diff)
downloadpld-ftp-admin-2ba962a7eb3ff5f5542ec9f9d97ddc31273f46f2.zip
pld-ftp-admin-2ba962a7eb3ff5f5542ec9f9d97ddc31273f46f2.tar.gz
add current index
Changed files: html/index.html -> 1.1
Diffstat (limited to 'html/index.html')
-rw-r--r--html/index.html48
1 files changed, 48 insertions, 0 deletions
diff --git a/html/index.html b/html/index.html
new file mode 100644
index 0000000..5d7ad97
--- /dev/null
+++ b/html/index.html
@@ -0,0 +1,48 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <link rel="StyleSheet" href="styles.css" type="text/css">
+ <title>PLD Th :: Info Page</title>
+</head>
+<body>
+
+<h3>
+ <a href="http://www.pld-linux.org/ThInfo">About PLD Th</a>
+</h3>
+
+<h3>Builder queue</h3>
+<p>
+<li><a href="http://src.th.pld-linux.org/queue.html">PLD Th</a></li>
+</p>
+
+<h3>Dep checks</h3>
+<p>
+<li><a href="main.txt">Main deps x86_64</a></li>
+<li><a href="main-ready.txt">Main ready deps x86_64</a></li>
+<li><a href="main-ready-test.txt">Main+ready+test deps x86_64</a></li>
+
+<li><a href="main-i686.txt">Main deps i686</a></li>
+<li><a href="main-ready-i686.txt">Main ready deps i686</a></li>
+<li><a href="main-ready-test-i686.txt">Main+ready+test deps i686</a></li>
+
+<li><a href="main-i486.txt">Main deps i486</a></li>
+<li><a href="main-ready-i486.txt">Main ready deps i486</a></li>
+<li><a href="main-ready-test-i486.txt">Main+ready+test deps i486</a></li>
+
+</p>
+
+<h3>Freshness checks</h3>
+<p>
+<li><a href="ac-th-diff.txt">Differences between AC and TH</a></li>
+<li><a href="freshness.txt">Th main+test freshness (compare to cvs)</a></li>
+</p>
+
+<h3>Rpmlint checks</h3>
+<p>
+<li><a href="lint-PLD.txt">rpmlint: PLD tree</a></li>
+<li><a href="lint-ready.txt">rpmlint: ready tree</a></li>
+<li><a href="lint-test.txt">rpmlint: test tree</a></li>
+</p>
+</body>
+</html>