From 74f2813767ac38b30227a8246118667516c80ecc Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Wed, 19 Jan 2011 17:03:00 +0000 Subject: add progress percent + invitation to help (links to packaging wiki page) --- index.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index a1c9d90..3fac455 100644 --- a/index.php +++ b/index.php @@ -227,12 +227,14 @@ if (!is_null($g_user)) # Temporary until initial mirror is ready echo sprintf( - '

%d src.rpm rebuilt for Mageia out of %d - (list of Mandriva packages still present).

', + '

%d src.rpm rebuilt for Mageia out of %d (%d%%) + (list of Mandriva packages still present). You can help!.

', 'data/src.mga.txt', $nb_rpm_mga, 'data/src.txt', $nb_rpm, - 'data/src.mdv.txt' + $nb_rpm > 0 ? floor($nb_rpm_mga / $nb_rpm * 100) : 0, + 'data/src.mdv.txt', + 'http://www.mageia.org/wiki/doku.php?id=packaging#starting_package_import' ); ######################################### -- cgit v1.2.1