moodle/mod/glossary
stronk7 0f9a668f08 When we are printing a definition, avoiding concepts and
aliases of he entry itself, take out all the <a>...<a>
tags too!. Bug 3056.
(http://moodle.org/bugs/bug.php?op=show&bugid=3056)
2005-04-27 16:04:52 +00:00
..
db Whoops - forgot the db prefix in the where clause 2005-04-12 20:04:50 +00:00
formats Small class changes (SE) 2005-03-17 20:59:36 +00:00
approve.php
asc.gif
backuplib.php
check.gif
comment.gif
comment.html Removal of THEME, added some classes, general tidy up. 2005-02-17 08:38:50 +00:00
comment.php Now glossary->name is working under filterall. It was really complex! 2005-03-30 11:14:19 +00:00
comments.php Now glossary->name is working under filterall. It was really complex! 2005-03-30 11:14:19 +00:00
config.html
deleteentry.php Now glossary->name is working under filterall. It was really complex! 2005-03-30 11:14:19 +00:00
desc.gif
edit.html Link to new help file 2005-03-08 08:23:43 +00:00
edit.php Now the edit entry form shows tabs and html editor properly 2005-04-18 18:54:56 +00:00
editcategories.html Removal of THEME, added some classes, general tidy up. 2005-02-17 08:38:50 +00:00
editcategories.php Now glossary->name is working under filterall. It was really complex! 2005-03-30 11:14:19 +00:00
export.gif
export.php Now glossary->name is working under filterall. It was really complex! 2005-03-30 11:14:19 +00:00
exportentry.php Now glossary->name is working under filterall. It was really complex! 2005-03-30 11:14:19 +00:00
filter.php Two more typos!! Big ones! 2005-04-22 21:24:21 +00:00
formats.php Changing some styles (SE) 2005-03-22 09:48:33 +00:00
icon.gif
icon1.gif
import.html
import.php Now glossary->name is working under filterall. It was really complex! 2005-03-30 11:14:19 +00:00
index.php Now glossary->name is working under filterall. It was really complex! 2005-03-30 11:14:19 +00:00
lib.php When we are printing a definition, avoiding concepts and 2005-04-27 16:04:52 +00:00
minus.gif
mod.html Some $ME are now out! 2005-02-27 00:12:25 +00:00
print.gif
print.php Bug 2918. Change proposed by t.imoto. 2005-04-14 23:20:33 +00:00
rate.php Now 0 rates are supported in glossary. Bug 2582 2005-02-18 01:00:42 +00:00
README.txt
report.php Added styles and cleaned up some code for XHTML compatibility 2005-02-22 08:29:12 +00:00
restorelib.php Now all the wiki formated texts are converted to markdown 2005-04-12 23:42:56 +00:00
rsslib.php Now glossary->name is working under filterall. It was really complex! 2005-03-30 11:14:19 +00:00
showentry.php Now glossary->name is working under filterall. It was really complex! 2005-03-30 11:14:19 +00:00
sql.php Now glossary searches are full searches (like 1.4 forums). 2005-04-19 00:14:36 +00:00
tabs.html The waiting for approval tab was using some html and it 2005-03-30 18:18:21 +00:00
TODO.txt
version.php Changed the wrong line. Solved. 2005-04-19 00:16:58 +00:00
view.php changed inline styles to classes to be able to handle the font sizes with the CSS files, 2005-04-22 21:13:37 +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