moodle/mod/glossary
2003-11-02 01:48:44 +00:00
..
db - Important update: I did not delete categories nor comments once a glossary has been deleted. Fixed now. 2003-10-31 15:26:28 +00:00
formats - New encapsulated functions in order to make easier to create new display formats 2003-10-28 16:10:36 +00:00
approve.php - Printer-friendly version of the glossary 2003-11-01 20:27:21 +00:00
asc.gif - A couple of icons that I forgot to include 2003-10-19 03:48:21 +00:00
backuplib.php globalglossary is included now in backup/restore. :-) 2003-10-31 08:47:03 +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 - Now entries could be commented by other users. 2003-10-16 05:15:59 +00:00
comment.html - Cleaning a lot of code in edit.php and view.php 2003-10-21 04:55:22 +00:00
comment.php - Preventing guest for posting comments on entries 2003-10-21 18:32:36 +00:00
comments.php - Now entries could be commented by other users. 2003-10-16 05:15:59 +00:00
config.html - The admin can define default values for glossary and entries' settings via the admin modules interface. 2003-11-02 01:48:44 +00:00
deleteentry.html - New encapsulated functions in order to make easier to create new display formats 2003-10-28 16:10:36 +00:00
deleteentry.php - Cleaning a lot of code in edit.php and view.php 2003-10-21 04:55:22 +00:00
desc.gif - A couple of icons that I forgot to include 2003-10-19 03:48:21 +00:00
dynalink.php - Global glossaries now available. All current rules apply to its entries. 2003-10-29 23:33:54 +00:00
edit.html - The admin can define default values for glossary and entries' settings via the admin modules interface. 2003-11-02 01:48:44 +00:00
edit.php - The admin can define default values for glossary and entries' settings via the admin modules interface. 2003-11-02 01:48:44 +00:00
editcategories.html - Added a new frame: Browse by date. 2003-10-22 04:15:08 +00:00
editcategories.php - Printer-friendly version of the glossary 2003-11-01 20:27:21 +00:00
export.gif New Glossary module, version 0.1 - by Williams Castillo! 2003-09-16 03:07:21 +00:00
export.php - Printer-friendly version of the glossary 2003-11-01 20:27:21 +00:00
exportentry.php - Exported entries are now linked instead of copied to the main glossary. 2003-09-29 03:06:30 +00:00
icon.gif *** empty log message *** 2003-09-17 00:21:00 +00:00
icon1.gif *** empty log message *** 2003-09-17 00:21:00 +00:00
index.php - New encapsulated functions in order to make easier to create new display formats 2003-10-28 16:10:36 +00:00
lib.php - Printer-friendly version of the glossary 2003-11-01 20:27: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 - The admin can define default values for glossary and entries' settings via the admin modules interface. 2003-11-02 01:48:44 +00:00
print.gif - Printer-friendly version of the glossary 2003-11-01 20:27:21 +00:00
print.php - Printer-friendly version of the glossary 2003-11-01 20:27:21 +00:00
README.txt - Display format of entries is now modular. 2003-09-16 18:51:40 +00:00
restorelib.php globalglossary is included now in backup/restore. :-) 2003-10-31 08:47:03 +00:00
showentry.php - Global glossaries now available. All current rules apply to its entries. 2003-10-29 23:33:54 +00:00
TODO.txt - The admin can define default values for glossary and entries' settings via the admin modules interface. 2003-11-02 01:48:44 +00:00
version.php - Important update: I did not delete categories nor comments once a glossary has been deleted. Fixed now. 2003-10-31 15:26:28 +00:00
view.php - Printer-friendly version of the glossary 2003-11-01 20:27:21 +00:00

Glossary version 0.1
----------------------


By Williams Castillo (castillow@tutopia.com)


This is the Glossary module created and maintained by Williams Castillo.  

It allows to create main and secondary glossaries within courses. Some of its features are:
- Entries could be added by teachers (default) or by student (optional)
- Entries from a secondary glossary could be exported by the teacher to the main glossary of the course.
- The course creator could specify if a glossary should or should not allow duplicated entries.
- You can browse entries by its first letters or all-in-one-page. 
- YOu can search by concept (and optionally by definition).
- 


Quick install instructions

1)  Copy the files inside lang/en (glossary.php and help/*.*) to your lang/en folder. Please, forgive my english... I tried to do my best... I'll appreciate if you send me correct translations of these files (I've also included the spanish translation as well).
2)  Create a folder inside your moodle/mod folder and copy all other files inside it.
3) If you are using a them that uses its own set of icons (like cordoroyblue), you will need to copy the icon.gif and export.gif into your folder of custom icons.
4)  Visit your admin page to install the module
5)  Enjoy it.


Please, send me your comments and suggestions. It will help me improve this module.

All the best,
Will