Skip to content

Commit

Permalink
Do readme file changes from 234d928
Browse files Browse the repository at this point in the history
  • Loading branch information
CloCkWeRX committed Dec 11, 2011
1 parent db070d9 commit 3de7d0d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README
@@ -1,4 +1,4 @@
This package is http://pear.php.net/package/Image_Barcode and has been migrated from http://svn.php.net/repository/pear/packages/Image_Barcode This package is http://pear.php.net/package/Image_Barcode2 and has been migrated from http://svn.php.net/repository/pear/packages/Image_Barcode2


Please report all new issues via the PEAR bug tracker. Please report all new issues via the PEAR bug tracker.


Expand Down
16 changes: 8 additions & 8 deletions docs/Readme.txt
@@ -1,7 +1,7 @@
= Image_Barcode - a package to render barcodes = = Image_Barcode2 - a package to render barcodes =
------------------------------------------------ ------------------------------------------------


With PEAR::Image_Barcode class you can create a barcode representation of a With PEAR::Image_Barcode2 class you can create a barcode representation of a
given string. given string.


This class uses GD function because this the generated graphic can be any of This class uses GD function because this the generated graphic can be any of
Expand All @@ -11,9 +11,9 @@ GD supported supported image types.
= Installation = = Installation =
---------------- ----------------


You can install Image_Barcode issuing the following command (as root): You can install Image_Barcode2 issuing the following command (as root):


# pear install Image_Barcode # pear install Image_Barcode2


If you don't have the 'pear' command, please consult PEAR::The PHP Extension and If you don't have the 'pear' command, please consult PEAR::The PHP Extension and
Application Repository homepage at http://pear.php.net Application Repository homepage at http://pear.php.net
Expand All @@ -26,9 +26,9 @@ Just load the class in your script:


require_once('Image/Barcode.php'); require_once('Image/Barcode.php');


Call the Image_Barcode::draw() as the follow: Call the Image_Barcode2::draw() as the follow:


Image_Barcode::draw('1234', 'int25', 'png'); Image_Barcode2::draw('1234', 'int25', 'png');


Where: Where:


Expand All @@ -41,7 +41,7 @@ Where:
----------------- -----------------


You can get the latest code at the PEAR site: You can get the latest code at the PEAR site:
http://pear.php.net/package/Image_Barcode/ http://pear.php.net/package/Image_Barcode2/




= Contributing = = Contributing =
Expand Down Expand Up @@ -88,4 +88,4 @@ Written by Marcelo Subtil Marcal <msmarcal@php.net>
= Reporting Bugs = = Reporting Bugs =
------------------ ------------------


Report bugs at: http://pear.php.net/bugs/report.php?package=Image_Barcode Report bugs at: http://pear.php.net/bugs/report.php?package=Image_Barcode2

0 comments on commit 3de7d0d

Please sign in to comment.