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

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

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


Revision 1.2 - (show annotations) (download)
Wed Aug 16 01:50:27 2006 UTC (3 years, 3 months ago) by canen
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5, DRUPAL-4-7
Changes since 1.1: +2 -2 lines
File MIME type: text/plain
Minor changes
1 /* $Id: README.txt,v 1.1 2006/08/16 01:46:44 canen Exp $*/
2
3 accents is simple module that removes accents from words to provide better
4 search results. For example "á â Å ã" all become "a".
5
6 Installation
7 ------------
8
9 Copy accents.module to your module directory and then enable on the admin
10 modules page.
11
12 Re-index your search.
13
14 Credits
15 -------
16
17 The _accents_remove_accents and _accents_seems_utf8 do all the work and were
18 taken from http://trac.wordpress.org/browser/trunk/wp-includes/formatting.php
19
20 Issues
21 ------
22 As pointed out in #2 at this comment, http://drupal.org/node/78259#comment-124541,
23 some search results may be deceiving.
24

  ViewVC Help
Powered by ViewVC 1.1.2