You are here

README.txt in Barcode 6

Same filename and directory in other branches
  1. 6.2 README.txt
  2. 7.2 README.txt
***********
* README: *
***********

DESCRIPTION:
------------
This module provides a barcode field type for CCK.


REQUIREMENTS:
-------------
The barcode.module requires the content.module to be installed.


INSTALLATION:
-------------
1. Place the entire barcode directory into your Drupal modules/
   directory.

2. Enable the barcode module by navigating to:

     administer > modules

3. Copy your font to the barcode/ folder

4. Finish the configuration at admin/content/barcode


Features:
---------
* Generate a barcode image on the fly. It supports EAN-13,EAN-8,UPC-A,UPC-E,ISBN ,2 of 5 Symbologies(std,ind,interleaved),postnet,codabar,code128,code39,code93 symbologies.
* You can also display the barcode as simple text.
* You need provide your own font file

Author:
-------
Jingsheng Wang
INsReady.com
skyred ( ^ ) live.com

File

README.txt
View source
  1. ***********
  2. * README: *
  3. ***********
  4. DESCRIPTION:
  5. ------------
  6. This module provides a barcode field type for CCK.
  7. REQUIREMENTS:
  8. -------------
  9. The barcode.module requires the content.module to be installed.
  10. INSTALLATION:
  11. -------------
  12. 1. Place the entire barcode directory into your Drupal modules/
  13. directory.
  14. 2. Enable the barcode module by navigating to:
  15. administer > modules
  16. 3. Copy your font to the barcode/ folder
  17. 4. Finish the configuration at admin/content/barcode
  18. Features:
  19. ---------
  20. * Generate a barcode image on the fly. It supports EAN-13,EAN-8,UPC-A,UPC-E,ISBN ,2 of 5 Symbologies(std,ind,interleaved),postnet,codabar,code128,code39,code93 symbologies.
  21. * You can also display the barcode as simple text.
  22. * You need provide your own font file
  23. Author:
  24. -------
  25. Jingsheng Wang
  26. INsReady.com
  27. skyred ( ^ ) live.com