moodle/mod/glossary
2006-07-07 19:54:22 +00:00
..
db Fixed inserts for log_display. 2006-04-24 09:05:08 +00:00
formats entrylist format now show the 'send ratings' button. Bug 4915. 2006-04-30 09:41:19 +00:00
approve.php Replaced optional_var with optional_param 2005-12-07 06:21:58 +00:00
asc.gif
backuplib.php Granular backup & restore: 2006-01-13 03:45:31 +00:00
check.gif
comment.gif
comment.html fixed cleaning before editing SC#163; merged from MOODLE_15_STABLE 2005-10-29 21:40:41 +00:00
comment.php Replaced optional_var with optional_param 2005-12-07 06:21:58 +00:00
comments.php Filter one more string if filterall is enabled. 2006-04-15 19:24:44 +00:00
config.html Tabs are out 2005-05-16 22:22:31 +00:00
deleteentry.php Two more uses of format_string() agains entry->concept 2006-04-15 19:28:26 +00:00
desc.gif
edit.html fixed cleaning before editing SC#163; merged from MOODLE_15_STABLE 2005-10-29 21:40:41 +00:00
edit.php Replaced optional_var with optional_param 2005-12-07 06:21:58 +00:00
editcategories.html Tabs are out 2005-05-16 22:22:31 +00:00
editcategories.php Some excess of security was causing Bug 4713. 2006-03-21 20:08:51 +00:00
export.gif
export.php fixed warning in glossary export, merged from MOODLE_16_STABLE 2006-07-06 21:27:00 +00:00
exportentry.php Two more uses of format_string() agains entry->concept 2006-04-15 19:28:26 +00:00
exportfile.php incorrect usage of clean_filename() replaced with clean_param($text, PARAM_SAFEDIR) 2006-03-04 12:37:29 +00:00
filter.php Merged extra style from stable 2005-05-27 14:58:15 +00:00
formats.php Replaced optional_var with optional_param 2005-12-07 06:21:58 +00:00
icon.gif
icon1.gif
import.html Changes for XHTML compatibility and other HTML code cleanup 2005-01-13 10:08:23 +00:00
import.php Bug #6050 - import glossary entries to new glossary not creating new glossary; merged from MOODLE_16_STABLE 2006-07-07 19:54:22 +00:00
index.php Replaced optional_var with optional_param 2005-12-07 06:21:58 +00:00
lib.php sanitize submitted numerical values; merged from MOODLE_16_STABLE 2006-05-26 11:39:12 +00:00
minus.gif
mod.html Some $ME are now out! 2005-02-27 00:12:25 +00:00
print.gif
print.php glossary print view is now valid XHTML. 2006-05-07 10:49:28 +00:00
rate.php Replaced optional_var with optional_param 2005-12-07 06:21:58 +00:00
README.txt
report.php fixed register globals issues for $sort SC #256; merged from MOODLE_16_STABLE 2006-05-22 16:54:11 +00:00
restorelib.php htmlentities() to s() 2006-04-11 16:09:52 +00:00
rsslib.php Now glossary->name is working under filterall. It was really complex! 2005-03-30 11:14:19 +00:00
showentry.php Too much restrictive optional_param was producing 2006-04-30 10:07:36 +00:00
sql.php proper initialisation of sqlsortkey SC#258; merged from MOODLE_16_STABLE 2006-05-21 07:42:58 +00:00
tabs.html make sure variables are properly cleaned; merged from MOODLE_16_STABLE 2006-05-23 09:47:48 +00:00
TODO.txt Tabs are out 2005-05-16 22:22:31 +00:00
version.php Changed the wrong line. Solved. 2005-04-19 00:16:58 +00:00
view.php Solve some upperpivot notices and wrong behaviours. More coming... 2006-04-09 10:59: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