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

Diff of /contributions/modules/urlify/README.txt

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

revision 1.2.6.1, Sat Jan 13 23:21:40 2007 UTC revision 1.2.6.2, Sat Sep 29 08:24:18 2007 UTC
# Line 10  Please note that URLify is not meant to Line 10  Please note that URLify is not meant to
10  module, it just saves you some typing. It has been tested on Firefox,  module, it just saves you some typing. It has been tested on Firefox,
11  Konqueror and IE6.  Konqueror and IE6.
12    
13    Language maps
14    ~~~~~~~~~~~~~
15    
16    The URLify module now has support for language maps. Language maps work by
17    replacing characters in other languages with similar ones in English. The
18    replacement is done in the generated path alias only. For example, a node with
19    title "Это простое испытание название" will create a path alias of
20    "eto-prostoe-ispytanie-nazvanie". Original text in Russian - thanks Google
21    translator.
22    
23    Note::
24      My knowledge of these things are whoefully abysmal. All credit goes to the
25      Django folks for their work.
26    
27    Feel free to contribute your own map. Look at urlify.js to get an idea of how
28    this can be done.
29    
30  Requirements  Requirements
31  ------------  ------------
# Line 22  Installation Line 38  Installation
38  ------------  ------------
39    
40  1. Extract the urlify module to your modules directory.  1. Extract the urlify module to your modules directory.
41  2. Enable the urlify module on the Administer › Site Building › Modules page.  2. Enable the urlify module on the Administer › Site Building › Modules page.
42    (No database change is neccessary)    (No database change is neccessary)
43  3. Modify settings at Administer › Site configuration › URLify  3. Modify settings at Administer › Site configuration › URLify
44  4. Change permission at Administer › User management › Access control  4. Change permission at Administer › User management › Access control
# Line 30  Installation Line 46  Installation
46    
47  New in this version  New in this version
48  -------------------  -------------------
49   * Added the "administer urlify" permission   * Added language maps
50    
51  Author  Author
52  ------  ------

Legend:
Removed from v.1.2.6.1  
changed lines
  Added in v.1.2.6.2

  ViewVC Help
Powered by ViewVC 1.1.2