mirror of
https://github.com/moodle/moodle.git
synced 2025-01-22 08:11:26 +01:00
381 lines
9.5 KiB
HTML
381 lines
9.5 KiB
HTML
<html>
|
|
|
|
<head><title>Moodle Docs: Glossary</title>
|
|
|
|
<link rel="stylesheet" href="../theme/standard/styles.php" type="TEXT/CSS">
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
|
|
<style type="text/css">
|
|
|
|
<!--
|
|
|
|
.question {
|
|
|
|
font-size: medium;
|
|
|
|
font-weight: bold;
|
|
|
|
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
border: 1px dotted;
|
|
|
|
padding: 10px;
|
|
|
|
background-color: #EEEEEE;
|
|
|
|
}
|
|
|
|
.answer {
|
|
|
|
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: medium;
|
|
|
|
border: none;
|
|
|
|
padding-left: 40px;
|
|
|
|
}
|
|
|
|
-->
|
|
|
|
</style>
|
|
|
|
<style type="text/css">
|
|
|
|
<!--
|
|
|
|
.normaltext {
|
|
|
|
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: medium;
|
|
|
|
border: none;
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
.answercode {
|
|
|
|
font-family: "Courier New", Courier, mono;
|
|
|
|
font-size: small;
|
|
|
|
border: none;
|
|
|
|
padding-left: 60px;
|
|
|
|
}
|
|
|
|
.questionlink {
|
|
|
|
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: medium;
|
|
|
|
border: none;
|
|
|
|
padding-left: 40px;
|
|
|
|
}
|
|
|
|
-->
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body bgcolor="#ffffff">
|
|
|
|
<h2><a name="pagetop">Glossary</a></h2>
|
|
|
|
<p class="normaltext">This page contains a number of definitions for many of the words and
|
|
|
|
expressions you may encounter while working with Moodle.</p>
|
|
|
|
<p class="normaltext">If you don't find the answer here try the <a href="http://moodle.org/mod/forum/index.php?id=5">Using
|
|
|
|
Moodle</a> course on moodle.org, and search the forums for keywords. You may
|
|
|
|
have to try a few different search phrases before you find a resolution.</p>
|
|
|
|
<p class="normaltext">If you still can't find any answers then we can recommend <a href="http://google.com/">Google</a>, or try posting your question
|
|
|
|
on the appropriate forum in <a href="http://moodle.org/mod/forum/index.php?id=5">Using
|
|
|
|
Moodle</a> - someone should be able to help you.</p>
|
|
|
|
|
|
|
|
|
|
|
|
<h3 class="question"><a name="active-x"></a>Active-X</h3>
|
|
|
|
<p class="answer">A method of scripting (controlling) certain functions in a web page, used only by Microsoft Internet Explorer.</p>
|
|
|
|
|
|
|
|
<h3 class="question"><a name="applet"></a>applet</h3>
|
|
|
|
<p class="answer">Most recent browsers can run these small programs if the <a href="#java">Java</a> feature in the browser has been enabled.</p>
|
|
|
|
|
|
|
|
<h3 class="question"><a name="ascii"></a>ASCII</h3>
|
|
|
|
<p class="answer">American Standard Code for Information Interchange</p>
|
|
|
|
<p class="answer">Certain file types require that you upload in ASCII mode when using your <a href="#ftp">FTP</a> program.
|
|
|
|
It's usually best to choose " AUTO " in your FTP settings. </p>
|
|
|
|
|
|
|
|
<h3 class="question"><a name="binary"></a>binary</h3>
|
|
|
|
<p class="answer">Certain file types require that you upload in binary mode when
|
|
|
|
using your <a href="#ftp">FTP</a> program. It's usually best to choose " AUTO " in your FTP settings.</p>
|
|
|
|
|
|
|
|
<h3 class="question"><a name="css"></a>Cascading Style Sheets</h3>
|
|
|
|
<p class="answer">Please see <a href="#css">CSS</a> below.</p>
|
|
|
|
|
|
|
|
<h3 class="question"><a name="css"></a>CSS</h3>
|
|
|
|
<p class="answer">Abbreviation for "Cascading Style Sheets".
|
|
|
|
CSS is used as a template to make it easier to update the look (style) of many
|
|
|
|
web pages at the same time and CSS also makes it possible to have several pages
|
|
|
|
that all follow a similar theme. </p>
|
|
|
|
|
|
|
|
<h3 class="question"><a name="cvs"></a>CVS</h3>
|
|
|
|
<p class="answer">Concurrent Versioning System is simply a method of storing files
|
|
|
|
on a <a href="#server">server</a> that helps coordinate many people working on those files. To "check out" files from a CVS server means to copy the very latest versions to your own computer.</p>
|
|
|
|
|
|
|
|
<h3 class="question"><a name="database"></a>database</h3>
|
|
|
|
<p class="answer"> An electronic collection of information, stored in tables of data. For example, Moodle contains a table of all users in a site. MySQL is a brand of database software.</p>
|
|
|
|
|
|
|
|
<h3 class="question"><a name="dataroot"></a>dataroot</h3>
|
|
|
|
<p class="answer">The place where Moodle can save uploaded files. This
|
|
|
|
directory should be readable and writeable by the web server user
|
|
|
|
but it should not be accessible directly via the web.</p>
|
|
|
|
|
|
|
|
<h3 class="question"><a name="domainname"></a>domain name</h3>
|
|
|
|
<p class="answer">A name given to a computer or a group of computers. eg moodle.org You can buy new domain names on the Internet.</p>
|
|
|
|
|
|
|
|
<h3 class="question"><a name="download"></a>download</h3>
|
|
|
|
<p class="answer">To move your files from a
|
|
|
|
<a href="#server">server</a> "down" to your personal computer. Also see <a href="#ftp">FTP</a> and <a href="#upload">upload</a>.</p>
|
|
|
|
|
|
|
|
<h3 class="question"><a name="directory"></a>directory</h3>
|
|
|
|
<p class="answer">Please see <a href="#dirroot">dirroot</a></p>
|
|
|
|
|
|
|
|
<h3 class="question"><a name="dirroot"></a>dirroot</h3>
|
|
|
|
<p class="answer">A root directory has content and a name. This root directory may contain
|
|
|
|
several sub-directories and the name is the location on your <a href="#server">server</a>
|
|
|
|
where your Moodle files will reside after you <a href="#upload">upload</a> them.</p>
|
|
|
|
|
|
|
|
<h3 class="question"><a name="ftp"></a>FTP</h3>
|
|
|
|
<p class="answer">File Transfer Protocol - a method of copying files from one
|
|
|
|
computer to another. For example, you might FTP your Moodle files from your
|
|
|
|
home computer to your web <a href="#server">server</a></p>
|
|
|
|
|
|
|
|
<h3 class="question"><a name="hostingprovider"></a>hosting provider</h3>
|
|
|
|
<p class="answer">A business that will host your web site for a monthly fee.
|
|
|
|
You provide a <a href="#domainname">domain name</a> that you own, and after they've set
|
|
|
|
it up for you, then you can copy your files to their server and set up your site.</p>
|
|
|
|
|
|
|
|
<h3 class="question"><a name="html"></a>html</h3>
|
|
|
|
<p class="answer">HyperText Markup Language - a language used to create web pages.</p>
|
|
|
|
|
|
|
|
<h3 class="question"><a name="index"></a>index</h3>
|
|
|
|
<p class="answer">When a web address specifies a directory (eg http://yoursite.com/moodle/) instead of a file (eg http://yoursite.com/moodle/index.php), then the web server needs to assume the name of the file. The files it looks for to use in this case are called the index files.</p>
|
|
|
|
|
|
|
|
<h3 class="question"><a name="java"></a>Java</h3>
|
|
|
|
<p class="answer">A programming language that can be used to write applets that may run within web pages. Moodle doesn't use any of it.</p>
|
|
|
|
|
|
|
|
<h3 class="question"><a name="javascript"></a>javascript</h3>
|
|
|
|
<p class="answer">A scripting language that can be used to write small programs in web pages, such as popup menus. Moodle uses a little Javascript.</p>
|
|
|
|
|
|
|
|
<h3 class="question"><a name="moodle"></a>Moodle</h3>
|
|
|
|
<p class="answer">The word <a href="http://www.moodle.org/">Moodle</a> is an acronym for
|
|
|
|
Modular Object-Oriented Dynamic Learning Environment</p>
|
|
|
|
|
|
|
|
<h3 class="question"><a name="mysql"></a>MySQL</h3>
|
|
|
|
<p class="answer"> MySQL is the world's most popular open source database,
|
|
|
|
recognized for its speed and reliability.</p>
|
|
|
|
|
|
|
|
<h3 class="question"><a name="nightly"></a>nightly</h3>
|
|
|
|
<p class="answer">A Moodle Nightly is built automatically every day from the most recent code, and is available from the Moodle web site. It can be useful if you don't have CVS, but you want to try the latest features. It can also contain bugs, since they haven't been well-tested.</p>
|
|
|
|
|
|
|
|
<h3 class="question"><a name="php"></a>PHP</h3>
|
|
|
|
<p class="answer">PHP is a server-side scripting language which executes commands on
|
|
|
|
the server side then delivers dynamic HTML pages to the web browser. Your server
|
|
|
|
must be PHP enabled in order to run Moodle.</p>
|
|
|
|
|
|
|
|
<h3 class="question"><a name="server"></a>server</h3>
|
|
|
|
<p class="answer">This is where your web site or <a href="#database">database</a>,
|
|
|
|
or both, resides. You may choose to run your own server or have a
|
|
|
|
<a href="#hostingprovider">hosting provider</a> look after this for you. </p>
|
|
|
|
|
|
|
|
<h3 class="question"><a name="stylesheet"></a>style sheet</h3>
|
|
|
|
<p class="answer">Please see <a href="#css">CSS</a> above.</p>
|
|
|
|
|
|
|
|
<h3 class="question"><a name="upload"></a>upload</h3>
|
|
|
|
<p class="answer">To upload is simply to move your files from your computer
|
|
|
|
to a <a href="#server">server</a>. Also see <a href="#ftp">FTP</a>.</p>
|
|
|
|
|
|
|
|
<h3 class="question"><a name="url"></a>URL</h3>
|
|
|
|
<p class="answer">A Uniform Resource Locator is the address that is used to
|
|
|
|
reach a website.</p>
|
|
|
|
|
|
|
|
<h3 class="question"><a name="xhtml"></a>XHTML - Extensible Hypertext Markup Language</h3>
|
|
|
|
<p class="answer">XHTML will, eventually, replace HTML as the language used
|
|
|
|
to program web pages for display in your web browser. XHTML will, hopefully,
|
|
|
|
make writing code for browsers easier as XHTML code will cause the page to display
|
|
|
|
exactly the same in any web browser.</p>
|
|
|
|
|
|
|
|
<h3 class="question"><a name="xml"></a>XML</h3>
|
|
|
|
<p class="answer">Extensible Mark-up Language is just what the name implies, extensible.
|
|
|
|
The programmer has a very wide latitude when writing XML as the programmer may
|
|
|
|
choose to add instructions as she/he writes. This is in direct opposition to
|
|
|
|
HTML which has a clearly defined and documented set of instructions available and
|
|
|
|
no freedom exists to " extend " this set of rules. Due to its' extreme
|
|
|
|
versatility XML may be the end of the evolutionary path for HTML. also see
|
|
|
|
<a href="#xhtml">XHTML</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<p align="center" class="normaltext"><a href="#pagetop">Page Top</a></p>
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<p align="right"><strong><em>Maintained by John Eyre. Please send suggestions to captain@eyrespace.com.</em></strong></p>
|
|
|
|
<hr>
|
|
|
|
|
|
|
|
<p align="center"><font size="1"><a href="." target="_top">Moodle Documentation</a></font></p>
|
|
|
|
<p align="center"><font size="1">Version: $Id$</font></p>
|
|
|
|
|
|
|
|
</body></html>
|
|
|