README.txt 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. Copyright 2010 http://www.arvoriad.com
  2. Description
  3. -----------
  4. This module provides a phone field type for CCK.
  5. Features:
  6. ---------
  7. * Validation of phone numbers : support of
  8. + France,
  9. + Belgium,
  10. + Great Britain,
  11. + Switzerland,
  12. + Italy,
  13. + Greece,
  14. + Netherland,
  15. + Israel,
  16. + Russia,
  17. + Ukraine,
  18. + Australia
  19. + Spain,
  20. + Czech,
  21. + Hungary,
  22. + Poland (mobile only),
  23. + Costa Rica,
  24. + Panamana,
  25. + Brazil,
  26. + Chili,
  27. + New Zealand,
  28. + China,
  29. + Hong-Kong,
  30. + Macau,
  31. + Philippine,
  32. + Singapore,
  33. + US,
  34. + Swiss,
  35. + Jordan,
  36. + Egypt,
  37. + South Africa,
  38. + Pakistan,
  39. and Canadian phone numbers
  40. and generic international phone numbers
  41. * Formating of phone numbers
  42. * Option for internationalization of phone numbers
  43. * IPhone support
  44. * Phone CCK fields can be used as a Token
  45. * This module is compatible with module http://drupal.org/project/node_import Node Import module, this module allowing to import data into phone fields
  46. Prerequisites
  47. -------------
  48. The phone.module requires the content.module to be installed.
  49. Installation
  50. ------------
  51. To install, copy the phone directory and all its contents to your modules
  52. directory.
  53. Configuration
  54. -------------
  55. To enable this module, visit administer -> modules, and enable phone.
  56. Bugs/Features/Patches:
  57. ----------------------
  58. If you want to report bugs, feature requests, or submit a patch, please do so
  59. at the project page on the Drupal web site.
  60. http://drupal.org/project/phone
  61. Todo List:
  62. ----------
  63. * add support to other country phone numbers
  64. * improve the validation of phone numbers for the different countries
  65. * internationalization of the module
  66. Author
  67. ------
  68. Thierry Guégan (http://www.arvoriad.com)
  69. If you use this module, find it useful, and want to send the author
  70. a thank you note, then use the Feedback/Contact page at the URL above.
  71. The author can also be contacted for paid customizations of this
  72. and other modules.