moodle/mod/glossary
2005-02-07 23:33:17 +00:00
..
db Now print-view availability for students can be configured by glossary. 2005-01-12 00:55:38 +00:00
formats _ added the DIV framework for new CSS 2005-01-19 12:02:52 +00:00
approve.php Just changing some parameters stuff to new functions... 2004-11-17 00:14:34 +00:00
asc.gif - A couple of icons that I forgot to include 2003-10-19 03:48:21 +00:00
backuplib.php Now print-view availability for students can be configured by glossary. 2005-01-12 00:55:38 +00:00
check.gif - Cleaning a lot of code in edit.php and view.php 2003-10-21 04:55:22 +00:00
comment.gif New, smaller comment icon 2003-12-07 05:57:57 +00:00
comment.html XHTML compliance 2004-09-16 17:13:57 +00:00
comment.php Just changing some parameters stuff to new functions... 2004-11-17 00:14:34 +00:00
comments.php XHTML compliance 2004-09-16 17:13:57 +00:00
config.html admin/module.php is now using sesskey. 2004-10-03 09:48:08 +00:00
deleteentry.php Just changing some parameters stuff to new functions... 2004-11-17 00:14:34 +00:00
desc.gif - A couple of icons that I forgot to include 2003-10-19 03:48:21 +00:00
edit.html Changes for XHTML compatibility and other HTML code cleanup 2005-01-13 10:08:23 +00:00
edit.php Moving some strings to make them available in all the script. Not really sure about changes introduced in version 1.42! Penny? 2005-02-03 23:19:54 +00:00
editcategories.html towards XHTML compliance 2004-09-14 20:39:28 +00:00
editcategories.php Merged from MOODLE_14_STABLE: Fixing use of UCASE and LCASE in glossary which are not postgres friendly - two new functions in datalib, db_uppercase and db_lowercase which return the database-correct functions to use. Some were already fixed in HEAD - those have been left as they were 2004-11-23 23:05:06 +00:00
export.gif New Glossary module, version 0.1 - by Williams Castillo! 2003-09-16 03:07:21 +00:00
export.php _ added the DIV framework for new CSS 2005-01-19 12:02:52 +00:00
exportentry.php Just changing some parameters stuff to new functions... 2004-11-17 00:14:34 +00:00
filter.php Adding <span class="nolink"> filter. It doesn't break in editor. 2005-01-29 16:45:08 +00:00
formats.php fixing a couple of instances of hardcoded /admin/ 2004-12-31 16:12:58 +00:00
icon.gif - New icon... :) 2003-11-05 03:30:38 +00:00
icon1.gif *** empty log message *** 2003-09-17 00:21:00 +00:00
import.html Changes for XHTML compatibility and other HTML code cleanup 2005-01-13 10:08:23 +00:00
import.php _ added the DIV framework for new CSS 2005-01-19 12:02:52 +00:00
index.php Moved rsslib.php from the rss directory to the lib directory with the 2005-01-25 06:09:31 +00:00
lib.php Changes for XHTML compatibility and other HTML code cleanup 2005-01-13 10:08:23 +00:00
minus.gif - Exported entries are now linked instead of copied to the main glossary. 2003-09-29 03:06:30 +00:00
mod.html Changes for XHTML and accessibility compatibility. 2005-01-25 09:39:29 +00:00
print.gif - Printer-friendly version of the glossary 2003-11-01 20:27:21 +00:00
print.php Now print-view availability for students can be configured by glossary. 2005-01-12 00:55:38 +00:00
rate.php fixed capitalization and quoting of attribute values 2004-09-12 16:24:41 +00:00
README.txt - Aliases are now shown when displaying entries 2003-11-05 12:46:51 +00:00
report.php XHTML compliance 2004-09-16 17:13:57 +00:00
restorelib.php Some minor changes to each module to XHTMLise the restore process 2005-02-07 23:33:17 +00:00
rsslib.php Merged SQL fixes from stable 2004-09-29 07:56:33 +00:00
showentry.php fixed capitalization and quoting of attribute values 2004-09-12 16:24:41 +00:00
sql.php Now search function look into aliases too. 2004-12-11 00:54:37 +00:00
tabs.html Changes for XHTML compatibility and other HTML code cleanup 2005-01-13 10:08:23 +00:00
TODO.txt TODO updated. 2004-08-03 17:27:28 +00:00
version.php Now print-view availability for students can be configured by glossary. 2005-01-12 00:55:38 +00:00
view.php Moved rsslib.php from the rss directory to the lib directory with the 2005-01-25 06:09:31 +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