You are here

README.txt in Mobile Codes 6.2

Same filename and directory in other branches
  1. 6 README.txt
  2. 7.2 README.txt
The Mobile Codes module provides the ability to render Text, URLs or any other
form of informaton as a Mobile Code, including but not limited to the QR and
Datamatrix formats, providing a simple way of transfering said information from
the screen to a Mobile phone.

Mobile Codes was written and is maintained by Stuart Clark (deciphered).
- http://stuar.tc/lark


Features
--------------------------------------------------------------------------------

* User definable and Features exportable Mobile Code Providers and Presets.
  * Defaults provided:
    * Six (6) External Providers.
    * One (1) Internal Provider (see below).
    * Three (3) to five (5) Presets (based on installed modules).
* Render Mobile Codes via:
  * CCK/Views formatters:
    * CCK Text module.
    * FileField module.
    * Link module.
    * plus an example Custom Formatter for extended support.
  * Input filter.
  * Drupal API Theme() call.
* Blocks:
  * Node URL block - Creates a Mobile Code of the current Node URL.
  * User vCard - Uses the vCard module to provide a vCard Mobile Code from a
    Nodes Author or a users profile.
  * Mobile Code generator - An Admin module optimized helper block.
* Support for:
  * Mobile Tools module - Redirect internal Mobile Code URLs to Mobile site URL.
  * Redirecting Click Bouncer module - Track URLs accessed via Mobile Codes.
  * Shorten module - Shorten URLs in Mobile Codes.


Required modules
--------------------------------------------------------------------------------

* Chaos tool suite module.


Recommended modules
--------------------------------------------------------------------------------

* Custom Formatters module.
* Libraries API module.


Configuration
--------------------------------------------------------------------------------

All configuration for Mobile Codes can be found at:
  Administer > Site configuration > Mobile Codes
  http://[www.yoursite.com/path/to/drupal]/admin/settings/mobile_codes


Advanced configuration
--------------------------------------------------------------------------------

* Setting up an internal Provider with the PHP QR Code library:

  1. Download, install and enable the Libraries API module.
       http://drupal.org/project/libraries

  2. Download the PHP QR Code library.
       http://sourceforge.net/projects/phpqrcode/files/releases/phpqrcode-2010100721_1.1.4.zip/download

  3. Extract the PHP QR Code library to your Libraries directory.
       e.g. sites/all/libraries/phpqrcode

  4. Clear cached data from the Perfomance page.
       Administer > Site configuration > Performance
       http://[www.yoursite.com/path/to/drupal]/admin/settings/performance


  Note: Mobile Codes will automatically detect the PHP QR Code library once
        installed as above and add a new PHP QR Code Provider to the list.

File

README.txt
View source
  1. The Mobile Codes module provides the ability to render Text, URLs or any other
  2. form of informaton as a Mobile Code, including but not limited to the QR and
  3. Datamatrix formats, providing a simple way of transfering said information from
  4. the screen to a Mobile phone.
  5. Mobile Codes was written and is maintained by Stuart Clark (deciphered).
  6. - http://stuar.tc/lark
  7. Features
  8. --------------------------------------------------------------------------------
  9. * User definable and Features exportable Mobile Code Providers and Presets.
  10. * Defaults provided:
  11. * Six (6) External Providers.
  12. * One (1) Internal Provider (see below).
  13. * Three (3) to five (5) Presets (based on installed modules).
  14. * Render Mobile Codes via:
  15. * CCK/Views formatters:
  16. * CCK Text module.
  17. * FileField module.
  18. * Link module.
  19. * plus an example Custom Formatter for extended support.
  20. * Input filter.
  21. * Drupal API Theme() call.
  22. * Blocks:
  23. * Node URL block - Creates a Mobile Code of the current Node URL.
  24. * User vCard - Uses the vCard module to provide a vCard Mobile Code from a
  25. Nodes Author or a users profile.
  26. * Mobile Code generator - An Admin module optimized helper block.
  27. * Support for:
  28. * Mobile Tools module - Redirect internal Mobile Code URLs to Mobile site URL.
  29. * Redirecting Click Bouncer module - Track URLs accessed via Mobile Codes.
  30. * Shorten module - Shorten URLs in Mobile Codes.
  31. Required modules
  32. --------------------------------------------------------------------------------
  33. * Chaos tool suite module.
  34. Recommended modules
  35. --------------------------------------------------------------------------------
  36. * Custom Formatters module.
  37. * Libraries API module.
  38. Configuration
  39. --------------------------------------------------------------------------------
  40. All configuration for Mobile Codes can be found at:
  41. Administer > Site configuration > Mobile Codes
  42. http://[www.yoursite.com/path/to/drupal]/admin/settings/mobile_codes
  43. Advanced configuration
  44. --------------------------------------------------------------------------------
  45. * Setting up an internal Provider with the PHP QR Code library:
  46. 1. Download, install and enable the Libraries API module.
  47. http://drupal.org/project/libraries
  48. 2. Download the PHP QR Code library.
  49. http://sourceforge.net/projects/phpqrcode/files/releases/phpqrcode-2010100721_1.1.4.zip/download
  50. 3. Extract the PHP QR Code library to your Libraries directory.
  51. e.g. sites/all/libraries/phpqrcode
  52. 4. Clear cached data from the Perfomance page.
  53. Administer > Site configuration > Performance
  54. http://[www.yoursite.com/path/to/drupal]/admin/settings/performance
  55. Note: Mobile Codes will automatically detect the PHP QR Code library once
  56. installed as above and add a new PHP QR Code Provider to the list.