You are here

README.txt in Lexicon 6

Same filename and directory in other branches
  1. 7 README.txt
Non-displayable characters.

File

README.txt
View source
  1. Lexicon
  2. http://www.drupal.org/project/lexicon
  3. =====================================
  4. DESCRIPTION
  5. -----------
  6. A lexicon is a stock of terms used in a particular profession, subject or style; a vocabulary.
  7. The Lexicon module generates one or more Lexicon pages based on terms in taxonomies and optionally
  8. marks and links them in the content.
  9. The Lexicon module is a fork of the Glossary module (http://www.drupal.org/project/glossary) that
  10. was changed to suit the needs of a project for the Dutch government and later ported to Drupal 7.
  11. The main reason for the changes is compliancy with the web guidelines of the Dutch government
  12. (http://www.webguidelines.nl).
  13. DIFFERENCES BETWEEN LEXICON AND GLOSSARY MODULE
  14. -----------------------------------------------
  15. The main differences with the Glossary module are that the Lexicon module:
  16. * Produces output that is valid W3C XHTML 1.0 Strict.
  17. * Enables showing lists of terms without marking the terms in content (this is still an option).
  18. You can choose which vocabularies act as Lexicons and you don’t bind them to input filters.
  19. * Has configurable paths and titles for each Lexicon.
  20. * Optionally inserts a “go to top” link for each section on the Lexicon page.
  21. * Optionally “scrolls” to internal links on the Lexicon page.
  22. * Lexicon is also available for Drupal 7
  23. * From the 7.x-1.4 version and up the Lexicon module uses template files instead of theme functions
  24. for output rendering
  25. DRUPAL 6 VERSUS DRUPAL 7 VERSION
  26. --------------------------------
  27. Shortly after Drupal 7.0 was released the Drupal 7 version of the Lexicon module was developed.
  28. From that moment new features only go into the Drupal 7 version unless there is lot of demand for a
  29. feature to be backported to the Drupal 6 version.
  30. Related terms and synonyms for terms have been stripped out of the Taxonomy module in Drupal 7 and
  31. the functionality should now be created using Fields. The Drupal 7 version of the Lexicon module lets
  32. the administrator configure which fields of a vocabulary are used as fields for related terms,
  33. synonyms and/or term images.
  34. Two-way relations of terms is not implemented (yet).
  35. Development of this module is sponsored by Sogeti Netherlands (http://sogeti.doethetmetdrupal.nl).
  36. REQUIREMENTS
  37. ------------
  38. Drupal 7.x
  39. Taxonomy
  40. Fields
  41. INSTALLING
  42. ----------
  43. 1. To install the module copy the 'lexicon' folder to your sites/all/modules directory.
  44. 2. Go to admin/build/modules. Enable the Lexicon module.
  45. Read more about installing modules at http://drupal.org/node/70151
  46. CONFIGURING AND USING
  47. ---------------------
  48. 1. Create a taxonomy vocabulary for each Lexicon.
  49. 2. Go to admin/settings/lexicon.
  50. 3. Select the created taxonomy vocabularies you want to use as Lexicons.
  51. 4. Set the desired behavior of the Lexicon module and save the configuration.
  52. 5. Configure the alphabar and save the configuration.
  53. 6. Optionally set the paths and titles of the Lexicons and save the configuration.
  54. 7. Optionally configure fields for synonyms, related terms and term images.
  55. 8. Optionally put the suggested menu-items in the right menu and activate them.
  56. 9. Enable the Lexicon filter on the appropriate text formats.
  57. Have fun!