You are here

README.txt in Phone 7.2

Same filename in this branch
  1. 7.2 README.txt
  2. 7.2 phone_country_locator/README.txt
Same filename and directory in other branches
  1. 5 README.txt
  2. 6 README.txt
  3. 7 README.txt
Description
-----------
This module provides a phone field type and FAPI element.

Features:
---------
  - Provides a Phone field type, Phone field widget, and several formatters.
  - Provides a Phone FAPI element which can be used in custom modules.
  - Backports the "tel" input element from D8 as "phone_tel",
    and allows this to be used for number input elements.
  - One field instance can support every country.
  - Limit allowable countries.
  - Includes customisable type/label support (Work, Home, Fax, etc..).
  - Full region level validation for all phone numbers using libphonenumber.
    This supports most if not all known countries, and works for both the
    Phone field widget, and Phone FAPI element.
  - Region specific output formatting using libphonenumber, supporting
    International, National, E.164, and RFC3966 output styles.
  - tel: href support using RFC3966.
  - Full token support.
  - Feeds & Migrate integration.
  - Microdata (itemprop=telephone), RDFa (foaf:phone),
    and microformats hcard (class="tel/type/value") support.
  - Devel Generate support.
  - Views and Entity API integration.
  - Support for countries to be disabled via external
    modules like the Countries module (http://drupal.org/project/countries).

Prerequisites
-------------
  The libraries module >= 7.x-2.x (http://drupal.org/project/libraries)
  The libphonenumber library for php must be installed in your sites
  library path. libphonenumber is available from
  https://github.com/chipperstudios/libphonenumber-for-php

Installation
------------
  To install, download and install the prerequisites, then copy the phone
  directory and all its contents to your modules directory.

Configuration
-------------
  To enable this module, visit administer -> modules, and enable phone.

Bugs/Features/Patches:
----------------------
  If you want to report bugs, feature requests, or submit a patch, please do
  so at the project page on the Drupal web site.
  http://drupal.org/project/phone

File

README.txt
View source
  1. Description
  2. -----------
  3. This module provides a phone field type and FAPI element.
  4. Features:
  5. ---------
  6. - Provides a Phone field type, Phone field widget, and several formatters.
  7. - Provides a Phone FAPI element which can be used in custom modules.
  8. - Backports the "tel" input element from D8 as "phone_tel",
  9. and allows this to be used for number input elements.
  10. - One field instance can support every country.
  11. - Limit allowable countries.
  12. - Includes customisable type/label support (Work, Home, Fax, etc..).
  13. - Full region level validation for all phone numbers using libphonenumber.
  14. This supports most if not all known countries, and works for both the
  15. Phone field widget, and Phone FAPI element.
  16. - Region specific output formatting using libphonenumber, supporting
  17. International, National, E.164, and RFC3966 output styles.
  18. - tel: href support using RFC3966.
  19. - Full token support.
  20. - Feeds & Migrate integration.
  21. - Microdata (itemprop=telephone), RDFa (foaf:phone),
  22. and microformats hcard (class="tel/type/value") support.
  23. - Devel Generate support.
  24. - Views and Entity API integration.
  25. - Support for countries to be disabled via external
  26. modules like the Countries module (http://drupal.org/project/countries).
  27. Prerequisites
  28. -------------
  29. The libraries module >= 7.x-2.x (http://drupal.org/project/libraries)
  30. The libphonenumber library for php must be installed in your sites
  31. library path. libphonenumber is available from
  32. https://github.com/chipperstudios/libphonenumber-for-php
  33. Installation
  34. ------------
  35. To install, download and install the prerequisites, then copy the phone
  36. directory and all its contents to your modules directory.
  37. Configuration
  38. -------------
  39. To enable this module, visit administer -> modules, and enable phone.
  40. Bugs/Features/Patches:
  41. ----------------------
  42. If you want to report bugs, feature requests, or submit a patch, please do
  43. so at the project page on the Drupal web site.
  44. http://drupal.org/project/phone