mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
Many corrections ... more needed
This commit is contained in:
parent
043b94f66d
commit
ad03ae446e
1 changed files with 32 additions and 61 deletions
|
@ -46,21 +46,21 @@
|
||||||
|
|
||||||
<body bgcolor="#ffffff">
|
<body bgcolor="#ffffff">
|
||||||
<h2><a name="pagetop">Glossary</a></h2>
|
<h2><a name="pagetop">Glossary</a></h2>
|
||||||
<p class="normaltext">This page contains definitions for many of the words and
|
<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>
|
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
|
<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
|
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>
|
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 try posting your question
|
<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
|
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>
|
Moodle</a> - someone should be able to help you.</p>
|
||||||
|
|
||||||
|
|
||||||
<h3 class="question"><a name="active-x"></a>Active-X</h3>
|
<h3 class="question"><a name="active-x"></a>Active-X</h3>
|
||||||
<p class="answer">A proprietary method of controlling certain functions (applets) in a web page</p>
|
<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>
|
<h3 class="question"><a name="applet"></a>applet</h3>
|
||||||
<p class="answer">Most late version browsers can run these small
|
<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>
|
||||||
programs if the <a href="#active-x">Active-X</a> or <a href="#java">Java</a> feature in the browser has been enabled.</p>
|
|
||||||
|
|
||||||
<h3 class="question"><a name="ascii"></a>ASCII</h3>
|
<h3 class="question"><a name="ascii"></a>ASCII</h3>
|
||||||
<p class="answer">American Standard Code for Information Interchange</p>
|
<p class="answer">American Standard Code for Information Interchange</p>
|
||||||
|
@ -76,19 +76,16 @@ using your <a href="#ftp">FTP</a> program. It's usually best to choose " AUTO "
|
||||||
|
|
||||||
<h3 class="question"><a name="css"></a>CSS</h3>
|
<h3 class="question"><a name="css"></a>CSS</h3>
|
||||||
<p class="answer">Abbreviation for "Cascading Style Sheets".
|
<p class="answer">Abbreviation for "Cascading Style Sheets".
|
||||||
CSS is used as a style template to make it easier to update the look of many
|
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
|
web pages at the same time and CSS also makes it possible to have several pages
|
||||||
that all follow a similar theme. CSS is an extremely efficient method of building
|
that all follow a similar theme. </p>
|
||||||
complex web sites. Will eventually be replaced by <a href="#xsl">XSL</a></p>
|
|
||||||
|
|
||||||
<h3 class="question"><a name="cvs"></a>CVS</h3>
|
<h3 class="question"><a name="cvs"></a>CVS</h3>
|
||||||
<p class="answer">Concurrent Versioning System is simply a method of storing files
|
<p class="answer">Concurrent Versioning System is simply a method of storing files
|
||||||
on a <a href="#server">server</a> that ensures that all persons working on that file are always working on the
|
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>
|
||||||
most recent version of that file.</p>
|
|
||||||
|
|
||||||
<h3 class="question"><a name="database"></a>database</h3>
|
<h3 class="question"><a name="database"></a>database</h3>
|
||||||
<p class="answer">The term " database ", as used in Moodle, applies to
|
<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>
|
||||||
an electronic collection of information.</p>
|
|
||||||
|
|
||||||
<h3 class="question"><a name="dataroot"></a>dataroot</h3>
|
<h3 class="question"><a name="dataroot"></a>dataroot</h3>
|
||||||
<p class="answer">The place where Moodle can save uploaded files. This
|
<p class="answer">The place where Moodle can save uploaded files. This
|
||||||
|
@ -96,7 +93,11 @@ directory should be readable and writeable by the web server user
|
||||||
but it should not be accessible directly via the web.</p>
|
but it should not be accessible directly via the web.</p>
|
||||||
|
|
||||||
<h3 class="question"><a name="domainname"></a>domain name</h3>
|
<h3 class="question"><a name="domainname"></a>domain name</h3>
|
||||||
<p class="answer">A unique address on the internet. ie. http://www.moodle.org</p>
|
<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>
|
<h3 class="question"><a name="directory"></a>directory</h3>
|
||||||
<p class="answer">Please see <a href="#dirroot">dirroot</a></p>
|
<p class="answer">Please see <a href="#dirroot">dirroot</a></p>
|
||||||
|
@ -104,63 +105,40 @@ but it should not be accessible directly via the web.</p>
|
||||||
<h3 class="question"><a name="dirroot"></a>dirroot</h3>
|
<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
|
<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>
|
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.
|
where your Moodle files will reside after you <a href="#upload">upload</a> them.</p>
|
||||||
A website may contain several root directories each containing a seperate Moodle
|
|
||||||
installation. Your Moodle installation may be located at http://www.yoursite.com/moodle/
|
|
||||||
in which case your " dirroot " would be ie. http://www.moodle.org/moodle
|
|
||||||
<br>
|
|
||||||
If you had two Moodle sites on the same server then each would have a distinct
|
|
||||||
" dirroot "
|
|
||||||
<br>
|
|
||||||
ie. http://www.yoursite.com/school26 & http://www.yoursite.com/school27
|
|
||||||
<br>
|
|
||||||
Therefore /school26 is a dirroot and /school27 is a dirroot.</p>
|
|
||||||
|
|
||||||
<h3 class="question"><a name="ftp"></a>FTP</h3>
|
<h3 class="question"><a name="ftp"></a>FTP</h3>
|
||||||
<p class="answer">File transfer protocol - the upload method you must use to
|
<p class="answer">File Transfer Protocol - a method a copying files from one
|
||||||
transfer your Moodle installation to your web <a href="#server">server</a></p>
|
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>
|
<h3 class="question"><a name="hostingprovider"></a>hosting provider</h3>
|
||||||
<p class="answer">A business that will host your web site for a fee. They
|
<p class="answer">A business that will host your web site for a monthly fee.
|
||||||
typically provide everything you need. All you have to provide them with
|
You provide a <a href="#domainname">domain name</a> that you own, and after they've set
|
||||||
is the content, a <a href="#domainname">domain name</a> and some local currency. </p>
|
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>
|
<h3 class="question"><a name="html"></a>html</h3>
|
||||||
<p class="answer">A language that standardized a method of writing the hypertext language.
|
<p class="answer">HyperText Markup Language - a language used to create web pages.</p>
|
||||||
This language is called HTML or Hypertext Mark-up Language. It can only be used to
|
|
||||||
describe how a page will display its' content.</p>
|
|
||||||
|
|
||||||
<h3 class="question"><a name="hypertext"></a>hypertext</h3>
|
|
||||||
<p class="answer">A method of writing text that provides hyper links to additional
|
|
||||||
content or information in different locations. This ability to hyper re-locate
|
|
||||||
a user to a new location is the foundation of the world wide web and was the
|
|
||||||
concept which demanded a need to standardize a method of writing this hypertext language.
|
|
||||||
That language evolved into HTML. <i>also see<a href="#xhtml">XHTML</a></i></p>
|
|
||||||
|
|
||||||
<h3 class="question"><a name="index"></a>index</h3>
|
<h3 class="question"><a name="index"></a>index</h3>
|
||||||
<p class="answer">It is literally a directory index.</p>
|
<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>
|
<h3 class="question"><a name="java"></a>Java</h3>
|
||||||
<p class="answer">A programming language that can be used to write programs that may run
|
<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>
|
||||||
on multiple operating systems.</p>
|
|
||||||
|
|
||||||
<h3 class="question"><a name="javascript"></a>javascript</h3>
|
<h3 class="question"><a name="javascript"></a>javascript</h3>
|
||||||
<p class="answer">A programming language that can be used to write programs that may run
|
<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>
|
||||||
on multiple operating systems.</p>
|
|
||||||
|
|
||||||
<h3 class="question"><a name="moodle"></a>Moodle</h3>
|
<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
|
<p class="answer">The word <a href="http://www.moodle.org/">Moodle</a> is an acronym for
|
||||||
Modular Object-Oriented Dynamic Learning Environment</p>
|
Modular Object-Oriented Dynamic Learning Environment</p>
|
||||||
|
|
||||||
<h3 class="question"><a name="mysql"></a>mySQL</h3>
|
<h3 class="question"><a name="mysql"></a>MySQL</h3>
|
||||||
<p class="answer">A server powered by <a href="http://mysql.com/">mySQL</a> programming.
|
<p class="answer"> MySQL is the world's most popular open source database,
|
||||||
MySQL is the world's most popular open source database,
|
|
||||||
recognized for its speed and reliability.</p>
|
recognized for its speed and reliability.</p>
|
||||||
|
|
||||||
<h3 class="question"><a name="nightly"></a>nightly</h3>
|
<h3 class="question"><a name="nightly"></a>nightly</h3>
|
||||||
<p class="answer">A Moodle Nightly is the most recent version available for download
|
<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>
|
||||||
from the Moodle site. You are always downloading a version that is less than 24
|
|
||||||
hours old if you use a nightly.</p>
|
|
||||||
|
|
||||||
<h3 class="question"><a name="php"></a>PHP</h3>
|
<h3 class="question"><a name="php"></a>PHP</h3>
|
||||||
<p class="answer">PHP is a server-side scripting language which executes commands on
|
<p class="answer">PHP is a server-side scripting language which executes commands on
|
||||||
|
@ -177,19 +155,17 @@ or both, resides. You may choose to run your own server or have a
|
||||||
|
|
||||||
<h3 class="question"><a name="upload"></a>upload</h3>
|
<h3 class="question"><a name="upload"></a>upload</h3>
|
||||||
<p class="answer">To upload is simply to move your files from your computer
|
<p class="answer">To upload is simply to move your files from your computer
|
||||||
to a <a href="#server">server</a>. Please see <a href="#ftp">FTP</a></p>
|
to a <a href="#server">server</a>. Also see <a href="#ftp">FTP</a>.</p>
|
||||||
|
|
||||||
<h3 class="question"><a name="url"></a>URL</h3>
|
<h3 class="question"><a name="url"></a>URL</h3>
|
||||||
<p class="answer">Uniform Resource Locator is the address that is used to
|
<p class="answer">A Uniform Resource Locator is the address that is used to
|
||||||
reach a website. The URL also contains information that describes the method of transmission- HTTP
|
reach a website.</p>
|
||||||
or Hypertext Transfer Protocol.</p>
|
|
||||||
|
|
||||||
<h3 class="question"><a name="xhtml"></a>XHTML - Extensible Hypertext Markup Language</h3>
|
<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
|
<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,
|
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
|
make writing code for browsers easier as XHTML code will cause the page to display
|
||||||
exactly the same in any web browser. XHTML will be an intermediate step on the
|
exactly the same in any web browser.</p>
|
||||||
path to XML. see also <a href="#xml">XML</a></p>
|
|
||||||
|
|
||||||
<h3 class="question"><a name="xml"></a>XML</h3>
|
<h3 class="question"><a name="xml"></a>XML</h3>
|
||||||
<p class="answer">Extensible Mark-up Language is just what the name implies, extensible.
|
<p class="answer">Extensible Mark-up Language is just what the name implies, extensible.
|
||||||
|
@ -200,12 +176,7 @@ 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
|
versatility XML may be the end of the evolutionary path for HTML. also see
|
||||||
<a href="#xhtml">XHTML</a>
|
<a href="#xhtml">XHTML</a>
|
||||||
|
|
||||||
</p><h3 class="question"><a name="xsl"></a>XSL</h3>
|
|
||||||
<p class="answer">Extensible Style Language is the style definition language
|
|
||||||
that will complement <a href="#xml">XML</a>. also see <a href="#css">CSS</a></p>
|
|
||||||
|
|
||||||
<h3 class="question"><a name="topic"></a>future TOPIC</h3>
|
|
||||||
<p class="answer">Place answer here</p>
|
|
||||||
|
|
||||||
<p align="center" class="normaltext"><a href="#pagetop">Page Top</a></p>
|
<p align="center" class="normaltext"><a href="#pagetop">Page Top</a></p>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue