Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
The mnemonic major system memory training module helps you to practice using the mnemomic major system.
The mnemonic major system is a memory technique which allows you to memorize numbers through visual association. The system works by converting numbers into consonant sounds, then into words by adding vowels. The system works on the principle that images can be remembered more easily than numbers.
This module lets you train number to word conversion (ntw) and word to number conversion (wtn).
It also lets you input a number and will suggest a sentence for you based on your own defenition of your favorite 'pegs': words that map to specific numbers.
You can define your own pegs in the configuration settings and you can alter some values for training purposes.
When doing number to word conversion you are not limited to using your own or predefined peg words. By using the double metaphone algorithm, the module will calculate the numeric output from the words you provided.
This module extends features of XML Sitemap module.
According to Google Webmaster Tools Help (http://www.google.com/support/webmasters/bin/answer.py?answer=178636) we are able to add additional information about important images on site pages.
This module will add information about all published images (from image fields in content types) to XML Sitemap.
Features plan
To create ability to choose what image fields will be added to sitemap (so add setting in field edit)
Installation notes
1) Place this module directory in your "modules" folder (this will usually be
"sites/all/modules/"). Don't install your module in Drupal core's "modules"
folder, since that will cause problems and is bad practice in general. If
"sites/all/modules" doesn't exist yet, just create it.
2) Apply the patch to xmlsitemap module (xmlsitemap.patch). Instructions can be
found at http://drupal.org/patch/apply.
However, a quick reminder:
a) Change the directory to the root directory of your Drupal core:
cd /htdocs/example.com
b) Change the directory to the directory of your Drupal contributes module:
cd sites/all/modules
b) Copy the patch to this directory
cp xmlsitemap_images/xmlsitemap.patch xmlsitemap
c) Change the directory to the directory of your Drupal contributes module: