From 1d9140560f969d4545e5b1ba762a90a5385f62f4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 22 May 2010 14:51:15 +0200 Subject: import current version --- all.php | 286 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 286 insertions(+) create mode 100644 all.php (limited to 'all.php') diff --git a/all.php b/all.php new file mode 100644 index 0000000..2dfe2f4 --- /dev/null +++ b/all.php @@ -0,0 +1,286 @@ + + + + Packages in Fedora + + + + + + + + + + + +
+ + +
+ +
+ + +
+ +
+ +
+ +
+   + Reports home +   + All packages + + + +
+
+ + + + +
+
 
+
 
+
+ + + + + +query($sql); + if ($res && $row=$res->fetchObject()) { + printf("

Repositories last updated %s.

", date("r", $row->stamp)); + } + + if ($what) Report($db); + else echo "

Choose a criteria from the search menu

"; + + //echo "
"; print_r($rpms); echo "
"; + +} +catch(PDOException $e) { + printf("%s ERREUR : %s\n", date("r"), $e->getMessage()); +} + +?> +

 

+ + + + + + +
Legend: Repo: bold for latest release.
Lastest released (as in rawhide)
Lastest in testing
Lastest not available
+ + +
+
 
+
 
+
+ + + + + + + + + + + -- cgit