]> git.mjollnir.org Git - moodle.git/commitdiff
TRANSLATORS!
authormoodler <moodler>
Mon, 2 Aug 2004 19:05:03 +0000 (19:05 +0000)
committermoodler <moodler>
Mon, 2 Aug 2004 19:05:03 +0000 (19:05 +0000)
A number of changes have been made to the help files within
the resource directory.  Please check them!

lang/en/help/resource/parameters.html [new file with mode: 0644]
lang/en/help/resource/program.html [deleted file]
lang/en/help/resource/resourcetype.html [deleted file]
lang/en/help/resource/types.html [new file with mode: 0644]

diff --git a/lang/en/help/resource/parameters.html b/lang/en/help/resource/parameters.html
new file mode 100644 (file)
index 0000000..542b46f
--- /dev/null
@@ -0,0 +1,13 @@
+<p align="center"><b>Resource Parameters</b></p>
+
+<p>If you specify parameters here then they will be passed to the 
+   resource as part of the URL (using the GET method).</p>
+
+<p>The left column allows you to choose information to send,
+   and the right column allows you to give it a name.</p>
+   
+<p>Note that the user information will be from the user who 
+   is looking at this resource, and the course information 
+   is from the course that this resource is part of.</p>
+
+
diff --git a/lang/en/help/resource/program.html b/lang/en/help/resource/program.html
deleted file mode 100644 (file)
index d573921..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<P ALIGN=CENTER><B>Program Resources</B></P>
-
-<p>A Program resource is an external resource that is able to accept data 
-   passed to it from Moodle.</p>
-
-<p>The data is passed via HTTP GET (as part of the URL) and includes:</p>
-
-<ul>
-<li>extern_nav: the URL from which the resource is being called
-<li>extern_usr: the username of the current user
-<li>extern_nam: the full name of the current user
-<li>extern_tim: the current time
-<li>extern_pwd: a unique password
-</ul>
-
-<p>All this is due to be revised sometime in the near future.</p>
-
diff --git a/lang/en/help/resource/resourcetype.html b/lang/en/help/resource/resourcetype.html
deleted file mode 100644 (file)
index 3fc3bc5..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<P ALIGN=CENTER><B>Resource Type</B></P>
-
-<P>Resources are any content you can dream up.  These are the 
-   different types, which mostly specify how the content is 
-   to be accessed:
-
-<P><B>Plain text</B> - the easiest type.  You can just type (edit) the page into a form 
-on the following page.  Some things you type will be automatically formatted, just like 
-forum postings.  
-<a href="help.php?file=text.html">More info about auto-formatted text</a></p>
-
-<P><B>HTML text</B> - for more advanced users.  No automatic formatting is performed, 
-you need to do it all manually using HTML codes.
-<a href="help.php?file=html.html">More info about HTML text</a></p>
-
-<P><B>Reference</B> - a scholarly reference to a journal or book.
-
-<P><B>Uploaded file</B> - displays any file you have uploaded into the course.  See the 'Files' section.
-
-<p><b>Directory</b> - dislays a whole directory (and subdirectories) from your course files area.
-Students can then browse and view all those files.</p>
-
-<P><B>Web link</B> - A URL to somewhere on the web.  When anyone clicks on this resource 
-activity they will be taken out of the course (the page you've specified will fill the browser window,
-or if you specify it, will launch in a completely new window).
-
-<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 
-<b>within a frame</b>, 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.
-<a href="help.php?file=program.html&module=resource">More info about Program resources</a></p>
-
-<p><b>Wiki text</b> - allows more formatting options than Plain Text without having to learn HTML.
-You type plain text but a large range of formatting characters can be included
-(e.g. *this will be bold* /this will be emphasised/) to easily create complex formatting.
-<a href="help.php?file=wiki.html">More info about Wiki text</a></p>
-
diff --git a/lang/en/help/resource/types.html b/lang/en/help/resource/types.html
new file mode 100644 (file)
index 0000000..3e57a1f
--- /dev/null
@@ -0,0 +1,5 @@
+<p align="center"><b>Resource types</b></p>
+
+<p>Moodle supports a range of different resource types that allow you to insert 
+   almost any kind of web content into your courses.</p>
+