Hi Jean-Michel,
here is a cvs diff to the download page. I wrote it "blindly" so test it
and correct it before you commit it :)
Regards,
Raphaël
Index: www/pgadmin3/cnt/cnt_download.php
===================================================================
RCS file: /projects/www/pgadmin3/cnt/cnt_download.php,v
retrieving revision 1.63
diff -r1.63 cnt_download.php
29c29,39
< <?php echo ("An APT repository is provided to ease installation.");?>
---
> <br>
> <?php echo _("If you are running Debian Unstable (sid), just run the following commands as root:");?>
> <br/>
> <table width="100%" border="0" cellspacing="1" cellpadding="8" bgcolor="#efefef">
> <tr><td>
> apt-get update<br/>
> apt-get install pgadmin3
> </td></tr>
> </table>
> <br/>
> <?php echo ("If you are running Debian woody or testing (sarge),we provide an APT repository to ease
installation.");?>
78,86d87
< <li>
< <?php echo _("For Debian UNSTABLE:");?>
< <br/>
< <table width="100%" border="0" cellspacing="1" cellpadding="8" bgcolor="#efefef">
< <tr><td>
< deb [MIRROR URL]/pgadmin3/release/debian unstable pgadmin
< </td></tr>
< </table>
< <br/>
111,119d111
< <li>
< <?php echo _("For Debian UNSTABLE:");?>
< <br/>
< <table width="100%" border="0" cellspacing="1" cellpadding="8" bgcolor="#efefef">
< <tr><td>
< deb ftp://ftp2.fr.postgresql.org/postgresql/pgadmin3/release/debian unstable pgadmin
< </td></tr>
< </table>
< <br/>
125c117
< <?php echo _("Run the following commands as root:");?>
---
> <?php echo _("Then run the following commands as root:");?>
133,134d124
<
<