[Collab-qa-commits] r1277 - udd/web

zack at alioth.debian.org zack at alioth.debian.org
Thu Sep 18 16:52:59 UTC 2008


Author: zack
Date: 2008-09-18 16:52:58 +0000 (Thu, 18 Sep 2008)
New Revision: 1277

Modified:
   udd/web/index.html
Log:
add pointers to the wiki page (more easily updatable) and reorganized a bit the
page layout


Modified: udd/web/index.html
===================================================================
--- udd/web/index.html	2008-09-17 22:39:59 UTC (rev 1276)
+++ udd/web/index.html	2008-09-18 16:52:58 UTC (rev 1277)
@@ -1,57 +1,56 @@
 <html>
-  <title>
-     Ultimate Debian Database (UDD) - Example Queries
-  </title>
+  <title>Ultimate Debian Database (UDD)</title>
   <body>
-    <h1>
-      Ultimate Debian Database (UDD) - Example Queries
-    </h1>
+    <h1>Ultimate Debian Database (UDD)</h1>
+    <h2>General information</h2>
 
-    <p>
-    To give you an idea what results UDD can deliver, here are some example queries:
-    </p>
+    <p>Ultimate Debian Database (UDD) gathers a lot of data about various
+    aspects of <a href="http://www.debian.org">Debian</a> in a single SQL
+    database. It allows users to easily access and combine all this data.</p>
 
-    <p>
-    <a href="/cgi-bin/packages_in_unstable_but_not_in_testing_by_popcon.cgi">
-      Packages in unstable, but not in testing, sorted by popcon installs
-    </a>
-    </p>
-    <p>
+    <p>More information about UDD are collected on the
+    <a href="http://wiki.debian.org">Debian Wiki</a> at
+    <a href="http://wiki.debian.org/UltimateDebianDatabase"><tt>wiki.debian.org/UltimateDebianDatabase</tt></a>.
 
-    <a href="/cgi-bin/sources_in_unstable_but_not_in_testing_by_popcon_max.cgi">
-      Sources in unstable, but not in testing, sorted by maximum popcon installs
-    </a>
-    </p>
-
-    <p>
-    <a href="/cgi-bin/sources_in_ubuntu_but_not_in_debian_by_popcon.cgi">
-      Sources in Ubuntu, but not in Debian, sorted by maximum popcon installs
-    </a>
-    </p>
-
-    <p>
-    <a href="/cgi-bin/package_bug_count.cgi">
-      Number of bugs per package
-    </a>
-    </p>
-
-    <p>
-    <a href="/cgi-bin/package_rc_bug_count.cgi">
-      Number of RC bugs per package
-    </a>
-    </p>
-
-    <p>
-    <a href="/cgi-bin/removal_candidates.cgi">
-      Packages which are "good" candidates for removal from testing
-    </a>
-    </p>
-
-    <p>
-    <a href="/cgi-bin/sources_in_etch_but_not_in_lenny.cgi">
-      Sources in etch but not in lenny
-    </a>
-    </p>
-
+    <h2>Examples</h2>
+    <p>To give an idea what results UDD can deliver, here are some example
+    queries: </p>
+    <ul>
+      <li>
+      <a href="/cgi-bin/packages_in_unstable_but_not_in_testing_by_popcon.cgi">
+	Packages in unstable, but not in testing, sorted by popcon installs
+      </a>
+      </li>
+      <li>
+      <a href="/cgi-bin/sources_in_unstable_but_not_in_testing_by_popcon_max.cgi">
+	Sources in unstable, but not in testing, sorted by maximum popcon installs
+      </a>
+      </li>
+      <li>
+      <a href="/cgi-bin/sources_in_ubuntu_but_not_in_debian_by_popcon.cgi">
+	Sources in Ubuntu, but not in Debian, sorted by maximum popcon installs
+      </a>
+      </li>
+      <li>
+      <a href="/cgi-bin/package_bug_count.cgi">
+	Number of bugs per package
+      </a>
+      </li>
+      <li>
+      <a href="/cgi-bin/package_rc_bug_count.cgi">
+	Number of RC bugs per package
+      </a>
+      </li>
+      <li>
+      <a href="/cgi-bin/removal_candidates.cgi">
+	Packages which are "good" candidates for removal from testing
+      </a>
+      </li>
+      <li>
+      <a href="/cgi-bin/sources_in_etch_but_not_in_lenny.cgi">
+	Sources in etch but not in lenny
+      </a>
+      </li>
+    </ul>
   </body>
 </html>




More information about the Collab-qa-commits mailing list