moodle/mod/glossary
2006-10-26 17:33:40 +00:00
..
db New upgrade.php file added for this module. MDL-7214 2006-10-26 17:33:40 +00:00
formats removing some isteacher()s from glossary 2006-08-26 19:19:36 +00:00
approve.php SWEEPING CLEANUP 2006-08-14 05:55:40 +00:00
asc.gif
backuplib.php One less reserved word. glossary->comment is out! 2006-09-04 20:37:27 +00:00
check.gif
comment.gif
comment.php migrated comment.php over to using new formslib. 2006-10-26 07:59:22 +00:00
comment_form.php migrated comment.php over to using new formslib. 2006-10-26 07:59:22 +00:00
comments.php SWEEPING CLEANUP 2006-08-14 05:55:40 +00:00
config.html merged, student_can_post should be done properly using capabilities 2006-10-23 02:25:32 +00:00
deleteentry.php Removed 'mod/glossary:view' capability 2006-09-22 02:52:48 +00:00
desc.gif
edit.html fixed cosmetic typo - missing semicolon before closing tag 2006-08-27 18:38:16 +00:00
edit.php merged fix for MDL-7106, glossary capability check 2006-10-20 07:01:51 +00:00
editcategories.html Tabs are out 2005-05-16 22:22:31 +00:00
editcategories.php Cannot add glossary category MDL-6713 2006-10-01 19:35:27 +00:00
export.gif
export.php SWEEPING CLEANUP 2006-08-14 05:55:40 +00:00
exportentry.php SWEEPING CLEANUP 2006-08-14 05:55:40 +00:00
exportfile.php debugging and error reporting level fixes and improvements MDL-6671 2006-09-23 09:38:39 +00:00
filter.php Merged AS keyword fixes from stable MDL-7207 2006-10-25 09:04:25 +00:00
formats.php replacing deprecated funciton calls with capability calls 2006-09-19 09:16:24 +00:00
icon.gif
icon1.gif
import.html Bug #6129 - Incorrect glossary import file size limit; merged from MOODLE_16_STABLE 2006-07-17 13:35:05 +00:00
import.php trusttext: 2006-08-26 13:00:07 +00:00
index.php Removed 'mod/glossary:view' capability 2006-09-22 02:52:48 +00:00
lib.php merged replacing studentcanpost with capability 2006-10-23 02:49:05 +00:00
minus.gif
mod.html merged, student_can_post should be done properly using capabilities 2006-10-23 02:25:32 +00:00
print.gif
print.php removing some isteacher()s from glossary 2006-08-26 19:19:36 +00:00
rate.php Replaced optional_var with optional_param 2005-12-07 06:21:58 +00:00
README.txt
report.php SWEEPING CLEANUP 2006-08-14 05:55:40 +00:00
restorelib.php Apply modularity to the creation of the log file during restore to a new course. 2006-10-17 10:05:41 +00:00
rsslib.php Seeing ####TRUSTTEXT#### in RSS feeds MDL-7147 - fixed RSS feeds in glossary; merged from MOODLE_17_STABLE 2006-10-21 21:15:26 +00:00
showentry.php added some capabilities 2006-08-30 08:43:17 +00:00
sql.php DeLIMITing Moodle core. Now the new $limitfrom, 2006-10-24 22:00:29 +00:00
tabs.html SWEEPING CLEANUP 2006-08-14 05:55:40 +00:00
TODO.txt Tabs are out 2005-05-16 22:22:31 +00:00
version.php fixed risks associated with capabilitites in modules MDL-7174; merged from MOODLE_17_STABLE 2006-10-24 08:06:56 +00:00
view.php removing some debugging statements 2006-10-05 03:26:22 +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