Rename sites directory to be the new config repository

This commit is contained in:
Manuel Cillero 2017-08-09 09:01:23 +02:00
parent 006992b900
commit 433e7eec80
31 changed files with 196 additions and 216 deletions

View file

@ -6,18 +6,18 @@ http://www.drupal.org/project/lexicon
DESCRIPTION
-----------
A lexicon is a stock of terms used in a particular profession, subject or style; a vocabulary.
The Lexicon module generates one or more Lexicon pages based on terms in taxonomies and optionally
A lexicon is a stock of terms used in a particular profession, subject or style; a vocabulary.
The Lexicon module generates one or more Lexicon pages based on terms in taxonomies and optionally
marks and links them in the content.
The Lexicon module is a branch of the Glossary module (http://www.drupal.org/project/glossary) that
was changed to suit the needs of a project for the Dutch government. The main reason for the changes
The Lexicon module is a branch of the Glossary module (http://www.drupal.org/project/glossary) that
was changed to suit the needs of a project for the Dutch government. The main reason for the changes
is compliancy with the web guidelines of the Dutch government (http://www.webguidelines.nl).
The main differences with the Glossary module are that the Lexicon module:
* Produces output that is valid W3C XHTML 1.0 Strict.
* Enables showing lists of terms without marking the terms in content (this is still an option).
* Enables showing lists of terms without marking the terms in content (this is still an option).
You can choose which vocabularies act as Lexicons and you don't bind them to input filters.
* Has configurable paths and titles for each Lexicon.
* Optionally inserts a "go to top" link for each section on the Lexicon page.
@ -34,7 +34,7 @@ Taxonomy
INSTALLING
----------
1. To install the module copy the 'lexicon' folder to your sites/all/modules directory.
1. To install the module copy the 'lexicon' folder to your modules directory.
2. Go to admin/build/modules. Enable the Lexicon module.
Read more about installing modules at http://drupal.org/node/70151
@ -50,4 +50,4 @@ CONFIGURING AND USING
6. Optionally set the paths and titles of the Lexicons and save the configuration.
7. Optionally put the suggested menu-items in the right menu and activate them.
Have fun!
Have fun!