From c117e4af33243766dc68c0d1668f8385e37aea0b Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Wed, 30 Dec 2009 18:02:27 -0500 Subject: [PATCH] Move files into app subdir --- TODO => shout/TODO | 0 {config => shout/config}/applist.xml.dist | 0 {config => shout/config}/conf.xml | 0 devices.php => shout/devices.php | 0 dialplan.php => shout/dialplan.php | 0 {dialplan => shout/dialplan}/edit.php | 0 extensions.php => shout/extensions.php | 0 index.php => shout/index.php | 0 {lib => shout/lib}/Dialplan.php | 0 {lib => shout/lib}/Driver.php | 0 {lib => shout/lib}/Driver/Ldap.php | 0 {lib => shout/lib}/Driver/Sql.php | 0 {lib => shout/lib}/Exception.php | 0 {lib => shout/lib}/Forms/DeviceForm.php | 0 {lib => shout/lib}/Forms/ExtensionForm.php | 0 {lib => shout/lib}/Shout.php | 0 {lib => shout/lib}/api.php | 0 {lib => shout/lib}/base.php | 0 {lib => shout/lib}/shoutAtts.php | 0 {lib => shout/lib}/version.php | 0 moh.php => shout/moh.php | 0 security.php => shout/security.php | 0 {templates => shout/templates}/common-header.inc | 0 {templates => shout/templates}/content_page | 0 {templates => shout/templates}/context/contextline.inc | 0 {templates => shout/templates}/devices/edit.inc | 0 {templates => shout/templates}/devices/list.inc | 0 {templates => shout/templates}/dialplan/contexttree.inc | 0 {templates => shout/templates}/dialplan/dialplanlist.inc | 0 {templates => shout/templates}/dialplan/extensiondetail.inc | 0 {templates => shout/templates}/dialplan/manager.inc | 0 .../templates}/dialplan/priority-form-begin.inc | 0 .../templates}/dialplan/priority-form-end.inc | 0 .../templates}/dialplan/priority-form-line.inc | 0 {templates => shout/templates}/extensions/edit.inc | 0 {templates => shout/templates}/extensions/list.inc | 0 {templates => shout/templates}/javascript/dialplan.js | 0 {templates => shout/templates}/menu.inc | 0 {templates => shout/templates}/table-limiter-begin.inc | 0 {templates => shout/templates}/table-limiter-end.inc | 0 {themes => shout/themes}/graphics/add-extension.gif | Bin {themes => shout/themes}/graphics/add-user.gif | Bin {themes => shout/themes}/graphics/shout.png | Bin {themes => shout/themes}/graphics/telephone-pole.png | Bin {themes => shout/themes}/graphics/user.png | Bin {themes => shout/themes}/screen.css | 0 46 files changed, 0 insertions(+), 0 deletions(-) rename TODO => shout/TODO (100%) rename {config => shout/config}/applist.xml.dist (100%) rename {config => shout/config}/conf.xml (100%) rename devices.php => shout/devices.php (100%) rename dialplan.php => shout/dialplan.php (100%) rename {dialplan => shout/dialplan}/edit.php (100%) rename extensions.php => shout/extensions.php (100%) rename index.php => shout/index.php (100%) rename {lib => shout/lib}/Dialplan.php (100%) rename {lib => shout/lib}/Driver.php (100%) rename {lib => shout/lib}/Driver/Ldap.php (100%) rename {lib => shout/lib}/Driver/Sql.php (100%) rename {lib => shout/lib}/Exception.php (100%) rename {lib => shout/lib}/Forms/DeviceForm.php (100%) rename {lib => shout/lib}/Forms/ExtensionForm.php (100%) rename {lib => shout/lib}/Shout.php (100%) rename {lib => shout/lib}/api.php (100%) rename {lib => shout/lib}/base.php (100%) rename {lib => shout/lib}/shoutAtts.php (100%) rename {lib => shout/lib}/version.php (100%) rename moh.php => shout/moh.php (100%) rename security.php => shout/security.php (100%) rename {templates => shout/templates}/common-header.inc (100%) rename {templates => shout/templates}/content_page (100%) rename {templates => shout/templates}/context/contextline.inc (100%) rename {templates => shout/templates}/devices/edit.inc (100%) rename {templates => shout/templates}/devices/list.inc (100%) rename {templates => shout/templates}/dialplan/contexttree.inc (100%) rename {templates => shout/templates}/dialplan/dialplanlist.inc (100%) rename {templates => shout/templates}/dialplan/extensiondetail.inc (100%) rename {templates => shout/templates}/dialplan/manager.inc (100%) rename {templates => shout/templates}/dialplan/priority-form-begin.inc (100%) rename {templates => shout/templates}/dialplan/priority-form-end.inc (100%) rename {templates => shout/templates}/dialplan/priority-form-line.inc (100%) rename {templates => shout/templates}/extensions/edit.inc (100%) rename {templates => shout/templates}/extensions/list.inc (100%) rename {templates => shout/templates}/javascript/dialplan.js (100%) rename {templates => shout/templates}/menu.inc (100%) rename {templates => shout/templates}/table-limiter-begin.inc (100%) rename {templates => shout/templates}/table-limiter-end.inc (100%) rename {themes => shout/themes}/graphics/add-extension.gif (100%) rename {themes => shout/themes}/graphics/add-user.gif (100%) rename {themes => shout/themes}/graphics/shout.png (100%) rename {themes => shout/themes}/graphics/telephone-pole.png (100%) rename {themes => shout/themes}/graphics/user.png (100%) rename {themes => shout/themes}/screen.css (100%) diff --git a/TODO b/shout/TODO similarity index 100% rename from TODO rename to shout/TODO diff --git a/config/applist.xml.dist b/shout/config/applist.xml.dist similarity index 100% rename from config/applist.xml.dist rename to shout/config/applist.xml.dist diff --git a/config/conf.xml b/shout/config/conf.xml similarity index 100% rename from config/conf.xml rename to shout/config/conf.xml diff --git a/devices.php b/shout/devices.php similarity index 100% rename from devices.php rename to shout/devices.php diff --git a/dialplan.php b/shout/dialplan.php similarity index 100% rename from dialplan.php rename to shout/dialplan.php diff --git a/dialplan/edit.php b/shout/dialplan/edit.php similarity index 100% rename from dialplan/edit.php rename to shout/dialplan/edit.php diff --git a/extensions.php b/shout/extensions.php similarity index 100% rename from extensions.php rename to shout/extensions.php diff --git a/index.php b/shout/index.php similarity index 100% rename from index.php rename to shout/index.php diff --git a/lib/Dialplan.php b/shout/lib/Dialplan.php similarity index 100% rename from lib/Dialplan.php rename to shout/lib/Dialplan.php diff --git a/lib/Driver.php b/shout/lib/Driver.php similarity index 100% rename from lib/Driver.php rename to shout/lib/Driver.php diff --git a/lib/Driver/Ldap.php b/shout/lib/Driver/Ldap.php similarity index 100% rename from lib/Driver/Ldap.php rename to shout/lib/Driver/Ldap.php diff --git a/lib/Driver/Sql.php b/shout/lib/Driver/Sql.php similarity index 100% rename from lib/Driver/Sql.php rename to shout/lib/Driver/Sql.php diff --git a/lib/Exception.php b/shout/lib/Exception.php similarity index 100% rename from lib/Exception.php rename to shout/lib/Exception.php diff --git a/lib/Forms/DeviceForm.php b/shout/lib/Forms/DeviceForm.php similarity index 100% rename from lib/Forms/DeviceForm.php rename to shout/lib/Forms/DeviceForm.php diff --git a/lib/Forms/ExtensionForm.php b/shout/lib/Forms/ExtensionForm.php similarity index 100% rename from lib/Forms/ExtensionForm.php rename to shout/lib/Forms/ExtensionForm.php diff --git a/lib/Shout.php b/shout/lib/Shout.php similarity index 100% rename from lib/Shout.php rename to shout/lib/Shout.php diff --git a/lib/api.php b/shout/lib/api.php similarity index 100% rename from lib/api.php rename to shout/lib/api.php diff --git a/lib/base.php b/shout/lib/base.php similarity index 100% rename from lib/base.php rename to shout/lib/base.php diff --git a/lib/shoutAtts.php b/shout/lib/shoutAtts.php similarity index 100% rename from lib/shoutAtts.php rename to shout/lib/shoutAtts.php diff --git a/lib/version.php b/shout/lib/version.php similarity index 100% rename from lib/version.php rename to shout/lib/version.php diff --git a/moh.php b/shout/moh.php similarity index 100% rename from moh.php rename to shout/moh.php diff --git a/security.php b/shout/security.php similarity index 100% rename from security.php rename to shout/security.php diff --git a/templates/common-header.inc b/shout/templates/common-header.inc similarity index 100% rename from templates/common-header.inc rename to shout/templates/common-header.inc diff --git a/templates/content_page b/shout/templates/content_page similarity index 100% rename from templates/content_page rename to shout/templates/content_page diff --git a/templates/context/contextline.inc b/shout/templates/context/contextline.inc similarity index 100% rename from templates/context/contextline.inc rename to shout/templates/context/contextline.inc diff --git a/templates/devices/edit.inc b/shout/templates/devices/edit.inc similarity index 100% rename from templates/devices/edit.inc rename to shout/templates/devices/edit.inc diff --git a/templates/devices/list.inc b/shout/templates/devices/list.inc similarity index 100% rename from templates/devices/list.inc rename to shout/templates/devices/list.inc diff --git a/templates/dialplan/contexttree.inc b/shout/templates/dialplan/contexttree.inc similarity index 100% rename from templates/dialplan/contexttree.inc rename to shout/templates/dialplan/contexttree.inc diff --git a/templates/dialplan/dialplanlist.inc b/shout/templates/dialplan/dialplanlist.inc similarity index 100% rename from templates/dialplan/dialplanlist.inc rename to shout/templates/dialplan/dialplanlist.inc diff --git a/templates/dialplan/extensiondetail.inc b/shout/templates/dialplan/extensiondetail.inc similarity index 100% rename from templates/dialplan/extensiondetail.inc rename to shout/templates/dialplan/extensiondetail.inc diff --git a/templates/dialplan/manager.inc b/shout/templates/dialplan/manager.inc similarity index 100% rename from templates/dialplan/manager.inc rename to shout/templates/dialplan/manager.inc diff --git a/templates/dialplan/priority-form-begin.inc b/shout/templates/dialplan/priority-form-begin.inc similarity index 100% rename from templates/dialplan/priority-form-begin.inc rename to shout/templates/dialplan/priority-form-begin.inc diff --git a/templates/dialplan/priority-form-end.inc b/shout/templates/dialplan/priority-form-end.inc similarity index 100% rename from templates/dialplan/priority-form-end.inc rename to shout/templates/dialplan/priority-form-end.inc diff --git a/templates/dialplan/priority-form-line.inc b/shout/templates/dialplan/priority-form-line.inc similarity index 100% rename from templates/dialplan/priority-form-line.inc rename to shout/templates/dialplan/priority-form-line.inc diff --git a/templates/extensions/edit.inc b/shout/templates/extensions/edit.inc similarity index 100% rename from templates/extensions/edit.inc rename to shout/templates/extensions/edit.inc diff --git a/templates/extensions/list.inc b/shout/templates/extensions/list.inc similarity index 100% rename from templates/extensions/list.inc rename to shout/templates/extensions/list.inc diff --git a/templates/javascript/dialplan.js b/shout/templates/javascript/dialplan.js similarity index 100% rename from templates/javascript/dialplan.js rename to shout/templates/javascript/dialplan.js diff --git a/templates/menu.inc b/shout/templates/menu.inc similarity index 100% rename from templates/menu.inc rename to shout/templates/menu.inc diff --git a/templates/table-limiter-begin.inc b/shout/templates/table-limiter-begin.inc similarity index 100% rename from templates/table-limiter-begin.inc rename to shout/templates/table-limiter-begin.inc diff --git a/templates/table-limiter-end.inc b/shout/templates/table-limiter-end.inc similarity index 100% rename from templates/table-limiter-end.inc rename to shout/templates/table-limiter-end.inc diff --git a/themes/graphics/add-extension.gif b/shout/themes/graphics/add-extension.gif similarity index 100% rename from themes/graphics/add-extension.gif rename to shout/themes/graphics/add-extension.gif diff --git a/themes/graphics/add-user.gif b/shout/themes/graphics/add-user.gif similarity index 100% rename from themes/graphics/add-user.gif rename to shout/themes/graphics/add-user.gif diff --git a/themes/graphics/shout.png b/shout/themes/graphics/shout.png similarity index 100% rename from themes/graphics/shout.png rename to shout/themes/graphics/shout.png diff --git a/themes/graphics/telephone-pole.png b/shout/themes/graphics/telephone-pole.png similarity index 100% rename from themes/graphics/telephone-pole.png rename to shout/themes/graphics/telephone-pole.png diff --git a/themes/graphics/user.png b/shout/themes/graphics/user.png similarity index 100% rename from themes/graphics/user.png rename to shout/themes/graphics/user.png diff --git a/themes/screen.css b/shout/themes/screen.css similarity index 100% rename from themes/screen.css rename to shout/themes/screen.css -- 2.11.0