From: Dave Page Date: Thu, 7 Aug 2008 14:31:34 +0000 (+0100) Subject: Rename the app to pgPhoneHome X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=9df04d4e78518fd770b480a2736aa767143aeed2;p=pgphonehome.git Rename the app to pgPhoneHome --- diff --git a/README b/README index 4de125b..a830b6b 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ -pgRemote -======== +pgPhoneHome +=========== -pgRemote is a remote monitoring web application designed for monitoring your +pgPhoneHome is a remote monitoring web application designed for monitoring your PostgreSQL and EnterpriseDB Postgres Plus servers from your Apple iPhone. It makes use of the iui iPhone/iPod Touch user interface library to provide a familiar and easy-to-use user interface. @@ -9,13 +9,13 @@ familiar and easy-to-use user interface. v8.2 and above of PostgreSQL, Postgres Plus and Postgres Plus Advanced Server can be monitored. -pgRemote is released under the GNU General Public License v2.0. +pgPhoneHome is released under the GNU General Public License v2.0. Installation ------------ You will need a webserver with PHP 5.0 or above, with PostgreSQL support -enabled. To install pgRemote, simply unpack the downloaded archive into +enabled. To install pgPhoneHome, simply unpack the downloaded archive into a directory accessible from the webserver. You may wish to rename the top level directory to make the URL more convenient, or if installing on a dedicated vhost, remove it from the path altogether. @@ -31,22 +31,22 @@ or less. Security -------- -pgRemote will always connect to your servers using the credentials supplied in +pgPhoneHome will always connect to your servers using the credentials supplied in the connection strings in the config.php file. The user account used must have superuser privileges for correct operation. -To secure pgRemote, it is recommended that the software is installed on an SSL +To secure pgPhoneHome, it is recommended that the software is installed on an SSL secured webserver. Access control may be implemented using any of the methods your server offers for securing a directory. With an Apache server, the most straightforward method is to place a .htaccess file in the root directory of -the pgRemote software, referencing a password file stored outside of the web +the pgPhoneHome software, referencing a password file stored outside of the web directory. A simple example of a .htaccess file looks may be: AuthUserFile /path/to/pgremote.htpasswd AuthGroupFile /dev/null -AuthName "pgRemote" +AuthName "pgPhoneHome" AuthType Basic require valid-user @@ -60,7 +60,7 @@ Additional users may be added with the same command, omitting the -c option. Support ------- -If you require any support for pgRemote, please visit the EnterpriseDB forums +If you require any support for pgPhoneHome, please visit the EnterpriseDB forums at http://forums.enterprisedb.com/ diff --git a/config.php b/config.php index 080ce03..3ced113 100644 --- a/config.php +++ b/config.php @@ -2,7 +2,7 @@ /////////////////////////////////////////////////////////////////////////////// // -// iPG Monitor - Postgres Monitor for iPhone +// pgPhoneHome - Postgres Monitor for iPhone // Copyright 2008, EnterpriseDB UK Ltd. // Dave Page (dave.page@enterprisedb.com) // @@ -18,7 +18,7 @@ // $servers[1]["icon"] = "images/pg.png"; // // $servers[2]["description"] = "Production"; -// $servers[2]["connstr"] = "hostaddr=192.168.0.23 dbname=pgremote user=pgremote"; +// $servers[2]["connstr"] = "hostaddr=192.168.0.23 dbname=pgphonehome user=pgphonehome"; // $servers[2]["icon"] = "images/pg.png"; ?> diff --git a/connections.php b/connections.php index 1746f75..2d309fb 100644 --- a/connections.php +++ b/connections.php @@ -2,7 +2,7 @@ /////////////////////////////////////////////////////////////////////////////// // -// iPG Monitor - Postgres Monitor for iPhone +// pgPhoneHome - Postgres Monitor for iPhone // Copyright 2008, EnterpriseDB UK Ltd. // Dave Page (dave.page@enterprisedb.com) // diff --git a/global.php b/global.php index beaccbd..cc962b4 100644 --- a/global.php +++ b/global.php @@ -2,7 +2,7 @@ /////////////////////////////////////////////////////////////////////////////// // -// iPG Monitor - Postgres Monitor for iPhone +// pgPhoneHome - Postgres Monitor for iPhone // Copyright 2008, EnterpriseDB UK Ltd. // Dave Page (dave.page@enterprisedb.com) // @@ -20,6 +20,6 @@ require "misc.php"; // Constants $APP_COPYRIGHT = "Copyright © 2008, EnterpriseDB UK Ltd."; $APP_VERSION = "1.0"; -$APP_NAME = "pgRemote"; +$APP_NAME = "pgPhoneHome"; ?> diff --git a/gucs.php b/gucs.php index 6c5acc3..8cb206b 100644 --- a/gucs.php +++ b/gucs.php @@ -2,7 +2,7 @@ /////////////////////////////////////////////////////////////////////////////// // -// iPG Monitor - Postgres Monitor for iPhone +// pgPhoneHome - Postgres Monitor for iPhone // Copyright 2008, EnterpriseDB UK Ltd. // Dave Page (dave.page@enterprisedb.com) // diff --git a/index.php b/index.php index 38fff9f..8718037 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ /////////////////////////////////////////////////////////////////////////////// // -// iPG Monitor - Postgres Monitor for iPhone +// pgPhoneHome - Postgres Monitor for iPhone // Copyright 2008, EnterpriseDB UK Ltd. // Dave Page (dave.page@enterprisedb.com) // diff --git a/info.php b/info.php index ce87a89..a265375 100644 --- a/info.php +++ b/info.php @@ -2,7 +2,7 @@ /////////////////////////////////////////////////////////////////////////////// // -// iPG Monitor - Postgres Monitor for iPhone +// pgPhoneHome - Postgres Monitor for iPhone // Copyright 2008, EnterpriseDB UK Ltd. // Dave Page (dave.page@enterprisedb.com) // diff --git a/locks.php b/locks.php index ba3e8ef..99e20f1 100644 --- a/locks.php +++ b/locks.php @@ -2,7 +2,7 @@ /////////////////////////////////////////////////////////////////////////////// // -// iPG Monitor - Postgres Monitor for iPhone +// pgPhoneHome - Postgres Monitor for iPhone // Copyright 2008, EnterpriseDB UK Ltd. // Dave Page (dave.page@enterprisedb.com) // diff --git a/misc.php b/misc.php index 0f5d776..4d56127 100644 --- a/misc.php +++ b/misc.php @@ -2,7 +2,7 @@ /////////////////////////////////////////////////////////////////////////////// // -// iPG Monitor - Postgres Monitor for iPhone +// pgPhoneHome - Postgres Monitor for iPhone // Copyright 2008, EnterpriseDB UK Ltd. // Dave Page (dave.page@enterprisedb.com) // diff --git a/server.php b/server.php index 7321f12..1efd8c7 100644 --- a/server.php +++ b/server.php @@ -2,7 +2,7 @@ /////////////////////////////////////////////////////////////////////////////// // -// iPG Monitor - Postgres Monitor for iPhone +// pgPhoneHome - Postgres Monitor for iPhone // Copyright 2008, EnterpriseDB UK Ltd. // Dave Page (dave.page@enterprisedb.com) // diff --git a/transactions.php b/transactions.php index cb6fa2e..3c64bbf 100644 --- a/transactions.php +++ b/transactions.php @@ -2,7 +2,7 @@ /////////////////////////////////////////////////////////////////////////////// // -// iPG Monitor - Postgres Monitor for iPhone +// pgPhoneHome - Postgres Monitor for iPhone // Copyright 2008, EnterpriseDB UK Ltd. // Dave Page (dave.page@enterprisedb.com) //