Automatic installer.php lang files by installer_builder (20081122)
[moodle.git] / mod / glossary / README.txt
blobf7bd7d9a71b38a3a401af14b7a9850f169d3b814
1 Glossary version 0.5 dev
2 ------------------------
3 By Williams Castillo (castillow@tutopia.com)
5 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.
7 Basically, this module allows you to maintain a repository of data in the form of concepts, Entry->Definitions, etc. Thus:
9 - Entries could be automatically linked from within moodle resources, labels, forum posts, etc.
10 - Entries can have aliases which allows to automatically link the concept to other words than itself.
11 - Glossaries can be viewed in a printer-friendly version format
12 - The display format of the entries is modular so you can create your own formats (and share them with the Moodle community!)
13 - Entries are posted by teachers and can be posted by students as well
14 - Entries can be approved before make them public.
15 - Entries can have an optional attached file.
16 - Entries can be commented by any registered user.
17 - Entries can be categorized (one entry can belongs to zero or more categories)
18 - Entries can be browsed by letters (initials), categories or by date.
19 - Entries can be exported and imported
21 Quick install instructions
23 1) Be sure you have at least Moodle 1.2 dev installed
24 2) Be sure to have the latest version of the module
25 3) Be sure to have the latest language for english (en) and your own language.
26 3) Create a directory inside you /mod directory and name it: glossary
27 4) Copy all the files in this directory inside the one you've created in step 3.
28 5) Pay a visit to your admin area
29 6) Have fun.
31 Comments and suggestions are always welcome.
33 All the best,
34 Will