From: paulr Date: Fri, 22 Jul 2011 21:33:26 +0000 (+1000) Subject: Moving the old code aside into the archive as i begin a new X-Git-Url: http://git.pjr.cc/?p=glcas.git;a=commitdiff_plain;h=81d1eb66e29bea907434b6c5586f4c3363270010 Moving the old code aside into the archive as i begin a new code-from-scratch effort with a more focused approach --- diff --git a/agent/agent.php b/archive/v1/agent/agent.php similarity index 100% rename from agent/agent.php rename to archive/v1/agent/agent.php diff --git a/doc/README b/archive/v1/doc/README similarity index 100% rename from doc/README rename to archive/v1/doc/README diff --git a/doc/globals.txt b/archive/v1/doc/globals.txt similarity index 100% rename from doc/globals.txt rename to archive/v1/doc/globals.txt diff --git a/lib/config.php b/archive/v1/lib/config.php similarity index 100% rename from lib/config.php rename to archive/v1/lib/config.php diff --git a/lib/datastore.php b/archive/v1/lib/datastore.php similarity index 100% rename from lib/datastore.php rename to archive/v1/lib/datastore.php diff --git a/lib/db.php b/archive/v1/lib/db.php similarity index 100% rename from lib/db.php rename to archive/v1/lib/db.php diff --git a/lib/lib.php b/archive/v1/lib/lib.php similarity index 100% rename from lib/lib.php rename to archive/v1/lib/lib.php diff --git a/lib/messages.php b/archive/v1/lib/messages.php similarity index 100% rename from lib/messages.php rename to archive/v1/lib/messages.php diff --git a/lib/plugins/aptproxy.php b/archive/v1/lib/plugins/aptproxy.php similarity index 100% rename from lib/plugins/aptproxy.php rename to archive/v1/lib/plugins/aptproxy.php diff --git a/lib/plugins/db_mysql.php b/archive/v1/lib/plugins/db_mysql.php similarity index 100% rename from lib/plugins/db_mysql.php rename to archive/v1/lib/plugins/db_mysql.php diff --git a/lib/plugins/db_sqlite.php b/archive/v1/lib/plugins/db_sqlite.php similarity index 100% rename from lib/plugins/db_sqlite.php rename to archive/v1/lib/plugins/db_sqlite.php diff --git a/lib/plugins/install.php b/archive/v1/lib/plugins/install.php similarity index 100% rename from lib/plugins/install.php rename to archive/v1/lib/plugins/install.php diff --git a/lib/plugins/packages.php b/archive/v1/lib/plugins/packages.php similarity index 100% rename from lib/plugins/packages.php rename to archive/v1/lib/plugins/packages.php diff --git a/lib/plugins/yumproxy.php b/archive/v1/lib/plugins/yumproxy.php similarity index 100% rename from lib/plugins/yumproxy.php rename to archive/v1/lib/plugins/yumproxy.php diff --git a/lib/updates.php b/archive/v1/lib/updates.php similarity index 100% rename from lib/updates.php rename to archive/v1/lib/updates.php diff --git a/lib/wsdl.php b/archive/v1/lib/wsdl.php similarity index 100% rename from lib/wsdl.php rename to archive/v1/lib/wsdl.php diff --git a/lib/www.php b/archive/v1/lib/www.php similarity index 100% rename from lib/www.php rename to archive/v1/lib/www.php diff --git a/unittests/datastores.php b/archive/v1/unittests/datastores.php similarity index 100% rename from unittests/datastores.php rename to archive/v1/unittests/datastores.php diff --git a/unittests/dbtest.php b/archive/v1/unittests/dbtest.php similarity index 100% rename from unittests/dbtest.php rename to archive/v1/unittests/dbtest.php diff --git a/unittests/libload.php b/archive/v1/unittests/libload.php similarity index 100% rename from unittests/libload.php rename to archive/v1/unittests/libload.php diff --git a/unittests/msgtest.php b/archive/v1/unittests/msgtest.php similarity index 100% rename from unittests/msgtest.php rename to archive/v1/unittests/msgtest.php diff --git a/unittests/soaptest.php b/archive/v1/unittests/soaptest.php similarity index 100% rename from unittests/soaptest.php rename to archive/v1/unittests/soaptest.php diff --git a/var/config.php b/archive/v1/var/config.php similarity index 100% rename from var/config.php rename to archive/v1/var/config.php diff --git a/var/mysql.sql b/archive/v1/var/mysql.sql similarity index 100% rename from var/mysql.sql rename to archive/v1/var/mysql.sql diff --git a/var/sqlite3.sql b/archive/v1/var/sqlite3.sql similarity index 100% rename from var/sqlite3.sql rename to archive/v1/var/sqlite3.sql diff --git a/www/.htaccess b/archive/v1/www/.htaccess similarity index 100% rename from www/.htaccess rename to archive/v1/www/.htaccess diff --git a/www/index.php b/archive/v1/www/index.php similarity index 100% rename from www/index.php rename to archive/v1/www/index.php diff --git a/www/soap.php b/archive/v1/www/soap.php similarity index 100% rename from www/soap.php rename to archive/v1/www/soap.php