moodle/mod/glossary
2008-07-10 09:55:11 +00:00
..
db Drift between CVS and git 2008-06-25 17:31:23 +00:00
formats MDL-15109 glossary dml conversion 2008-06-08 10:43:39 +00:00
approve.php MDL-15109 glossary dml conversion 2008-06-08 10:43:39 +00:00
asc.gif
backuplib.php MDL-15109 glossary dml conversion 2008-06-08 10:43:39 +00:00
comment.gif
comment.php MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
comment_form.php added helpbuttons to htmleditors where needed. Further work on htmleditor helpbutton code. 2007-01-05 04:51:46 +00:00
comments.php MDL-15109 glossary dml conversion 2008-06-08 10:43:39 +00:00
deleteentry.php MDL-15109 glossary dml conversion 2008-06-08 10:43:39 +00:00
desc.gif
edit.php MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
edit_form.php MDL-14679 removed magic quotes from forms validation() method, fixed some minor problems 2008-06-01 17:53:25 +00:00
editcategories.html merged fix for MDL-9097, xhtml fixes for glossary 2007-03-30 07:04:43 +00:00
editcategories.php MDL-14679 last forgotten bits of dml conversion 2008-06-09 19:48:24 +00:00
export.gif
export.php MDL-15109 glossary dml conversion 2008-06-08 10:43:39 +00:00
exportentry.php MDL-15109 glossary dml conversion 2008-06-08 10:43:39 +00:00
exportfile.php MDL-15109 glossary dml conversion 2008-06-08 10:43:39 +00:00
filter.php MDL-15455 fixed incomplete dml query conversion 2008-06-28 11:10:33 +00:00
formats.php MDL-15109 glossary dml conversion 2008-06-08 10:43:39 +00:00
icon.gif
icon1.gif
import.html merged fix for MDL-9097, xhtml fixes for glossary 2007-03-30 07:04:43 +00:00
import.php MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
index.php MDL-15109 glossary dml conversion 2008-06-08 10:43:39 +00:00
lib.php MDL-14279: use get_file_url instead of checking $CFG->slashargument manually (merge from 1.9) 2008-07-10 09:55:11 +00:00
minus.gif
mod_form.php MDL-15109 glossary dml conversion 2008-06-08 10:43:39 +00:00
print.gif
print.php MDL-15109 glossary dml conversion 2008-06-08 10:43:39 +00:00
rate.php MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
README.txt
report.php MDL-15109 glossary dml conversion 2008-06-08 10:43:39 +00:00
restorelib.php MDL-15095 towards restore lib dml conversion 2008-06-03 23:35:50 +00:00
rsslib.php MDL-15109 glossary dml conversion 2008-06-08 10:43:39 +00:00
settings.php MDL-15109 glossary dml conversion 2008-06-08 10:43:39 +00:00
showentry.php MDL-15109 glossary dml conversion 2008-06-08 10:43:39 +00:00
sql.php MDL-15109 glossary dml conversion 2008-06-08 10:43:39 +00:00
tabs.php Fix MDL-11632: Multiple files with emtpy lines outside PHP open/close tags 2007-10-09 21:43:28 +00:00
TODO.txt Tabs are out 2005-05-16 22:22:31 +00:00
version.php Merged version bumps for release 1.9 2008-03-03 11:49:34 +00:00
view.php MDL-15109 glossary dml conversion 2008-06-08 10:43:39 +00:00

Glossary version 0.5 dev
------------------------
By Williams Castillo (castillow@tutopia.com)

This is the Glossary module. Created and maintained by Williams Castillo. This are my first lines in PHP... It means that, although I've tried to do my best, it might (in fact, it does) shows my inexperience... in PHP... and moodle as well.

Basically, this module allows you to maintain a repository of data in the form of concepts, Entry->Definitions, etc. Thus:

- Entries could be automatically linked from within moodle resources, labels, forum posts, etc.
- Entries can have aliases which allows to automatically link the concept to other words than itself.
- Glossaries can be viewed in a printer-friendly version format
- The display format of the entries is modular so you can create your own formats (and share them with the Moodle community!)
- Entries are posted by teachers and can be posted by students as well
- Entries can be approved before make them public.
- Entries can have an optional attached file.
- Entries can be commented by any registered user.
- Entries can be categorized (one entry can belongs to zero or more categories)
- Entries can be browsed by letters (initials), categories or by date.
- Entries can be exported and imported

Quick install instructions

1) Be sure you have at least Moodle 1.2 dev installed
2) Be sure to have the latest version of the module
3) Be sure to have the latest language for english (en) and your own language.
3) Create a directory inside you /mod directory and name it: glossary
4) Copy all the files in this directory inside the one you've created in step 3.
5) Pay a visit to your admin area
6) Have fun.

Comments and suggestions are always welcome.

All the best,
Will