moodle/mod/glossary
2012-07-19 15:46:10 +08:00
..
backup MDL-30982 Improving phpDocs for the classes that extend backup_activity_task 2012-02-27 11:59:42 +01:00
db MDL-34096 Installation : Added 2.3 upgrade line to db upgrade scripts. 2012-06-29 11:41:09 +08:00
formats MDL-32325 Glossary: Entrylist print version is XHTML compliant 2012-06-06 09:55:36 +08:00
lang/en MDL-33675 Add updated help texts for modules to appear in activity chooser 2012-06-12 13:38:17 +01: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
approve.php MDL-25178 glossary - add completionentries rule 2010-12-20 20:02:04 +01:00
deleteentry.php MDL-31607 use full course object for require_login() if already available 2012-04-22 17:41:47 +02:00
edit.php MDL-25178 glossary - add completionentries rule 2010-12-20 20:02:04 +01:00
edit_form.php MDL-31301 remove all uses of moodle_strtolower() and deprecated it 2012-03-03 11:46:26 +01:00
editcategories.html Revert "MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag" 2012-04-11 17:18:58 +12:00
editcategories.php MDL-31607 use full course object for require_login() if already available 2012-04-22 17:41:47 +02:00
export.php MDL-31607 use full course object for require_login() if already available 2012-04-22 17:41:47 +02:00
exportentry.php MDL-31301 remove all uses of moodle_strtolower() and deprecated it 2012-03-03 11:46:26 +01:00
formats.php MDL-32942 libraries: Replaced deprecated PARAM_ACTION and PARAM_FORMAT with PARAM_ALPHANUMEXT 2012-07-19 15:46:10 +08:00
import.php MDL-33831 fix E_STRICT issues in glossary 2012-06-19 13:57:11 +02:00
import_form.php MDL-30198 Glossary Changing string during imports 2011-12-09 10:01:33 +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 Merge branch 'wip-MDL-33297-master' of git://github.com/abgreeve/moodle 2012-06-21 17:34:57 +08:00
locallib.php MDL-33594 - Glossary - fixing portfolio exports 2012-06-08 13:32:44 +08:00
mod_form.php MDL-31014 Allow for selection of a different displayformat when approving glossary entries 2012-02-20 12:28:52 +00:00
print.php Merge branch 'MDL-33796-master' of git://github.com/FMCorz/moodle 2012-07-03 01:04:47 +02:00
README.txt
rsslib.php MDL-26500 mod/glossary: Rewrite pluginfile urls in RSS 2012-04-17 17:47:11 +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-31647 Glossary: Links to glossary entries from glossary main page should not be popups 2012-02-17 10:36:18 +00:00
showentry_ajax.php MDL-29924 Glossary: Entry attachments displayed in Moodle dialogue 2012-05-17 15:12:22 +08:00
sql.php MDL-31301 use static textlib methods 2012-03-03 11:46:13 +01:00
styles.css MDL-32479 - RTL Theme fixes for Moodle 2 (theme/base) 2012-06-18 11:26:07 +08: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-33794 version.php: Bump all versions, requires and dependencies to 2012061700 2012-06-18 02:37:00 +02:00
view.php MDL-31607 use full course object for require_login() if already available 2012-04-22 17:41:47 +02: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