-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.
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.
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
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/
///////////////////////////////////////////////////////////////////////////////
//
-// iPG Monitor - Postgres Monitor for iPhone
+// pgPhoneHome - Postgres Monitor for iPhone
// Copyright 2008, EnterpriseDB UK Ltd.
// Dave Page (dave.page@enterprisedb.com)
//
// $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";
?>
///////////////////////////////////////////////////////////////////////////////
//
-// iPG Monitor - Postgres Monitor for iPhone
+// pgPhoneHome - Postgres Monitor for iPhone
// Copyright 2008, EnterpriseDB UK Ltd.
// Dave Page (dave.page@enterprisedb.com)
//
///////////////////////////////////////////////////////////////////////////////
//
-// iPG Monitor - Postgres Monitor for iPhone
+// pgPhoneHome - Postgres Monitor for iPhone
// Copyright 2008, EnterpriseDB UK Ltd.
// Dave Page (dave.page@enterprisedb.com)
//
// Constants
$APP_COPYRIGHT = "Copyright © 2008, <a href=\"http://www.enterprisedb.com\" target=\"_new\">EnterpriseDB</a> UK Ltd.";
$APP_VERSION = "1.0";
-$APP_NAME = "pgRemote";
+$APP_NAME = "pgPhoneHome";
?>
///////////////////////////////////////////////////////////////////////////////
//
-// iPG Monitor - Postgres Monitor for iPhone
+// pgPhoneHome - Postgres Monitor for iPhone
// Copyright 2008, EnterpriseDB UK Ltd.
// Dave Page (dave.page@enterprisedb.com)
//
///////////////////////////////////////////////////////////////////////////////
//
-// iPG Monitor - Postgres Monitor for iPhone
+// pgPhoneHome - Postgres Monitor for iPhone
// Copyright 2008, EnterpriseDB UK Ltd.
// Dave Page (dave.page@enterprisedb.com)
//
///////////////////////////////////////////////////////////////////////////////
//
-// iPG Monitor - Postgres Monitor for iPhone
+// pgPhoneHome - Postgres Monitor for iPhone
// Copyright 2008, EnterpriseDB UK Ltd.
// Dave Page (dave.page@enterprisedb.com)
//
///////////////////////////////////////////////////////////////////////////////
//
-// iPG Monitor - Postgres Monitor for iPhone
+// pgPhoneHome - Postgres Monitor for iPhone
// Copyright 2008, EnterpriseDB UK Ltd.
// Dave Page (dave.page@enterprisedb.com)
//
///////////////////////////////////////////////////////////////////////////////
//
-// iPG Monitor - Postgres Monitor for iPhone
+// pgPhoneHome - Postgres Monitor for iPhone
// Copyright 2008, EnterpriseDB UK Ltd.
// Dave Page (dave.page@enterprisedb.com)
//
///////////////////////////////////////////////////////////////////////////////
//
-// iPG Monitor - Postgres Monitor for iPhone
+// pgPhoneHome - Postgres Monitor for iPhone
// Copyright 2008, EnterpriseDB UK Ltd.
// Dave Page (dave.page@enterprisedb.com)
//
///////////////////////////////////////////////////////////////////////////////
//
-// iPG Monitor - Postgres Monitor for iPhone
+// pgPhoneHome - Postgres Monitor for iPhone
// Copyright 2008, EnterpriseDB UK Ltd.
// Dave Page (dave.page@enterprisedb.com)
//