From: moodler Date: Mon, 19 May 2003 15:34:27 +0000 (+0000) Subject: Many corrections ... more needed X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ad03ae446eee0146bf2f8fd4ce19d7b5b0e85061;p=moodle.git Many corrections ... more needed --- diff --git a/lang/en/docs/glossary.html b/lang/en/docs/glossary.html index e835163ea8..f2060d53a9 100755 --- a/lang/en/docs/glossary.html +++ b/lang/en/docs/glossary.html @@ -46,21 +46,21 @@

Glossary

-

This page contains definitions for many of the words and +

This page contains a number of definitions for many of the words and expressions you may encounter while working with Moodle.

If you don't find the answer here try the Using Moodle 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.

-

If you still can't find any answers try posting your question +

If you still can't find any answers then we can recommend Google, or try posting your question on the appropriate forum in Using Moodle - someone should be able to help you.

+

Active-X

-

A proprietary method of controlling certain functions (applets) in a web page

+

A method of scripting (controlling) certain functions in a web page, used only by Microsoft Internet Explorer.

applet

-

Most late version browsers can run these small -programs if the Active-X or Java feature in the browser has been enabled.

+

Most recent browsers can run these small programs if the Java feature in the browser has been enabled.

ASCII

American Standard Code for Information Interchange

@@ -76,19 +76,16 @@ using your FTP program. It's usually best to choose " AUTO "

CSS

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 -that all follow a similar theme. CSS is an extremely efficient method of building -complex web sites. Will eventually be replaced by XSL

+that all follow a similar theme.

CVS

Concurrent Versioning System is simply a method of storing files -on a server that ensures that all persons working on that file are always working on the -most recent version of that file.

+on a server 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.

database

-

The term " database ", as used in Moodle, applies to -an electronic collection of information.

+

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.

dataroot

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.

domain name

-

A unique address on the internet. ie. http://www.moodle.org

+

A name given to a computer or a group of computers. eg moodle.org You can buy new domain names on the Internet.

+ +

download

+

To move your files from a +server "down" to your personal computer. Also see FTP and upload.

directory

Please see dirroot

@@ -104,63 +105,40 @@ but it should not be accessible directly via the web.

dirroot

A root directory has content and a name. This root directory may contain several sub-directories and the name is the location on your server -where your Moodle files will reside after you upload them. -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 -
-If you had two Moodle sites on the same server then each would have a distinct -" dirroot " -
-ie. http://www.yoursite.com/school26 & http://www.yoursite.com/school27 -
-Therefore /school26 is a dirroot and /school27 is a dirroot.

+where your Moodle files will reside after you upload them.

FTP

-

File transfer protocol - the upload method you must use to -transfer your Moodle installation to your web server

+

File Transfer Protocol - a method a copying files from one +computer to another. For example, you might FTP your Moodle files from your +home computer to your web server

hosting provider

-

A business that will host your web site for a fee. They -typically provide everything you need. All you have to provide them with -is the content, a domain name and some local currency.

+

A business that will host your web site for a monthly fee. +You provide a domain name 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.

html

-

A language that standardized a method of writing the hypertext language. -This language is called HTML or Hypertext Mark-up Language. It can only be used to -describe how a page will display its' content.

- -

hypertext

-

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. also seeXHTML

+

HyperText Markup Language - a language used to create web pages.

index

-

It is literally a directory index.

+

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.

Java

-

A programming language that can be used to write programs that may run -on multiple operating systems.

+

A programming language that can be used to write applets that may run within web pages. Moodle doesn't use any of it.

javascript

-

A programming language that can be used to write programs that may run -on multiple operating systems.

+

A scripting language that can be used to write small programs in web pages, such as popup menus. Moodle uses a little Javascript.

Moodle

The word Moodle is an acronym for Modular Object-Oriented Dynamic Learning Environment

-

mySQL

-

A server powered by mySQL programming. -MySQL is the world's most popular open source database, +

MySQL

+

MySQL is the world's most popular open source database, recognized for its speed and reliability.

nightly

-

A Moodle Nightly is the most recent version available for download -from the Moodle site. You are always downloading a version that is less than 24 -hours old if you use a nightly.

+

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.

PHP

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

upload

To upload is simply to move your files from your computer -to a server. Please see FTP

+to a server. Also see FTP.

URL

-

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 -or Hypertext Transfer Protocol.

+

A Uniform Resource Locator is the address that is used to +reach a website.

XHTML - Extensible Hypertext Markup Language

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. XHTML will be an intermediate step on the -path to XML. see also XML

+exactly the same in any web browser.

XML

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 XHTML -

XSL

-

Extensible Style Language is the style definition language -that will complement XML. also see CSS

-

future TOPIC

-

Place answer here

Page Top