--- /dev/null
+<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>
+
+
+++ /dev/null
-<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>
-
+++ /dev/null
-<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>
-