philip Wed May 28 14:43:22 2003 EDT Modified files: /phpdoc/en/faq using.xml /phpdoc/entities global.ent Log: Link to even more pdf library alternatives, as per didou's suggestion in bug #22049 Index: phpdoc/en/faq/using.xml diff -u phpdoc/en/faq/using.xml:1.25 phpdoc/en/faq/using.xml:1.26 --- phpdoc/en/faq/using.xml:1.25 Thu May 15 12:12:44 2003 +++ phpdoc/en/faq/using.xml Wed May 28 14:43:22 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.25 $ --> +<!-- $Revision: 1.26 $ --> <chapter id="faq.using"> <title>Using PHP</title> <titleabbrev>Using PHP</titleabbrev> @@ -342,10 +342,12 @@ </question> <answer> <para> - There are a few alternatives such as - <ulink url="&url.pdf.ros;">&url.pdf.ros;</ulink> and - <ulink url="&url.pdf.fpdf;">&url.pdf.fpdf;</ulink>. Both - are free and well documented. + There are a few alternatives written in PHP such as + <ulink url="&url.pdf.ros;">&url.pdf.ros;</ulink>, + <ulink url="&url.pdf.fpdf;">&url.pdf.fpdf;</ulink>, + <ulink url="&url.pdf.pdf4php;">&url.pdf.pdf4php;</ulink>, and + <ulink url="&url.pdf.phppdflib;">&url.pdf.phppdflib;</ulink>. + There is also the <ulink url="&url.pdf.panda;">Panda</ulink> module. </para> </answer> </qandaentry> Index: phpdoc/entities/global.ent diff -u phpdoc/entities/global.ent:1.109 phpdoc/entities/global.ent:1.110 --- phpdoc/entities/global.ent:1.109 Wed May 28 14:34:52 2003 +++ phpdoc/entities/global.ent Wed May 28 14:43:22 2003 @@ -1,6 +1,6 @@ <!-- -*- SGML -*- - $Id: global.ent,v 1.109 2003/05/28 18:34:52 philip Exp $ + $Id: global.ent,v 1.110 2003/05/28 18:43:22 philip Exp $ Contains global "macros" for all the XML documents. @@ -175,6 +175,9 @@ <!ENTITY url.pcre "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/"> <!ENTITY url.pdf "http://www.pdflib.com/pdflib/index.html"> <!ENTITY url.pdf.fpdf "http://www.fpdf.org/"> +<!ENTITY url.pdf.panda "http://www.stillhq.com/cgi-bin/getpage?area=panda"> +<!ENTITY url.pdf.pdf4php "http://www.gnuvox.com/pdf4php/"> +<!ENTITY url.pdf.phppdflib "http://www.potentialtech.com/ppl.php"> <!ENTITY url.pdf.ros "http://www.ros.co.nz/pdf/"> <!ENTITY url.pdflib.merz "http://www.pdflib.com/corporate/tm.html"> <!ENTITY url.pear.net-dns "http://pear.php.net/Net_DNS">
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php