Removed the deprecated cybermut extension from all of phpdoc.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@255544 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2008-03-20 01:56:01 +00:00
parent eaba875e61
commit 730bae29e2
9 changed files with 1 additions and 398 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.30 $ -->
<!-- $Revision: 1.31 $ -->
<!--
DO NOT TRANSLATE THIS FILE! All the content that is displayed
on the extension categorization page in your translated manual
@ -235,7 +235,6 @@
<listitem><para><xref linkend="book.classkit"/></para></listitem>
<listitem><para><xref linkend="book.cpdf"/></para></listitem>
<listitem><para><xref linkend="book.crack"/></para></listitem>
<listitem><para><xref linkend="book.cybermut"/></para></listitem>
<listitem><para><xref linkend="book.cyrus"/></para></listitem>
<listitem><para><xref linkend="book.dbplus"/></para></listitem>
<listitem><para><xref linkend="book.dbx"/></para></listitem>

View file

@ -1,60 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.2 $ -->
<book xml:id="book.cybermut" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Credit Mutuel CyberMUT</title>
<!-- {{{ preface -->
<preface xml:id="intro.cybermut">
&reftitle.intro;
<para>
This extension allows you to process credit cards transactions using
<link xlink:href="&url.cybermut;">Credit Mutuel CyberMUT system</link>.
</para>
<para>
CyberMUT 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.
</para>
<para>
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.
</para>
&note.no-windows.extension;
<note>
<para>
&pecl.moved-ver;4.3.0
</para>
</note>
</preface>
<!-- }}} -->
&reference.cybermut.setup;
&reference.cybermut.constants;
&reference.cybermut.reference;
</book>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

View file

@ -1,31 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<section xml:id="cybermut.installation" xmlns="http://docbook.org/ns/docbook">
&reftitle.install;
<para>
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 <filename>libcm-mac.a</filename> and <filename>cm-mac.h</filename>.
</para>
</section>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

View file

@ -1,29 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.2 $ -->
<appendix xml:id="cybermut.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.constants;
&no.constants;
</appendix>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

View file

@ -1,62 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/cybermut.xml, last change in rev 1.2 -->
<refentry xml:id="function.cybermut-creerformulairecm" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>cybermut_creerformulairecm</refname>
<refpurpose>Generate HTML form of request for payment</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>string</type><methodname>cybermut_creerformulairecm</methodname>
<methodparam><type>string</type><parameter>url_cm</parameter></methodparam>
<methodparam><type>string</type><parameter>version</parameter></methodparam>
<methodparam><type>string</type><parameter>tpe</parameter></methodparam>
<methodparam><type>string</type><parameter>price</parameter></methodparam>
<methodparam><type>string</type><parameter>ref_command</parameter></methodparam>
<methodparam><type>string</type><parameter>text_free</parameter></methodparam>
<methodparam><type>string</type><parameter>url_return</parameter></methodparam>
<methodparam><type>string</type><parameter>url_return_ok</parameter></methodparam>
<methodparam><type>string</type><parameter>url_return_err</parameter></methodparam>
<methodparam><type>string</type><parameter>language</parameter></methodparam>
<methodparam><type>string</type><parameter>code_company</parameter></methodparam>
<methodparam><type>string</type><parameter>text_button</parameter></methodparam>
</methodsynopsis>
<para>
<function>cybermut_creerformulairecm</function> is used to generate the
HTML form of request for payment.
</para>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>cybermut_testmac</function></member>
<member><function>cybermut_creerreponsecm</function></member>
</simplelist>
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

View file

@ -1,60 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/cybermut.xml, last change in rev 1.2 -->
<refentry xml:id="function.cybermut-creerreponsecm" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>cybermut_creerreponsecm</refname>
<refpurpose>Generate the delivery's acknowledgement of the payment's confirmation</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>string</type><methodname>cybermut_creerreponsecm</methodname>
<methodparam><type>string</type><parameter>sentence</parameter></methodparam>
</methodsynopsis>
<para>
The parameter is "OK" if the message of confirmation of the payment
were correctly authenticated by <function>cybermut_testmac</function>.
Any other chain is regarded as an error message.
</para>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns a string containing the message of acknowledgement of delivery.
</para>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>cybermut_creerformulairecm</function></member>
<member><function>cybermut_testmac</function></member>
</simplelist>
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

View file

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/cybermut.xml, last change in rev 1.2 -->
<refentry xml:id="function.cybermut-testmac" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>cybermut_testmac</refname>
<refpurpose>Make sure that there was no data diddling contained
in the received message of confirmation</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>cybermut_testmac</methodname>
<methodparam><type>string</type><parameter>code_mac</parameter></methodparam>
<methodparam><type>string</type><parameter>version</parameter></methodparam>
<methodparam><type>string</type><parameter>tpe</parameter></methodparam>
<methodparam><type>string</type><parameter>cdate</parameter></methodparam>
<methodparam><type>string</type><parameter>price</parameter></methodparam>
<methodparam><type>string</type><parameter>ref_command</parameter></methodparam>
<methodparam><type>string</type><parameter>text_free</parameter></methodparam>
<methodparam><type>string</type><parameter>code_return</parameter></methodparam>
</methodsynopsis>
<para>
<function>cybermut_testmac</function> is used to make sure that there was
no data diddling contained in the received message of confirmation.
Pay attention to parameters <parameter>code_return</parameter> and
<parameter>text_free</parameter>, which cannot be evaluated as is,
because of the dash.
</para>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>cybermut_creerformulairecm</function></member>
<member><function>cybermut_creerreponsecm</function></member>
</simplelist>
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

View file

@ -1,27 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.12 $ -->
<reference xml:id="ref.cybermut" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Credit Mutuel CyberMUT &Functions;</title>
<titleabbrev>CyberMUT</titleabbrev>
&reference.cybermut.entities.functions;
</reference>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
-->

View file

@ -1,64 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.2 $ -->
<chapter xml:id="cybermut.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
<!-- {{{ Requirements -->
<section xml:id="cybermut.requirements">
&reftitle.required;
<para>
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).
</para>
<note>
<simpara>
These functions only provide a link to CyberMUT SDK. Be sure to read the
CyberMUT Developers Guide for full details of the required parameters.
</simpara>
</note>
</section>
<!-- }}} -->
<!-- {{{ Installation -->
&reference.cybermut.configure;
<!-- }}} -->
<!-- {{{ Configuration -->
<section xml:id="cybermut.configuration">
&reftitle.runtime;
&no.config;
</section>
<!-- }}} -->
<!-- {{{ Resources -->
<section xml:id="cybermut.resources">
&reftitle.resources;
&no.resource;
</section>
<!-- }}} -->
</chapter>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->