From: moodler Date: Tue, 24 Dec 2002 06:59:13 +0000 (+0000) Subject: New documentation for Moodle - new resource type called "Program" X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=195ad21e96fb0cecc7319638feaaf830c32c2061;p=moodle.git New documentation for Moodle - new resource type called "Program" --- diff --git a/lang/en/help/resource/resourcetype.html b/lang/en/help/resource/resourcetype.html index 7d0eae1a3a..1c97e2b5c5 100644 --- a/lang/en/help/resource/resourcetype.html +++ b/lang/en/help/resource/resourcetype.html @@ -21,3 +21,7 @@ activity they will be taken out of the course (the page you've specified will fi

Web page - 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. + +

Program - 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. diff --git a/lang/en/resource.php b/lang/en/resource.php index b1e1d3f5e4..0902879d82 100644 --- a/lang/en/resource.php +++ b/lang/en/resource.php @@ -25,5 +25,6 @@ $string['resourcetype3'] = "Uploaded File"; $string['resourcetype4'] = "Plain text"; $string['resourcetype5'] = "Web Link"; $string['resourcetype6'] = "HTML text"; +$string['resourcetype7'] = "Program"; ?> diff --git a/lang/en_us/help/resource/resourcetype.html b/lang/en_us/help/resource/resourcetype.html index 7d0eae1a3a..1c97e2b5c5 100644 --- a/lang/en_us/help/resource/resourcetype.html +++ b/lang/en_us/help/resource/resourcetype.html @@ -21,3 +21,7 @@ activity they will be taken out of the course (the page you've specified will fi

Web page - 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. + +

Program - 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. diff --git a/lang/en_us/resource.php b/lang/en_us/resource.php index b1e1d3f5e4..0902879d82 100644 --- a/lang/en_us/resource.php +++ b/lang/en_us/resource.php @@ -25,5 +25,6 @@ $string['resourcetype3'] = "Uploaded File"; $string['resourcetype4'] = "Plain text"; $string['resourcetype5'] = "Web Link"; $string['resourcetype6'] = "HTML text"; +$string['resourcetype7'] = "Program"; ?>