[PHP-DOC] cvs: phpdoc /de chapters.ent /de/functions ccvs.xml From: Egon Schmid (eschmid <email protected>)
Date: 08/11/00

eschmid Fri Aug 11 07:17:31 2000 EDT

  Added files:
    /phpdoc/de/functions ccvs.xml

  Modified files:
    /phpdoc/de chapters.ent
  Log:
  Added the ccvs to the German tree.
  
Index: phpdoc/de/chapters.ent
diff -u phpdoc/de/chapters.ent:1.10 phpdoc/de/chapters.ent:1.11
--- phpdoc/de/chapters.ent:1.10 Mon Aug 7 14:27:39 2000
+++ phpdoc/de/chapters.ent Fri Aug 11 07:17:30 2000
@@ -30,6 +30,7 @@
 <!ENTITY reference.array SYSTEM "functions/array.xml">
 <!ENTITY reference.aspell SYSTEM "functions/aspell.xml">
 <!ENTITY reference.bc SYSTEM "functions/bc.xml">
+<!ENTITY reference.ccvs SYSTEM "functions/ccvs.xml">
 <!ENTITY reference.com SYSTEM "functions/com.xml">
 <!ENTITY reference.classobj SYSTEM "functions/classobj.xml">
 <!ENTITY reference.cpdf SYSTEM "functions/cpdf.xml">

Index: phpdoc/de/functions/ccvs.xml
+++ phpdoc/de/functions/ccvs.xml
<!--
CCVS Documentation by Brendan W. McAdams <brendan <email protected>>
Copyright (c) 2000 by the PHP Group

-Special Thanks to RedHat, Inc. for the contribution of their original
documentation for the php3 version of this module, which helped us
start this document.
-->
 
 <reference id="ref.ccvs">
  <title>CCVS API Functions</title>
  <titleabbrev>CCVS</titleabbrev>

  <partintro>
   <simpara>
    These functions interface the CCVS API, allowing you to directly
    work with CCVS from your PHP scripts. CCVS is <ulink
    url="&url.redhat;">RedHat's</ulink> solution to the "middle-man"
    in credit card processing. It lets you directly address the
    credit card clearing houses via your *nix box and a modem. Using
    the CCVS module for PHP, you can process credit cards directly
    through CCVS via your PHP Scripts. The following references will
    outline the process.
   </simpara>
   <simpara>
    To enable CCVS Support in PHP, first verify your CCVS installation
    directory. You will then need to configure PHP with the <option
    role="configure">--with-ccvs</option> option. If you use this
    option without specifying the path to your CCVS installation, PHP
    Will attempt to look in the default CCVS Install location
    (/usr/local/ccvs). If CCVS is in a non-standard location, run
    configure with: <option
    role="configure">--with-ccvs=$ccvs_path</option>, where $ccvs_path
    is the path to your CCVS installation. Please note that CCVS
    support requires that $ccvs_path/lib and $ccvs_path/include exist,
    and include cv_api.h under the include directory and libccvs.a
    under the lib directory.
   </simpara>
   <simpara>
    Additionally, a ccvsd process will need to be running for the
    configurations you intend to use in your PHP scripts. You will
    also need to make sure the PHP Processes are running under the
    same user as your CCVS was installed as (e.g. if you installed
    CCVS as user 'ccvs', your PHP processes must run as 'ccvs' as
    well.)
   </simpara>
   <simpara>
    Additional information about CCVS can be found at <ulink
    url="&url.redhat.ccvs;">&url.redhat.ccvs;</ulink>.
   </simpara>
   <simpara>
    This documentation section is being worked on. Until then, RedHat
    maintains slightly outdated but still useful documentation at
    <ulink url="&url.redhat.support;">&url.redhat.support;</ulink>.
   </simpara>
  </partintro>

  <refentry>
   <refnamediv>
    <refname></refname>
    <refpurpose></refpurpose>
   </refnamediv>
   <refsect1>
    <title></title>
    <funcsynopsis>
     <funcprototype>
      <funcdef> <function></function></funcdef>
      <paramdef> <parameter></parameter></paramdef>
     </funcprototype>
    </funcsynopsis>
   </refsect1>
  </refentry>

 </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:
-->