| 1 |
|
| 2 |
Summary
|
| 3 |
-------
|
| 4 |
When sending e-mail / using CDN/static file server, we
|
| 5 |
often need to parse images to absolute url. This is why
|
| 6 |
this tiny module exists.
|
| 7 |
|
| 8 |
This module only parse relative url to absolute url
|
| 9 |
dynamiclly, and you can also set custom url when you have
|
| 10 |
CDN/static file deliver server.
|
| 11 |
|
| 12 |
|
| 13 |
Installation
|
| 14 |
------------
|
| 15 |
To install this module, do the following:
|
| 16 |
|
| 17 |
1. copy to module directory (modules/ or sites/all/modules).
|
| 18 |
3. after module enabled, check out settings page to enable this function. (admin/settings/abssrc)
|
| 19 |
|
| 20 |
Bugs/Features/Patches
|
| 21 |
----------------------
|
| 22 |
If you want to report bugs, feature requests, or submit a patch, please do so
|
| 23 |
at the project page on the Drupal web site.
|
| 24 |
|
| 25 |
Author
|
| 26 |
------
|
| 27 |
Jimmy Huang (jimmy@jimmyhub.net, http://drupaltaiwan.org, user name jimmy)
|
| 28 |
|
| 29 |
If you use this module, find it useful, and want to send the author
|
| 30 |
a thank you note, feel free to contact me.
|
| 31 |
|
| 32 |
The author can also be contacted for paid customizations of this
|
| 33 |
and other modules.
|
| 34 |
|