moodle/mod/glossary
2004-06-04 07:28:34 +00:00
..
db Added missing Id: cvs tag. Bug 1394 2004-05-14 19:36:39 +00:00
formats Solved bug 1086. 2004-05-11 22:38:45 +00:00
approve.php Added missing Id: cvs tag. Bug 1394 2004-05-14 19:36:39 +00:00
asc.gif - A couple of icons that I forgot to include 2003-10-19 03:48:21 +00:00
backuplib.php Now in glossary module, preferences->backup_users = 2 (none users) has precedence 2004-05-20 18:19:07 +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 Changed some incorrect <?= tags to <php p()... 2004-05-12 16:55:48 +00:00
comment.php BRANCH MERGE 2004-06-04 06:17:30 +00:00
comments.php Added the cmid field to some add_to_log() calls. To use it when 2004-02-18 20:52:44 +00:00
config.html Added some harcoded strings in glossary module (Bug 1062) 2004-05-12 19:03:42 +00:00
deleteentry.php Started out with a small user interface fix (to use standard functions) 2004-04-03 13:04:00 +00:00
desc.gif - A couple of icons that I forgot to include 2003-10-19 03:48:21 +00:00
edit.html Hi !! 2004-05-19 23:34:51 +00:00
edit.php Upgraded glossary to 2004051400. The process will launch an 2004-05-14 19:14:57 +00:00
editcategories.html Solved one bug causing category->name to be cleared 2004-05-20 23:04:23 +00:00
editcategories.php Added cmid to some add_to_log() function calls. 2004-02-18 20:02:33 +00:00
export.gif New Glossary module, version 0.1 - by Williams Castillo! 2003-09-16 03:07:21 +00:00
export.php Added missing Id: cvs tag. Bug 1394 2004-05-14 19:36:39 +00:00
exportentry.php Added missing Id: cvs tag. Bug 1394 2004-05-14 19:36:39 +00:00
filter.php Solved bug 1491 in all the "linking" filters. 2004-05-30 01:00:16 +00:00
formats.php Added missing Id: cvs tag. Bug 1394 2004-05-14 19:36:39 +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 replaced incorrectly closed html tags, see bug 365 2004-01-25 20:34:54 +00:00
import.php Added missing Id: cvs tag. Bug 1394 2004-05-14 19:36:39 +00:00
index.php New dividers 2004-01-26 12:21:44 +00:00
lib.php Escape "/" char in preg_quote(). Bug 1436. 2004-05-21 18:56:21 +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 BRANCH MERGE 2004-06-04 06:17:30 +00:00
print.gif - Printer-friendly version of the glossary 2003-11-01 20:27:21 +00:00
print.php Opps. I forgot to commit this files yesterday... :-( 2004-05-15 17:27:50 +00:00
rate.php Added missing Id: cvs tag. Bug 1394 2004-05-14 19:36:39 +00:00
README.txt - Aliases are now shown when displaying entries 2003-11-05 12:46:51 +00:00
report.php Added missing Id: cvs tag. Bug 1394 2004-05-14 19:36:39 +00:00
restorelib.php Now, the entry->concept and alias->alias fields are trimmed 2004-05-14 18:37:30 +00:00
rsslib.php Now only approved entries are showed in RSS feeds... 2004-05-24 00:10:38 +00:00
showentry.php Opps. I forgot to commit this files yesterday... :-( 2004-05-15 17:27:50 +00:00
sql.php Avoid one more notice... 2004-05-20 23:07:59 +00:00
tabs.html Solve some notice with debug = on. 2004-05-20 19:51:23 +00:00
TODO.txt - Grading enabled.... finally. 2003-11-21 18:42:38 +00:00
version.php MOdules are dependent on this version of course/mod.php 2004-06-04 07:28:34 +00:00
view.php Now paging will mantain the "fullsearch" option. 2004-05-21 19:24:23 +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