moodle/mod/glossary
2011-12-14 15:02:51 +08:00
..
backup Merge branch 'MDL-27820' of git://github.com/stronk7/moodle 2011-06-15 11:59:52 +02:00
db MDL-30482 - Glossary - Adding capability to other areas using glossary 2011-12-14 15:02:51 +08:00
formats MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
lang/en MDL-30482 - Glossary - Adding capability to other areas using glossary 2011-12-14 15:02:51 +08:00
pix MDL-20204 first batch of major theme changes, some regressions are still there, expect more changes and improvements soon; see tracker for details and list of subtasks 2009-12-16 18:00:58 +00:00
simpletest MDL-28620 - Removed admin/generator.php include as it causes issues if this script is included from any other script that is running in the command line 2011-08-05 16:09:30 +01:00
approve.php MDL-25178 glossary - add completionentries rule 2010-12-20 20:02:04 +01:00
deleteentry.php MDL-27471 Adding mandatory component & ratingarea to the ratings API + other fixes 2011-05-23 12:35:39 +02:00
edit.php MDL-25178 glossary - add completionentries rule 2010-12-20 20:02:04 +01:00
edit_form.php MDL-28048 glossary - add multilang support to categories 2011-07-11 01:02:06 +02:00
editcategories.html MDL-21695 Glossary module now uses new help strings 2010-05-03 09:51:47 +00:00
editcategories.php MDL-30361 - mod/glossary/editcategories.php - fix spelling ($rightalignment) 2011-11-23 01:31:54 +02:00
export.php MDL-27810 portfolio: Added ->portfolioenabled checks before creating portfolio buttons to avoid initialising portfolio requirements 2011-06-21 10:35:53 +08:00
exportentry.php MDL-25418 glossary - fix incorrect LOWER() call also present in glossary import & entry export functionalities 2010-12-09 22:50:23 +00:00
formats.php MDL-20204 removing deprecated admin headers 2010-03-31 08:05:53 +00:00
import.php performance MDL-25637 converted tabs to spaces 2011-01-24 15:49:18 +08:00
import_form.php MDL-30198 Glossary Changing string during imports 2011-12-09 10:10:38 +05:30
index.php rss MDL-23391 alter the rss urls to be component names ie mod_forum instead of just module name ie forum 2010-07-19 10:57:52 +00:00
lib.php MDL-30482 - Glossary - Adding capability to other areas using glossary 2011-12-14 15:02:51 +08:00
locallib.php MDL-28022 glossary entry without attachment can be exported to Mahara as Leap2A content 2011-07-01 02:34:00 +02:00
mod_form.php MDL-25178 glossary - add completionentries rule 2010-12-20 20:02:04 +01:00
print.php MDL-28048 glossary - add multilang support to categories 2011-07-11 01:02:06 +02:00
README.txt
rsslib.php MDL-30482 - Glossary - Adding capability to other areas using glossary 2011-12-14 15:02:51 +08:00
settings.php MDL-23234 finally standardised use of settings.php across all plugins - the only partial exceptions now are report and local plugins 2010-07-13 13:56:55 +00:00
showentry.php MDL-28344 remove the unused $CFG->framename 2011-07-14 21:40:50 +02:00
showentry_ajax.php MDL-25855 some more missing filelib includes 2011-01-23 18:34:41 +01:00
sql.php MDL-27148 use new get_in_or_equal() param prefix instead of start 2011-04-14 15:15:01 +02:00
styles.css MDL-29992 filters - move related css from mod/glossary to filter/glossary 2011-10-29 19:02:22 +02:00
tabs.php MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 15:03:10 +00:00
TODO.txt
version.php MDL-30482 - Glossary - Adding capability to other areas using glossary 2011-12-14 15:02:51 +08:00
view.php MDL-30482 - Glossary - Adding capability to other areas using glossary 2011-12-14 15:02:51 +08: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