]> git.mjollnir.org Git - moodle.git/commitdiff
New documentation for Moodle - new resource type called "Program"
authormoodler <moodler>
Tue, 24 Dec 2002 06:59:13 +0000 (06:59 +0000)
committermoodler <moodler>
Tue, 24 Dec 2002 06:59:13 +0000 (06:59 +0000)
lang/en/help/resource/resourcetype.html
lang/en/resource.php
lang/en_us/help/resource/resourcetype.html
lang/en_us/resource.php

index 7d0eae1a3afa0bc4e9f6c3a5c2c23e7b5a95bb30..1c97e2b5c58ed14d372928a38685df7f3bd2bdda 100644 (file)
@@ -21,3 +21,7 @@ activity they will be taken out of the course (the page you've specified will fi
 <P><B>Web page</B> - A URL to somewhere on the web.  Like the previous type, this 
 will display a web page.  Unlike the previous type, though, the page will displayed 
 within a frame, as if it is integrated within the course.
+
+<P><B>Program</B> - an external program that requires information passed to it 
+about the current Moodle user and course.  This allows external web applications 
+to cooperate with Moodle.
index b1e1d3f5e47fead5a3b89506473e8189881b8ead..0902879d8228f4402f34635ef340a70d3290363a 100644 (file)
@@ -25,5 +25,6 @@ $string['resourcetype3'] = "Uploaded File";
 $string['resourcetype4'] = "Plain text";
 $string['resourcetype5'] = "Web Link";
 $string['resourcetype6'] = "HTML text";
+$string['resourcetype7'] = "Program";
 
 ?>
index 7d0eae1a3afa0bc4e9f6c3a5c2c23e7b5a95bb30..1c97e2b5c58ed14d372928a38685df7f3bd2bdda 100644 (file)
@@ -21,3 +21,7 @@ activity they will be taken out of the course (the page you've specified will fi
 <P><B>Web page</B> - A URL to somewhere on the web.  Like the previous type, this 
 will display a web page.  Unlike the previous type, though, the page will displayed 
 within a frame, as if it is integrated within the course.
+
+<P><B>Program</B> - an external program that requires information passed to it 
+about the current Moodle user and course.  This allows external web applications 
+to cooperate with Moodle.
index b1e1d3f5e47fead5a3b89506473e8189881b8ead..0902879d8228f4402f34635ef340a70d3290363a 100644 (file)
@@ -25,5 +25,6 @@ $string['resourcetype3'] = "Uploaded File";
 $string['resourcetype4'] = "Plain text";
 $string['resourcetype5'] = "Web Link";
 $string['resourcetype6'] = "HTML text";
+$string['resourcetype7'] = "Program";
 
 ?>