removed mods directory from the ATutor codebase
[atutor.git] / mods / announcement_subscription / readme.txt
diff --git a/mods/announcement_subscription/readme.txt b/mods/announcement_subscription/readme.txt
deleted file mode 100755 (executable)
index 1bd3cf5..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-This module installes the following into the file /editor/add_news.php:\r
-\r
-       /***** \r
-       * Added by announcement_subscription: Send mail to announcement subscribers \r
-       */\r
-\r
-        $subscriberMod =& $moduleFactory->getModule('announcement_subscription'); \r
-        if ($subscriberMod->isEnabled() && !$subscriberMod->isMissing()) { \r
-                include_once(AT_MODULE_PATH . 'announcement_subscription/sendmail.php'); \r
-        } \r
-\r
-       /***** \r
-       * End announcement_subscription \r
-       */ \r
-       \r
-These lines are added immediately after the line \r
-\r
-  if (!$msg->containsErrors() && (!isset($_POST['setvisual']) || isset($_POST['submit']))) {\r
-\r
-which should be around line 70 of the file. add_news.php needs to be writable for this module\r
-to install properly - if the file is unwritable you will need to change the file permissions\r
-before installing the mod. There are different ways to do this depending on the web server software,\r
-please see the web server documentation for details. \r
-\r
-To learn more about file permissions, see http://en.wikipedia.org/wiki/Permissions\r