]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-16267 added initial documentation for all the message providers
authorlfrodrigues <lfrodrigues>
Thu, 25 Sep 2008 17:05:14 +0000 (17:05 +0000)
committerlfrodrigues <lfrodrigues>
Thu, 25 Sep 2008 17:05:14 +0000 (17:05 +0000)
lang/en_utf8/help/messaging/message_instantmessage.html [new file with mode: 0644]
lang/en_utf8/help/messaging/mod_forum_digests.html [new file with mode: 0644]
lang/en_utf8/help/messaging/mod_forum_posts.html [new file with mode: 0644]
lang/en_utf8/help/messaging/moodle_errors.html [new file with mode: 0644]
lang/en_utf8/help/messaging/moodle_notices.html [new file with mode: 0644]

diff --git a/lang/en_utf8/help/messaging/message_instantmessage.html b/lang/en_utf8/help/messaging/message_instantmessage.html
new file mode 100644 (file)
index 0000000..51e91ed
--- /dev/null
@@ -0,0 +1,3 @@
+<h1>Instant Message</h1>
+
+<p>User to User comunication using the chat window.</p>
diff --git a/lang/en_utf8/help/messaging/mod_forum_digests.html b/lang/en_utf8/help/messaging/mod_forum_digests.html
new file mode 100644 (file)
index 0000000..6d46e3d
--- /dev/null
@@ -0,0 +1,3 @@
+<h1>Forum Digests</h1>
+
+<p>Forum digests.</p>
diff --git a/lang/en_utf8/help/messaging/mod_forum_posts.html b/lang/en_utf8/help/messaging/mod_forum_posts.html
new file mode 100644 (file)
index 0000000..84dffa9
--- /dev/null
@@ -0,0 +1,3 @@
+<h1>Forum Posts</h1>
+
+<p>Ordinary single forum posts.</p>
diff --git a/lang/en_utf8/help/messaging/moodle_errors.html b/lang/en_utf8/help/messaging/moodle_errors.html
new file mode 100644 (file)
index 0000000..a2a49d5
--- /dev/null
@@ -0,0 +1,3 @@
+<h1>Moodle Errors</h1>
+
+<p>These are important errors that an admin ought to know about.</p>
diff --git a/lang/en_utf8/help/messaging/moodle_notices.html b/lang/en_utf8/help/messaging/moodle_notices.html
new file mode 100644 (file)
index 0000000..69c293e
--- /dev/null
@@ -0,0 +1,3 @@
+<h1>Moodle Notices</h1>
+
+<p>These are notices that the administrator might be interested in seeing.</p>