Rename the app to pgPhoneHome
authorDave Page <dpage@pgadmin.org>
Thu, 7 Aug 2008 14:31:34 +0000 (15:31 +0100)
committerDave Page <dpage@pgadmin.org>
Thu, 7 Aug 2008 14:31:34 +0000 (15:31 +0100)
README
config.php
connections.php
global.php
gucs.php
index.php
info.php
locks.php
misc.php
server.php
transactions.php

diff --git a/README b/README
index 4de125b8425a68b2564e8442060dd0e7009cb7fd..a830b6be014640c8ead7346f5b86f164d6e6113e 100644 (file)
--- 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/
 
 
index 080ce03d547af7a39988a29911bd8f3333e5e28a..3ced11388c019b134e2a524f44e33358fbd37eac 100644 (file)
@@ -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";
 
 ?>
index 1746f7529004df96ebf2fa36ccef940566e6b3ea..2d309fbaf8846572a680d63720099339786a5bb5 100644 (file)
@@ -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)
 //
index beaccbd920d7ce514ecc6adc75156b46f32bccb1..cc962b4b42ed72d6367d9b43653fbb9c2eee7ea9 100644 (file)
@@ -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 &copy; 2008, <a href=\"http://www.enterprisedb.com\" target=\"_new\">EnterpriseDB</a> UK Ltd.";
 $APP_VERSION = "1.0";
-$APP_NAME = "pgRemote";
+$APP_NAME = "pgPhoneHome";
 
 ?>
index 6c5acc344e44e9fb5dabf77078a2f174d1bddb25..8cb206b7035c65aa9ec30c0369e14213b78147a5 100644 (file)
--- 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)
 //
index 38fff9f8c7f8ded78fc11aac7a8ea492a03400d3..8718037f798f7a1e6381595760d64590ef6d13e7 100644 (file)
--- 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)
 //
index ce87a898269ebf990aaccbebff9e2fdc3262fd32..a2653758a8ce8461aa53f63ba6ac264f125239c3 100644 (file)
--- 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)
 //
index ba3e8efac44ab51e148ce52a47b26ec39cf825aa..99e20f145818d5f2806c6fadc16f69c8e8ba5367 100644 (file)
--- 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)
 //
index 0f5d776dc26486c56d46b29be3108ee9263b2e30..4d561270684a750e458cce4f2e32473700527cd1 100644 (file)
--- 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)
 //
index 7321f12bf7e7e86816462ca45092a1e7d12c0c96..1efd8c7f30d53a9bdcdcf957b6c65eb621d43afb 100644 (file)
@@ -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)
 //
index cb6fa2ef734b78f630b73fa305676b7fe0f8531a..3c64bbff03aef013619ece418d4ff8d78a46f92e 100644 (file)
@@ -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)
 //