/[drupal]/contributions/modules/acronyms/README.txt
ViewVC logotype

Contents of /contributions/modules/acronyms/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download)
Fri Dec 5 16:57:41 2008 UTC (11 months, 2 weeks ago) by dellintosh
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-1-RC1, DRUPAL-6--1-1-RC2, DRUPAL-6--1-0-BETA1, DRUPAL-5--1-1, DRUPAL-5--1-2, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
Changes since 1.2: +0 -0 lines
File MIME type: text/plain
having troubles getting the dir structure right, hopefully this works
1 Acronyms is a small module which handles Acronyms (also known as Abbreviations) on your site. The primary function is acronyms_parse_string($string) which takes and returns a string, properly formatted with the acronyms (or abbreviations) in it.
2
3 For example, say you have the following strings:
4
5 "The USA has 48 contiguous states." will output the same string, but save "USA" as a new acronym (if enabled in the acronyms->settings page)
6 "THE USA HAS 48 CONTIGUOUS STATES." will output "The USA has 48 Contiguous States." (if the acronym was added manually or automatically).
7 "the usa has 48 contiguous states." will output "The USA has 48 Contiguous States." (same reason as above.)
8
9 /******************** INSTALLATION ***********************/
10 1. Copy the "acronyms" folder into your appropriate modules folder (sites/all/modules, sites/default/modules, etc.)
11
12 2. Go to "Site Configuration >> Modules" and enable the Acronyms Module.
13
14 3. Configure the module settings on "Site Configuration >> Acronyms"
15
16 * Enable Acronym Filtering - easily turn on/off the acronym filtering without having to enable/disable the module. This MUST BE CHECKED in order for the Acronyms module to filter/parse your strings.
17
18 * Automatically Create Acronyms - will look for acronyms inside of your strings and automatically add them as appropriate. (NOTE: You can still edit/delete any erroneous ones on the main Acronyms Settings page).
19
20 * Add New Acronym - Manually add a new acronym, which will be used in the filter/parsing process.

  ViewVC Help
Powered by ViewVC 1.1.2