(no commit message)
authorjoel kronenberg <joel.kronenberg@utoronto.ca>
Thu, 8 Dec 2005 16:13:58 +0000 (16:13 -0000)
committerjoel kronenberg <joel.kronenberg@utoronto.ca>
Thu, 8 Dec 2005 16:13:58 +0000 (16:13 -0000)
docs/tools/chat/module.php [deleted file]
docs/tools/chat/module.xml [deleted file]
docs/tools/chat/module_delete.php [deleted file]

diff --git a/docs/tools/chat/module.php b/docs/tools/chat/module.php
deleted file mode 100644 (file)
index e3c7547..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-<?php\r
-if (!defined('AT_INCLUDE_PATH')) { exit; }\r
-if (!isset($this) || (isset($this) && (strtolower(get_class($this)) != 'module'))) { exit(__FILE__ . ' is not a Module'); }\r
-\r
-define('AT_PRIV_CHAT', $this->getPrivilege());\r
-\r
-// if this module is to be made available to students on the Home or Main Navigation\r
-$_student_tool = 'chat/index.php';\r
-\r
-$this->_pages['tools/chat/index.php']['title_var'] = 'chat';\r
-$this->_pages['tools/chat/index.php']['parent']    = 'tools/index.php';\r
-$this->_pages['tools/chat/index.php']['children']  = array('tools/chat/start_transcript.php');\r
-$this->_pages['tools/chat/index.php']['guide']     = 'instructor/?p=3.0.chat.php';\r
-\r
-       $this->_pages['tools/chat/start_transcript.php']['title_var']  = 'chat_start_transcript';\r
-       $this->_pages['tools/chat/start_transcript.php']['parent'] = 'tools/chat/index.php';\r
-\r
-       $this->_pages['tools/chat/delete_transcript.php']['title_var']  = 'chat_delete_transcript';\r
-       $this->_pages['tools/chat/delete_transcript.php']['parent'] = 'tools/chat/index.php';\r
-\r
-       $this->_pages['tools/chat/view_transcript.php']['title_var']  = 'chat_transcript';\r
-       $this->_pages['tools/chat/view_transcript.php']['parent'] = 'tools/chat/index.php';\r
-\r
-$this->_pages['chat/index.php']['title_var'] = 'chat';\r
-$this->_pages['chat/index.php']['img']       = 'images/home-chat.gif';\r
-\r
-       $this->_pages['chat/chat_frame.php']['title_var'] = 'chat';\r
-       $this->_pages['chat/chat_frame.php']['parent']    = 'chat/index.php';\r
-\r
-       $this->_pages['chat/view_transcript.php']['title_var'] = 'chat_transcript';\r
-       $this->_pages['chat/view_transcript']['parent']        = 'chat/index.php';\r
-       \r
-?>
\ No newline at end of file
diff --git a/docs/tools/chat/module.xml b/docs/tools/chat/module.xml
deleted file mode 100644 (file)
index fd416b4..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?> \r
-<module version="0.1"> \r
-    <name lang="en">Chat</name> \r
-    <description lang="en">AChat is an accessible chat forum for real time discussions.</description> \r
-    <maintainers>\r
-        <maintainer> \r
-            <name>ATutor Team</name> \r
-            <email>info@atutor.ca</email> \r
-        </maintainer>\r
-    </maintainers> \r
-    <url>http://atutor.ca</url> \r
-    <license>GPL</license> \r
-       <release> \r
-        <version>0.1</version> \r
-               <privileges>\r
-                       <instructor_privilege>create</instructor_privilege>\r
-                       <admin_privilege></admin_privilege> \r
-               </privileges>\r
-        <date>2005-08-29</date> \r
-        <state>stable</state> \r
-        <notes>This is a core module.</notes> \r
-    </release> \r
-</module>
\ No newline at end of file
diff --git a/docs/tools/chat/module_delete.php b/docs/tools/chat/module_delete.php
deleted file mode 100644 (file)
index c4f6538..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php\r
-\r
-function chat_delete($course) {\r
-       global $db;\r
-\r
-       $path = AT_CONTENT_DIR . 'chat/' . $course . '/';\r
-       if (is_dir($path)) {\r
-               clr_dir($path);\r
-       }\r
-\r
-}\r
-\r
-?>
\ No newline at end of file