Re: [PHP-DOC] cvs: peardoc /en/pecl cybermut.xml

2005-12-18 Thread anatoly techtonik
||*()*|| Hi, anatoly.

at techtonik   Wed Dec 14 05:48:45 2005 EDT

at   Removed files:   
at /peardoc/en/peclcybermut.xml 
at   Log:
at   - was never rendered and now moved to phpdoc
  

This letter supposed to appear in PEARDOC mailing list.
I didn't send it to PHPDOC manually. Can it be the case when
files removed from PEARDOC CVS tree were used in PHP
documentation?


t
-- 


Re: [PHP-DOC] cvs: peardoc /en/pecl cybermut.xml

2005-12-18 Thread Nuno Lopes

||*()*|| Hi, anatoly.

at techtonik Wed Dec 14 05:48:45 2005 EDT

at   Removed files:   
at /peardoc/en/pecl cybermut.xml 
at   Log:

at   - was never rendered and now moved to phpdoc
 


This letter supposed to appear in PEARDOC mailing list.
I didn't send it to PHPDOC manually. Can it be the case when
files removed from PEARDOC CVS tree were used in PHP
documentation?



peardoc/en/pecl commit messages are sent to phpdoc list, instead of pear's.

Nuno


[PHP-DOC] cvs: peardoc /en/pecl cybermut.xml

2005-09-10 Thread Martin Jansen
mj  Sat Sep 10 09:56:45 2005 EDT

  Modified files:  
/peardoc/en/peclcybermut.xml 
  Log:
  * Another package documentation that has been moved to phpdoc.
  
  
http://cvs.php.net/diff.php/peardoc/en/pecl/cybermut.xml?r1=1.2r2=1.3ty=u
Index: peardoc/en/pecl/cybermut.xml
diff -u peardoc/en/pecl/cybermut.xml:1.2 peardoc/en/pecl/cybermut.xml:1.3
--- peardoc/en/pecl/cybermut.xml:1.2Fri Jun 20 01:19:08 2003
+++ peardoc/en/pecl/cybermut.xmlSat Sep 10 09:56:44 2005
@@ -1,136 +1,22 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
-!-- Author: Chaillan Nicolas [EMAIL PROTECTED] --
- reference id=pecl.cybermut
+!-- $Revision: 1.3 $ --
+reference id=pecl.cybermut
   titleCredit Mutuel CyberMUT functions/title
-  titleabbrevCyberMUT/titleabbrev
-  partintro
-   simpara
-This extension allows you to process credit cards transactions using Credit
-Mutuel CyberMUT system (ulink 
url=url.cybermut;url.cybermut;/ulink).
-   /simpara 
-   simpara
-   CynerMUT is a popular Web Payment Service in France, provided by the
-   Credit Mutuel bank. If you are foreign in France, these functions will not
-   be useful for you.
-   /simpara
-   simpara
-These functions are only available if PHP has been compiled with the
-option role=configure--with-cybermut[=DIR]/option option, where DIR 
is
-the location of libcm-mac.a and cm-mac.h. You will require the
-appropriate SDK for your platform, which may be sent to you after your
-CyberMUT's subscription (contact them via Web, or go to the nearest
-Credit Mutuel).
-   /simpara
-   simpara
-The use of these functions is almost identical to the original functions,
-except for the parameters of return for CreerFormulaireCM and 
CreerReponseCM,
-which are returned directly by functions PHP, whereas they had passed in
-reference in the original functions. 
-   /simpara
-  notepara
-These functions only provide a link to CyberMUT SDK. Be sure to read the
-CyberMUT Developers Guide for full details of the required parameters.
-   /para/note
-  /partintro
 
-  refentry id=pecl.cybermut.cybermut_creerformulairecm
-   refnamediv
-refnamecybermut_creerformulairecm/refname 
-refpurposeGenerate HTML form of request for payment/refpurpose
-   /refnamediv
-   refsect1
-titleDescription/title
-funcsynopsis
- funcprototype
-  funcdefstring functionpfpro_init/function/funcdef
-  paramdefstring parameterurl_cm/parameter/paramdef
-  paramdefstring parameterversion/parameter/paramdef
-  paramdefstring parametertpe/parameter/paramdef
-  paramdefstring parameterprice/parameter/paramdef
-  paramdefstring parameterref_command/parameter/paramdef
-  paramdefstring parametertext_free/parameter/paramdef
-  paramdefstring parameterurl_return/parameter/paramdef
-  paramdefstring parameterurl_return_ok/parameter/paramdef
-  paramdefstring parameterurl_return_err/parameter/paramdef
-  paramdefstring parameterlanguage/parameter/paramdef
-  paramdefstring parametercode_company/parameter/paramdef
-  paramdefstring parametertext_button/parameter/paramdef
- /funcprototype
-/funcsynopsis
-para
- functioncybermut_creerformulairecm/function is used to generate the
- HTML form of request for payment.
-/para
-para 
- See also functioncybermut_testmac/function
- functioncybermut_creerreponsecm/function.
-/para
-   /refsect1
+  refentry id=pecl.cybermut.docs
+refnamediv
+  refnameDocumentation/refname
+  refpurpose /
+/refnamediv
+refsect1
+  titleDocumentation moved/title
+  simpara
+The documentation is now part of the ulink 
url=url.php.manual;/en/ref.cybermut.phpPHP
+manual/ulink.
+  /simpara
+/refsect1
   /refentry
-
-  refentry id=pecl.cybermut.cybermut_testmac
-   refnamediv
-refnamecybermut_testmac/refname 
-refpurposeMake sure that there was no data diddling contained
- in the received message of confirmation/refpurpose
-   /refnamediv
-   refsect1
-titleDescription/title
-funcsynopsis
- funcprototype
-  funcdefbool functioncybermut_testmac/function/funcdef
-  paramdefstring parametercode_mac/parameter/paramdef
-  paramdefstring parameterversion/parameter/paramdef
-  paramdefstring parametertpe/parameter/paramdef
-  paramdefstring parametercdate/parameter/paramdef
-  paramdefstring parameterprice/parameter/paramdef
-  paramdefstring parameterref_command/parameter/paramdef
-  paramdefstring parametertext_free/parameter/paramdef
-  paramdefstring parametercode_return/parameter/paramdef
- /funcprototype
-/funcsynopsis
-para
- functioncybermut_testmac/function is used to make sure that there was 
- no data diddling contained in the received message of confirmation.
- Pay attention to parameters code_return and text_free, which cannot be
- evaluated as is,